@charset "UTF-8";
/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 800;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: rgb(229.5, 229.5, 229.5);
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.small-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 960px) {
  .row.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row.small-gutter > [class*=col_] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 960px) {
  .row.small-gutter > [class*=col_] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-self-center {
  align-self: center;
}

.flex-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-end {
  justify-content: flex-end;
}

body {
  font-size: 18px;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #101B5B;
}
@media (max-width: 1550px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #101B5B;
  font-weight: 800;
  line-height: 104%;
  letter-spacing: 0px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 58px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 1550px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 1300px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 50px;
  margin-bottom: 15px;
}
@media (max-width: 1550px) {
  h2 {
    font-size: 46px;
  }
}
@media (max-width: 1300px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1550px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1300px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
@media (max-width: 1550px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 1.65;
}

p {
  margin: 15px 0;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 14px;
  }
}
p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b,
p strong {
  font-weight: 800;
}
p i,
p em {
  font-style: italic;
}
p a {
  text-decoration: underline;
  color: #101B5B;
}
p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}
a:hover {
  text-decoration: underline;
}
a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  margin: 30px 0;
}

blockquote p {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  color: #101B5B;
  margin: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #f4f4f4;
  color: #101B5B;
  width: 100%;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 5px;
}
@media (max-width: 960px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 14px;
  }
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #EADBFF;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=week]:disabled,
input[type=month]:disabled,
textarea:disabled,
select:disabled {
  background: #ebebeb;
}
@media (max-width: 960px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 14px;
  }
}

.select_overlay {
  position: relative;
}
.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 8px;
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 160px;
}

button[type=submit],
input[type=submit] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #EADBFF;
  font-weight: 500;
  padding: 17px 28px;
  border-radius: 5px;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: rgb(204.25, 168, 255);
  color: white;
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 124px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #EADBFF;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #EADBFF;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: white;
  border-color: #EADBFF;
}

input[type=checkbox]::before {
  border-radius: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #EADBFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
}

input[type=checkbox]:checked:before {
  width: 17px;
  height: 17px;
}

input[type=radio]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #3c3c3c;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #3c3c3c;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #3c3c3c;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #3c3c3c;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #EADBFF;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 0;
}
@media (max-width: 960px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: green;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
  border-radius: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #EADBFF;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: white;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #13300b;
  color: #fff;
}

.button1,
.button2,
.button-white,
.button-line,
.button-line2,
.button-grey {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 10px 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  border-radius: 45px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background: linear-gradient(90deg, #BF48F2 0%, #7239F3 100%);
}
@media (max-width: 1300px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    padding: 10px 22px;
  }
}
@media (max-width: 767px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    padding: 10px 18px;
  }
}
.button1::before,
.button2::before,
.button-white::before,
.button-line::before,
.button-line2::before,
.button-grey::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #7239F3 0%, #302592 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.button1 > span,
.button2 > span,
.button-white > span,
.button-line > span,
.button-line2 > span,
.button-grey > span {
  color: white !important;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .button1 > span,
  .button2 > span,
  .button-white > span,
  .button-line > span,
  .button-line2 > span,
  .button-grey > span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .button1 > span,
  .button2 > span,
  .button-white > span,
  .button-line > span,
  .button-line2 > span,
  .button-grey > span {
    font-size: 14px;
  }
}
.button1:hover,
.button2:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
}
.button1:hover::before,
.button2:hover::before,
.button-white:hover::before,
.button-line:hover::before,
.button-line2:hover::before,
.button-grey:hover::before {
  opacity: 1;
}
@media (max-width: 960px) {
  .button1:hover::before,
  .button2:hover::before,
  .button-white:hover::before,
  .button-line:hover::before,
  .button-line2:hover::before,
  .button-grey:hover::before {
    content: none;
  }
}

.button2 {
  transition: all 0.3s ease;
  background: #fff;
}
.button2 > span {
  color: #793AF2 !important;
  transition: all 0.3s ease;
}
.button2::before {
  content: none;
}
.button2:hover {
  background: #402891 !important;
}
@media (max-width: 960px) {
  .button2:hover {
    background: #fff !important;
  }
}
.button2:hover span {
  color: #fff !important;
}
@media (max-width: 960px) {
  .button2:hover span {
    color: #793AF2 !important;
  }
}

.button3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .button3 {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .button3 {
    font-size: 14px;
  }
}
.button3 img {
  width: 16px;
  height: auto;
  margin-left: 10px;
  transition: all 0.3s ease;
  left: 0;
  position: relative;
}
@media (max-width: 640px) {
  .button3 img {
    width: 12px;
  }
}
.button3 span {
  color: #101B5B;
  transition: all 0.3s ease;
}
.button3:hover span {
  color: #BF48F2;
}
@media (max-width: 960px) {
  .button3:hover span {
    color: #101B5B;
  }
}
.button3:hover img {
  left: 5px;
}
@media (max-width: 960px) {
  .button3:hover img {
    left: 0;
  }
}

.button-white {
  background-color: white;
  color: #101B5B;
}

.button-span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.button-span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}
.button-span:hover {
  text-decoration: none;
  background-color: rgb(204.25, 168, 255);
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.button-grey {
  background-color: #f4f4f4;
  color: #101B5B;
}
.button-grey:hover {
  background-color: rgb(218.5, 218.5, 218.5);
  color: #101B5B;
}

.button-line {
  border: 2px solid #EADBFF;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #EADBFF;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #EADBFF;
  color: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line2 {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line2:hover {
  background-color: white;
  color: #101B5B;
}

.btn-arrow {
  padding-right: 33px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 640px) {
  .btn-arrow {
    padding-right: 22px;
  }
}
.btn-arrow img {
  width: 30px;
  height: 13px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 640px) {
  .btn-arrow img {
    left: 3px;
    width: 20px;
    height: 7px;
    top: -1px;
  }
}
.btn-arrow:hover {
  text-decoration: none;
}
.btn-arrow:hover img {
  left: 15px;
}
@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-long-line {
  display: inline-block;
}

.btn-line-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.btn-line-holder i {
  display: none;
}

.btn-line-hidden {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  opacity: 0.4;
  transform-origin: left;
  transform: scaleX(0);
  height: 1px;
  background-color: #EADBFF;
}

.btn-text {
  display: inline-block;
  position: relative;
  padding: 3px 18px 3px 0;
  transform: translateX(0);
  transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: 2px;
  color: #EADBFF;
}
@media (max-width: 640px) {
  .btn-text {
    font-size: 14px;
    top: 0;
  }
}

.btn-line {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  opacity: 1;
  transform: scaleX(1);
  transform-origin: right;
  width: 41px;
  height: 1px;
  background-color: #EADBFF;
}

.button-long-line:hover {
  text-decoration: none;
}
.button-long-line:hover .btn-line-hidden {
  transform: scaleX(1);
  opacity: 1;
}
.button-long-line:hover .btn-text {
  transform: translateX(39px);
  transition: 0.3s ease-in-out;
}
.button-long-line:hover .btn-line {
  opacity: 0.4;
  transform: scaleX(0);
  transform-origin: right;
}

ul li {
  list-style: none;
}

.moving-text {
  overflow: hidden;
  position: relative;
  background-color: #342571;
  padding: 15px 0;
  transform: rotate(-2deg);
  z-index: 1;
  white-space: nowrap;
  margin-left: -5px;
}
@media (max-width: 960px) {
  .moving-text {
    padding: 10px 0;
  }
}
.moving-text .marquee {
  display: inline-flex;
  animation: loopText 30s linear infinite;
}
.moving-text p {
  margin: 0;
  padding: 0 53px;
  font-weight: 800;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  .moving-text p {
    font-size: 32px;
  }
}
@media (max-width: 1430px) {
  .moving-text p {
    font-size: 28px;
    padding: 0 32px;
  }
}
@media (max-width: 1300px) {
  .moving-text p {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .moving-text p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .moving-text p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .moving-text p {
    font-size: 16px;
  }
}
.moving-text img {
  position: relative;
  bottom: 3px;
  width: auto;
  height: auto;
  margin: 0 20px;
}
@media (max-width: 1430px) {
  .moving-text img {
    width: 12px;
    margin: 0 10px;
  }
}
@media (max-width: 1300px) {
  .moving-text img {
    bottom: 1px;
  }
}
@media (max-width: 767px) {
  .moving-text img {
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .moving-text img {
    bottom: -1px;
  }
}

@keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 1300px) {
  .only-desktop-large {
    display: none;
  }
}
@media (max-width: 960px) {
  .only-desktop-large {
    display: block;
  }
}

.only-desktop-small {
  display: none;
}
@media (max-width: 1300px) {
  .only-desktop-small {
    display: block;
  }
}
@media (max-width: 960px) {
  .only-desktop-small {
    display: none;
  }
}

.general-hero {
  padding-top: 233px;
  padding-bottom: 40px;
  background: #fff;
}
@media (max-width: 1550px) {
  .general-hero {
    padding-top: 200px;
  }
}
@media (max-width: 1300px) {
  .general-hero {
    padding-top: 180px;
  }
}
@media (max-width: 960px) {
  .general-hero {
    padding-top: 120px;
  }
}
.general-hero .the-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.general-hero .section-services {
  padding-top: 0;
}
.general-hero .section-services .the-content {
  display: none;
}
.general-hero .section-services::before {
  content: none;
}
.general-hero.white-half {
  position: relative;
}
.general-hero.white-half::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #EBE0FF 0%, #F7F3FF 100%);
  height: 644px;
}
.general-hero.white-half.full-gradient::after {
  height: 100%;
}
.general-hero.white-half .container {
  position: relative;
  z-index: 10;
}
.general-hero::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -100px;
  width: 600px;
  height: 500px;
  background-image: url(images/svg/path.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(5rem);
  opacity: 0.3;
  z-index: 5;
}

#breadcrumbs {
  font-size: 14px;
  margin: 0px;
}
@media (max-width: 960px) {
  #breadcrumbs {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  #breadcrumbs {
    font-size: 12px;
  }
}
#breadcrumbs span span {
  text-decoration: underline;
  font-weight: 500;
  opacity: 1;
  color: #000;
}
#breadcrumbs a {
  text-decoration: none;
  opacity: 0.6;
  font-weight: 500;
  color: #000;
}
#breadcrumbs a:hover {
  opacity: 1;
}
@media (max-width: 960px) {
  #breadcrumbs a:hover {
    opacity: 0.5;
  }
}
#breadcrumbs i {
  font-size: 10px;
  margin: 0 5px;
  color: #000;
}
@media (max-width: 767px) {
  #breadcrumbs i {
    font-size: 8px;
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  #breadcrumbs i {
    margin: 0 5px;
  }
}
#breadcrumbs > span {
  text-align: center;
}

.creators-filter-section .apply-filters-btn {
  display: none; /* default hidden (desktop) */
  margin-top: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 45px;
}
@media (max-width: 960px) {
  .creators-filter-section .apply-filters-btn {
    display: inline-block;
  }
}
.creators-filter-section .flex-filter {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
.creators-filter-section .flex-filter input {
  min-width: 100%;
  width: 100% !important;
}
.creators-filter-section .flex-filter .flex-filter-inner {
  display: block;
  width: 100%;
}
.creators-filter-section .flex-filter .flex-filter-inner .language-search {
  display: block;
}
.creators-filter-section .accordion {
  background: transparent;
}
.creators-filter-section .accordion .filter-label {
  margin-bottom: 10px;
}
.creators-filter-section .accordion .SumoSelect {
  margin-bottom: 10px;
}
.creators-filter-section .accordion .creator-search-form {
  padding: 35px 0 10px 0;
}
.creators-filter-section .accordion .relative button {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.creators-filter-section .accordion .accordion-header {
  width: 100%;
  border: none;
  padding: 15px;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  background: #873DF2;
  color: #fff;
}
.creators-filter-section .accordion .accordion-header i {
  margin-right: 20px;
}
.creators-filter-section .accordion .accordion-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}
.creators-filter-section .accordion .accordion-hidden-content {
  display: none;
  padding: 15px;
  background: #fff;
}
.creators-filter-section .accordion .accordion-item.active .accordion-hidden-content {
  display: block;
}
.creators-filter-section .mobile-submit-wrap {
  display: none;
  margin-top: 20px;
  text-align: center;
}
.creators-filter-section .mobile-filter-submit {
  padding: 10px 20px;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 960px) {
  .creators-filter-section .mobile-submit-wrap {
    display: block;
  }
  .creators-filter-section .accordion-header {
    display: block;
  }
}
.creators-filter-section .creator-wrapper {
  padding: 0 !important;
}
.creators-filter-section .col_25 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1300px) {
  .creators-filter-section .col_25 {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .creators-filter-section .col_25 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .creators-filter-section .col_25 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .creators-filter-section .col_25 {
    width: 100%;
  }
}
.creators-filter-section .creator {
  position: relative;
  height: 400px !important;
}
@media (max-width: 960px) {
  .creators-filter-section .creator {
    height: 350px !important;
  }
}
@media (max-width: 480px) {
  .creators-filter-section .creator {
    height: 400px !important;
  }
}
@media (max-width: 400px) {
  .creators-filter-section .creator {
    height: 350px !important;
  }
}
.creators-filter-section .creator-search-form {
  padding-top: 60px;
  padding-bottom: 35px;
}
.creators-filter-section .creator-search-form label {
  font-weight: 800;
  font-size: 20px;
  line-height: 18px;
  text-transform: capitalize;
  margin-right: 20px;
}
@media (max-width: 1300px) {
  .creators-filter-section .creator-search-form label {
    font-size: 18px;
  }
}
.creators-filter-section .creator-search-form .relative button {
  position: absolute;
  right: 0;
  top: 3px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
@media (max-width: 1300px) {
  .creators-filter-section .creator-search-form .relative button {
    width: 30px;
    height: 30px;
    top: 8px;
  }
}
.creators-filter-section .creator-search-form .relative button i {
  color: #873DF2;
}
.creators-filter-section .creator-search-form input,
.creators-filter-section .creator-search-form select {
  background: rgba(255, 255, 255, 0.3882352941);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border: 1px solid #DCCAFF;
  padding: 15px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  padding-right: 46px;
  margin-bottom: 0;
  width: 100%;
}
.creators-filter-section .creator-search-form input::-moz-placeholder, .creators-filter-section .creator-search-form select::-moz-placeholder {
  color: #0E0E0E;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
}
.creators-filter-section .creator-search-form input::placeholder,
.creators-filter-section .creator-search-form select::placeholder {
  color: #0E0E0E;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
}
@media (max-width: 960px) {
  .creators-filter-section .creator-search-form input::-moz-placeholder, .creators-filter-section .creator-search-form select::-moz-placeholder {
    font-size: 14px;
  }
  .creators-filter-section .creator-search-form input::placeholder,
  .creators-filter-section .creator-search-form select::placeholder {
    font-size: 14px;
  }
}
.creators-filter-section .creator-search-form input {
  margin-right: 10px;
  width: 220px;
}
@media (max-width: 1300px) {
  .creators-filter-section .creator-search-form input {
    width: 200px;
  }
}
.creators-filter-section .language-search {
  gap: 15px;
}
.creators-filter-section .language-search label {
  width: 100%;
  display: inline-block;
  margin-right: 0;
}

.wp-pagenavi {
  padding-top: 20px;
}
.wp-pagenavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wp-pagenavi ul li {
  margin: 0px 5px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wp-pagenavi ul li span {
  background: linear-gradient(104.62deg, #BF48F2 0%, #913FF1 41.35%, #6837F6 100%);
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  line-height: 1;
  border-radius: 10px;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .wp-pagenavi ul li span {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .wp-pagenavi ul li span {
    width: 45px;
    height: 45px;
    margin: 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi ul li span {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi ul li span {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.wp-pagenavi ul li a {
  background: rgba(255, 255, 255, 0.3882352941);
  width: 40px;
  height: 40px;
  color: #000;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  border: none;
  justify-content: center;
  line-height: 1;
  margin-left: 0;
  border: 1px solid #DCCAFF;
  border-radius: 10px;
  font-size: 16px;
}
@media (max-width: 960px) {
  .wp-pagenavi ul li a {
    font-size: 14px;
  }
}
.wp-pagenavi ul li a:hover {
  background: #BF48F2;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 960px) {
  .wp-pagenavi ul li a:hover {
    background: rgba(255, 255, 255, 0.3882352941);
    color: #000;
  }
}
@media (max-width: 1100px) {
  .wp-pagenavi ul li a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .wp-pagenavi ul li a {
    width: 45px;
    height: 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi ul li a {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi ul li a {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

body .SumoSelect {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 10px;
  text-align: left;
}
body .SumoSelect:hover {
  border: none !important;
}
body .SumoSelect:focus {
  border: none !important;
}
body .SumoSelect label {
  font-size: 16px;
  font-weight: 400px;
}
body .SumoSelect .CaptionCont {
  border: 1px solid #DCCAFF !important;
  background-color: rgba(255, 255, 255, 0.3882352941) !important;
  border-radius: 10px;
  padding: 15px 20px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  min-width: 220px;
  background-image: url(images/svg/form-select.svg);
  background-position: right;
  background-size: 20% 8px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
body .SumoSelect .CaptionCont label {
  display: none;
}
@media (max-width: 1300px) {
  body .SumoSelect .CaptionCont {
    min-width: 180px;
  }
}
@media (max-width: 960px) {
  body .SumoSelect .CaptionCont {
    background-size: 7% 8px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  body .SumoSelect .CaptionCont {
    background-size: 9% 8px;
    padding-right: 25px;
  }
}
@media (max-width: 640px) {
  body .SumoSelect .CaptionCont {
    padding: 13px 20px;
    padding-right: 25px;
  }
}
@media (max-width: 480px) {
  body .SumoSelect .CaptionCont {
    background-size: 15% 8px;
    padding-right: 10px;
  }
}
body .SumoSelect .CaptionCont input[type=search] {
  border-radius: 30px;
  padding: 15px 20px;
  border: none !important;
}
body .SumoSelect .CaptionCont .placeholder {
  color: #0E0E0E;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  font-style: normal;
}
@media (max-width: 960px) {
  body .SumoSelect .CaptionCont .placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  body .SumoSelect .CaptionCont {
    height: 50px;
  }
}
@media (max-width: 640px) {
  body .SumoSelect .CaptionCont {
    height: 45px;
  }
}
body .SumoSelect span {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #000000;
}
@media (max-width: 960px) {
  body .SumoSelect span {
    font-size: 14px;
  }
}
body.error404 h1 {
  font-size: 42px;
}
@media (max-width: 1550px) {
  body.error404 h1 {
    font-size: 38px;
  }
}
@media (max-width: 1300px) {
  body.error404 h1 {
    font-size: 34px;
  }
}
@media (max-width: 960px) {
  body.error404 h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  body.error404 h1 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  body.error404 h1 {
    font-size: 24px;
  }
}
body.error404 .general-hero {
  padding: 200px 0 160px 0;
}
@media (max-width: 1550px) {
  body.error404 .general-hero {
    padding: 180px 0 140px 0;
  }
}
@media (max-width: 1300px) {
  body.error404 .general-hero {
    padding: 180px 0 120px 0;
  }
}
@media (max-width: 960px) {
  body.error404 .general-hero {
    padding: 160px 0 100px 0;
  }
}
@media (max-width: 767px) {
  body.error404 .general-hero {
    padding: 140px 0 80px 0;
  }
}
@media (max-width: 640px) {
  body.error404 .general-hero {
    padding: 130px 0 60px 0;
  }
}
body.error404 .general-hero img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  body.error404 .general-hero img {
    max-width: 160px;
  }
}

body .style-select .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}

body .SumoSelect.open > .optWrapper {
  top: 55px;
}
body .SumoSelect.open > .optWrapper label {
  font-size: 16px;
  font-weight: 400;
}

.button-add-link.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.extra-link-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.remove-link {
  background: none;
  border: none;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  top: -7px;
}
@media (max-width: 640px) {
  .remove-link {
    width: 35px;
    height: 35px;
    font-size: 30px;
  }
}

.button-add-link {
  cursor: pointer;
  color: #fff;
  background: transparent;
  margin-bottom: 10px;
}

.default-page .container-small {
  position: relative;
  z-index: 1;
}
.default-page .container-small .the-content {
  text-align: left;
  padding-top: 40px;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #fff;
  position: relative;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #101B5B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  							  not supported by any browser */
}

.big-title {
  font-size: 42px;
}
@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

.big-p {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1650px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}

.container-big {
  width: 100%;
  padding: 0 150px;
}
@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}
@media (max-width: 1430px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-small {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container-small {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}
.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
  border-radius: 5px;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 960px) {
  .the-content table {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table {
    font-size: 14px;
  }
}
.the-content table th {
  background-color: #f8f8f8;
}
.the-content table td,
.the-content table th {
  padding: 15px;
  text-align: left;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  vertical-align: top;
}
.the-content table td:first-child,
.the-content table th:first-child {
  border-left: none;
}
.the-content table td:last-child,
.the-content table th:last-child {
  border-right: none;
}
@media (max-width: 960px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
  }
}
.the-content table td strong,
.the-content table th strong {
  font-weight: 800;
}
.the-content table thead th {
  background-color: #f4f4f4;
}
.the-content table tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}
.the-content table th {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: none;
}
@media (max-width: 960px) {
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .the-content table th {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .the-content table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table tr td {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .the-content table tr td {
    font-size: 12px;
  }
}
.the-content table tr:last-child td,
.the-content table tr:last-child th {
  border-bottom: none;
}
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}
.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 800;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #3c3c3c;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 800;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 800;
}
.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: underline;
}
.the-content p:not(.small-title) {
  font-size: 20px;
}
@media (max-width: 1550px) {
  .the-content p:not(.small-title) {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content p:not(.small-title) {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .the-content p:not(.small-title) {
    font-size: 15px;
  }
}
.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #101B5B;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 15px;
    margin: 25px 0;
  }
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  clear: both;
  display: block;
}
@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}
.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}
.the-content li {
  margin: 2px 0;
  display: block;
  color: #3c3c3c;
  position: relative;
}
.the-content li strong {
  font-weight: 800;
}
.the-content li em {
  font-style: italic;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}
.the-content h1 strong,
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  background: linear-gradient(97.71deg, #bf48f2 9.19%, #913ff1 31.98%, #6837f6 64.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800 !important;
}
.the-content.white-txt .small-title {
  background: rgba(245, 238, 255, 0.2);
  color: #c2a5f9 !important;
}
.the-content.white-txt h1 strong,
.the-content.white-txt h2 strong,
.the-content.white-txt h3 strong,
.the-content.white-txt h4 strong,
.the-content.white-txt h5 strong,
.the-content.white-txt h6 strong {
  background: linear-gradient(279.56deg, #bf48f2 33.63%, #eadfff 103.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800 !important;
}

.the-content.the-content-checked ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 7px;
  margin-top: 7px;
}
.the-content.the-content-checked ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #EADBFF;
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li::before {
    font-size: 16px;
    top: 1px;
    position: relative;
  }
}

.small-h1 h1 {
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 640px) {
  .small-h1 h1 {
    font-size: 25px;
  }
}

.title-style h2:first-of-type,
.title-style h3:first-child {
  margin-top: 0;
}

.small-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 104%;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #eadbff;
  border-radius: 41px;
  padding: 6px 10px;
  color: rgba(130, 75, 220, 0.612) !important;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .small-title {
    letter-spacing: 1px;
  }
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}
@media screen and (max-width: 1550px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}
@media screen and (max-width: 1550px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}
.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #101B5B;
}

.greyscale {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #fdfdfd;
}

.grey-gradient {
  background: rgb(253, 253, 253);
  background: linear-gradient(0deg, rgb(253, 253, 253) 0%, rgb(255, 255, 255) 100%);
}

.grey-box {
  background-color: #f4f4f4;
}

.grey-box2 {
  background-color: #fbfbfb;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #EADBFF;
}

.blue-box {
  background-color: #EADBFF;
}

.dark-blue {
  background-color: #133c7c;
}

.white-box {
  background-color: white;
}

.shadow-left {
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}
.white-txt span.button-white,
.white-txt a.button-white {
  color: #101B5B;
}
.white-txt span.button-white:hover,
.white-txt a.button-white:hover {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}
.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
  position: relative;
  background: rgb(245, 250, 255);
  background: linear-gradient(0deg, rgb(245, 250, 255) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}

.maintenance-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}

.maintenance-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .maintenance-flex {
    display: block;
    width: 100%;
  }
}

.maintenance-left {
  width: 50%;
  height: 100%;
  padding-right: 100px;
  overflow-y: auto;
}
@media (max-width: 1430px) {
  .maintenance-left {
    padding-right: 50px;
  }
}
@media (max-width: 1300px) {
  .maintenance-left {
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .maintenance-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .maintenance-left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
  }
}

.only-tablet {
  display: none;
}
@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none !important;
}
@media (max-width: 960px) {
  .only-mobile {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 960px) {
  .only-desktop {
    display: none !important;
  }
}

.maintenance-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 568px;
  margin-left: auto;
  padding: 50px 30px 100px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .maintenance-text {
    margin-right: auto;
  }
  .maintenance-text h1 {
    color: white;
  }
}
@media (max-width: 767px) and (max-width: 640px) {
  .maintenance-text h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .maintenance-text .the-content {
    color: white;
  }
  .maintenance-text .the-content p,
  .maintenance-text .the-content span,
  .maintenance-text .the-content a,
  .maintenance-text .the-content li,
  .maintenance-text .the-content h1,
  .maintenance-text .the-content h2,
  .maintenance-text .the-content h3,
  .maintenance-text .the-content h4,
  .maintenance-text .the-content h5,
  .maintenance-text .the-content h6 {
    color: white;
  }
  .maintenance-text .the-content p:first-child {
    margin-top: 10px;
  }
}
.maintenance-text input {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .maintenance-text input {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .maintenance-text .mc4wp-form-fields {
    display: block;
    width: 100%;
  }
}
.maintenance-text input[type=email] {
  margin-right: 10px;
}
@media (max-width: 1300px) {
  .maintenance-text input[type=email] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.maintenance-logo {
  margin-bottom: 200px;
}
@media (max-width: 1300px) {
  .maintenance-logo {
    margin-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .maintenance-logo {
    margin-bottom: 50px;
  }
  .maintenance-logo img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-error img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .icon-error img {
    max-width: 200px;
  }
}

.search-error {
  position: relative;
}
.search-error input {
  box-sizing: border-box;
  margin: 0;
  background-color: white;
  border: 1px solid #ebebeb;
}
.search-error input:hover, .search-error input:focus, .search-error input:active {
  border-color: #EADBFF;
}

.warp-button-error {
  text-align: center;
}
@media (max-width: 480px) {
  .warp-button-error {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .warp-button-error .button-line2 img {
    display: none !important;
  }
}

.error-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(1);
}

.page-error-centered {
  width: 50%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .page-error-centered {
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .page-error-centered {
    padding-top: 100px;
  }
}
@media screen and (max-width: 340px) {
  .page-error-centered {
    max-width: 100%;
  }
}
.page-error-centered button[type=submit],
.page-error-centered input[type=submit] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  background-color: transparent;
  width: 40px;
  padding: 0;
}
.page-error-centered button[type=submit] img,
.page-error-centered input[type=submit] img {
  width: 20px;
  height: 20px;
  display: block;
}
.page-error-centered #yith-ajaxsearchform .search-navigation input {
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 640px) {
  .page-error-centered .button1 {
    margin-bottom: 40px;
  }
}

.logo-error {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .logo-error {
    margin-bottom: 40px;
  }
}
.logo-error a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.logo-error a img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .logo-error a img {
    max-width: 150px;
  }
}

.error-main {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}
.error-main .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-text {
  margin-bottom: 20px;
}
.error-text .logo-header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .error-text .logo-header {
    max-width: 140px;
  }
}
@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}
.error-text h1 {
  color: #EADBFF;
  text-align: center;
  line-height: 0.4;
  margin: 0;
  font-size: 120px;
}
@media (max-width: 640px) {
  .error-text h1 {
    font-size: 80px;
  }
}

.subtitle-error {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
@media (max-width: 1430px) {
  .subtitle-error {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .subtitle-error {
    margin-bottom: 20px;
  }
}

.error-flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}
@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-titles {
  margin-bottom: 30px;
}
.error-titles h1 {
  margin-bottom: 0;
  font-size: 120px;
}
@media (max-width: 767px) {
  .error-titles h1 {
    font-size: 42px;
  }
}
.error-titles h4 {
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.error-titles h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 3px;
  background-color: #EADBFF;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

.error-button {
  margin-top: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.commentlist li {
  margin-bottom: 20px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #20449d;
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.slider-timeline:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
}
.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}
@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.831372549);
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}
@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}
.accordion .accordion-section {
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section:last-child {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}
.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}
.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #EADBFF;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}
.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}
.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background: #fdfdfd;
}

header {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding-top: 25px;
}
@media (max-width: 960px) {
  header {
    padding-top: 10px;
  }
}
header .container {
  position: relative;
  z-index: 1;
}
header .header-wrapper {
  position: relative;
  z-index: 2;
  background: rgba(234, 223, 255, 0.2117647059);
  border-radius: 67px;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 960px) {
  header .header-wrapper {
    padding: 18px 20px;
  }
}
@media (max-width: 960px) {
  header .header-wrapper .flex.flex-center {
    justify-content: space-between;
  }
}
@media (max-width: 960px) {
  header .header-wrapper .logo-header {
    width: auto !important;
  }
}
header .header-wrapper .logo-header a {
  display: flex;
  align-items: center;
}
header .header-wrapper .logo-header a img {
  width: 260px;
  height: auto;
}
@media (max-width: 1300px) {
  header .header-wrapper .logo-header a img {
    width: 200px;
  }
}
@media (max-width: 960px) {
  header .header-wrapper .logo-header a img {
    width: auto;
    height: 55px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .logo-header a img {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 960px) {
  header .header-wrapper .menu-header {
    display: none;
  }
}
header .header-wrapper .menu-header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  header .header-wrapper .menu-header .menu {
    display: none;
  }
}
header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) {
  margin: 0px 17px;
}
@media (max-width: 1550px) {
  header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) {
    margin: 0px 14px;
  }
}
@media (max-width: 1430px) {
  header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) {
    margin: 0px 12px;
  }
}
@media (max-width: 1300px) {
  header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) {
    margin: 0px 10px;
  }
}
@media (max-width: 1100px) {
  header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) {
    margin: 0px 5px;
  }
}
header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) a {
  color: #202666;
  padding: 42px 0;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 1300px) {
  header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) a {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) a {
    font-size: 14px;
  }
}
header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) a:hover {
  color: #BF48F2;
  text-decoration: none;
}
@media (max-width: 960px) {
  header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) a:hover {
    color: #202666;
  }
  header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item) a:hover::before {
    height: 0;
  }
}
header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item).current_page_item, header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item).current-page-ancestor, header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item).current_page_parent {
  position: relative;
}
header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item).current_page_item a, header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item).current-page-ancestor a, header .header-wrapper .menu-header .menu .menu-item:not(.wpml-ls-item).current_page_parent a {
  color: #BF48F2;
}
header .header-wrapper .contact-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  header .header-wrapper .contact-header {
    width: auto;
  }
}
@media (max-width: 480px) {
  header .header-wrapper .contact-header .button2 {
    display: none;
  }
}
@media (max-width: 1430px) {
  header .header-wrapper .contact-header .button-wrapper .button2 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  header .header-wrapper .contact-header .button-wrapper .button2 {
    font-size: 15px;
    padding: 12px 30px;
  }
}
@media (max-width: 1100px) {
  header .header-wrapper .contact-header .button-wrapper .button2 {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.mm-menu .wpml-ls-legacy-dropdown a {
  background-color: transparent !important;
}

.flag-mobile {
  padding-top: 20px;
  padding-bottom: 0;
}

.flag-mobile-list {
  display: flex;
  align-items: center;
}
.flag-mobile-list .flag {
  display: flex;
  align-items: center;
  padding: 4px 5px 0px 5px;
  margin: 0 4px;
  background-color: rgb(255, 255, 255);
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .flag-mobile-list .flag {
    font-size: 14px;
  }
}
.flag-mobile-list .flag.active {
  background-color: #202666;
  color: #fff !important;
}
.flag-mobile-list .flag img {
  margin-right: 4px;
  width: 14px;
  height: auto;
}

@media (max-width: 640px) {
  #qlwapp.qlwapp-button .qlwapp-toggle {
    font-size: 12px;
  }
}

.wpml-ls-legacy-dropdown {
  width: 80px !important;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 11px;
}
@media (max-width: 1300px) {
  .wpml-ls-legacy-dropdown {
    margin-right: 10px;
    width: 70px !important;
  }
}
.wpml-ls-legacy-dropdown ul {
  display: block !important;
}
.wpml-ls-legacy-dropdown ul li {
  margin: 0 !important;
}
.wpml-ls-legacy-dropdown a {
  background-color: transparent !important;
  color: wite !important;
  border: none !important;
  display: flex;
  align-items: center;
  padding: 5px !important;
}
.wpml-ls-legacy-dropdown span {
  font-weight: 600 !important;
  font-size: 15px !important;
}
@media (max-width: 1300px) {
  .wpml-ls-legacy-dropdown span {
    font-size: 14px !important;
  }
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  background-image: url(images/svg/lg-arrow.svg) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px !important;
  height: 6px !important;
  position: absolute;
  right: 10px !important;
  top: calc(50% - 0.15em);
  border: none !important;
}
@media (max-width: 1300px) {
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 5px !important;
  }
}

.wpml-ls-legacy-dropdown a::before {
  content: none !important;
}

.header-language {
  padding-right: 5px;
  display: none;
}
@media (max-width: 960px) {
  .header-language {
    display: block;
  }
}

.wpml-ls-statics-footer {
  display: none;
}

.otgs-development-site-front-end {
  display: none;
}

.wpml-ls-native,
.wpml-ls-item {
  color: #202666 !important;
}

.wpml-ls-item {
  transition: all 0.3s ease !important;
}
.wpml-ls-item:hover {
  text-decoration: none !important;
}

.wpml-ls-item-toggle:hover {
  text-decoration: none !important;
}
.wpml-ls-item-toggle:hover::before {
  content: none;
}

.wpml-ls-link:hover {
  text-decoration: none !important;
}
.wpml-ls-link:hover .wpml-ls-native {
  text-decoration: none !important;
}

.wpml-ls-current-language:hover .wpml-ls-item,
.wpml-ls-current-language:hover .wpml-ls-item-toggle {
  background-color: #E4C8FD !important;
}

.wpml-ls-display {
  display: none !important;
}

.wpml-container ul {
  display: block !important;
}
.wpml-container a::before {
  content: none !important;
}
.wpml-container li {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mobile-menu {
  display: none;
}
@media (max-width: 960px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu ul {
  align-items: flex-start !important;
}
.mobile-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 20px;
}
.mobile-menu ul li a {
  padding: 20px 0;
}

.menu-toggle {
  font-size: 24px;
  cursor: pointer;
  width: 25px;
  height: 50px;
  align-items: center;
  display: none;
}
@media (max-width: 960px) {
  .menu-toggle {
    display: flex;
  }
}
.menu-toggle .hamburger {
  height: 2px;
  background: #202666;
  transition: 0.2s ease-out all 0.2s;
  position: relative;
  width: 28px;
}
@media (max-width: 1430px) {
  .menu-toggle .hamburger {
    width: 20px;
  }
}
@media (max-width: 640px) {
  .menu-toggle .hamburger {
    width: 18px;
    height: 2px;
  }
}
.menu-toggle .hamburger:before, .menu-toggle .hamburger:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  background: #202666;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1430px) {
  .menu-toggle .hamburger:before, .menu-toggle .hamburger:after {
    width: 28px;
  }
}
@media (max-width: 640px) {
  .menu-toggle .hamburger:before, .menu-toggle .hamburger:after {
    width: 22px;
    height: 2px;
  }
}
@media (max-width: 960px) {
  .menu-toggle .hamburger:before {
    top: 8px;
  }
}
@media (max-width: 960px) {
  .menu-toggle .hamburger:after {
    top: -8px;
  }
}
.menu-toggle .hamburger.open-state {
  background: rgba(0, 0, 0, 0);
  transition: all 0.1s ease-in-out;
}
.menu-toggle .hamburger.open-state:before {
  top: 0;
  transform: rotate(45deg);
}
.menu-toggle .hamburger.open-state:after {
  top: 0;
  transform: rotate(-45deg);
}

.main-menu {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  max-height: 100%;
  background: #EBE0FF;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  padding-top: 100px;
  z-index: 1002;
  padding: 50px;
}
.main-menu.open {
  transform: translateX(-100%);
  visibility: visible;
  opacity: 1;
}
.main-menu .close-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 15px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 1003;
}
.main-menu .close-menu img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .main-menu .close-menu img {
    width: 15px;
    height: auto;
  }
}
.main-menu .menu-first-row {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu .menu-first-row img {
  width: auto;
  height: auto;
}
.main-menu .menu-first-row p {
  font-size: 16px;
}
@media (max-width: 1430px) {
  .main-menu .menu-first-row p {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .main-menu .menu-first-row p {
    font-size: 14px;
  }
}
.main-menu .menu-content {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu .menu-content .category-menu {
  padding: 0;
}
.main-menu .menu-content .category-menu li {
  padding: 5px 0;
}
.main-menu .menu-content .category-menu a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 1300px) {
  .main-menu .menu-content .category-menu a {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .main-menu .menu-content .category-menu a {
    font-size: 14px;
  }
}
.main-menu .menu-content .category-menu a:hover {
  text-decoration: none;
}
.main-menu .main-menu-content {
  width: 100%;
}

.bottom-menu-contact span,
.bottom-menu-contact a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.bottom-menu-contact .contact-flex {
  padding: 6px 0;
  gap: 10px;
}
.bottom-menu-contact .contact-flex a {
  font-size: 16px;
  color: #202666;
}
@media (max-width: 1430px) {
  .bottom-menu-contact .contact-flex a {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .bottom-menu-contact .contact-flex a {
    font-size: 14px;
  }
}
.bottom-menu-contact .contact-flex a span {
  transition: all 0.3s ease;
}
.bottom-menu-contact .contact-flex a:hover {
  text-decoration: none;
}
.bottom-menu-contact .contact-flex a:hover span {
  color: #BF48F2;
}
@media (max-width: 960px) {
  .bottom-menu-contact .contact-flex a:hover span {
    color: #202666;
  }
}
.bottom-menu-contact .contact-flex .header-contact {
  display: block;
}
.bottom-menu-contact .contact-flex .header-contact .icon {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: linear-gradient(179.13deg, #BF48F2 -2.08%, #7A3AF1 34.72%, #6837F6 77.86%, #5935FA 124.81%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 1550px) {
  .bottom-menu-contact .contact-flex .header-contact .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1300px) {
  .bottom-menu-contact .contact-flex .header-contact .icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 960px) {
  .bottom-menu-contact .contact-flex .header-contact .icon {
    width: 32px;
    height: 32px;
  }
}
.bottom-menu-contact .contact-flex .header-contact .icon i {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 960px) {
  .bottom-menu-contact .contact-flex .header-contact .icon i {
    font-size: 16px;
  }
}
.bottom-menu-contact .contact-flex .header-contact .phone-number,
.bottom-menu-contact .contact-flex .header-contact .email-address {
  width: calc(100% - 56px);
}
@media (max-width: 1550px) {
  .bottom-menu-contact .contact-flex .header-contact .phone-number,
  .bottom-menu-contact .contact-flex .header-contact .email-address {
    width: calc(100% - 50px);
  }
}
@media (max-width: 1300px) {
  .bottom-menu-contact .contact-flex .header-contact .phone-number,
  .bottom-menu-contact .contact-flex .header-contact .email-address {
    width: calc(100% - 45px);
  }
}
@media (max-width: 960px) {
  .bottom-menu-contact .contact-flex .header-contact .phone-number,
  .bottom-menu-contact .contact-flex .header-contact .email-address {
    width: calc(100% - 42px);
  }
}
.bottom-menu-contact .contact-flex .header-contact p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
}
@media (max-width: 960px) {
  .bottom-menu-contact .contact-flex .header-contact p {
    font-size: 12px;
  }
}
.bottom-menu-contact .contact-flex .header-contact span {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0A0606;
}
@media (max-width: 960px) {
  .bottom-menu-contact .contact-flex .header-contact span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bottom-menu-contact .contact-flex .header-contact span {
    font-size: 15px;
  }
}
.bottom-menu-contact img {
  margin-right: 10px;
  width: auto;
  height: auto;
}

.header-menu-opener {
  position: relative;
  z-index: 2;
}
.header-menu-opener.only-mobile .main-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  max-width: 500px;
  background-color: #EBE0FF;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  z-index: 1002;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.header-menu-opener.only-mobile .main-menu.open {
  transform: translateX(-100%);
  visibility: visible;
  opacity: 1;
}
.header-menu-opener.only-mobile .main-menu .close-menu {
  position: absolute;
  top: 20px;
  right: 30px;
  /* Close button moved to the left */
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 1003;
}
.header-menu-opener.only-mobile .main-menu .menu-first-row {
  padding: 20px 0;
}
.header-menu-opener.only-mobile .main-menu .menu-first-row img {
  width: 135px;
  height: auto;
}
.header-menu-opener.only-mobile .main-menu .menu-first-row .menu-description p {
  margin: 0;
  margin-top: 10px;
}
.header-menu-opener.only-mobile .main-menu .menu-content {
  padding: 20px 0;
  flex-direction: column;
  border-bottom: none;
}
.header-menu-opener.only-mobile .main-menu .menu-content .menu-inside {
  padding: 8px 0;
  width: 100%;
}
.header-menu-opener.only-mobile .main-menu .menu-content .menu-inside a {
  display: block;
  text-decoration: none;
}
.header-menu-opener.only-mobile .main-menu .menu-content .menu-inside .menu-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.header-menu-opener.only-mobile .main-menu .menu-content .menu-inside:first-child {
  padding-top: 0;
}
.header-menu-opener.only-mobile .main-menu .menu-content .menu-inside:last-child {
  padding-bottom: 0;
}
.header-menu-opener.only-mobile .main-menu .menu-content .menu-inside .category-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-menu-opener.only-mobile .main-menu .menu-content .menu-inside .category-menu li:last-child {
  border-bottom: none;
}
.header-menu-opener.only-mobile .main-menu .bottom-menu-contact {
  padding: 20px 0;
  padding-top: 0;
}
.header-menu-opener.only-mobile .main-menu .bottom-menu-contact .menu-social-links li a {
  width: 35px;
  height: 35px;
}
.header-menu-opener.only-mobile .main-menu .bottom-menu-contact .menu-social-links li a i {
  font-size: 14px;
}
.header-menu-opener.only-mobile .main-menu .main-menu-content {
  width: 100%;
  overflow-y: auto;
  flex-grow: 1;
}
.header-menu-opener.only-mobile .contact-flex {
  flex-direction: column;
  gap: 0px;
}
.header-menu-opener.only-mobile .contact-flex .header-contact {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-menu-opener.only-mobile .contact-flex .header-contact:first-child {
  padding-top: 0;
}
.header-menu-opener.only-mobile .contact-flex .header-contact:last-child {
  padding-bottom: 0;
}
.header-menu-opener.only-mobile .contact-flex .header-contact a {
  margin: 0;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /* Adjust the overlay color and opacity */
  z-index: 1;
  /* Ensure overlay appears below the menu */
}
.menu-overlay.show {
  display: block;
  /* Show the overlay when the menu is open */
}

body.menu-open {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

.menu-open .menu-trigger {
  position: fixed;
  left: 230px;
  top: 30px;
}
.menu-open .hamburger3 {
  width: 50%;
  background: rgba(255, 255, 255, 0);
}
.menu-open .hamburger3:before, .menu-open .hamburger3:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: rgb(0, 0, 0);
}
.menu-open .hamburger3:before {
  transform: rotate(45deg);
}
.menu-open .hamburger3:after {
  transform: rotate(135deg);
}
.menu-open .header-mobile {
  left: 0;
}

.footer {
  padding: 70px 0 20px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #EAEAFF 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 640px) {
  .footer {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 30px 0;
  }
}
.footer::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -100px;
  width: 600px;
  height: 500px;
  background-image: url(images/svg/path.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(5rem);
  opacity: 0.3;
}
@media (max-width: 1300px) {
  .footer::after {
    width: 400px;
    height: 300px;
    bottom: -100px;
    right: -50px;
  }
}
@media (max-width: 767px) {
  .footer::after {
    width: 300px;
    height: 200px;
    bottom: -100px;
    right: -50px;
  }
}
.footer .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer .inner-content {
    justify-content: center;
  }
}
.footer .logo {
  max-width: 469px;
}
@media (max-width: 767px) {
  .footer .logo {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .logo {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }
}
.footer .logo .footer-description {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .footer .logo .footer-description {
    font-size: 15px;
  }
}
.footer .logo img {
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .footer .logo img {
    width: 260px;
  }
}
@media (max-width: 960px) {
  .footer .logo img {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .footer .logo img {
    width: 150px;
  }
}
.footer .footer-menus {
  margin-left: auto;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .footer .footer-menus {
    width: 100%;
    padding-top: 30px;
    max-width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-menus {
    justify-content: center;
    margin: 0 -10px;
  }
}
@media (max-width: 480px) {
  .footer .footer-menus {
    padding-top: 0;
  }
}
.footer .footer-menus .title-bottom {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 22px;
  line-height: 18px;
  letter-spacing: 0px;
  text-transform: capitalize;
}
@media (max-width: 1300px) {
  .footer .footer-menus .title-bottom {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .footer .footer-menus .title-bottom {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .footer .footer-menus .title-bottom {
    font-size: 16px;
  }
}
.footer .footer-menus .menu-container {
  padding: 0 10px;
}
.footer .footer-menus .menu-container:first-child {
  padding-left: 0;
}
@media (max-width: 640px) {
  .footer .footer-menus .menu-container:first-child {
    padding-left: 10px;
  }
}
@media (max-width: 1300px) {
  .footer .footer-menus .menu-container:last-child {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .footer .footer-menus .menu-container:last-child .title-bottom {
    display: none;
  }
  .footer .footer-menus .menu-container:last-child .contact-flex {
    flex-direction: row;
    gap: 20px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer-menus .menu-container:last-child .contact-flex {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .footer .footer-menus .menu-container:last-child .contact-flex {
    padding-top: 15px;
  }
}
@media (max-width: 1300px) {
  .footer .footer-menus .menu-container {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .footer-menus .menu-container {
    text-align: center;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .footer .footer-menus .menu-container {
    width: 100%;
  }
}
.footer .footer-menus .menu li {
  margin: 3px 0;
}
.footer .footer-menus .menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
}
.footer .footer-menus .menu li a:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .footer .footer-menus .menu li a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1300px) {
  .footer .footer-menus .menu li a {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .footer .footer-menus .menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .footer .footer-menus .col_50:first-child {
    width: 40%;
  }
}
@media (max-width: 1300px) {
  .footer .footer-menus .col_50:last-child {
    width: 60%;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .footer .footer-menus .col_50 {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  .footer .footer-menus .col_50 {
    width: 100% !important;
  }
}

.footer-second {
  padding-top: 20px;
  margin-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1300px) {
  .footer-second {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer-second {
    margin-top: 10px;
    justify-content: center;
    flex-direction: column;
  }
}
.footer-second p {
  color: rgba(0, 0, 0, 0.831372549);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 1300px) {
  .footer-second p {
    font-size: 14px;
  }
}
.footer-second a img {
  width: auto;
  height: auto;
}
@media (max-width: 1300px) {
  .footer-second a img {
    width: 150px;
  }
}
@media (max-width: 960px) {
  .footer-second a img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .footer-second a img {
    width: 100px;
  }
}

.section {
  padding: 130px 0;
}
@media (max-width: 1550px) {
  .section {
    padding: 100px 0;
  }
}
@media (max-width: 1300px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 40px 0;
  }
}

.section-big {
  padding: 200px 0;
}
@media (max-width: 1550px) {
  .section-big {
    padding: 160px 0;
  }
}
@media (max-width: 1300px) {
  .section-big {
    padding: 120px 0;
  }
}
@media (max-width: 960px) {
  .section-big {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-big {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .section-big {
    padding: 60px 0;
  }
}

.slider-arrows {
  display: flex;
}
.slider-arrows .slider-arrow {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 15px;
  background-color: #EADBFF;
  border: 1px solid #EADBFF;
}
.slider-arrows .slider-arrow:last-child {
  margin-right: 0;
}
@media (max-width: 1430px) {
  .slider-arrows .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
@media (max-width: 1300px) {
  .slider-arrows .slider-arrow {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 960px) {
  .slider-arrows .slider-arrow {
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }
}
.slider-arrows .slider-arrow img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 22px;
}
@media (max-width: 1430px) {
  .slider-arrows .slider-arrow img {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 1300px) {
  .slider-arrows .slider-arrow img {
    width: 15px;
    height: 12px;
  }
}
.slider-arrows .slider-arrow:hover, .slider-arrows .slider-arrow:focus {
  background-color: #0CA9EC;
  border-color: #0CA9EC;
}
@media (max-width: 960px) {
  .slider-arrows .slider-arrow:hover, .slider-arrows .slider-arrow:focus {
    border: 1px solid #EADBFF;
    background-color: #EADBFF;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
}

.slick-prev,
.slick-next {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease;
}
@media (max-width: 1430px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1300px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 22px;
}
@media (max-width: 1430px) {
  .slick-prev::before,
  .slick-next::before {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 1300px) {
  .slick-prev::before,
  .slick-next::before {
    width: 15px;
    height: 12px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #EADBFF;
}

.slick-prev {
  left: -20px;
}
.slick-prev::before {
  background-image: url("images/svg/prev-btn.svg");
}
@media (max-width: 1430px) {
  .slick-prev {
    left: 30px;
  }
}

.slick-next {
  right: -20px;
}
.slick-next::before {
  background-image: url("images/svg/next-btn.svg");
}
@media (max-width: 1430px) {
  .slick-next {
    right: 30px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -50px;
}
@media (max-width: 640px) {
  .slick-dots {
    bottom: -20px;
  }
}
.slick-dots li {
  display: inline-block;
  width: auto;
  height: 12px;
  width: 12px;
}
@media (max-width: 640px) {
  .slick-dots li {
    height: 8px;
    width: 8px;
  }
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #EADFFF;
  opacity: 0.4;
  padding: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.slick-dots li button::before {
  display: none;
}
@media (max-width: 640px) {
  .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}
.slick-dots .slick-active {
  width: 23px;
}
@media (max-width: 640px) {
  .slick-dots .slick-active {
    height: 8px;
    width: 20px;
  }
}
.slick-dots .slick-active button {
  opacity: 1;
  width: 23px;
  background: linear-gradient(104.62deg, #BF48F2 0%, #913FF1 41.35%, #6837F6 100%);
}
@media (max-width: 640px) {
  .slick-dots .slick-active button {
    height: 8px;
    width: 20px;
  }
}
.hero {
  padding-top: 150px;
  padding-bottom: 0px !important;
  position: relative;
  background-color: #EBE0FF;
  -webkit-backdrop-filter: blur(283px);
          backdrop-filter: blur(283px);
}
.hero::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -100px;
  width: 600px;
  height: 500px;
  background-image: url(images/svg/path.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(5rem);
  opacity: 0.3;
}
@media (max-width: 1300px) {
  .hero::before {
    width: 400px;
    height: 300px;
    top: -100px;
    left: -50px;
  }
}
@media (max-width: 767px) {
  .hero::before {
    width: 300px;
    height: 200px;
    top: -100px;
    left: -50px;
  }
}
.hero::after {
  content: "";
  width: 100%;
  height: 2% !important;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1300px) {
  .hero::after {
    height: 12%;
  }
}
@media (max-width: 960px) {
  .hero::after {
    height: 15%;
  }
}
@media (max-width: 1550px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1430px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1300px) {
  .hero {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero .btn-box {
  padding-top: 20px;
  gap: 20px;
}
@media (max-width: 960px) {
  .hero .btn-box {
    justify-content: center;
    padding: 15px 0;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.hero .the-content {
  max-width: 557px;
  padding: 40px 0;
}
@media (max-width: 960px) {
  .hero .the-content {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    padding: 0;
  }
}
.hero .the-content p {
  font-size: 20px;
}
@media (max-width: 1550px) {
  .hero .the-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero .the-content p {
    font-size: 16px;
  }
}
.hero .hero-image {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .hero .hero-image {
    justify-content: center;
  }
}
.hero .right-side {
  position: relative;
  width: 65%;
  margin-right: -10%;
}
@media (max-width: 1550px) {
  .hero .right-side {
    margin-right: 0;
    width: 55%;
  }
}
@media (max-width: 960px) {
  .hero .right-side {
    width: 100%;
  }
}
.hero .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .hero .right-side img {
    width: 75%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 640px) {
  .hero .right-side img {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .hero .right-side,
  .hero .left-side {
    width: 100%;
  }
}

.section-cards {
  background: linear-gradient(0deg, #F2ECFF 0%, #FFFFFF 100%);
}
.section-cards .section-title {
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.section-cards .parent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.section-cards .parent-grid p,
.section-cards .parent-grid h3 {
  margin: 0;
}
.section-cards .card-image {
  display: flex;
}
.section-cards .div1 {
  grid-area: 1/1/3/3;
}
.section-cards .div1 .card-wrapper {
  flex-direction: column-reverse;
  justify-content: space-between;
  padding-bottom: 0;
  padding-top: 60px;
}
@media (max-width: 1550px) {
  .section-cards .div1 .card-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 960px) {
  .section-cards .div1 .card-wrapper {
    padding-top: 20px;
  }
}
.section-cards .div1 .card-wrapper .card-text {
  padding-bottom: 30px;
}
.section-cards .div2 {
  grid-area: 1/3/2/5;
}
.section-cards .div2 .card-image {
  width: 50%;
}
@media (max-width: 1300px) {
  .section-cards .div2 .card-image {
    width: 40%;
  }
}
@media (max-width: 960px) {
  .section-cards .div2 .card-image {
    width: 30%;
  }
}
.section-cards .div2 .card-text {
  width: 50%;
}
@media (max-width: 1300px) {
  .section-cards .div2 .card-text {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .section-cards .div2 .card-text {
    width: 70%;
  }
}
.section-cards .div3 {
  grid-area: 2/3/3/5;
}
.section-cards .div3 .card-image {
  width: 50%;
}
@media (max-width: 1300px) {
  .section-cards .div3 .card-image {
    width: 40%;
  }
}
@media (max-width: 960px) {
  .section-cards .div3 .card-image {
    width: 30%;
  }
}
.section-cards .div3 .card-text {
  width: 50%;
}
@media (max-width: 1300px) {
  .section-cards .div3 .card-text {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .section-cards .div3 .card-text {
    width: 70%;
  }
}
.section-cards .div4 {
  grid-area: 3/1/4/4;
}
.section-cards .div4 .card-wrapper {
  padding-bottom: 0;
}
.section-cards .div4 .card-image {
  width: 32%;
  height: 100%;
}
.section-cards .div4 .card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .section-cards .div4 .card-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.section-cards .div4 .card-text {
  width: 68%;
}
.section-cards .div5 {
  grid-area: 3/4/4/5;
}
.section-cards .div5 img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.section-cards .card-wrapper {
  background-color: #fff;
  border-radius: 30px;
  border: 3px solid #F2EBFF;
  padding: 10px 40px;
  height: 100%;
  position: relative;
  bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .section-cards .card-wrapper {
    padding: 10px 20px;
  }
}
.section-cards .card-wrapper:hover {
  text-decoration: none;
  bottom: 10px;
}
@media (max-width: 960px) {
  .section-cards .card-wrapper:hover {
    bottom: 0px;
  }
}
.section-cards .button3 {
  margin-top: 15px !important;
}
.section-cards img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-cards .card-text {
  padding-left: 30px;
}
@media (max-width: 1550px) {
  .section-cards .card-text {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .section-cards .card-text {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-cards .card-description {
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
}
.section-cards .card-title {
  margin-bottom: 10px !important;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
}
@media (max-width: 1550px) {
  .section-cards .card-title {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  .section-cards .card-title {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .section-cards .card-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-cards .card-title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-cards .parent-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .section-cards .div1 {
    grid-area: 1/1/3/4;
  }
  .section-cards .div2 {
    grid-area: 1/4/2/7;
  }
  .section-cards .div3 {
    grid-area: 2/4/3/7;
  }
  .section-cards .div4 {
    grid-area: 3/1/4/5;
  }
  .section-cards .div5 {
    grid-area: 3/5/4/7;
  }
}
@media (max-width: 767px) {
  .section-cards .parent-grid {
    display: flex;
    flex-direction: row;
    margin: 0 -10px;
    flex-wrap: wrap;
    gap: 0px;
  }
  .section-cards .div-item {
    width: 50%;
    padding: 10px;
  }
  .section-cards .div-item:last-child {
    width: 100%;
  }
  .section-cards .div1 {
    grid-area: unset;
    grid-column: 1/span 2;
  }
  .section-cards .div2 {
    grid-area: unset;
    grid-column: 1/span 2;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-cards .div2 .card-wrapper {
    flex-direction: column;
  }
  .section-cards .div2 .card-wrapper .card-image {
    width: 100%;
  }
  .section-cards .div2 .card-wrapper .card-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-cards .div3 {
    grid-area: unset;
    grid-column: 1/span 2;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-cards .div3 .card-wrapper {
    flex-direction: column;
  }
  .section-cards .div3 .card-wrapper .card-image {
    width: 100%;
  }
  .section-cards .div3 .card-wrapper .card-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-cards .div4 {
    grid-area: unset;
    grid-column: 1/span 2;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-cards .div4 .card-wrapper {
    flex-direction: column;
  }
  .section-cards .div4 .card-wrapper .card-image {
    width: 100%;
  }
  .section-cards .div4 .card-wrapper .card-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-cards .div5 {
    grid-area: unset;
    grid-column: 1/span 2;
  }
  .section-cards .div2 .card-wrapper,
  .section-cards .div3 .card-wrapper,
  .section-cards .div4 .card-wrapper {
    flex-direction: column-reverse;
  }
  .section-cards .div2 .card-wrapper img,
  .section-cards .div3 .card-wrapper img,
  .section-cards .div4 .card-wrapper img {
    max-width: 160px;
    margin: 0 auto;
  }
  .section-cards .card-text {
    text-align: center;
    padding-left: 0;
  }
  .section-cards .card-wrapper {
    justify-content: center;
  }
  .section-cards .card-image {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .section-cards .div-item {
    width: 100%;
  }
}

.section-steps {
  background-color: #0F0C36;
}
.section-steps .the-content {
  padding-bottom: 20px;
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-steps::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4%;
  background-color: #0F0C36;
}
@media (max-width: 960px) {
  .section-steps::before {
    height: 2%;
  }
}
.section-steps .container {
  position: relative;
  z-index: 1;
}
.section-steps .container::before {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  width: 900px;
  height: 1000px;
  background-image: url(images/webp/circle-path.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1550px) {
  .section-steps .container::before {
    width: 600px;
    height: 800px;
  }
}
@media (max-width: 960px) {
  .section-steps .container::before {
    width: 400px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .section-steps .container::before {
    width: 300px;
    height: 500px;
  }
}
@media (max-width: 640px) {
  .section-steps .container::before {
    width: 200px;
    height: 400px;
  }
}
.section-steps .container::after {
  content: none !important;
  position: absolute;
  display: block;
  visibility: visible;
  top: 0;
  left: auto !important;
  right: 30px !important;
  width: 126px;
  height: 76px;
  background-image: url(images/svg/plane.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1550px) {
  .section-steps .container::after {
    content: "" !important;
  }
}
@media (max-width: 960px) {
  .section-steps .container::after {
    width: 80px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .section-steps .container::after {
    width: 60px;
    height: 40px;
    top: 50px;
  }
}
@media (max-width: 480px) {
  .section-steps .container::after {
    top: 150px;
  }
}

.flex-steps {
  counter-reset: stepNumber;
  margin-bottom: 0px;
  position: relative !important;
}
.flex-steps::after {
  content: "" !important;
  position: absolute;
  display: block;
  visibility: visible;
  top: 0;
  left: 105%;
  width: 126px;
  height: 76px;
  background-image: url(images/svg/plane.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1550px) {
  .flex-steps::after {
    content: none !important;
  }
}
.flex-steps .col_25 {
  counter-increment: stepNumber;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1300px) {
  .flex-steps .col_25 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .flex-steps .col_25 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .flex-steps .col_25 {
    width: 100%;
  }
}
.flex-steps .trust-item {
  position: relative;
  z-index: 1;
  background: rgba(75, 42, 145, 0.4588235294);
  border: 3px solid #AB78FF;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 30px;
  height: 100%;
  border-radius: 25px;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .flex-steps .trust-item {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .flex-steps .trust-item {
    padding: 40px 20px;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .flex-steps .trust-item {
    padding: 30px 15px;
  }
}
.flex-steps .trust-item::before {
  content: counters(stepNumber, ".", decimal-leading-zero) ".";
  font-weight: 800;
  font-size: 82px;
  line-height: 120%;
  letter-spacing: -2px;
  position: absolute;
  right: 30px;
  top: 40px;
  color: #EAEAFF;
  opacity: 0.1;
}
@media (max-width: 1550px) {
  .flex-steps .trust-item::before {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .flex-steps .trust-item::before {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .flex-steps .trust-item::before {
    font-size: 40px;
    right: 20px;
    top: 20px;
  }
}
.flex-steps .trust-item p {
  margin: 0;
}
.flex-steps .trust-item .trust-text {
  position: relative;
  z-index: 1;
}
.flex-steps .trust-item .trust-text .title {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 1550px) {
  .flex-steps .trust-item .trust-text .title {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .flex-steps .trust-item .trust-text .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .flex-steps .trust-item .trust-text .title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .flex-steps .trust-item .trust-text .title {
    font-size: 16px;
  }
}
.flex-steps .trust-item .trust-text .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 1550px) {
  .flex-steps .trust-item .trust-text .text {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .flex-steps .trust-item .trust-text .text {
    font-size: 14px;
  }
}
.flex-steps .trust-item:hover {
  background: rgba(122, 58, 241, 0.5490196078);
  border: 3px solid #7A3AF1;
}
@media (max-width: 960px) {
  .flex-steps .trust-item:hover {
    background: rgba(75, 42, 145, 0.4588235294);
    border: 3px solid #AB78FF;
  }
}
.flex-steps .icon {
  padding-bottom: 30px;
}
@media (max-width: 1300px) {
  .flex-steps .icon {
    padding-bottom: 20px;
  }
}
.flex-steps .icon img {
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .flex-steps .icon img {
    width: 80px;
  }
}
@media (max-width: 960px) {
  .flex-steps .icon img {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .flex-steps .icon img {
    width: 50px;
  }
}
@media (max-width: 640px) {
  .flex-steps .icon img {
    width: 40px;
  }
}

.section-services {
  position: relative;
}
.section-services::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  width: 2200px;
  height: 1320px;
  background-image: url(images/svg/full-path.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(5rem);
  opacity: 0.3;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .section-services::before {
    left: -50px;
    width: 1500px;
    height: 1000px;
  }
}
@media (max-width: 960px) {
  .section-services::before {
    left: -30px;
    width: 1200px;
    height: 800px;
  }
}
@media (max-width: 767px) {
  .section-services::before {
    left: -20px;
    width: 1000px;
    height: 700px;
  }
}
@media (max-width: 640px) {
  .section-services::before {
    left: -10px;
    width: 800px;
    height: 600px;
  }
}
.section-services .container {
  position: relative;
  z-index: 1;
}
.section-services .the-content {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
}
.section-services .card {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #EADFFF;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
}
.section-services .card:hover {
  text-decoration: none;
  border-color: #6936F2;
}
@media (max-width: 960px) {
  .section-services .card:hover {
    border-color: #EADFFF;
  }
}
.section-services .image img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 20px;
}
.section-services .col_25 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1300px) {
  .section-services .col_25 {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .section-services .col_25 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .section-services .col_25 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .section-services .col_25 {
    width: 100%;
  }
}
.section-services .card-text {
  padding: 20px;
}
.section-services .card-text p {
  margin: 0;
}
.section-services .card-text .title {
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0px;
  margin-bottom: 10px;
  color: #101B5B;
}
@media (max-width: 1550px) {
  .section-services .card-text .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-services .card-text .title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .section-services .card-text .title {
    font-size: 16px;
  }
}
.section-services .card-text .description {
  font-weight: 300;
  line-height: 150%;
}
.section-services .btn {
  padding-top: 30px;
}
@media (max-width: 960px) {
  .section-services .btn {
    padding-top: 20px;
  }
}

.section-creators .creator-wrapper {
  padding: 0 14px;
}
.section-creators .creators-slider {
  margin: 0 -14px;
}
.section-creators .creator {
  position: relative;
  height: 546px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  border-radius: 20px;
  border: 2px solid #873DF2;
}
@media (max-width: 1550px) {
  .section-creators .creator {
    height: 500px;
  }
}
@media (max-width: 1300px) {
  .section-creators .creator {
    height: 450px;
  }
}
@media (max-width: 960px) {
  .section-creators .creator {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section-creators .creator {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .section-creators .creator {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .section-creators .creator {
    height: 400px;
  }
}
@media (max-width: 380px) {
  .section-creators .creator {
    height: 300px;
  }
}
.section-creators .creator .zoom-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  z-index: 0;
  transition: transform 0.3s ease;
}
.section-creators .creator:hover .zoom-cover {
  transform: scale(1.1);
}
@media (max-width: 960px) {
  .section-creators .creator:hover .zoom-cover {
    transform: scale(1);
  }
}
.section-creators .creator::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.99%, #000000 100%);
  z-index: 1;
  pointer-events: none;
}
.section-creators .creator-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px;
}
.section-creators .btn {
  padding-top: 40px;
}
@media (max-width: 960px) {
  .section-creators .btn {
    padding-top: 20px;
  }
}
.section-creators .the-content {
  max-width: 740px;
}
.section-creators .container::before {
  top: 80px !important;
  left: 60% !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
}
.section-creators .container::after {
  content: none !important;
}
.section-creators .arrow-image {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  transition: all 0.3s ease;
}
.section-creators .arrow-image img {
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .section-creators .arrow-image {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1300px) {
  .section-creators .arrow-image {
    width: 45px;
    height: 45px;
    padding: 5px;
  }
}
@media (max-width: 960px) {
  .section-creators .arrow-image {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .section-creators .arrow-image {
    width: 36px;
    height: 36px;
  }
}
.section-creators .creator-content p {
  margin: 0;
}
.section-creators .creator-content .creator-name {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media (max-width: 1550px) {
  .section-creators .creator-content .creator-name {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .section-creators .creator-content .creator-name {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .section-creators .creator-content .creator-name {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .section-creators .creator-content .creator-name {
    font-size: 16px;
  }
}

.creator-role {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0px;
  background: #873DF2;
  border-radius: 100px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px !important;
  color: #fff;
}
@media (max-width: 960px) {
  .creator-role {
    font-size: 12px;
  }
}

.section-boxes .parent-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 767px) {
  .section-boxes .parent-boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    gap: 0;
  }
}
.section-boxes .box1 {
  grid-area: 1/1/3/2;
}
.section-boxes .box2 {
  grid-area: 1/2/3/3;
}
.section-boxes .box3 {
  grid-area: 1/3/5/4;
}
.section-boxes .box4 {
  grid-area: 3/1/5/2;
}
.section-boxes .box5 {
  grid-area: 3/2/5/3;
}
@media (max-width: 767px) {
  .section-boxes .box-item {
    width: 50%;
    padding: 5px;
  }
  .section-boxes .box-item:last-child {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section-boxes .box-item {
    width: 100%;
  }
}
.section-boxes .box-wrapper {
  padding: 25px;
  height: 100%;
  background: #EAEAFF;
  border-radius: 20px;
  min-height: 230px;
}
@media (max-width: 960px) {
  .section-boxes .box-wrapper {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .section-boxes .box-wrapper {
    flex-direction: column;
  }
}
.section-boxes .box-wrapper .box-image {
  background: #fff;
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 15px;
  border: 11px solid rgba(183, 151, 255, 0.3);
  margin-top: auto;
}
@media (max-width: 1550px) {
  .section-boxes .box-wrapper .box-image {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1300px) {
  .section-boxes .box-wrapper .box-image {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 960px) {
  .section-boxes .box-wrapper .box-image {
    width: 70px;
    height: 70px;
    padding: 10px;
    border: 6px solid rgba(183, 151, 255, 0.3);
  }
}
@media (max-width: 767px) {
  .section-boxes .box-wrapper .box-image {
    margin-left: auto;
  }
}
.section-boxes .box-wrapper .box-image img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .section-boxes .box-wrapper .box-title {
    width: 50%;
  }
}
.section-boxes .box-wrapper .box-title .title {
  font-weight: 800;
  font-size: 30px;
  line-height: 104%;
}
@media (max-width: 1550px) {
  .section-boxes .box-wrapper .box-title .title {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  .section-boxes .box-wrapper .box-title .title {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .section-boxes .box-wrapper .box-title .title {
    font-size: 18px;
  }
}
.section-boxes .section-title {
  padding-bottom: 46px;
}
@media (max-width: 960px) {
  .section-boxes .section-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-boxes .section-title {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .section-boxes .section-title {
    padding-bottom: 10px;
  }
}
.section-boxes .section-title .the-content {
  max-width: 530px;
}
.section-boxes .section-title .the-content .button1 {
  margin-top: 5px;
}
.section-boxes .section-title .right-title {
  max-width: 530px;
  margin-top: auto;
  margin-left: 70px;
}
@media (max-width: 1550px) {
  .section-boxes .section-title .right-title {
    margin-left: 50px;
  }
}
@media (max-width: 1300px) {
  .section-boxes .section-title .right-title {
    margin-left: 30px;
  }
}
@media (max-width: 960px) {
  .section-boxes .section-title .right-title {
    margin-left: 0;
  }
}
.section-boxes .section-title .right-title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1550px) {
  .section-boxes .section-title .right-title p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .section-boxes .section-title .right-title p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-boxes .section-title .right-title p {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .section-boxes .section-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.creator-banner {
  position: relative;
  background-image: url(images/webp/apply-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 40px;
  width: 95%;
  max-width: 1680px;
  margin: 0 auto;
  min-height: 840px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .creator-banner {
    min-height: auto;
  }
}
.creator-banner .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.creator-banner .image-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .creator-banner .image-wrapper {
    opacity: 0.2;
  }
}
.creator-banner .image-wrapper img {
  position: absolute;
  width: auto;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .creator-banner .image-wrapper img {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .creator-banner .image-wrapper img {
    width: 80px;
  }
}
.creator-banner .image-wrapper .img-pos-1 {
  top: 5%;
  left: 15%;
}
.creator-banner .image-wrapper .img-pos-2 {
  top: 40%;
  left: 10%;
}
@media (max-width: 1550px) {
  .creator-banner .image-wrapper .img-pos-2 {
    left: 5%;
  }
}
.creator-banner .image-wrapper .img-pos-3 {
  bottom: 10%;
  left: 30%;
}
@media (max-width: 767px) {
  .creator-banner .image-wrapper .img-pos-3 {
    left: 15%;
  }
}
.creator-banner .image-wrapper .img-pos-4 {
  top: 5%;
  right: 25%;
}
.creator-banner .image-wrapper .img-pos-5 {
  top: 35%;
  right: 12%;
}
@media (max-width: 1550px) {
  .creator-banner .image-wrapper .img-pos-5 {
    right: 5%;
  }
}
.creator-banner .image-wrapper .img-pos-6 {
  bottom: 10%;
  right: 30%;
}
@media (max-width: 767px) {
  .creator-banner .image-wrapper .img-pos-6 {
    right: 15%;
  }
}
.creator-banner .the-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0 auto;
}

.contact-sec .contact-flex {
  align-items: stretch;
}
.contact-sec .contact-sec-text {
  margin: 0 auto;
}
.contact-sec .right-img {
  position: absolute;
  top: 0;
  right: 0px;
  display: flex;
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .contact-sec .right-img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .contact-sec .right-img {
    width: 100px;
  }
}
.contact-sec .left-img {
  position: absolute;
  top: 0;
  left: -100px;
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .contact-sec .left-img {
    width: 100px;
    top: 20px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .contact-sec .left-img {
    left: -30px;
    width: 80px;
  }
}
@media (max-width: 480px) {
  .contact-sec .left-img {
    left: 10px;
  }
}
.contact-sec .contact-sec-image {
  display: block;
  position: relative;
  z-index: 0;
  left: -50px;
  width: auto;
  height: auto;
  margin-top: -20px;
}
@media (max-width: 1550px) {
  .contact-sec .contact-sec-image {
    left: 0;
  }
}
@media (max-width: 960px) {
  .contact-sec .contact-sec-image {
    height: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .contact-sec .contact-sec-image {
    height: auto;
  }
}
@media (max-width: 480px) {
  .contact-sec .contact-sec-image {
    width: 100%;
    padding: 0 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 960px) {
  .contact-sec .col_40,
  .contact-sec .col_60 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.contact-sec .col_40.right-side,
.contact-sec .col_60.right-side {
  padding-bottom: 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 960px) {
  .contact-sec .col_40.right-side,
  .contact-sec .col_60.right-side {
    justify-content: center;
  }
}
.contact-sec .col_40.left-side,
.contact-sec .col_60.left-side {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1550px) {
  .contact-sec .col_40.left-side,
  .contact-sec .col_60.left-side {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1300px) {
  .contact-sec .col_40.left-side,
  .contact-sec .col_60.left-side {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .contact-sec .col_40.left-side,
  .contact-sec .col_60.left-side {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.section-contact {
  position: relative;
  background: linear-gradient(268.75deg, #312592 0.13%, #380079 53.26%, #120C61 97.08%);
  width: 95%;
  max-width: 1680px;
  margin: 0 auto;
  border-radius: 30px;
  margin: 0 auto;
  max-width: 1800px;
  margin: 130px auto;
  margin-top: 0 !important;
}
@media (max-width: 1550px) {
  .section-contact {
    max-width: 100%;
    margin: 100px auto;
  }
}
@media (max-width: 1300px) {
  .section-contact {
    margin: 80px auto;
  }
}
@media (max-width: 960px) {
  .section-contact {
    margin: 70px auto;
  }
}
@media (max-width: 767px) {
  .section-contact {
    margin: 60px auto;
  }
}
@media (max-width: 640px) {
  .section-contact {
    margin: 40px auto;
  }
}
.section-contact .container {
  position: relative;
  z-index: 1;
}
.section-contact .the-content {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .section-contact .the-content {
    padding-bottom: 20px;
    text-align: center;
  }
}
.section-contact .button2 {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .section-contact .button2 {
    margin-top: 10px;
  }
}

.footer-button {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(104.62deg, #BF48F2 0%, #913FF1 41.35%, #6837F6 100%);
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: -80px;
}
@media (max-width: 1430px) {
  .footer-button {
    width: 140px;
    height: 140px;
    padding: 5px;
  }
}
@media (max-width: 960px) {
  .footer-button {
    margin: auto;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .footer-button {
    width: 120px;
    height: 120px;
    text-align: center;
  }
  .footer-button img {
    display: none;
  }
}
@media (max-width: 640px) {
  .footer-button {
    width: 100px;
    height: 100px;
  }
}
.footer-button.only-desktop-small {
  margin: 0;
}
.footer-button.only-desktop-small a {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.footer-button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  padding: 5px;
  border: 11px solid rgba(255, 255, 255, 0.1215686275);
  border-radius: 50%;
}
@media (max-width: 1550px) {
  .footer-button a {
    border: 1px solid rgba(255, 255, 255, 0.1215686275);
  }
}
@media (max-width: 1430px) {
  .footer-button a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .footer-button a {
    font-size: 14px;
  }
}
.footer-button a:hover {
  text-decoration: none;
  transform: rotate(0deg);
}
.footer-button a:hover img {
  width: auto;
  height: auto;
  transform: rotate(75deg);
}
@media (max-width: 960px) {
  .footer-button a:hover {
    transform: rotate(-45deg);
  }
  .footer-button a:hover img {
    width: auto;
    height: auto;
    transform: rotate(45deg);
  }
}
.footer-button a img {
  width: auto !important;
  height: auto !important;
  transform: rotate(45deg);
  transition: all 0.5s ease;
  margin-left: 10px;
}

.general-text-contact .absolute-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 960px) {
  .general-text-contact .absolute-image {
    right: auto;
    top: auto;
    transform: none;
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  .general-text-contact .absolute-image {
    padding-top: 20px;
    width: 100%;
  }
}
.general-text-contact .absolute-image img {
  width: auto;
  height: auto;
  border-radius: 73px;
}
@media (max-width: 1300px) {
  .general-text-contact .absolute-image img {
    opacity: 0.3;
  }
}
@media (max-width: 960px) {
  .general-text-contact .absolute-image img {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .general-text-contact .absolute-image img {
    border-radius: 40px;
  }
}
.general-text-contact .the-content {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  max-width: 900px;
}
@media (max-width: 960px) {
  .general-text-contact .the-content {
    text-align: center;
    padding-top: 0;
  }
}
.general-text-contact .the-content p {
  font-size: 36px;
  line-height: 139%;
  letter-spacing: 0px;
}
@media (max-width: 1550px) {
  .general-text-contact .the-content p {
    font-size: 32px;
  }
}
@media (max-width: 1300px) {
  .general-text-contact .the-content p {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .general-text-contact .the-content p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .general-text-contact .the-content p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .general-text-contact .the-content p {
    font-size: 18px;
  }
}
.general-text-contact .circle {
  width: 530px;
  height: 530px;
  background-color: rgba(228, 200, 253, 0.3);
  border-radius: 50%;
  position: absolute;
  left: -100px;
  top: -85px;
  z-index: 0;
}
@media (max-width: 1550px) {
  .general-text-contact .circle {
    width: 400px;
    height: 400px;
    left: -50px;
    top: -50px;
  }
}
@media (max-width: 1300px) {
  .general-text-contact .circle {
    width: 300px;
    height: 300px;
    left: -25px;
    top: -25px;
  }
}
@media (max-width: 960px) {
  .general-text-contact .circle {
    display: none;
  }
}
.general-text-contact .circle img {
  width: auto;
  height: auto;
  position: relative;
  left: 50px;
  top: 180px;
}
@media (max-width: 1550px) {
  .general-text-contact .circle img {
    left: 30px;
    top: 120px;
  }
}

body.single-service .general-hero {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.single-service .general-hero.white-half::after {
    height: 450px;
  }
}
@media (max-width: 640px) {
  body.single-service .general-hero.white-half::after {
    height: 400px;
  }
}

.service-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  height: 560px;
}
@media (max-width: 960px) {
  .service-main-image img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .service-main-image img {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .service-main-image img {
    height: 300px;
  }
}

.faq {
  padding-top: 40px;
}
@media (max-width: 960px) {
  .faq {
    padding-top: 20px;
  }
}
.faq .left-side .the-content,
.faq .right-side .the-content {
  text-align: left;
  margin: 0;
}
@media (max-width: 960px) {
  .faq .left-side,
  .faq .right-side {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.faq .right-side .accordions {
  max-width: 470px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .faq .right-side .accordions {
    margin: 0;
    max-width: 100%;
  }
}
.faq .left-side .the-content {
  max-width: 530px;
}
@media (max-width: 960px) {
  .faq .left-side .the-content {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .faq .accordions-col,
  .faq .col_25 {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .faq .col_25 {
    text-align: center;
  }
}
@media (max-width: 960px) {
  .faq .button-link {
    margin-bottom: 20px;
  }
}
.faq .the-content.section-title {
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .faq .the-content.section-title {
    padding-bottom: 20px;
    text-align: center;
  }
}
.faq .the-content.section-title h1,
.faq .the-content.section-title h2,
.faq .the-content.section-title h3,
.faq .the-content.section-title h4,
.faq .the-content.section-title h5,
.faq .the-content.section-title h6 {
  margin: 0px;
}
.faq .accordions {
  padding-top: 30px;
}
@media (max-width: 960px) {
  .faq .accordions {
    padding-top: 0px;
  }
}
.faq .accordions .accordion-list .accordion-item {
  position: relative;
  border-radius: 0;
  background: transparent;
  border-top: 1px solid #DAE5F1;
}
.faq .accordions .accordion-list .accordion-item:first-child {
  border-top: none;
}
.faq .accordions .accordion-list .accordion-item .accordion-header {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 0px;
  padding-right: 75px;
  border: none;
  border-radius: 0;
  background: transparent;
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  letter-spacing: -1px;
}
@media (max-width: 1550px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
@media (max-width: 640px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 16px;
    padding-right: 40px;
  }
}
.faq .accordions .accordion-list .accordion-item .accordion-header::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(images/svg/plus.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  right: 27px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 1550px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header::after {
    width: 20px;
    height: 20px;
    top: 28px;
    right: 22px;
  }
}
@media (max-width: 640px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header::after {
    width: 20px;
    height: 20px;
    top: 22px;
    right: 15px;
  }
}
.faq .accordions .accordion-list .accordion-item .accordion-header:hover {
  cursor: pointer;
  text-decoration: none;
  color: #BF48F2;
}
@media (max-width: 960px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header:hover {
    color: initial;
  }
}
.faq .accordions .accordion-list .accordion-item.active .accordion-header::after {
  transform: rotate(-90deg);
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content {
  display: none;
  padding-bottom: 10px;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content {
  padding: 17px 0px;
  padding-bottom: 0;
  padding-top: 0;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content ul {
  margin: 3px 0px;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p {
  color: #000;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p:first-of-type {
  margin-top: 0;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p:last-of-type {
  margin-bottom: 0;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p, .faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content li, .faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content a, .faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content span {
  font-size: 16px;
}
@media (max-width: 640px) {
  .faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p, .faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content li, .faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content a, .faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content span {
    font-size: 14px;
  }
}

.service-boxes .the-content {
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .service-boxes .the-content {
    padding-bottom: 10px;
  }
}
.service-boxes .col_33 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 960px) {
  .service-boxes .col_33 {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .service-boxes .col_33 {
    width: 100%;
  }
}
.service-boxes .flex-steps::after {
  content: none !important;
}
.service-boxes .flex-steps .trust-item {
  background: #EAEAFF;
  border: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border-radius: 20px;
  padding: 25px;
  padding-bottom: 35px;
}
.service-boxes .flex-steps .trust-item::before {
  content: none;
}
.service-boxes .flex-steps .trust-item .title {
  color: #101B5B;
}
.service-boxes .flex-steps .trust-item .text {
  color: #242424;
}
.service-boxes .flex-steps .trust-item .icon {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 11px solid rgba(183, 151, 255, 0.3);
  margin-bottom: 45px;
  margin-left: 0 !important;
}
@media (max-width: 1550px) {
  .service-boxes .flex-steps .trust-item .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1300px) {
  .service-boxes .flex-steps .trust-item .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    padding: 10px;
  }
}
@media (max-width: 960px) {
  .service-boxes .flex-steps .trust-item .icon {
    width: 70px;
    height: 70px;
    padding: 10px;
    border: 6px solid rgba(183, 151, 255, 0.3);
    margin-bottom: 20px;
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .service-boxes .flex-steps .trust-item .icon {
    margin-left: auto;
  }
}
.service-boxes .flex-steps .trust-item .icon img {
  width: auto;
  height: auto;
}

.creators-grid .creator {
  height: 400px;
}
@media (max-width: 960px) {
  .creators-grid .creator {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .creators-grid .creator {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .creators-grid .creator {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .creators-grid .creator {
    height: 400px;
  }
}
@media (max-width: 380px) {
  .creators-grid .creator {
    height: 300px;
  }
}
.creators-grid .creator-name {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media (max-width: 1300px) {
  .creators-grid .creator-name {
    font-size: 19px;
  }
}
@media (max-width: 960px) {
  .creators-grid .creator-name {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .creators-grid .creator-name {
    font-size: 16px;
  }
}
.creators-grid .col_25 {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 1300px) {
  .creators-grid .col_25 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .creators-grid .col_25 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .creators-grid .col_25 {
    width: 100%;
  }
}

.section-slider-image {
  position: relative;
  overflow: hidden;
}
.section-slider-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  width: 2200px;
  height: 1320px;
  background-image: url(images/svg/full-path.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(5rem);
  opacity: 0.3;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .section-slider-image::before {
    left: -50px;
    width: 1500px;
    height: 1000px;
  }
}
@media (max-width: 960px) {
  .section-slider-image::before {
    left: -30px;
    width: 1200px;
    height: 800px;
  }
}
@media (max-width: 767px) {
  .section-slider-image::before {
    left: -20px;
    width: 1000px;
    height: 700px;
  }
}
@media (max-width: 640px) {
  .section-slider-image::before {
    left: -10px;
    width: 800px;
    height: 600px;
  }
}
.section-slider-image .container {
  position: relative;
  z-index: 1;
}
.section-slider-image .small-title {
  background: transparent;
}
.section-slider-image .cover {
  height: 100%;
  min-height: 607px;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .section-slider-image .cover {
    min-height: 500px;
  }
}
.section-slider-image .slide-image {
  height: 100%;
}
.section-slider-image .slide-text {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #EADFFF;
  padding: 40px;
  padding-bottom: 80px;
}
@media (max-width: 960px) {
  .section-slider-image .slide-text {
    padding: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .section-slider-image .slide-text {
    text-align: center;
    padding: 20px;
  }
}
.section-slider-image .slick-dots {
  width: auto;
  bottom: 36px;
  left: 40px;
}
@media (max-width: 960px) {
  .section-slider-image .slick-dots {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 640px) {
  .section-slider-image .slick-dots {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .section-slider-image .slide-image-text-flex {
    flex-direction: column;
  }
  .section-slider-image .slide-image-text-flex .right-side, .section-slider-image .slide-image-text-flex .left-side {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
}
.section-slider-image .slider-image-text:not(.slick-initialized) {
  display: flex;
  flex-direction: column;
  height: 607px;
  overflow: hidden;
}

.pricing-cards .the-content {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .pricing-cards .the-content {
    padding-bottom: 10px;
  }
}
.pricing-cards .pricing-card {
  border-radius: 20px;
  background-color: #fff;
  border: 3px solid #EADFFF;
  padding: 25px;
  height: 100%;
}
.pricing-cards p {
  margin: 0;
}
.pricing-cards .pack-type p {
  font-weight: 500;
  font-size: 20px;
  line-height: 104%;
  color: #101B5B;
  margin-bottom: 10px;
}
@media (max-width: 1550px) {
  .pricing-cards .pack-type p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .pricing-cards .pack-type p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pricing-cards .pack-type p {
    font-size: 14px;
  }
}
.pricing-cards .price p {
  font-weight: 800;
  font-size: 42px;
  line-height: 75%;
  letter-spacing: 0px;
  color: #101B5B;
}
@media (max-width: 1550px) {
  .pricing-cards .price p {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .pricing-cards .price p {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .pricing-cards .price p {
    font-size: 28px;
  }
}
.pricing-cards .btn-box {
  padding-bottom: 45px;
  padding-top: 20px;
}
@media (max-width: 960px) {
  .pricing-cards .btn-box {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
.pricing-cards .btn-box a {
  width: 100%;
  text-align: center;
}
.pricing-cards .list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #242424;
  border-top: 1px solid rgba(21, 21, 21, 0.2);
  padding: 10px 0;
}
@media (max-width: 960px) {
  .pricing-cards .list li {
    font-size: 14px;
  }
}
.pricing-cards .list i {
  color: #824BDC;
  margin-right: 10px;
}
.pricing-cards .col_25, .pricing-cards .col_50, .pricing-cards .col_33, .pricing-cards .col_100 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1300px) {
  .pricing-cards .col_25, .pricing-cards .col_50, .pricing-cards .col_33, .pricing-cards .col_100 {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .pricing-cards .col_25, .pricing-cards .col_50, .pricing-cards .col_33, .pricing-cards .col_100 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .pricing-cards .col_25, .pricing-cards .col_50, .pricing-cards .col_33, .pricing-cards .col_100 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pricing-cards .col_25, .pricing-cards .col_50, .pricing-cards .col_33, .pricing-cards .col_100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pricing-cards .button1 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

body.single-creator .breadcrumbs-wrap {
  text-align: left;
  padding-bottom: 25px;
}
@media (max-width: 960px) {
  body.single-creator .breadcrumbs-wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  body.single-creator .col_40,
  body.single-creator .col_60 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
body.single-creator .creator-role {
  font-size: 18px;
  margin: 0 !important;
}
@media (max-width: 1550px) {
  body.single-creator .creator-role {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  body.single-creator .creator-role {
    font-size: 14px;
  }
}

.creator-first-row {
  gap: 27px;
  padding-bottom: 7px;
  flex-wrap: wrap;
}
@media (max-width: 1550px) {
  .creator-first-row {
    gap: 15px;
  }
}
@media (max-width: 960px) {
  .creator-first-row {
    gap: 15px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
}

.creator-title h1 {
  margin-bottom: 15px;
}

.creator-location {
  margin: 0;
}
.creator-location i {
  margin-right: 5px;
}

.creator-quote p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 139%;
  color: #1F004D;
}

.creator-skill {
  background: #fff;
  border-radius: 100px;
  padding: 10px 14px;
  border: 1px solid #EADFFF;
  margin-right: 11px;
  margin-bottom: 11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 960px) {
  .creator-skill {
    font-size: 14px;
  }
}

.creator-lang img {
  margin-right: 5px;
  width: 20px;
  height: auto;
}

.creator-lang-flex {
  gap: 11px;
  padding: 21px 0;
}
@media (max-width: 960px) {
  .creator-lang-flex {
    justify-content: center;
  }
}
.creator-lang-flex p {
  margin: 0;
  background: #DECCFF;
  border-radius: 100px;
  padding: 10px 14px;
  border: 1px solid #EADFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 960px) {
  .creator-lang-flex p {
    font-size: 14px;
  }
}

.creator-description p {
  margin: 0;
  line-height: 150%;
}

.skills-section {
  margin: 25px 0;
  padding: 25px 0;
  border-width: 1px, 0px, 1px, 0px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-left: none;
  border-right: none;
}
.skills-section h4 {
  margin-bottom: 15px;
}

.portfolio-title-flex {
  justify-content: space-between;
  padding-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}
.portfolio-title-flex h4 {
  margin: 0;
}
.portfolio-title-flex .slider-arrows .slider-arrow {
  width: 52px;
  height: 52px;
}
@media (max-width: 1550px) {
  .portfolio-title-flex .slider-arrows .slider-arrow {
    width: 40px;
    height: 40px;
  }
  .portfolio-title-flex .slider-arrows .slider-arrow img {
    width: 20px;
    height: auto;
  }
}

.portfolio-slider {
  margin: 0 -7px;
}
.portfolio-slider .creator-portfolio-item-wrapper {
  padding: 0 7px;
}
.portfolio-slider .creator-portfolio-item-wrapper .creator-portfolio-item {
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border: 3px solid #fff;
}
.portfolio-slider a.creator-portfolio-item:hover {
  border: 3px solid #6936F2;
  text-decoration: none;
}
.portfolio-slider a.creator-portfolio-item:hover .play-button {
  outline: 14px solid rgba(255, 255, 255, 0.3);
}
.portfolio-slider .cover {
  width: 100%;
  height: 220px;
  border-radius: 0px 0px 18px 18px;
}
.portfolio-slider .portfolio-item-details {
  padding: 20px;
}
.portfolio-slider .portfolio-item-details p {
  margin: 0;
}
.portfolio-slider .portfolio-item-title {
  padding-bottom: 10px;
}
.portfolio-slider .portfolio-item-title p {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #101B5B;
}
.portfolio-slider .portfolio-item-type p,
.portfolio-slider .portfolio-item-platform p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #242424;
}
.portfolio-slider .portfolio-item-type p span,
.portfolio-slider .portfolio-item-platform p span {
  font-weight: 600;
}
.portfolio-slider .play-button {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: linear-gradient(104.62deg, #BF48F2 0%, #913FF1 41.35%, #6837F6 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 14px solid rgba(191, 72, 242, 0.3);
  transition: all 0.3s ease;
}
.portfolio-slider .play-button i {
  color: #fff;
}

.submit-brief {
  margin-top: 34px !important;
  border-radius: 30px;
}
.submit-brief .the-content {
  max-width: 100% !important;
  padding: 60px;
}
@media (max-width: 1300px) {
  .submit-brief .the-content {
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .submit-brief .the-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .submit-brief .the-content {
    padding: 20px;
  }
}
.submit-brief .the-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.general-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

body.blog h1 {
  text-align: center;
  margin: 0;
}

.section-blog {
  padding-bottom: 80px;
}
@media (max-width: 1300px) {
  .section-blog {
    padding-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .section-blog {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .section-blog {
    padding-bottom: 30px;
  }
}
.section-blog .article-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-blog .article-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .section-blog .article-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-blog .article-item .wrap-article {
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  transition: all 0.2s ease;
  bottom: 0;
  position: relative;
  border: 3px solid #EADFFF;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .section-blog .article-item .wrap-article {
    text-align: center;
  }
}
.section-blog .article-item .wrap-article:hover {
  text-decoration: none;
}
.section-blog .article-item .wrap-article:hover .cover-container .cover {
  transform: scale(1.1);
}
@media (max-width: 960px) {
  .section-blog .article-item .wrap-article:hover .cover-container .cover {
    transform: none;
  }
}
.section-blog .article-item .wrap-article .text-content {
  transition: all 0.3s ease;
  padding: 20px;
}
.section-blog .article-item .wrap-article .text-content h3 {
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 17px;
  color: #101B5B;
}
@media (max-width: 960px) {
  .section-blog .article-item .wrap-article .text-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .section-blog .article-item .wrap-article .text-content h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .section-blog .article-item .wrap-article .text-content h3 {
    font-size: 14px;
  }
}
.section-blog .article-item .wrap-article .text-content .read-btn {
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-blog .article-item .wrap-article .text-content .read-btn span {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.section-blog .article-item .wrap-article .text-content .read-btn img {
  width: auto;
  height: auto;
}
.section-blog .article-item .wrap-article .cover-container {
  height: 274px;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 1300px) {
  .section-blog .article-item .wrap-article .cover-container {
    height: 280px;
  }
}
@media (max-width: 960px) {
  .section-blog .article-item .wrap-article .cover-container {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .section-blog .article-item .wrap-article .cover-container {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .section-blog .article-item .wrap-article .cover-container {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .section-blog .article-item .wrap-article .cover-container {
    height: 200px;
  }
}
.section-blog .article-item .wrap-article .cover-container .cover {
  width: 100%;
  height: 320px;
  border-radius: 15px;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) {
  .section-blog .article-item .wrap-article .cover-container .cover {
    height: 280px;
  }
}
@media (max-width: 960px) {
  .section-blog .article-item .wrap-article .cover-container .cover {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .section-blog .article-item .wrap-article .cover-container .cover {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .section-blog .article-item .wrap-article .cover-container .cover {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .section-blog .article-item .wrap-article .cover-container .cover {
    height: 200px;
  }
}

.article-head span {
  font-size: 16px;
}
@media (max-width: 1300px) {
  .article-head span {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .article-head span {
    padding: 5px;
  }
  .article-head span:first-child {
    padding-left: 0px;
  }
  .article-head span:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 640px) {
  .article-head span {
    font-size: 12px;
  }
}
.article-head span i {
  color: #000;
  margin-right: 5px;
}
.article-head span.category {
  padding-left: 17px;
}
@media (max-width: 960px) {
  .article-head span.category {
    padding-left: 0px;
  }
}

.hero-title {
  padding-bottom: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.section-article {
  position: relative;
  z-index: 2;
}
.section-article .blog-main-image {
  position: relative;
  display: flex;
}
.section-article .blog-main-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(105, 54, 242, 0.3019607843);
  border-radius: 20px;
}
.section-article .blog-main-image img {
  width: 100%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-article .blog-main-image .cover {
  width: 100%;
  border-radius: 15px;
  width: 100%;
  height: 518px;
}
@media (max-width: 1430px) {
  .section-article .blog-main-image .cover {
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .section-article .blog-main-image .cover {
    height: 420px;
  }
}
@media (max-width: 960px) {
  .section-article .blog-main-image .cover {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-main-image .cover {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-main-image .cover {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .section-article .blog-main-image .cover {
    height: 250px;
  }
}
.section-article .container-small {
  padding-bottom: 63px;
  padding-top: 30px;
}
@media (max-width: 1300px) {
  .section-article .container-small {
    padding-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .section-article .container-small {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-article .container-small {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .section-article .container-small {
    padding-bottom: 20px;
  }
}
.section-article .post-wrapper {
  padding: 0px 15px;
}
.section-article .article-item {
  width: 100%;
}

.article-bottom-item span {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -2px;
  margin-bottom: 5px;
}
@media (max-width: 1550px) {
  .article-bottom-item span {
    font-size: 22px;
    letter-spacing: -1px;
  }
}
@media (max-width: 960px) {
  .article-bottom-item span {
    font-size: 20px;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .article-bottom-item span {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .article-bottom-item span {
    font-size: 16px;
  }
}

.a2a_kit.a2a_kit_size_32.addtoany_list {
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 10px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.addtoany_shortcode a span {
  position: relative;
}
@media (max-width: 640px) {
  .addtoany_shortcode a span {
    width: 28px !important;
    height: 28px !important;
  }
}
.addtoany_shortcode a svg {
  top: auto;
  left: auto;
  background-position: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .addtoany_shortcode a svg {
    width: 16px !important;
    height: 16px !important;
  }
}

@media (max-width: 960px) {
  body.page-template-page-forms .form-text {
    text-align: center;
  }
}
body.page-template-page-forms header {
  position: relative;
}
body.page-template-page-forms .padding-section {
  padding-top: 25px;
}
body.page-template-page-forms .padding-section .box {
  padding-top: 80px;
}
@media (max-width: 1550px) {
  body.page-template-page-forms .padding-section .box {
    padding-top: 40px;
  }
}
body.page-template-page-forms .contact-form-description {
  background: rgba(0, 0, 0, 0.1294117647);
  padding: 15px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  margin-top: 30px;
  border-radius: 23px;
}
body.page-template-page-forms .contact-form-description p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 960px) {
  body.page-template-page-forms .contact-form-description p {
    font-size: 14px;
    text-align: center;
  }
}
body.page-template-page-forms select {
  background-image: url(images/svg/select-arr.svg);
  background-position: right;
  background-size: 15% 8px;
  background-repeat: no-repeat;
  padding-right: 40px;
  cursor: pointer;
}
body.page-template-page-forms .contact-sec-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body.page-template-page-forms .contact-sec-text {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 65px;
  margin-bottom: 120px;
}
@media (max-width: 1300px) {
  body.page-template-page-forms .contact-sec-text {
    padding-left: 40px;
  }
}
@media (max-width: 960px) {
  body.page-template-page-forms .contact-sec-text {
    padding-left: 0;
    margin-bottom: 0;
    border-left: none;
  }
}
body.page-template-page-forms .contact-sec-image {
  margin: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 960px) {
  body.page-template-page-forms .left-side,
  body.page-template-page-forms .right-side {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body.page-template-page-forms .right-side .contact-sec-text {
  border: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 960px) {
  body.page-template-page-forms .right-side {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.page-template-page-contact .right-contact {
    margin-top: 40px;
  }
}
body.page-template-page-contact .the-content {
  text-align: left;
}
body.page-template-page-contact #breadcrumbs {
  text-align: left;
}
body.page-template-page-contact .form-row {
  gap: 10px;
}
body.page-template-page-contact .form-row .col_50 {
  text-align: left;
}
@media (max-width: 960px) {
  body.page-template-page-contact .form-row {
    flex-wrap: wrap;
  }
  body.page-template-page-contact .form-row .col_50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.page-template-page-contact .form-row {
    flex-wrap: nowrap;
  }
  body.page-template-page-contact .form-row .col_50 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  body.page-template-page-contact .form-row {
    flex-wrap: wrap;
  }
  body.page-template-page-contact .form-row .col_50 {
    width: 100%;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
.wpcf7-list-item input {
  position: absolute;
  left: 0;
}
.wpcf7-list-item a {
  text-decoration: underline;
}
.wpcf7-list-item a:hover {
  text-decoration: none;
  color: #EADBFF;
}
@media (max-width: 960px) {
  .wpcf7-list-item a:hover {
    color: #fff;
    text-decoration: underline;
  }
}

.form-row {
  gap: 10px;
}
.form-row .col_50 {
  text-align: left;
}
@media (max-width: 960px) {
  .form-row {
    flex-wrap: nowrap;
  }
  .form-row .col_50 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .form-row {
    flex-wrap: wrap;
  }
  .form-row .col_50 {
    width: 100%;
  }
}

.contact-form-box {
  width: 100%;
  padding-top: 20px;
}
.contact-form-box .label-form {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -1%;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .contact-form-box .label-form {
    font-size: 14px;
  }
}
.contact-form-box input:not(.wpcf7-submit),
.contact-form-box textarea:not(.wpcf7-submit),
.contact-form-box select:not(.wpcf7-submit) {
  background-color: #fff;
  border: none;
  border: 2px solid #ececec;
  border-radius: 10px !important;
  padding-left: 0;
  padding: 14px;
}
@media (max-width: 960px) {
  .contact-form-box input:not(.wpcf7-submit),
  .contact-form-box textarea:not(.wpcf7-submit),
  .contact-form-box select:not(.wpcf7-submit) {
    margin-bottom: 15px;
    padding: 10px;
  }
}
.contact-form-box input:not(.wpcf7-submit):hover, .contact-form-box input:not(.wpcf7-submit):focus, .contact-form-box input:not(.wpcf7-submit):active, .contact-form-box input:not(.wpcf7-submit):focus-visible, .contact-form-box input:not(.wpcf7-submit):target, .contact-form-box input:not(.wpcf7-submit):visited, .contact-form-box input:not(.wpcf7-submit):active, .contact-form-box input:not(.wpcf7-submit):focus-within,
.contact-form-box textarea:not(.wpcf7-submit):hover,
.contact-form-box textarea:not(.wpcf7-submit):focus,
.contact-form-box textarea:not(.wpcf7-submit):active,
.contact-form-box textarea:not(.wpcf7-submit):focus-visible,
.contact-form-box textarea:not(.wpcf7-submit):target,
.contact-form-box textarea:not(.wpcf7-submit):visited,
.contact-form-box textarea:not(.wpcf7-submit):active,
.contact-form-box textarea:not(.wpcf7-submit):focus-within,
.contact-form-box select:not(.wpcf7-submit):hover,
.contact-form-box select:not(.wpcf7-submit):focus,
.contact-form-box select:not(.wpcf7-submit):active,
.contact-form-box select:not(.wpcf7-submit):focus-visible,
.contact-form-box select:not(.wpcf7-submit):target,
.contact-form-box select:not(.wpcf7-submit):visited,
.contact-form-box select:not(.wpcf7-submit):active,
.contact-form-box select:not(.wpcf7-submit):focus-within {
  background-color: #fff;
}
.contact-form-box textarea {
  height: 80px;
}
.contact-form-box .wpcf7-spinner {
  display: none;
}

.label-form {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-submit {
  color: #fff !important;
  display: inline-block;
  padding: 15px 28px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition-timing-function: ease;
  border-radius: 5px;
  background: linear-gradient(90deg, #bf48f2 0%, #7239f3 100%);
  border-radius: 45px !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
}
@media (max-width: 640px) {
  .wpcf7-submit {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wpcf7-submit {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .wpcf7-submit {
    font-size: 14px;
    padding: 12px 22px !important;
  }
}
.wpcf7-submit:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.02);
  filter: brightness(1.1);
}
@media (max-width: 960px) {
  .wpcf7-submit:hover {
    background: linear-gradient(90deg, #7239f3 0%, #302592 100%) !important;
    color: #fff !important;
    transform: scale(1);
    filter: brightness(1);
  }
}

.wpcf7-not-valid {
  border: none !important;
  border-bottom: 1px solid red !important;
}

.contact-form-page {
  background-color: #ecf5fd;
  position: relative;
}
.contact-form-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #e2eefa;
  background-image: url(images/svg/contact-decor.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .contact-form-page::before {
    width: 100%;
    height: 48%;
  }
}
@media (max-width: 767px) {
  .contact-form-page .left-contact,
  .contact-form-page .right-contact {
    width: 100%;
  }
}
.contact-form-page .container {
  position: relative;
  z-index: 1;
}
.contact-form-page .contact-form {
  background: linear-gradient(116.36deg, #312592 0.03%, #380079 48.65%, #120c61 88.75%);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 767px) {
  .contact-form-page .contact-form {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .contact-form-page .contact-form {
    padding: 20px;
  }
}
.contact-form-page .contact-form h3 {
  color: #fff;
  margin-top: 0;
}
@media (max-width: 767px) {
  .contact-form-page .contact-form .the-content {
    text-align: center;
  }
}
.contact-form-page .contact-details .the-content {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-form-page .contact-details .the-content {
    padding-bottom: 0px;
    text-align: center;
  }
}
.contact-form-page .contact-details .contact-footer li {
  margin: 15px 0;
}
.contact-form-page .contact-details .contact-footer li:first-child {
  margin-top: 0;
}
.contact-form-page .contact-details .contact-footer li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-form-page .contact-details .contact-footer li {
    justify-content: center;
    text-align: center;
  }
}
.contact-form-page .contact-details .contact-footer a {
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact-form-page .contact-details .contact-footer a {
    font-size: 16px;
  }
}
.contact-form-page .contact-details .contact-footer .phone,
.contact-form-page .contact-details .contact-footer .email,
.contact-form-page .contact-details .contact-footer .address {
  padding: 0;
}

.footer-social {
  padding-top: 30px;
}
@media (max-width: 1300px) {
  .footer-social {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-social {
    justify-content: center;
  }
}
.footer-social li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(104.62deg, #bf48f2 0%, #913ff1 41.35%, #6837f6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.footer-social li:first-child {
  margin-left: 0;
}
.footer-social li:last-child {
  margin-right: 0;
}
@media (max-width: 960px) {
  .footer-social li {
    width: 35px;
    height: 35px;
  }
}
.footer-social li:hover {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .footer-social li:hover {
    opacity: 1;
  }
}
.footer-social li:hover a {
  text-decoration: none;
}
.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.footer-social i {
  font-size: 18px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  color: #fff;
}
@media (max-width: 960px) {
  .footer-social i {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .footer-social i {
    display: block;
  }
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .social-list {
    margin: 20px 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .social-list {
    margin: 10px 0;
  }
}
.social-list a {
  margin: 5px;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 500px;
  background-color: #4d1f97;
  text-align: center;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 30px 45px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 1650px) {
  .social-list a {
    width: 40px;
    height: 40px;
    font-size: 13px;
    margin: 3px;
  }
}
@media (max-width: 767px) {
  .social-list a {
    width: 35px;
    height: 35px;
    font-size: 12px;
    margin: 2px;
  }
}
.social-list a.active {
  background: #783bda;
}
.social-list a:hover {
  text-decoration: none;
  color: #fff;
  background: #783bda;
}
.social-list a i.fa-twitter:before {
  content: "";
  background-image: url(images/svg/x-social.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;
}
@media (max-width: 1650px) {
  .social-list a i.fa-twitter:before {
    width: 13px;
    height: 13px;
  }
}

.sections-brandbook {
  overflow: hidden;
}
.sections-brandbook h1 strong,
.sections-brandbook h2 strong,
.sections-brandbook h3 strong,
.sections-brandbook h4 strong,
.sections-brandbook h5 strong,
.sections-brandbook h6 strong {
  background: linear-gradient(101.21deg, #f7e4ff 12.44%, #bf48f2 91.73%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  font-weight: 800 !important;
}
.sections-brandbook h3 {
  font-size: 30px;
}
@media (max-width: 1430px) {
  .sections-brandbook h3 {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .sections-brandbook h3 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .sections-brandbook h3 {
    font-size: 16px;
  }
}
.sections-brandbook .col_5 {
  width: 5%;
}
.sections-brandbook .col_47 {
  width: 47.5%;
}
.sections-brandbook .col_95 {
  width: 95%;
}
@media (max-width: 960px) {
  .sections-brandbook .col_95 {
    width: 100%;
  }
}
.sections-brandbook .the-content img {
  border-radius: 20px;
}
.sections-brandbook .the-content ol li {
  list-style: decimal outside;
  display: list-item;
  margin-left: 20px;
}
.sections-brandbook .the-content strong {
  font-weight: 700 !important;
}
.sections-brandbook .white-txt b,
.sections-brandbook .white-txt strong,
.sections-brandbook .white-txt table,
.sections-brandbook .white-txt td,
.sections-brandbook .white-txt tr,
.sections-brandbook .white-txt th {
  color: #fff !important;
}
.sections-brandbook .white-txt * {
  color: #fff !important;
}
.sections-brandbook .white-txt .the-content,
.sections-brandbook .white-txt .the-content-large {
  color: #fff !important;
}
.sections-brandbook .white-txt .the-content *,
.sections-brandbook .white-txt .the-content-large * {
  color: #fff !important;
}
.sections-brandbook table * {
  font-size: 17px;
}
@media (max-width: 1430px) {
  .sections-brandbook table * {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook table * {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook table * {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .sections-brandbook table * {
    font-size: 13px;
  }
}
.sections-brandbook .the-content p,
.sections-brandbook .the-content li,
.sections-brandbook .the-content-large p,
.sections-brandbook .the-content-large li {
  font-size: 17px;
}
@media (max-width: 1430px) {
  .sections-brandbook .the-content p,
  .sections-brandbook .the-content li,
  .sections-brandbook .the-content-large p,
  .sections-brandbook .the-content-large li {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .the-content p,
  .sections-brandbook .the-content li,
  .sections-brandbook .the-content-large p,
  .sections-brandbook .the-content-large li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .the-content p,
  .sections-brandbook .the-content li,
  .sections-brandbook .the-content-large p,
  .sections-brandbook .the-content-large li {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .sections-brandbook .the-content p,
  .sections-brandbook .the-content li,
  .sections-brandbook .the-content-large p,
  .sections-brandbook .the-content-large li {
    font-size: 13px;
  }
}
.sections-brandbook .the-content h1,
.sections-brandbook .the-content h2,
.sections-brandbook .the-content h3,
.sections-brandbook .the-content h4,
.sections-brandbook .the-content h5,
.sections-brandbook .the-content h6 {
  margin-top: 10px;
}
.sections-brandbook .the-content-large2 p {
  font-size: 28px;
}
@media (max-width: 1750px) {
  .sections-brandbook .the-content-large2 p {
    font-size: 25px;
  }
}
@media (max-width: 1430px) {
  .sections-brandbook .the-content-large2 p {
    font-size: 23px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .the-content-large2 p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .the-content-large2 p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .sections-brandbook .the-content-large2 p {
    font-size: 16px;
  }
}
.sections-brandbook .brandbook-header {
  padding: 15px 50px;
  width: 78%;
  margin-left: auto;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  background: #381079;
}
@media (max-width: 960px) {
  .sections-brandbook .brandbook-header {
    padding: 10px 25px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .brandbook-header {
    padding: 5px 15px;
  }
}
.sections-brandbook .brandbook-header a,
.sections-brandbook .brandbook-header span {
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 960px) {
  .sections-brandbook .brandbook-header a,
  .sections-brandbook .brandbook-header span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .brandbook-header a,
  .sections-brandbook .brandbook-header span {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .sections-brandbook .brandbook-header a,
  .sections-brandbook .brandbook-header span {
    font-size: 10px;
  }
}
.sections-brandbook .brandbook-header a {
  opacity: 0.6;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
}
.sections-brandbook .brandbook-header a:hover {
  text-decoration: none;
  opacity: 1;
}
.sections-brandbook .brandbook-header a:hover:before {
  left: 0;
}
.sections-brandbook .brandbook-header a:before {
  content: "";
  width: 20px;
  height: 15px;
  display: inline-block;
  background-image: url(images/svg/bb-arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  position: absolute;
  left: 5px;
  top: 4px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 960px) {
  .sections-brandbook .brandbook-header a:before {
    top: 3px;
  }
}
@media (max-width: 640px) {
  .sections-brandbook .brandbook-header a:before {
    top: 1px;
  }
}
.sections-brandbook .left_side {
  background: #0F0C36;
  height: 100%;
  width: 22%;
}
@media (max-width: 960px) {
  .sections-brandbook .left_side {
    width: 100%;
    padding-top: 40px;
  }
}
.sections-brandbook .left_side .flag-mobile-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
}
@media (max-width: 1650px) {
  .sections-brandbook .left_side .flag-mobile-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .flag-mobile-list {
    position: absolute;
    top: 0;
    right: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .sections-brandbook .left_side .flag-mobile-list {
    position: relative;
    top: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 12px;
  }
}
.sections-brandbook .left_side .flag-mobile-list a {
  margin: 5px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 7px;
  background-color: #4d1f97;
  text-align: center;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 30px 45px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0.7;
  text-transform: uppercase;
}
@media (max-width: 1650px) {
  .sections-brandbook .left_side .flag-mobile-list a {
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 5px;
    margin: 3px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .left_side .flag-mobile-list a {
    font-size: 11px;
  }
}
.sections-brandbook .left_side .flag-mobile-list a img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
@media (max-width: 1650px) {
  .sections-brandbook .left_side .flag-mobile-list a img {
    width: 15px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .flag-mobile-list a img {
    width: 14px;
  }
}
.sections-brandbook .left_side .flag-mobile-list a.active {
  background: #783bda;
  opacity: 1;
}
.sections-brandbook .left_side .flag-mobile-list a:hover {
  text-decoration: none;
  color: #fff;
  background: #783bda;
  opacity: 1;
}
.sections-brandbook .left_side .wrap-left-side {
  position: fixed;
  left: 0;
  top: 0;
  width: 22%;
  height: 100%;
  padding-top: 20px;
  z-index: 2;
  box-shadow: 0px 30px 45px 0px rgba(0, 0, 0, 0.15);
  background: #3e1189;
  border-right: 2px solid #4d1f97;
  overflow-y: auto;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sections-brandbook .left_side .wrap-left-side::-webkit-scrollbar {
  width: 10px;
}
.sections-brandbook .left_side .wrap-left-side::-webkit-scrollbar-track {
  border-radius: 10px;
}
.sections-brandbook .left_side .wrap-left-side::-webkit-scrollbar-thumb {
  background: #4d1f97;
  border-radius: 10px;
}
.sections-brandbook .left_side .wrap-left-side::-webkit-scrollbar-thumb:hover {
  background: #4d1f97;
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .wrap-left-side {
    position: relative;
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .left_side .wrap-left-side {
    padding-top: 5px;
  }
}
.sections-brandbook .left_side .wrap-left-side::before {
  content: "";
  width: 403px;
  height: 580px;
  position: absolute;
  right: -120px;
  top: 50%;
  background-image: url(images/svg/path.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(3rem);
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(-50%) rotate(-90deg);
}
.sections-brandbook .left_side .wrap-left-side .menu-mobile {
  display: none;
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .wrap-left-side .menu-mobile {
    display: block;
    position: relative;
    width: 33px;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .left_side .wrap-left-side .menu-mobile {
    top: 20px;
  }
}
.sections-brandbook .left_side .wrap-left-side .menu-mobile a {
  width: 33px;
  height: 28px;
  display: inline-block;
  position: relative;
  color: #fff;
}
.sections-brandbook .left_side .wrap-left-side .menu-mobile .menu-button.active .hamburger {
  background-color: transparent;
}
.sections-brandbook .left_side .wrap-left-side .menu-mobile .menu-button.active .hamburger:before, .sections-brandbook .left_side .wrap-left-side .menu-mobile .menu-button.active .hamburger:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: #fff;
}
.sections-brandbook .left_side .wrap-left-side .menu-mobile .menu-button.active .hamburger:before {
  transform: rotate(45deg);
}
.sections-brandbook .left_side .wrap-left-side .menu-mobile .menu-button.active .hamburger:after {
  bottom: 10px;
  transform: rotate(135deg);
}
.sections-brandbook .left_side .wrap-left-side .menu-mobile .hamburger {
  width: 100%;
}
.sections-brandbook .left_side .wrap-left-side .menu-mobile .hamburger:before {
  top: 13px;
  width: 100%;
}
@media (max-width: 640px) {
  .sections-brandbook .left_side .wrap-left-side .menu-mobile .hamburger:before {
    top: 11px;
  }
}
.sections-brandbook .left_side .wrap-left-side .menu-mobile .hamburger:after {
  width: 100%;
}
.sections-brandbook .left_side .wrap-left-side .menu-desktop {
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .wrap-left-side .menu-desktop {
    display: none;
  }
}
.sections-brandbook .left_side .wrap-left-side .menu-desktop.active {
  display: block;
}
.sections-brandbook .left_side .wrap-left-side .header-logo {
  padding: 20px 30px;
}
@media (max-width: 1650px) {
  .sections-brandbook .left_side .wrap-left-side .header-logo {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .wrap-left-side .header-logo {
    padding: 5px 15px 0 15px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .left_side .wrap-left-side .header-logo {
    padding-bottom: 7px;
  }
}
.sections-brandbook .left_side .wrap-left-side .header-logo img {
  width: auto;
  height: 60px;
}
@media (max-width: 1400px) {
  .sections-brandbook .left_side .wrap-left-side .header-logo img {
    height: 41px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .wrap-left-side .header-logo img {
    height: 35px;
  }
}
.sections-brandbook .left_side .wrap-left-side .subtitle {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2em;
  padding: 20px 30px;
  margin-bottom: 0;
}
@media (max-width: 1650px) {
  .sections-brandbook .left_side .wrap-left-side .subtitle {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1550px) {
  .sections-brandbook .left_side .wrap-left-side .subtitle {
    font-size: 23px;
  }
}
@media (max-width: 1400px) {
  .sections-brandbook .left_side .wrap-left-side .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .wrap-left-side .subtitle {
    font-size: 13px;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-right: 100px !important;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .left_side .wrap-left-side .subtitle {
    padding: 0 20px 15px 20px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .wrap-left-side .subtitle br {
    display: none;
  }
}
.sections-brandbook .left_side .wrap-left-side .over-decoration {
  position: relative;
  z-index: 1;
}
.sections-brandbook .left_side .wrap-left-side .logo-path-top {
  /* opacity: 0.75; */
  right: 10px;
  top: 10px;
  width: 230px;
  height: 230px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
}
@media (max-width: 1550px) {
  .sections-brandbook .left_side .wrap-left-side .logo-path-top {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .wrap-left-side .logo-path-top {
    display: none;
  }
}
.sections-brandbook .left_side .wrap-left-side .logo-path-top img {
  width: 330px;
  height: auto;
}
.sections-brandbook .left_side .wrap-left-side ul {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}
@media (max-width: 1650px) {
  .sections-brandbook .left_side .wrap-left-side ul {
    padding-top: 50px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .wrap-left-side ul {
    padding-top: 10px;
  }
}
.sections-brandbook .left_side .wrap-left-side ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.0705882353);
}
.sections-brandbook .left_side .wrap-left-side ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.0705882353);
}
.sections-brandbook .left_side .wrap-left-side ul li a {
  opacity: 0.4;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 70px;
  font-size: 16px;
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1.3em;
}
@media (max-width: 1650px) {
  .sections-brandbook .left_side .wrap-left-side ul li a {
    font-size: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1550px) {
  .sections-brandbook .left_side .wrap-left-side ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .sections-brandbook .left_side .wrap-left-side ul li a {
    font-size: 13px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .left_side .wrap-left-side ul li a {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.sections-brandbook .left_side .wrap-left-side ul li a.active {
  opacity: 1;
  font-weight: 600;
}
.sections-brandbook .left_side .wrap-left-side ul li a:hover {
  opacity: 1;
  font-weight: 600;
  text-decoration: none;
}
.sections-brandbook .left_side .wrap-left-side ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 19px;
  font-size: 13px;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 1650px) {
  .sections-brandbook .left_side .wrap-left-side ul li a:before {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .left_side .wrap-left-side ul li a:before {
    right: 17px;
    top: 14px;
  }
}
.sections-brandbook .left_side .wrap-left-side .wrap-button {
  padding: 30px 30px 30px 30px;
}
@media (max-width: 1650px) {
  .sections-brandbook .left_side .wrap-left-side .wrap-button {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .left_side .wrap-left-side .wrap-button {
    padding: 15px 20px 25px 20px;
  }
}
.sections-brandbook .left_side .wrap-left-side .wrap-button a {
  text-align: center;
  width: 100%;
}
.sections-brandbook .left_side .wrap-left-side .wrap-button a span {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.sections-brandbook .left_side .wrap-left-side .wrap-button a span .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
}
@media (max-width: 1700px) {
  .sections-brandbook .left_side .wrap-left-side .wrap-button a {
    padding: 14px 10px;
  }
  .sections-brandbook .left_side .wrap-left-side .wrap-button a span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .left_side .wrap-left-side .wrap-button a span {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .sections-brandbook .left_side .wrap-left-side .wrap-button a span {
    font-size: 10px;
  }
}
.sections-brandbook .left_side .wrap-left-side .wrap-button a i {
  color: #000;
  margin-right: 6px;
}
.sections-brandbook .right_side {
  padding-right: 0;
  padding-left: 5px;
  width: 78%;
}
@media (max-width: 960px) {
  .sections-brandbook .right_side {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sections-brandbook .right_side .section {
  padding: 60px 0;
}
@media (max-width: 960px) {
  .sections-brandbook .right_side .section {
    padding: 40px 0;
  }
}
.sections-brandbook .right_side_wrap .content_section {
  background-color: #0f0c36;
}
.sections-brandbook .right_side_wrap .content_section .list-subsections {
  position: absolute;
  right: 50px;
  top: 36px;
  text-align: right;
  width: calc(100% - 70px);
  z-index: 2;
}
@media (max-width: 960px) {
  .sections-brandbook .right_side_wrap .content_section .list-subsections {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .sections-brandbook .right_side_wrap .content_section .list-subsections {
    margin-bottom: 10px;
  }
}
.sections-brandbook .right_side_wrap .content_section .list-subsections a {
  opacity: 0.7;
  margin-right: 20px;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 1400px) {
  .sections-brandbook .right_side_wrap .content_section .list-subsections a {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .sections-brandbook .right_side_wrap .content_section .list-subsections a {
    margin-right: 10px;
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .right_side_wrap .content_section .list-subsections a {
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
.sections-brandbook .right_side_wrap .content_section .list-subsections a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook {
  z-index: 1;
  overflow: hidden;
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook {
  padding-top: 100px;
  z-index: 3;
}
@media (max-width: 1550px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook {
    padding: 0 50px;
  }
}
@media (max-width: 640px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook .image-box {
  position: absolute;
  left: 32%;
  bottom: 0;
  opacity: 0.6;
}
@media (max-width: 960px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .image-box {
    display: none;
  }
}
@media (max-width: 1550px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .image-box img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1430px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .image-box img {
    width: 400px;
    height: 400px;
  }
}
.sections-brandbook .right_side_wrap .content_section .container-brandbook {
  width: 100%;
  max-width: 1400px;
}
@media (max-width: 1550px) {
  .sections-brandbook .right_side_wrap .content_section .container-brandbook {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .right_side_wrap .content_section .container-brandbook {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .sections-brandbook .right_side_wrap .content_section .container-brandbook {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook {
  height: 850px;
  padding-bottom: 150px;
  padding-left: 120px;
  background-color: #0f0c36;
  background-image: url(images/webp/hero-cover.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1550px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook {
    height: 750px;
    padding-left: 100px;
  }
}
@media (max-width: 1550px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook {
    height: 600px;
    padding-left: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook {
    padding-left: 0;
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -200px;
  width: 50%;
  height: 100%;
  background-image: url(images/svg/path.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(4rem);
  opacity: 0.8;
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-image: url(images/webp/hero-brandbook-circle-path.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook .image-box {
  opacity: 0.7;
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook .circle-right-top {
  top: 120px;
}
@media (max-width: 1550px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .circle-right-top {
    right: 60px;
    top: 120px;
  }
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook h2 {
  font-size: 85px;
  line-height: 1em;
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
@media (max-width: 1550px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook h2 {
    font-size: 60px;
  }
}
@media (max-width: 1400px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook h2 {
    font-size: 45px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook h2 {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook h2 {
    font-size: 30px;
  }
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook h2 b {
  font-weight: 700;
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook .circle-below {
  top: -150px;
  right: -150px;
  width: 77px;
  height: 77px;
  background-image: url(images/svg/star.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1550px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook .circle-below {
    width: 50px;
    height: 50px;
    top: -80px;
  }
}
@media (max-width: 1400px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook .circle-below {
    width: 40px;
    height: 40px;
    top: -20px;
  }
}
@media (max-width: 1300px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook .circle-below {
    display: none;
  }
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook .no {
  position: absolute;
  top: 60px;
  right: 40px;
  font-size: 140px;
  font-weight: 700;
  line-height: 1em;
  opacity: 0.02;
  color: #fff;
  text-align: right;
}
@media (max-width: 1550px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook .no {
    font-size: 90px;
  }
}
@media (max-width: 1400px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook .no {
    font-size: 75px;
  }
}
@media (max-width: 960px) {
  .sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook .no {
    display: none;
  }
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook .no * {
  font-weight: 700;
}
.sections-brandbook .right_side_wrap .content_section .hero-brandbook .container-brandbook .no strong {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: initial !important;
  color: inherit !important;
  font-weight: 700 !important;
}

.section-bg1 {
  background: #f5f0ff;
}

.section-bg19 .list-boxes03 {
  justify-content: center;
}
.section-bg19 .list-boxes03 .col_33 {
  width: 16.66%;
}
@media (max-width: 1650px) {
  .section-bg19 .list-boxes03 .col_33 {
    width: 25%;
  }
}
@media (max-width: 1300px) {
  .section-bg19 .list-boxes03 .col_33 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .section-bg19 .list-boxes03 .col_33 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .section-bg19 .list-boxes03 .col_33 {
    width: 100%;
  }
}
.section-bg19 .list-boxes03 .col_33 .wrap-box {
  padding: 15px !important;
  background-color: #281d5a !important;
}

.section-bg19,
.section-bg4 {
  background: #fff;
}
.section-bg19.purple-mode-boxes,
.section-bg4.purple-mode-boxes {
  background-color: #f5f0ff;
}
.section-bg19 .quote-text2,
.section-bg4 .quote-text2 {
  width: auto;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1430px) {
  .section-bg19 .quote-text2,
  .section-bg4 .quote-text2 {
    height: 100px;
    bottom: -20px;
  }
}
@media (max-width: 960px) {
  .section-bg19 .quote-text2,
  .section-bg4 .quote-text2 {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .section-bg19 .quote-text2,
  .section-bg4 .quote-text2 {
    height: 60px;
  }
}

.section-bg20,
.section-bg24 {
  background-color: #824bdc;
}

.section-bg21,
.section-bg22 {
  background-color: #421787;
}

.section-bg22.section-brandbook .container-brandbook .no {
  color: #fff;
}

.section-bg5 {
  background: #824bdc;
}
.section-bg5 .relative .circle-left-top {
  top: auto;
  left: 20px;
  bottom: 200px;
}

.section-bg3 {
  display: flex;
  flex-direction: column-reverse;
}
.section-bg3 .the-content.banner {
  padding-bottom: 0 !important;
  padding-top: 30px;
}
@media (max-width: 640px) {
  .section-bg3 .the-content.banner {
    padding-top: 0px;
  }
}
.section-bg3.section-bg31 {
  background-image: none;
  background: linear-gradient(0deg, #4d1f97, #4d1f97), linear-gradient(0deg, #082630, #082630);
}
.section-bg3.section-bg23 {
  background: #f4fcff;
}
.section-bg3.light-bg {
  background-color: #ffffff;
}
.section-bg3.light-bg .list-boxes3 .box.col_50 .wrap-box {
  background: #f5f0ff;
}
.section-bg3.light-bg .list-boxes3 .box.col_50 .wrap-box .wrap-icon {
  background: #5624a6;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1430px) {
  .section-bg3.light-bg .list-boxes3 .box.col_50 .wrap-box .wrap-icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 960px) {
  .section-bg3.light-bg .list-boxes3 .box.col_50 .wrap-box .wrap-icon {
    width: 60px;
    height: 60px;
  }
}
.section-bg3.light-bg .list-boxes3 .box.col_50 .wrap-box .wrap-icon img {
  width: auto;
  height: 40px;
}
@media (max-width: 1430px) {
  .section-bg3.light-bg .list-boxes3 .box.col_50 .wrap-box .wrap-icon img {
    width: 35px;
  }
}
@media (max-width: 960px) {
  .section-bg3.light-bg .list-boxes3 .box.col_50 .wrap-box .wrap-icon img {
    width: 30px;
  }
}
.section-bg3 .list-boxes3 {
  justify-content: center;
}
.section-bg3 .list-boxes3 .col_33 {
  width: 25%;
}
@media (max-width: 1430px) {
  .section-bg3 .list-boxes3 .col_33 {
    width: 33.33% !important;
  }
}
@media (max-width: 1300px) {
  .section-bg3 .list-boxes3 .col_33 {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .section-bg3 .list-boxes3 .col_33 {
    width: 100% !important;
  }
}

.section-bg23 {
  background: #421787;
}

.section-bg8 .boxes3 {
  padding-top: 40px;
}
@media (max-width: 1300px) {
  .section-bg8 .boxes3 {
    padding-top: 0;
  }
}
.section-bg8 .circle-left-bottom {
  bottom: 50px;
  left: 120px;
}
@media (max-width: 1300px) {
  .section-bg8 .circle-left-bottom {
    display: none;
  }
}

.section-bg9 {
  background: #fff;
}
.section-bg9 .list-boxes3.list-boxes13 {
  z-index: 2;
  position: relative;
}
@media (max-width: 1300px) {
  .section-bg9 .circle-gradient {
    display: none;
  }
}
.section-bg9 .extra-table td:nth-child(1), .section-bg9 .extra-table td:nth-child(2) {
  font-weight: 400 !important;
}
.section-bg9 .extra-table td:nth-child(3) {
  font-weight: 700 !important;
}
.section-bg9 .extra-table th {
  background: rgba(255, 255, 255, 0.12) !important;
}

.section-bg10 {
  background: #f5f0ff;
}
.section-bg10 .circle-left-middle {
  left: 50%;
  top: -100px;
}
@media (max-width: 1300px) {
  .section-bg10 .circle-left-middle {
    display: none;
  }
}

.section-bg11 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f7fdff+100 */
  background: #f5f0ff;
}
.section-bg11 .circle-left-bottom {
  left: 50%;
  bottom: 90px;
}
@media (max-width: 1300px) {
  .section-bg11 .circle-left-bottom {
    display: none;
  }
}
.section-bg11 .the-content-large h4 {
  margin-top: 0;
}

.section-bg12 {
  background: #fff;
}
.section-bg12 .line-left-bottom {
  left: -70px;
  bottom: -100px;
}
@media (max-width: 1300px) {
  .section-bg12 .line-left-bottom {
    display: none;
  }
}
.section-bg12 .boxes3 {
  padding-bottom: 60px !important;
  padding-top: 50px;
}
@media (max-width: 1300px) {
  .section-bg12 .boxes3 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 960px) {
  .section-bg12 .boxes3 {
    padding-bottom: 20px !important;
    padding-top: 0 !important;
  }
}

.section-bg13 {
  background: #fff;
}
.section-bg13 .circle-right-bottom {
  right: 40%;
  bottom: 80px;
}
@media (max-width: 1300px) {
  .section-bg13 .circle-right-bottom {
    display: none;
  }
}

.section-brandbook {
  background: linear-gradient(116.36deg, #312592 0.03%, #380079 48.65%, #120c61 88.75%);
  position: relative;
}
.section-brandbook::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 320px;
  background-image: url(images/svg/top-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-brandbook::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 320px;
  background-image: url(images/svg/bottom-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1700px) {
  .section-brandbook {
    padding: 80px 0;
  }
}
@media (max-width: 1550px) {
  .section-brandbook {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .section-brandbook {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-brandbook {
    padding: 40px 0;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .line-right-top {
    display: none;
  }
}
@media (max-width: 1400px) {
  .section-brandbook .logo-path-bottom {
    max-width: 280px;
    opacity: 0.5;
  }
}
@media (max-width: 960px) {
  .section-brandbook .logo-path-bottom {
    max-width: 230px;
  }
}
.section-brandbook .container-brandbook {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  max-width: 1400px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1550px) {
  .section-brandbook .container-brandbook {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .container-brandbook {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .section-brandbook .container-brandbook {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-brandbook .container-brandbook .no {
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 100px;
  font-weight: 500;
  line-height: 1em;
  color: #3e0089;
}
@media (max-width: 1300px) {
  .section-brandbook .container-brandbook .no {
    font-size: 80px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .container-brandbook .no {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .container-brandbook .no {
    right: 20px;
    font-size: 40px;
  }
}
.section-brandbook .container-brandbook .title-section {
  padding-right: 87px;
}
.section-brandbook .container-brandbook .title-section h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 1em;
}
@media (max-width: 1550px) {
  .section-brandbook .container-brandbook .title-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .section-brandbook .container-brandbook .title-section h2 {
    font-size: 35px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .container-brandbook .title-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .container-brandbook .title-section h2 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .container-brandbook .title-section h2 {
    font-size: 22px;
  }
}
.section-brandbook .container-brandbook .title-section h2 b {
  font-weight: 700;
}
.section-brandbook .container-brandbook .title-section .circle-below {
  bottom: -80px;
  right: 50px;
  width: 77px;
  height: 77px;
  background-image: url(images/svg/star-purple.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
@media (max-width: 1550px) {
  .section-brandbook .container-brandbook .title-section .circle-below {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .container-brandbook .title-section .circle-below {
    right: 0;
  }
}
@media (max-width: 767px) {
  .section-brandbook .container-brandbook .title-section .circle-below {
    width: 40px;
    height: 40px;
  }
}
.section-brandbook .container-brandbook .boxes1 {
  padding-top: 40px;
}
@media (max-width: 1400px) {
  .section-brandbook .container-brandbook .boxes1 {
    padding-top: 30px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .container-brandbook .boxes1 {
    padding-top: 20px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .container-brandbook .boxes1 {
    padding-top: 0;
  }
}
.section-brandbook .container-brandbook .boxes1 .decoration {
  position: absolute;
  left: 50px;
  bottom: -100px;
  width: 450px;
  height: 460px;
  background-image: url(images/svg/decoration-purple.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1430px) {
  .section-brandbook .container-brandbook .boxes1 .decoration {
    left: 20px;
    width: 410px;
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .container-brandbook .boxes1 .decoration {
    left: 0;
  }
}
@media (max-width: 960px) {
  .section-brandbook .container-brandbook .boxes1 .decoration {
    display: none;
  }
}
.section-brandbook .container-brandbook .boxes1 .full-box-colored {
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .section-brandbook .container-brandbook .boxes1 .the-content {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .section-brandbook .container-brandbook .boxes1 .the-content {
    width: 100%;
  }
}
.section-brandbook .the-content.banner {
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .section-brandbook .the-content.banner {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .the-content.banner {
    padding-bottom: 10px;
  }
}
.section-brandbook .boxes3 {
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .section-brandbook .boxes3 {
    padding-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .boxes3 .empty {
    display: none;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .boxes3 .the-content {
    width: 100%;
  }
}
.section-brandbook .circle-left-top {
  top: -85px;
  left: 80px;
}
@media (max-width: 1400px) {
  .section-brandbook .circle-left-top {
    left: 4-px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .circle-left-top {
    display: none;
  }
}
.section-brandbook .boxes3 .circle-left-top {
  top: 30px;
  left: 100px;
}
.section-brandbook .mblarge {
  padding-bottom: 0;
  padding-top: 40px;
}
@media (max-width: 1400px) {
  .section-brandbook .mblarge {
    padding-top: 30px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .mblarge {
    padding-top: 10px;
  }
}
.section-brandbook .mblarge2 h3 {
  margin-top: 0;
}
.section-brandbook .list-boxes3 {
  padding-top: 30px;
}
@media (max-width: 960px) {
  .section-brandbook .list-boxes3 {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-boxes3 {
    padding-top: 10px;
  }
}
.section-brandbook .list-boxes3.list-boxes13 {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes3.list-boxes13 .box {
    width: 100%;
  }
}
.section-brandbook .list-boxes3.list-boxes13 .flex-title {
  margin-bottom: 20px;
}
.section-brandbook .list-boxes3.list-boxes13 .flex-title .wrap-icon {
  font-size: 0;
  line-height: 0;
  margin-bottom: 0 !important;
}
.section-brandbook .list-boxes3.list-boxes13 .flex-title .large-title {
  margin-bottom: 0;
  width: calc(100% - 90px);
  padding-left: 15px;
  margin-top: 0;
}
@media (max-width: 1550px) {
  .section-brandbook .list-boxes3.list-boxes13 .flex-title .large-title {
    width: calc(100% - 70px);
  }
}
@media (max-width: 1400px) {
  .section-brandbook .list-boxes3.list-boxes13 .flex-title .large-title {
    width: calc(100% - 60px);
  }
}
@media (max-width: 960px) {
  .section-brandbook .list-boxes3.list-boxes13 .flex-title .large-title {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
}
.section-brandbook .list-boxes3 .box {
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .section-brandbook .list-boxes3 .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes3 .box {
    width: 100%;
  }
}
.section-brandbook .list-boxes3 .box.col_50 .wrap-box {
  background: #281d5a;
  border: 3px solid #ab78ff;
}
.section-brandbook .list-boxes3 .box .wrap-box {
  padding: 30px;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  top: 0;
  border-radius: 20px;
  background: #25075f;
  border: 3px solid #ab78ff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes3 .box .wrap-box {
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-boxes3 .box .wrap-box {
    padding: 30px 15px;
  }
}
@media (max-width: 1550px) {
  .section-brandbook .list-boxes3 .box .wrap-box {
    padding: 25px;
  }
}
@media (max-width: 1400px) {
  .section-brandbook .list-boxes3 .box .wrap-box {
    padding: 20px;
  }
}
.section-brandbook .list-boxes3 .box .wrap-box:hover {
  top: -5px;
}
@media (max-width: 960px) {
  .section-brandbook .list-boxes3 .box .wrap-box:hover {
    top: 0;
  }
}
.section-brandbook .list-boxes3 .box .wrap-box .wrap-icon {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .section-brandbook .list-boxes3 .box .wrap-box .wrap-icon {
    margin-bottom: 10px;
  }
}
.section-brandbook .list-boxes3 .box .wrap-box .wrap-icon img {
  width: auto;
  height: 80px;
}
@media (max-width: 1550px) {
  .section-brandbook .list-boxes3 .box .wrap-box .wrap-icon img {
    height: 70px;
  }
}
@media (max-width: 1400px) {
  .section-brandbook .list-boxes3 .box .wrap-box .wrap-icon img {
    height: 60px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .list-boxes3 .box .wrap-box .wrap-icon img {
    height: 50px;
  }
}
.section-brandbook .list-boxes3 .box .wrap-box .the-content {
  opacity: 0.8;
}
.section-brandbook .list-boxes3 .box .wrap-box .normal {
  font-weight: 300;
  margin-bottom: 0;
}
.section-brandbook .large-title {
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 700;
}
@media (max-width: 1550px) {
  .section-brandbook .large-title {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .section-brandbook .large-title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .large-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .large-title {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .large-title {
    font-size: 14px;
  }
}
.section-brandbook .large-image img {
  width: 100%;
  height: auto;
}
.section-brandbook .list-boxes4 .box {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .section-brandbook .list-boxes4 .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes4 .box {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.section-brandbook .list-boxes4 .box:nth-child(3) .wrap-box .text {
  padding-left: 70px;
  padding-right: 20px;
}
@media (max-width: 1550px) {
  .section-brandbook .list-boxes4 .box:nth-child(3) .wrap-box .text {
    padding-left: 50px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .list-boxes4 .box:nth-child(3) .wrap-box .text {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes4 .box:nth-child(3) .wrap-box .text {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-brandbook .list-boxes4 .box .wrap-box {
  background: #281d5a;
  border: 3px solid #873df2;
  border-radius: 20px;
  height: 100%;
  padding: 35px;
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes4 .box .wrap-box {
    padding: 20px;
  }
}
.section-brandbook .list-boxes4 .box .wrap-box .text {
  padding: 15px 0px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes4 .box .wrap-box .text {
    padding: 12px 0px;
  }
}
.section-brandbook .list-boxes4 .box.col_100 {
  width: 100%;
}
.section-brandbook .list-boxes4 .box.col_100 .wrap-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
}
.section-brandbook .list-boxes4 .box.col_100 .wrap-box .wrap-icon,
.section-brandbook .list-boxes4 .box.col_100 .wrap-box .text {
  width: 50%;
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes4 .box.col_100 .wrap-box .wrap-icon,
  .section-brandbook .list-boxes4 .box.col_100 .wrap-box .text {
    width: 100%;
  }
}
.section-brandbook .list-boxes4 .box.col_100 .wrap-box .wrap-icon img {
  height: 475px;
}
@media (max-width: 1300px) {
  .section-brandbook .list-boxes4 .box.col_100 .wrap-box .wrap-icon img {
    height: 300px;
    border-radius: 20px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-boxes4 .box.col_100 .wrap-box .wrap-icon img {
    height: auto;
  }
}
.section-brandbook .list-boxes4 .box .wrap-icon {
  font-size: 0;
  line-height: 0;
  border-radius: 20px;
}
.section-brandbook .list-boxes4 .box .wrap-icon img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .section-brandbook .list-boxes4 .box .wrap-icon img {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .list-boxes4 .box .wrap-icon img {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-boxes4 .box .wrap-icon img {
    height: auto;
  }
}
.section-brandbook .list-items {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .section-brandbook .list-items {
    padding-top: 20px;
  }
}
.section-brandbook .list-items .list-boxes5 {
  background: #f5f0ff;
  padding: 45px 25px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.section-brandbook .list-items .list-boxes5:last-child {
  margin-bottom: 0;
}
@media (max-width: 1430px) {
  .section-brandbook .list-items .list-boxes5 {
    padding: 35px 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .list-items .list-boxes5 {
    padding: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1430px) {
  .section-brandbook .list-items .list-boxes5 .image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .list-items .list-boxes5 .image {
    width: 100%;
    padding: 0;
  }
}
.section-brandbook .list-items .list-boxes5 .image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 1430px) {
  .section-brandbook .list-items .list-boxes5 .text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .list-items .list-boxes5 .text {
    width: 100%;
    padding: 20px 25px;
  }
}
.section-brandbook .list-items .list-boxes5 .text .large-title {
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 700;
}
@media (max-width: 960px) {
  .section-brandbook .list-items .list-boxes5 .text .large-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .list-items .list-boxes5 .text .large-title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-items .list-boxes5 .text .large-title {
    font-size: 16px;
  }
}
.section-brandbook .list-items6 {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .section-brandbook .list-items6 {
    padding-top: 15px;
  }
}
.section-brandbook .list-items6 .half_item {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .section-brandbook .list-items6 .half_item {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-items6 .half_item {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.section-brandbook .list-items6 .half_item .image {
  margin-bottom: 15px;
}
.section-brandbook .list-items6 .half_item .image img {
  height: 440px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .section-brandbook .list-items6 .half_item .image img {
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .list-items6 .half_item .image img {
    height: 350px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .list-items6 .half_item .image img {
    height: auto;
  }
}
.section-brandbook .list-items6 .half_item .text .large-title {
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 700;
}
@media (max-width: 960px) {
  .section-brandbook .list-items6 .half_item .text .large-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .list-items6 .half_item .text .large-title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-items6 .half_item .text .large-title {
    font-size: 16px;
  }
}
.section-brandbook .wraplist-items7 .logo-path-bottom {
  bottom: -150px;
  right: -150px;
}
.section-brandbook .wraplist-items7 .circle-gradient {
  position: absolute;
  right: 40%;
  bottom: 10%;
}
.section-brandbook .list-items7 {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .section-brandbook .list-items7 {
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  .section-brandbook .list-items7 .col_40,
  .section-brandbook .list-items7 .col_60 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .list-items7 .col_40,
  .section-brandbook .list-items7 .col_60 {
    width: 100%;
  }
}
.section-brandbook .list-items7 .col_40 .item-box,
.section-brandbook .list-items7 .col_60 .item-box {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section-brandbook .list-items7 .col_40 .item-box,
  .section-brandbook .list-items7 .col_60 .item-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section-brandbook .list-items7 .col_40 .item-box:last-child,
.section-brandbook .list-items7 .col_60 .item-box:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .section-brandbook .list-items7 .col_40 .item-box:last-child,
  .section-brandbook .list-items7 .col_60 .item-box:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section-brandbook .list-items7 .col_40 .item-box .image,
.section-brandbook .list-items7 .col_60 .item-box .image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
}
.section-brandbook .list-items7 .col_40 .item-box .image img,
.section-brandbook .list-items7 .col_60 .item-box .image img {
  width: 100%;
  height: auto;
}
.section-brandbook .big-banner {
  background: #0d3a43;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-brandbook .big-banner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .big-banner .image {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-banner .image {
    width: 100%;
  }
}
.section-brandbook .big-banner .image .cover {
  width: 100%;
  height: 100%;
  min-height: 385px;
  background-color: #0b333b;
}
@media (max-width: 960px) {
  .section-brandbook .big-banner .image .cover {
    min-height: 300px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-banner .image .cover {
    min-height: 200px;
  }
}
.section-brandbook .big-banner .text {
  padding: 50px 40px;
}
@media (max-width: 1300px) {
  .section-brandbook .big-banner .text {
    width: 60%;
    padding: 40px 30px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .big-banner .text {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-banner .text {
    width: 100%;
    padding: 20px;
  }
}
.section-brandbook .flex-colors {
  padding-top: 20px;
}
@media (max-width: 960px) {
  .section-brandbook .flex-colors .box-color {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.section-brandbook .flex-colors .box-color .color-element {
  border-radius: 20px;
  overflow: hidden;
}
.section-brandbook .flex-colors .box-color .color-head .color {
  width: 100%;
  height: 200px;
}
@media (max-width: 640px) {
  .section-brandbook .flex-colors .box-color .color-head .color {
    height: 150px;
  }
}
.section-brandbook .flex-colors .box-color .color-head .above-header {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  padding: 10px 20px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .section-brandbook .flex-colors .box-color .color-head .above-header {
    padding-left: 20px;
  }
}
.section-brandbook .flex-colors .box-color .color-head .above-header .text_1 {
  margin: 0 0 3px 0;
  font-size: 23px;
  line-height: 1.1em;
  font-weight: 700;
  color: #161616;
}
@media (max-width: 1400px) {
  .section-brandbook .flex-colors .box-color .color-head .above-header .text_1 {
    font-size: 21px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .flex-colors .box-color .color-head .above-header .text_1 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .flex-colors .box-color .color-head .above-header .text_1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .flex-colors .box-color .color-head .above-header .text_1 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .flex-colors .box-color .color-head .above-header .text_1 {
    font-size: 14px;
  }
}
.section-brandbook .flex-colors .box-color .color-head .above-header .text_2 {
  margin: 0;
  color: #161616;
}
.section-brandbook .flex-colors .box-color .color-head .above-header.white-txt .text_1,
.section-brandbook .flex-colors .box-color .color-head .above-header.white-txt .text_2 {
  color: #fff;
}
.section-brandbook .flex-colors .box-color .color-head .box-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  display: flex;
}
.section-brandbook .flex-colors .box-color .color-head .box-list span {
  height: 33px;
  flex: 1 1 auto; /* se extind uniform și pot micșora dacă e nevoie */
  min-width: 0; /* permite textului să se micșoreze */
  box-sizing: border-box;
}
.section-brandbook .flex-colors .box-color .color-body {
  padding: 20px 25px;
  background: #4d1f97;
}
@media (max-width: 960px) {
  .section-brandbook .flex-colors .box-color .color-body {
    padding: 15px 20px;
  }
}
.section-brandbook .flex-colors .box-color .color-body:not(.white-txt) .item span {
  color: #000;
}
.section-brandbook .flex-colors .box-color .color-body .item {
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.section-brandbook .flex-colors .box-color .color-body .item strong {
  width: 20%;
  font-weight: 700;
}
@media (max-width: 960px) {
  .section-brandbook .flex-colors .box-color .color-body .item strong {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .flex-colors .box-color .color-body .item strong {
    width: 70px;
  }
}
.section-brandbook .flex-colors .box-color .color-body .item span {
  width: 80%;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .section-brandbook .flex-colors .box-color .color-body .item span {
    width: calc(100% - 100px);
  }
}
@media (max-width: 640px) {
  .section-brandbook .flex-colors .box-color .color-body .item span {
    width: calc(100% - 70px);
  }
}
.section-brandbook .flex-colors .box-color .the-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .section-brandbook .flex-colors .box-color .the-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .flex-colors .box-color .the-content {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.section-brandbook .flex-colors .box-color .the-content p {
  margin: 0;
}
.section-brandbook .flex-gradient {
  max-width: 66.66%;
  background: #4d1f97;
}
@media (max-width: 1300px) {
  .section-brandbook .flex-gradient {
    max-width: 100%;
  }
}
.section-brandbook .flex-gradient .row {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .section-brandbook .flex-gradient .row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section-brandbook .flex-gradient .image {
  height: 100%;
  min-height: 200px;
}
@media (max-width: 640px) {
  .section-brandbook .flex-gradient .image {
    width: 100%;
  }
}
.section-brandbook .flex-gradient .image .cover {
  height: 100%;
  min-height: 200px;
}
@media (max-width: 640px) {
  .section-brandbook .flex-gradient .image .cover {
    min-height: 150px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .flex-gradient .image {
    min-height: 150px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .flex-gradient .text {
    width: 100%;
  }
}
.section-brandbook .flex-gradient .text .the-content {
  padding: 30px;
}
@media (max-width: 767px) {
  .section-brandbook .flex-gradient .text .the-content {
    padding: 20px;
  }
}
.section-brandbook .box-icons {
  padding: 25px 35px;
  background: #25075f;
  margin-top: 30px;
  margin-bottom: 0;
  border-radius: 20px;
  border: 3px solid #ab78ff;
}
@media (max-width: 960px) {
  .section-brandbook .box-icons {
    padding: 0;
    background-color: transparent;
    margin-top: 20px;
  }
}
.section-brandbook .box-icons .icon {
  width: 11.11%;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 1500px) {
  .section-brandbook .box-icons .icon {
    width: 14.2%;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .box-icons .icon {
    width: 16.6%;
  }
}
@media (max-width: 1020px) {
  .section-brandbook .box-icons .icon {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .section-brandbook .box-icons .icon {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .section-brandbook .box-icons .icon {
    width: 33.33%;
  }
}
.section-brandbook .box-icons .icon img {
  width: 100%;
  height: auto;
}
.section-brandbook.section-small {
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .section-brandbook.section-small {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .section-brandbook.section-small {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 640px) {
  .section-brandbook.section-small {
    padding-top: 40px;
    padding-top: 40px;
  }
}
.section-brandbook.black-section {
  background: #824bdc;
}
.section-brandbook.black-section .wrap-white-box {
  background: #581fb5;
}
.section-brandbook .bottom-box {
  padding-top: 50px;
}
.section-brandbook .bottom-box .circle-left-bottom {
  left: 50%;
  bottom: 90px;
}
@media (max-width: 1300px) {
  .section-brandbook .bottom-box .circle-left-bottom {
    display: none;
  }
}
.section-brandbook .relative .decoration_text {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 150px;
  font-weight: 700;
  line-height: 1em;
  z-index: 2;
  color: rgba(32, 29, 49, 0.0784313725) !important;
  opacity: 1 !important;
}
@media (max-width: 1400px) {
  .section-brandbook .relative .decoration_text {
    font-size: 120px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .relative .decoration_text {
    font-size: 100px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .relative .decoration_text {
    display: none;
  }
}
.section-brandbook .relative .list_typography {
  background: #153843;
  padding: 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .section-brandbook .relative .list_typography {
    padding: 40px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .relative .list_typography {
    padding: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .relative .list_typography {
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .relative .list_typography {
    padding: 5px 15px;
  }
}
.section-brandbook .relative .list_typography .circle-gradient {
  right: 10%;
  top: 50%;
}
@media (max-width: 1300px) {
  .section-brandbook .relative .list_typography .circle-gradient {
    display: none;
  }
}
.section-brandbook .relative .list_typography .wrap-list-typography {
  max-width: 750px;
}
.section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom {
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text {
    width: 15%;
  }
}
@media (max-width: 640px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text {
    width: 100%;
  }
}
.section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text .label {
  position: relative;
}
.section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text .label:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  right: 0;
  bottom: 7px;
}
@media (max-width: 640px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text .label:after {
    content: none;
  }
}
.section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text .label span {
  font-weight: 400;
  font-size: 20px;
  z-index: 1;
  background: #153843;
  position: relative;
  padding-right: 8px;
}
@media (max-width: 1400px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text .label span {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text .label span {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text .label span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text .label span {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .left-text .label span {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .right-text {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .right-text {
    width: 100%;
  }
}
.section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .right-text .the-content {
  padding-left: 8px;
}
@media (max-width: 640px) {
  .section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .right-text .the-content {
    padding-left: 0;
  }
}
.section-brandbook .relative .list_typography .wrap-list-typography .flex-bottom .right-text .the-content a {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}
.section-brandbook .relative .list_typography .wrap-list-typography .the-content * {
  margin-bottom: 0;
  margin-top: 0;
}
.section-brandbook .group-logos {
  margin-top: 30px;
}
.section-brandbook .group-logos .group-logo {
  margin-bottom: 40px;
}
.section-brandbook .group-logos .group-logo:last-child {
  margin-bottom: 0;
}
.section-brandbook .group-logos .group-logo .texts {
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .section-brandbook .group-logos .group-logo .texts {
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .group-logos .group-logo .texts {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-brandbook .group-logos .group-logo .text_1 {
    width: 100%;
  }
}
.section-brandbook .group-logos .group-logo .text_1 .relative h3,
.section-brandbook .group-logos .group-logo .text_1 .relative p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section-brandbook .group-logos .group-logo .text_2 {
    width: 100%;
  }
}
.section-brandbook .group-logos .group-logo .group-box .item-box {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section-brandbook .group-logos .group-logo .group-box .item-box {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .group-logos .group-logo .group-box .item-box.col_33 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .group-logos .group-logo .group-box .item-box.col_33 {
    width: 100%;
  }
}
.section-brandbook .group-logos .group-logo .group-box .item-box .image {
  font-size: 0;
  line-height: 0;
  border-radius: 20px;
}
.section-brandbook .group-logos .group-logo .group-box .item-box .image img {
  height: 215px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .section-brandbook .group-logos .group-logo .group-box .item-box .image img {
    height: 190px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .group-logos .group-logo .group-box .item-box .image img {
    height: 170px;
  }
}
.section-brandbook .group-logos .group-logo .group-box .item-box .big {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .section-brandbook .group-logos .group-logo .group-box .item-box .big {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .group-logos .group-logo .group-box .item-box .big {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.section-brandbook .group-logos .group-logo .group-box .item-box .normal {
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .section-brandbook .group-logos .group-logo .group-box .item-box .normal {
    margin-top: 5px;
  }
}
.section-brandbook .group-logos .group-logo .group-box .item-box .downloads a {
  margin: 3px 1px;
  padding: 11px 34px;
  font-size: 14px;
  min-width: 115px;
  text-align: center;
  background: #6837f6;
  color: #fff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .section-brandbook .group-logos .group-logo .group-box .item-box .downloads a {
    min-width: 120px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .group-logos .group-logo .group-box .item-box .downloads a {
    min-width: initial;
    padding: 7px 20px;
  }
}
.section-brandbook .group-logos .group-logo .group-box .item-box .downloads a:hover {
  background: #381372;
  text-decoration: none;
}
.section-brandbook .group-logos .group-logo .group-box .item-box .downloads a:hover span {
  text-decoration: none;
}
.section-brandbook .group-logos .group-logo .group-box .item-box .downloads a i {
  margin-right: 5px;
}
.section-brandbook .group-logos .group-logo .group-box .item-box .downloads a span {
  text-decoration: underline;
}
.section-brandbook .brandbook-table {
  background: #281d5a;
  border-radius: 20px;
  padding: 35px 40px;
  position: relative;
  margin-bottom: 50px;
  border: 3px solid #ab78ff;
}
@media (max-width: 1100px) {
  .section-brandbook .brandbook-table {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .brandbook-table {
    padding: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .brandbook-table {
    padding: 25px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .brandbook-table {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .section-brandbook .brandbook-table {
    overflow-y: initial;
    overflow-x: scroll;
  }
}
.section-brandbook .brandbook-table table {
  width: 100%;
}
.section-brandbook .brandbook-table table caption {
  font-size: 30px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .section-brandbook .brandbook-table table caption {
    font-size: 25px;
  }
}
@media (max-width: 1100px) {
  .section-brandbook .brandbook-table table caption {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .brandbook-table table caption {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .brandbook-table table caption {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .brandbook-table table caption {
    font-size: 16px;
  }
}
.section-brandbook .brandbook-table table thead td,
.section-brandbook .brandbook-table table thead th {
  background: #3a1872;
  opacity: 0.6;
  padding: 13px 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .section-brandbook .brandbook-table table thead td,
  .section-brandbook .brandbook-table table thead th {
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .brandbook-table table thead td,
  .section-brandbook .brandbook-table table thead th {
    padding: 7px 5px;
    font-size: 12px;
  }
}
.section-brandbook .brandbook-table table thead th:first-child {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 960px) {
  .section-brandbook .brandbook-table table thead th:first-child {
    border-radius: 0 !important;
  }
}
.section-brandbook .brandbook-table table thead th:last-child {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 960px) {
  .section-brandbook .brandbook-table table thead th:last-child {
    border-radius: 0 !important;
  }
}
.section-brandbook .brandbook-table table tbody td {
  padding: 13px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.168627451);
}
@media (max-width: 767px) {
  .section-brandbook .brandbook-table table tbody td {
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .brandbook-table table tbody td {
    padding: 7px 5px;
    font-size: 12px;
  }
}
.section-brandbook .brandbook-table table tbody td:nth-child(1), .section-brandbook .brandbook-table table tbody td:nth-child(2), .section-brandbook .brandbook-table table tbody td:nth-child(3) {
  font-weight: 700;
}
.section-brandbook .brandbook-table table tbody td i {
  font-weight: 600;
  font-style: normal;
}
.section-brandbook .brandbook-table .decoration_text {
  opacity: 0.08;
}
.section-brandbook .simple_boxes_images {
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  .section-brandbook .simple_boxes_images {
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .simple_boxes_images {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .simple_boxes_images {
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .simple_boxes_images .col_80 {
    width: 100%;
  }
}
.section-brandbook .simple_boxes_images .wrap-images {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  background: #281d5a;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 1100px) {
  .section-brandbook .simple_boxes_images .wrap-images {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .simple_boxes_images .wrap-images {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .simple_boxes_images .wrap-images {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section-brandbook .simple_boxes_images .wrap-images .col_50:not(.large_box):not(.small_box) {
    width: 100%;
  }
  .section-brandbook .simple_boxes_images .wrap-images .col_50:not(.large_box):not(.small_box) img {
    -o-object-position: top;
       object-position: top;
    height: 300px;
  }
}
.section-brandbook .simple_boxes_images .wrap-images .item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-brandbook .simple_boxes_images .wrap-images .item .label {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .section-brandbook .simple_boxes_images .wrap-images .item .label {
    padding-top: 5px;
  }
}
.section-brandbook .simple_boxes_images .wrap-images .item .label span {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .section-brandbook .simple_boxes_images .wrap-images .item .label span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .simple_boxes_images .wrap-images .item .label span {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .simple_boxes_images .wrap-images .item .label span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .section-brandbook .simple_boxes_images .wrap-images .item .label span {
    font-size: 13px;
  }
}
.section-brandbook .simple_boxes_images .wrap-images .image {
  font-size: 0;
  line-height: 0;
}
.section-brandbook .simple_boxes_images .wrap-images .image img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .section-brandbook .simple_boxes_images .wrap-images .large_box {
    width: 100%;
  }
}
.section-brandbook .simple_boxes_images .wrap-images .large_box .image img {
  width: 100%;
  height: 564px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1100px) {
  .section-brandbook .simple_boxes_images .wrap-images .large_box .image img {
    height: 469px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .simple_boxes_images .wrap-images .large_box .image img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-brandbook .simple_boxes_images .wrap-images .small_box {
    width: 100%;
  }
}
.section-brandbook .simple_boxes_images .wrap-images .small_box .image img {
  width: 100%;
  height: 271px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1100px) {
  .section-brandbook .simple_boxes_images .wrap-images .small_box .image img {
    height: 224px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .simple_boxes_images .wrap-images .small_box .image img {
    height: 174px;
  }
}
.section-brandbook .wrap-white-box {
  background: #fff;
  padding: 25px 35px;
  border-radius: 15px;
}
@media (max-width: 960px) {
  .section-brandbook .wrap-white-box {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .wrap-white-box {
    padding: 15px 25px;
  }
}
.section-brandbook .wrap-white-box h4 {
  margin-top: 10px;
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type2 {
  background: transparent;
  padding: 0;
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type2 .large-title {
  margin-top: 0;
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type2 .box:nth-child(4n+1) .wrap-box {
  min-height: 310px;
  background: #146eff;
}
@media (max-width: 767px) {
  .section-brandbook .wrap-big-boxes .wrap-big-box-type2 .box:nth-child(4n+1) .wrap-box {
    min-height: initial;
  }
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type2 .box:nth-child(4n+2) .wrap-box {
  min-height: 310px;
  background: #4d1f97;
}
@media (max-width: 767px) {
  .section-brandbook .wrap-big-boxes .wrap-big-box-type2 .box:nth-child(4n+2) .wrap-box {
    min-height: initial;
  }
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type2 .box:nth-child(4n+3) .wrap-box {
  min-height: 310px;
  background: #0047b7;
}
@media (max-width: 767px) {
  .section-brandbook .wrap-big-boxes .wrap-big-box-type2 .box:nth-child(4n+3) .wrap-box {
    min-height: initial;
  }
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type2 .box:nth-child(4n) .wrap-box {
  min-height: 310px;
  background: #01378d;
}
@media (max-width: 767px) {
  .section-brandbook .wrap-big-boxes .wrap-big-box-type2 .box:nth-child(4n) .wrap-box {
    min-height: initial;
  }
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type1 {
  background: transparent;
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type1 .the-content h3 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section-brandbook .wrap-big-boxes .wrap-big-box-type1 .the-content h3 {
    color: #100c24 !important;
    margin-bottom: 0;
  }
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type1 .list-boxes3 .box {
  margin-bottom: 10px;
  margin-top: 10px;
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type1 .list-boxes3 .box:nth-child(2) .wrap-box, .section-brandbook .wrap-big-boxes .wrap-big-box-type1 .list-boxes3 .box:nth-child(3) .wrap-box {
  background: #49029f;
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type1 .list-boxes3 .box .wrap-box {
  background-color: #873df2;
}
.section-brandbook .wrap-big-boxes .wrap-big-box-type1 .list-boxes3 .box .wrap-box .wrap-icon img {
  width: auto;
  height: 70px;
}
@media (max-width: 767px) {
  .section-brandbook .wrap-big-boxes .wrap-big-box-type1 .list-boxes3 .box .wrap-box .wrap-icon img {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .wrap-big-boxes .wrap-big-box-type1 .list-boxes3 .box .wrap-box .wrap-icon img {
    height: 30px;
  }
}
.section-brandbook .item-boxes3 .item-boxes-wrap {
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .section-brandbook .item-boxes3 .item-boxes-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .item-boxes3 .item-boxes-wrap {
    margin-bottom: 15px;
  }
}
.section-brandbook .item-boxes3 .item-boxes-wrap:last-child {
  margin-bottom: 0;
}
.section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 {
  padding-top: 10px;
}
.section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box {
  background-color: #873df2;
}
.section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box .wrap-icon {
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box .wrap-icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box .wrap-icon {
    margin-bottom: 7px;
  }
}
.section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box .wrap-icon img {
  width: 38px;
  height: auto;
}
@media (max-width: 960px) {
  .section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box .wrap-icon img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box .wrap-icon img {
    width: 25px;
  }
}
.section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box .large-title {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box .large-title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box .large-title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .item-boxes3 .item-boxes-wrap .list-boxes3 .wrap-box .large-title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.section-brandbook .list-boxes23 {
  padding-top: 10px;
}
.section-brandbook .list-boxes23.list-boxes3 .box.col_50 .wrap-box {
  background: #f5f0ff;
}
.section-brandbook .list-boxes23.list-boxes3 .box.col_50 .wrap-box .wrap-icon {
  width: 80px;
  height: 80px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #824bdc;
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes23.list-boxes3 .box.col_50 .wrap-box .wrap-icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-boxes23.list-boxes3 .box.col_50 .wrap-box .wrap-icon {
    width: 60px;
    height: 60px;
  }
}
.section-brandbook .list-boxes23.list-boxes3 .box.col_50 .wrap-box .wrap-icon img {
  width: auto;
  height: 70px;
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes23.list-boxes3 .box.col_50 .wrap-box .wrap-icon img {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-boxes23.list-boxes3 .box.col_50 .wrap-box .wrap-icon img {
    height: 30px;
  }
}
.section-brandbook .list-boxes23.white-mode-boxes .box.col_50 .wrap-box {
  background: #fff;
}
.section-brandbook .list-boxes03 .box.col_33 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  .section-brandbook .list-boxes03 .box.col_33 {
    width: 100%;
  }
}
.section-brandbook .list-boxes03 .box.col_33 .wrap-box {
  border-radius: 20px;
  padding: 25px;
  background: #824bdc;
  height: 100%;
}
@media (max-width: 1100px) {
  .section-brandbook .list-boxes03 .box.col_33 .wrap-box {
    padding: 20px;
  }
}
.section-brandbook .list-boxes03 .box.col_33 .wrap-box img {
  width: auto;
  height: 50px;
}
@media (max-width: 767px) {
  .section-brandbook .list-boxes03 .box.col_33 .wrap-box img {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-boxes03 .box.col_33 .wrap-box img {
    height: 30px;
  }
}
.section-brandbook .dark-mode-boxes {
  padding-top: 0;
}
.section-brandbook .dark-mode-boxes.list-boxes3 .box.col_50 .wrap-box {
  background: #49029f;
}
.section-brandbook .dark-mode-boxes.list-boxes3 .box.col_50 .wrap-box .wrap-icon {
  background-color: transparent;
}
.section-brandbook .full-box-colored {
  background: #4d1f97;
  border-radius: 20px;
  padding: 30px 80px;
  margin-top: 30px;
}
@media (max-width: 1430px) {
  .section-brandbook .full-box-colored {
    padding: 20px 40px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .full-box-colored {
    padding: 10px 20px;
  }
}
.section-brandbook .full-box-colored .the-content {
  max-width: 90%;
}
@media (max-width: 1430px) {
  .section-brandbook .full-box-colored .the-content {
    max-width: 100%;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .empty {
    display: none;
  }
}
.section-brandbook .extra-table tbody tr td:last-child {
  font-weight: 400;
}
.section-brandbook .extra-table.white-txt .brandbook-table td:nth-child(1) {
  font-weight: 400 !important;
}
.section-brandbook .big-boxes .grid-sizer {
  width: 33.33%;
}
@media (max-width: 960px) {
  .section-brandbook .big-boxes .grid-sizer {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .grid-sizer {
    width: 100%;
  }
}
.section-brandbook .big-boxes .item-box {
  box-shadow: -1px 2px 1.6px 0px #6f3ac2;
  border: 2px solid #5624a6;
  background-color: #000000;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: calc(100% - 14px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .section-brandbook .big-boxes .item-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .item-box {
    margin-bottom: 10px;
    width: 100%;
  }
}
.section-brandbook .big-boxes .item-0,
.section-brandbook .big-boxes .item-1,
.section-brandbook .big-boxes .item-2,
.section-brandbook .big-boxes .item-3,
.section-brandbook .big-boxes .item-5 {
  width: 33.33%;
}
@media (max-width: 960px) {
  .section-brandbook .big-boxes .item-0,
  .section-brandbook .big-boxes .item-1,
  .section-brandbook .big-boxes .item-2,
  .section-brandbook .big-boxes .item-3,
  .section-brandbook .big-boxes .item-5 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .item-0,
  .section-brandbook .big-boxes .item-1,
  .section-brandbook .big-boxes .item-2,
  .section-brandbook .big-boxes .item-3,
  .section-brandbook .big-boxes .item-5 {
    width: 100%;
  }
}
.section-brandbook .big-boxes .item-4 {
  width: 66.66%;
}
@media (max-width: 960px) {
  .section-brandbook .big-boxes .item-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .item-4 {
    width: 100%;
  }
}
.section-brandbook .big-boxes .item-6 {
  width: 100%;
}
@media (max-width: 960px) {
  .section-brandbook .big-boxes .item-6 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .item-6 {
    width: 100%;
  }
}
.section-brandbook .big-boxes .item-0 .item-box {
  background-image: url(images/jpg/bgp1.jpg);
  position: relative;
}
.section-brandbook .big-boxes .item-0 .item-box::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  opacity: 0.2;
  width: 220px;
  height: 250px;
  background-repeat: no-repeat;
  background-image: url(images/svg/menu-element.svg);
  filter: grayscale(1);
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .item-0 .item-box::before {
    content: none;
  }
}
.section-brandbook .big-boxes .item-1 .item-box {
  background-image: url(images/jpg/bgp2.jpg);
}
.section-brandbook .big-boxes .item-2 .item-box {
  background-image: url(images/jpg/bgp3.jpg);
}
.section-brandbook .big-boxes .item-3 .item-box {
  background-image: url(images/jpg/bgp42.jpg);
}
.section-brandbook .big-boxes .item-4 .item-box {
  background-image: url(images/jpg/bgp52.jpg);
}
.section-brandbook .big-boxes .full-image {
  font-size: 0;
  line-height: 0;
}
.section-brandbook .big-boxes .full-image img {
  width: 100%;
  height: auto;
}
.section-brandbook .big-boxes .wrap-text {
  padding: 54px 30px;
}
@media (max-width: 1550px) {
  .section-brandbook .big-boxes .wrap-text {
    padding: 20px 25px;
  }
}
.section-brandbook .big-boxes .wrap-text .item_image {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 400px) {
  .section-brandbook .big-boxes .wrap-text .item_image {
    width: 100%;
    margin-top: 20px;
  }
}
.section-brandbook .big-boxes .wrap-text .item_image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 400px) {
  .section-brandbook .big-boxes .wrap-text .item-text {
    width: 100%;
  }
}
.section-brandbook .big-boxes .wrap-text .item-text ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .wrap-text .item-text ul {
    margin-top: 15px;
  }
}
.section-brandbook .big-boxes .wrap-text .item-text ul li {
  font-size: 15px;
  padding-left: 30px;
  position: relative;
  margin-right: 25px;
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .wrap-text .item-text ul li {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .big-boxes .wrap-text .item-text ul li {
    font-size: 13px;
  }
}
.section-brandbook .big-boxes .wrap-text .item-text ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(images/svg/check.svg);
}
@media (max-width: 1430px) {
  .section-brandbook .big-boxes .wrap-text .item-text ul li:before {
    width: 20px;
    height: 20px;
    background-size: 18px;
  }
}
.section-brandbook .big-boxes .wrap-price {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1430px) {
  .section-brandbook .big-boxes .wrap-price {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-brandbook .big-boxes .wrap-price .top-banner {
  position: absolute;
  left: 0;
  top: 0;
  background: #824bdc;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 4px 30px;
  font-size: 14px;
}
@media (max-width: 1430px) {
  .section-brandbook .big-boxes .wrap-price .top-banner {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .big-boxes .wrap-price .top-banner {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .wrap-price .top-banner {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .big-boxes .wrap-price .top-banner {
    font-size: 11px;
  }
}
.section-brandbook .big-boxes .wrap-price .top-banner:before, .section-brandbook .big-boxes .wrap-price .top-banner:after {
  content: "";
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-image: url(images/svg/star.svg);
  background-position: center center;
  position: absolute;
  top: 8px;
}
@media (max-width: 1430px) {
  .section-brandbook .big-boxes .wrap-price .top-banner:before, .section-brandbook .big-boxes .wrap-price .top-banner:after {
    background-size: 12px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .big-boxes .wrap-price .top-banner:before, .section-brandbook .big-boxes .wrap-price .top-banner:after {
    background-size: 10px;
    width: 10px;
    height: 10px;
    top: 10px;
  }
}
.section-brandbook .big-boxes .wrap-price .top-banner:before {
  left: 7px;
}
@media (max-width: 1300px) {
  .section-brandbook .big-boxes .wrap-price .top-banner:before {
    left: 10px;
  }
}
.section-brandbook .big-boxes .wrap-price .top-banner:after {
  right: 7px;
}
@media (max-width: 1300px) {
  .section-brandbook .big-boxes .wrap-price .top-banner:after {
    right: 10px;
  }
}
.section-brandbook .big-boxes .wrap-price .head-price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 20px;
}
.section-brandbook .big-boxes .wrap-price .head-price .head-price-left {
  width: calc(100% - 100px);
}
@media (max-width: 1430px) {
  .section-brandbook .big-boxes .wrap-price .head-price .head-price-left {
    width: calc(100% - 80px);
  }
}
@media (max-width: 1300px) {
  .section-brandbook .big-boxes .wrap-price .head-price .head-price-left {
    width: calc(100% - 60px);
  }
}
.section-brandbook .big-boxes .wrap-price .head-price .head-price-left .title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 5px;
}
@media (max-width: 1430px) {
  .section-brandbook .big-boxes .wrap-price .head-price .head-price-left .title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .big-boxes .wrap-price .head-price .head-price-left .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .wrap-price .head-price .head-price-left .title {
    font-size: 15px;
  }
}
.section-brandbook .big-boxes .wrap-price .head-price .head-price-left .subtitle {
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
}
@media (max-width: 1430px) {
  .section-brandbook .big-boxes .wrap-price .head-price .head-price-left .subtitle {
    font-size: 38px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .big-boxes .wrap-price .head-price .head-price-left .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .big-boxes .wrap-price .head-price .head-price-left .subtitle {
    font-size: 25px;
  }
}
.section-brandbook .big-boxes .wrap-price .head-price .head-price-right {
  width: 100px;
}
@media (max-width: 1430px) {
  .section-brandbook .big-boxes .wrap-price .head-price .head-price-right {
    width: 80px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .big-boxes .wrap-price .head-price .head-price-right {
    width: 60px;
  }
}
.section-brandbook .big-boxes .wrap-price .head-price .head-price-right img {
  width: 100%;
  height: auto;
}
.section-brandbook .big-boxes .wrap-price .body-price {
  padding-bottom: 35px;
}
@media (max-width: 1550px) {
  .section-brandbook .big-boxes .wrap-price .body-price {
    padding-bottom: 25px;
  }
}
.section-brandbook .big-boxes .wrap-price .body-price ul li {
  border-bottom: 1px solid rgba(228, 228, 228, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1430px) {
  .section-brandbook .big-boxes .wrap-price .body-price ul li {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .big-boxes .wrap-price .body-price ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .big-boxes .wrap-price .body-price ul li {
    font-size: 13px;
  }
}
.section-brandbook .big-boxes .wrap-price .body-price ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 1430px) {
  .section-brandbook .big-boxes .wrap-price .body-price ul li:before {
    width: 20px;
    height: 20px;
    background-size: 18px;
  }
}
.section-brandbook .big-boxes .wrap-price .body-price ul li.check:before {
  background-image: url(images/svg/check.svg);
}
.section-brandbook .big-boxes .wrap-price .body-price ul li.uncheck:before {
  background-image: url(images/svg/uncheck.svg);
}
.section-brandbook .big-boxes .wrap-price .body-price ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.section-brandbook .big-boxes .wrap-price .body-price ul li.uncheck span {
  opacity: 0.2;
}
.section-brandbook .boxes-white {
  margin-top: 20px;
}
.section-brandbook .boxes-white .box-purple {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-brandbook .boxes-white .box-purple {
    margin-bottom: 20px;
  }
}
.section-brandbook .boxes-white .box-purple:last-child {
  margin-bottom: 0;
}
.section-brandbook .boxes-white .box-purple .wrap-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 1430px) {
  .section-brandbook .boxes-white .box-purple .wrap-box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .boxes-white .box-purple .wrap-box {
    border-radius: 10px;
  }
}
.section-brandbook .boxes-white .box-purple .flex-images {
  margin-top: 20px;
}
.section-brandbook .boxes-white .box-purple .flex-images .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .section-brandbook .boxes-white .box-purple .flex-images .col_30,
  .section-brandbook .boxes-white .box-purple .flex-images .col_70 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .boxes-white .box-purple .flex-images .col_30,
  .section-brandbook .boxes-white .box-purple .flex-images .col_70 {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.section-brandbook .boxes-white .box-purple .flex-images .col_30 img,
.section-brandbook .boxes-white .box-purple .flex-images .col_70 img {
  height: 334px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1430px) {
  .section-brandbook .boxes-white .box-purple .flex-images .col_30 img,
  .section-brandbook .boxes-white .box-purple .flex-images .col_70 img {
    height: 300px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .boxes-white .box-purple .flex-images .col_30 img,
  .section-brandbook .boxes-white .box-purple .flex-images .col_70 img {
    height: 250px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .boxes-white .box-purple .flex-images .col_30 img,
  .section-brandbook .boxes-white .box-purple .flex-images .col_70 img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .boxes-white .box-purple .flex-images .col_30 img,
  .section-brandbook .boxes-white .box-purple .flex-images .col_70 img {
    height: auto;
    max-height: 250px;
  }
}
.section-brandbook .boxes-white-mixt .col_white {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .section-brandbook .boxes-white-mixt .col_white {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .boxes-white-mixt .col_white.col_40 {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .section-brandbook .boxes-white-mixt .col_white.col_40 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .section-brandbook .boxes-white-mixt .col_white.col_40 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-brandbook .boxes-white-mixt .col_white.col_60 {
    width: 55%;
  }
}
@media (max-width: 640px) {
  .section-brandbook .boxes-white-mixt .col_white.col_60 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .section-brandbook .boxes-white-mixt .col_white.col_60 {
    width: 100%;
  }
}
.section-brandbook .boxes-white-mixt .col_white .wrap-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}
@media (max-width: 960px) {
  .section-brandbook .boxes-white-mixt .col_white .wrap-box {
    padding: 20px;
    border-radius: 10px;
  }
}
.section-brandbook .boxes-white-mixt .col_white .wrap-box img {
  height: 300px;
  width: auto;
}
@media (max-width: 1430px) {
  .section-brandbook .boxes-white-mixt .col_white .wrap-box img {
    height: 250px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .boxes-white-mixt .col_white .wrap-box img {
    height: 200px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .boxes-white-mixt .col_white .wrap-box img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .section-brandbook .boxes-white-mixt .col_white .wrap-box img {
    height: 120px;
  }
}
.section-brandbook .boxes-white-mixt .col_white .wrap-box .large-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .section-brandbook .boxes-white-mixt .col_white .wrap-box .large-title {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .section-brandbook .boxes-white-mixt .col_white .wrap-box .large-title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-brandbook .boxes-white-mixt .col_white .wrap-box .large-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .boxes-white-mixt .col_white .wrap-box .large-title {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .boxes-white-mixt .col_white .wrap-box .large-title {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section-brandbook .list-items .list-boxes5.small-aspect .image {
    text-align: center;
  }
}
.section-brandbook .list-items .list-boxes5.small-aspect .image img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .section-brandbook .list-items .list-boxes5.small-aspect .image img {
    max-height: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .section-brandbook .list-items .list-boxes5.small-aspect .image img {
    max-height: 200px;
  }
}

.sections-brandbook .go-top {
  background-color: #4d1f97;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  color: #fff !important;
  border-radius: 100px;
  text-align: center;
  line-height: 48px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 30px 45px 0px;
}

.creator-banner {
  position: relative;
  margin: 0;
  border-radius: 0;
  width: 100%;
  background-image: url(images/webp/wecreate-mixt-gallery.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.creator-banner .the-content {
  text-align: left;
}
.creator-banner .image-wrapper {
  position: absolute;
  inset: 0;
  pointer-events: none;
  --cx: 50%;
  --cy: 50%;
  --R: clamp(200px, 30vw, 380px);
  --sideBoost: 1.18;
  --yInset: clamp(24px, 6vh, 120px);
}
.creator-banner .image-wrapper .img {
  position: absolute;
  top: var(--cy);
  left: var(--cx);
  transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--radius, var(--R))) rotate(calc(-1 * var(--angle)));
  border-radius: 18px;
  width: clamp(72px, 11vw, 140px);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: auto;
}
.creator-banner .img-pos-1 {
  --angle: -90deg;
  --radius: calc(var(--R) - var(--yInset));
}
.creator-banner .img-pos-2 {
  --angle: -30deg;
  --radius: calc(var(--R) * var(--sideBoost));
}
.creator-banner .img-pos-3 {
  --angle: 30deg;
  --radius: calc(var(--R) * var(--sideBoost));
}
.creator-banner .img-pos-4 {
  --angle: 90deg;
  --radius: calc(var(--R) - var(--yInset));
}
.creator-banner .img-pos-5 {
  --angle: 150deg;
  --radius: calc(var(--R) * var(--sideBoost));
}
.creator-banner .img-pos-6 {
  --angle: 210deg;
  --radius: calc(var(--R) * var(--sideBoost));
}
@media (max-width: 1550px) {
  .creator-banner .image-wrapper {
    --R: clamp(220px, 28vw, 420px);
  }
}
@media (max-width: 767px) {
  .creator-banner .image-wrapper {
    --R: clamp(160px, 34vw, 320px);
    --sideBoost: 1.08;
  }
  .creator-banner .image-wrapper .img {
    width: clamp(60px, 18vw, 110px);
  }
}/*# sourceMappingURL=style.css.map */