/*
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 */
  overflow-y: scroll;
}

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

body {
  margin: 0;
}

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

a:focus {
  outline: none;
}

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

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

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  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;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container:before, .container:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.row:after {
  clear: both;
}
@media screen and (max-width: 1480px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.row > [class*=col_] {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}

.cell {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 1480px) {
  .cell {
    padding: 0 10px;
  }
}
.cell.parent {
  padding: 0;
}

.mt-4,
.my-4 {
  padding-top: 120px !important;
}
@media (max-width: 767px) {
  .mt-4,
  .my-4 {
    padding-top: 80px !important;
  }
}
@media (max-width: 640px) {
  .mt-4,
  .my-4 {
    padding-top: 60px !important;
  }
}

body {
  font-size: 18px;
  font-family: "DM Sans", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-weight: normal;
  color: #515151;
}
@media (max-width: 1260px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Serif", serif;
  color: #111111;
  font-weight: 400;
  line-height: 1.2;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 1260px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  h5 {
    font-size: 18px;
  }
}

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

p, span, label, li {
  color: #111111;
  font-weight: normal;
  line-height: 1.5;
}

p {
  font-size: 18px;
  margin: 15px 0;
  font-weight: 400;
  color: #515151;
  line-height: 1.675;
}
@media (max-width: 1260px) {
  p {
    font-size: 17px;
    line-height: 1.6;
  }
}
@media (max-width: 960px) {
  p {
    font-size: 16px;
  }
}
p p, p a, p span, p label, p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b, p strong {
  font-weight: bold;
}
p i, p em {
  font-style: italic;
}
p a {
  text-decoration: underline;
  color: #111111;
}
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;
  padding-left: 30px;
}
blockquote:before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #20a5d6;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote p {
  font-size: 20px;
  line-height: 1.4;
  font-style: normal;
  color: #111111;
  margin: 30px 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: "DM Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  border: none;
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  color: #515151;
  width: 100%;
  line-height: 1;
  padding: 15px 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 32px;
}
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: #20a5d6;
}
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: #f0f0f0;
}

.select-overlay {
  position: relative;
}
.select-overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 17px;
}

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

button[type=submit],
input[type=submit] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  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: rgb(106, 169, 213);
  background: linear-gradient(90deg, rgb(106, 169, 213) 0%, rgb(173, 148, 212) 100%);
  font-weight: 500;
  letter-spacing: 0;
  padding: 18px 32px;
  border-radius: 32px;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-top: 20px;
  margin-bottom: 0;
  box-shadow: 0px 0px 15px 7px rgba(152, 164, 218, 0.31);
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background: rgb(100, 158, 199);
  background: linear-gradient(90deg, rgb(100, 158, 199) 0%, rgb(151, 124, 193) 100%);
  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: 16px;
  height: 16px;
  margin-bottom: 0;
  background: #f6f6f6;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.19);
  background: white;
  line-height: normal;
  cursor: pointer;
  margin-top: 2px;
  color: #20a5d6;
  outline: 0;
}

input[type=radio] {
  border-radius: 50%;
  border: 2px solid #111111;
}

input[type=checkbox]:checked {
  background-color: white;
}

input[type=checkbox]:checked:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("images/svg/check.svg");
  width: 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

input[type=radio]:checked:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #111111;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.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: #111111;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #111111;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #111111;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #111111;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  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: #ff0000;
}

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: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background: rgb(106, 169, 213);
  background: linear-gradient(90deg, rgb(106, 169, 213) 0%, rgb(173, 148, 212) 100%);
  color: white;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  background: #dc3232;
  color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: #20a5d6;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #dc3232;
  color: white;
}

.button1, .button2, .button-line, .button-grey, .button-red, .button-line-red {
  color: white;
  display: inline-block;
  padding: 18px 32px 18px 32px;
  font-size: 16px;
  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: rgb(106, 169, 213);
  background: linear-gradient(90deg, rgb(106, 169, 213) 0%, rgb(173, 148, 212) 100%);
  border-radius: 32px;
  font-weight: 500;
  box-shadow: 0px 0px 15px 7px rgba(152, 164, 218, 0.31);
}
.button1:hover, .button2:hover, .button-line:hover, .button-grey:hover, .button-red:hover, .button-line-red:hover {
  text-decoration: none;
  background: rgb(100, 158, 199);
  background: linear-gradient(90deg, rgb(100, 158, 199) 0%, rgb(151, 124, 193) 100%);
  color: white;
}

.button2 {
  background: #20a5d6;
  color: white;
  box-shadow: 0px 0px 15px 7px rgba(152, 164, 218, 0.31);
}
.button2:hover {
  color: white;
  background: #1983aa;
}

.button-line {
  border: 1px solid #20a5d6;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #20a5d6;
  background-color: transparent;
}
.button-line:hover {
  background-color: #20a5d6;
  color: white;
}

.button-line-red {
  border: 1px solid #FB6962;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #FB6962;
  background-color: transparent;
}
.button-line-red:hover {
  background-color: #FB6962;
  color: white;
}

.btn-arrow {
  padding-right: 33px;
}
.btn-arrow img {
  width: 15px;
  height: 12px;
  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 {
    margin-left: 8px;
  }
}
.btn-arrow:hover img {
  left: 15px;
}

ul li {
  list-style: none;
}

.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 {
  overflow: hidden;
  overflow-x: hidden !important;
  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;
}

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: 40px;
}
@media (max-width: 1480px) {
  .big-title {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
    font-weight: 700;
  }
}
@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: 1480px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1260px) {
  .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;
}
.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 30px;
  font-weight: 400;
}
@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 p,
.the-content span,
.the-content label,
.the-content li {
  color: #515151;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1550px) {
  .the-content p,
  .the-content span,
  .the-content label,
  .the-content li {
    font-size: 16px;
    line-height: 1.6;
  }
}
.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: none;
  background: linear-gradient(0deg, rgb(207, 191, 234) 0%, rgb(207, 191, 234) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-size 0.2s;
}
.the-content li a:hover,
.the-content p a:hover {
  background-size: 4px 40px;
}
.the-content blockquote {
  border: none !important;
  position: relative;
  padding-left: 30px;
}
.the-content blockquote:before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #20a5d6;
  position: absolute;
  left: 0;
  top: 0;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  font-style: normal;
  color: #111111;
  font-weight: 500;
  margin: 30px 0;
  z-index: 1;
}
@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 20px 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;
  position: relative;
}
.the-content li strong {
  font-weight: bold;
}
.the-content li em {
  font-style: italic;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1480px) {
  .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 h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 1260px) {
  .the-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 960px) {
  .the-content h2 {
    font-size: 32px;
  }
}
.the-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
  .the-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .the-content h3 {
    font-size: 24px;
  }
}
.the-content h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  .the-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .the-content h4 {
    font-size: 20px;
  }
}
.the-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  .the-content h5 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .the-content h5 {
    font-size: 18px;
  }
}
.the-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  .the-content h6 {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .the-content h6 {
    font-size: 16px;
  }
}
.the-content ul {
  margin: 0;
  list-style-type: none;
}
.the-content ul li:before {
  content: "";
  display: block;
  background-image: url("images/svg/check-li.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 100%;
  left: 0;
  width: 26px;
  height: 26px;
  top: 2px;
}
@media (max-width: 640px) {
  .the-content ul li:before {
    top: 0;
  }
}
.the-content ul li {
  margin: 15px 0;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .the-content ul li {
    padding-left: 36px;
  }
}
.the-content ol li {
  color: #515151;
  counter-increment: my-counter;
  padding-left: 25px;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .the-content ol li {
    padding-left: 18px;
  }
}
.the-content ol li:before {
  content: counter(my-counter) ".";
  color: #20a5d6;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.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;
}

.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-end {
  justify-content: flex-end;
}

.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;
}

.blue-bck {
  background-color: #111111;
}

.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-box {
  background-color: #f6f6f6;
}

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

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

.green-text {
  color: #20a5d6;
}

.blue-box {
  background-color: #20a5d6;
}

.dark-blue {
  background-color: #ac95d5;
}

.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;
}

.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;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
}
@media (max-width: 767px) {
  .error-wrap {
    align-items: flex-start;
  }
}
.error-wrap h1,
.error-wrap h2,
.error-wrap h3,
.error-wrap h4,
.error-wrap h5,
.error-wrap h6,
.error-wrap p,
.error-wrap span,
.error-wrap li,
.error-wrap a,
.error-wrap div {
  color: white;
}

.page-error-centered {
  overflow: auto;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  padding: 25px;
}

.logo-error {
  margin-bottom: 120px;
}
@media (max-width: 1260px) {
  .logo-error {
    margin-bottom: 70px;
  }
}
.logo-error a {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.title-hero {
  font-size: 120px;
  line-height: 0.7;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .title-hero {
    font-size: 100px;
  }
}
@media (max-width: 640px) {
  .title-hero {
    font-size: 80px;
  }
}

.error-text {
  margin-bottom: 50px;
}

.subtitle-error {
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.3;
  text-align: center;
}
@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: 60px;
}
@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: #20a5d6;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

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

.error-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 600px);
  text-align: right;
}
@media (max-width: 1480px) {
  .error-image {
    width: 750px;
  }
}
@media (max-width: 960px) {
  .error-image {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .error-image {
    width: 100%;
    margin-left: 0;
    position: absolute;
    height: 300px;
    bottom: 0;
  }
}
.error-image img {
  max-width: 1000px;
}
@media (max-width: 1650px) {
  .error-image img {
    max-width: 850px;
  }
}
@media (max-width: 1480px) {
  .error-image img {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .error-image img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    height: 300px;
    display: block;
  }
}

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

.simple-page {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .simple-page {
    margin-bottom: 50px;
  }
}

.comment-form-cookies-consent input[type=radio],
.comment-form-cookies-consent input[type=checkbox] {
  margin-top: 6px;
}

input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  font-size: 8px;
  left: 2px;
  top: 2px;
  text-align: center;
  width: 10px;
  height: 10px;
  line-height: 1.6em;
  background: #20a5d6;
  border-radius: 0;
}

.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: #20a5d6;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1260px) {
  .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;
}

.box-authors .big {
  font-weight: bold;
  margin-bottom: 10px;
}
.box-authors .list-team {
  margin-top: 5px;
}
.box-authors .list-team .col_50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .box-authors .list-team .col_50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box-authors .list-team .col_50 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.box-authors .list-team .col_50 .wrap-item {
  width: 100%;
  background: #f1f7fb;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.11);
  height: 100%;
  text-decoration: none;
}
.box-authors .list-team .col_50 .wrap-item:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .box-authors .list-team .col_50 .wrap-item {
    padding: 10px;
  }
}
.box-authors .list-team .col_50 .wrap-item .cover {
  width: 100px;
  height: 100px;
  border-radius: 500px;
}
@media (max-width: 1260px) {
  .box-authors .list-team .col_50 .wrap-item .cover {
    width: 70px;
    height: 70px;
  }
}
.box-authors .list-team .col_50 .wrap-item .text {
  width: calc(100% - 100px);
  padding-left: 20px;
}
@media (max-width: 1260px) {
  .box-authors .list-team .col_50 .wrap-item .text {
    width: calc(100% - 70px);
  }
}
.box-authors .list-team .col_50 .wrap-item .text .name {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Roboto Serif", serif;
  color: #111;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 767px) {
  .box-authors .list-team .col_50 .wrap-item .text .name {
    font-size: 15px;
  }
}
.box-authors .list-team .col_50 .wrap-item .text .occ {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
}
.box-authors .list-team .col_50 .wrap-item .text .social-popup {
  margin-top: 0;
}
.box-authors .list-team .col_50 .wrap-item .text .social-popup ul li {
  padding-left: 0;
  margin: 0 5px 2px 0;
  display: inline-block;
}
.box-authors .list-team .col_50 .wrap-item .text .social-popup ul li:before {
  content: none;
}
.box-authors .list-team .col_50 .wrap-item .text .social-popup ul li a {
  display: flex;
  background: none;
  width: auto;
  height: auto;
  border: none;
}

.menu-btn {
  display: none;
}
@media (max-width: 960px) {
  .menu-btn {
    display: block;
    position: relative;
    z-index: 333;
    margin-left: auto;
  }
}

.logo-img {
  display: block;
}
.logo-img img {
  max-width: 294px;
  height: auto;
  width: auto;
}
@media (max-width: 1480px) {
  .logo-img img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .logo-img img {
    max-width: 150px;
  }
}

.logo-normal {
  display: block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.logo-active {
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

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

.menu-trigger {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  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: 767px) {
  .menu-trigger {
    margin-right: 0;
  }
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.hamburger {
  width: 30px;
  height: 3px;
  background: white;
  transition: 0.2s ease-out all 0.2s;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 3px solid white;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
}
.hamburger:before {
  top: 0;
}
.hamburger:after {
  top: 25px;
}
.open-state .hamburger {
  background: rgba(255, 255, 255, 0);
}
.open-state .hamburger:before, .open-state .hamburger:after {
  top: 50%;
}

.header-wrap {
  background: rgba(32, 165, 214, 0.61);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 165, 214, 0.61)), color-stop(100%, rgba(32, 165, 214, 0)));
  background: linear-gradient(to bottom, rgba(32, 165, 214, 0.61) 0%, rgba(32, 165, 214, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.header-wrap.active {
  background: white;
}
.header-wrap.active .logo-normal {
  display: none;
}
.header-wrap.active .logo-active {
  display: block;
  width: 200px;
}
@media (max-width: 480px) {
  .header-wrap.active .logo-active {
    width: 150px;
  }
}
@media screen and (min-width: 960px) {
  .header-wrap.active .header-menu a {
    color: #111111;
  }
  .header-wrap.active .header-menu li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header-wrap.active .header-menu li:before {
    background-color: #ac95d5;
  }
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .header-flex {
    padding: 15px 0;
  }
}
.header-flex .hamburger {
  background-color: #20a5d6;
}
.header-flex .hamburger:before,
.header-flex .hamburger:after {
  border-bottom: 3px solid #20a5d6;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-contact {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .header-contact .button1 {
    font-size: 12px;
    padding: 12px 14px;
    white-space: nowrap;
  }
}

.hamburger {
  width: 30px;
  height: 3px;
  background: white;
  transition: 0.2s ease-out all 0.2s;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 3px solid white;
  right: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
}
.hamburger:before {
  top: 0;
}
.hamburger:after {
  top: 25px;
}
.open-state .hamburger {
  background: rgba(255, 255, 255, 0);
}
.open-state .hamburger:before, .open-state .hamburger:after {
  top: 50%;
}

@media (max-width: 1480px) {
  .header-right .button1 {
    padding: 16px 26px 16px 26px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .header-right .button1 {
    font-size: 12px;
    padding: 12px 14px;
    white-space: nowrap;
  }
}

@media (max-width: 960px) {
  .header-menu {
    display: block;
    width: 280px;
    position: fixed;
    left: -280px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    height: 100%;
    overflow: auto;
    padding-top: 80px;
    top: 0;
    background-color: #20a5d6;
    z-index: 99;
  }
}
.header-menu ul {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: white;
}
.header-menu a {
  color: white;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 1260px) {
  .header-menu a {
    font-size: 15px;
  }
}
.header-menu a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header-menu li {
  padding: 50px 0;
  margin: 0 15px;
  position: relative;
}
@media (max-width: 1260px) {
  .header-menu li {
    margin: 0 8px;
    padding: 30px 0;
  }
}
.header-menu li:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 4px;
  background-color: white;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.header-menu li.current-menu-item:before, .header-menu li:hover:before {
  bottom: auto;
  top: 0;
}

.menu-open .hamburger3 {
  width: 50%;
  background: rgba(0, 0, 0, 0);
}
.menu-open .hamburger3:before, .menu-open .hamburger3:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
}
.menu-open .hamburger3:before {
  transform: rotate(45deg);
}
.menu-open .hamburger3:after {
  transform: rotate(135deg);
}
.menu-open .header-flex .hamburger {
  background-color: rgba(0, 0, 0, 0);
}
.menu-open .header-flex .hamburger:before,
.menu-open .header-flex .hamburger:after {
  border-bottom: 3px solid white;
}
.menu-open .header-menu {
  display: block;
  left: 0;
}
.menu-open .header-menu ul {
  display: block;
}
.menu-open .header-menu li {
  padding: 0;
  margin: 0;
}
.menu-open .header-menu li:before {
  display: none;
}
.menu-open .header-menu li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.14);
  height: 1px;
  width: 100%;
}
.menu-open .header-menu a {
  display: block;
  padding: 20px;
}
.menu-open .menu-item-has-children.active .sub-menu {
  display: block;
}
.menu-open .hamburger-menu {
  position: fixed;
  top: 16px;
  left: 220px;
  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: 960px) {
  .header-logo {
    display: flex;
    align-items: center;
  }
}

.footer-center {
  padding: 70px 0 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-center {
    padding: 40px 0;
  }
}

.footer-logo {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}
.footer-logo a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}
@media (max-width: 1480px) {
  .footer-logo a {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .footer-logo a {
    max-width: 200px;
  }
}
.footer-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 357px;
  height: auto;
}
@media (max-width: 767px) {
  .footer-logo img {
    max-width: inherit;
  }
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-menu li {
  display: block;
}
.footer-menu li:before {
  content: "|";
  padding: 0 10px;
}
.footer-menu li:first-child:before {
  display: none;
}
.footer-menu a {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1480px) {
  .footer-menu a {
    font-size: 16px;
  }
}
.footer-menu a:hover {
  text-decoration: none;
  color: #ac95d5;
}

.footer-social {
  margin-top: 35px;
}

.social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.social-links li {
  margin: 0 8px;
}
.social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ac95d5;
  background-color: white;
}
.social-links a:hover {
  text-decoration: none;
  background-color: #fbf9ff;
}
.social-links a img {
  width: auto;
  max-height: 22px;
}
@media (max-width: 960px) {
  .social-links a {
    width: 44px;
    height: 44px;
  }
  .social-links a img {
    max-height: 16px;
  }
}

.footer-bottom {
  background-color: #9aa5dc;
  padding: 20px 0;
}
.footer-bottom p,
.footer-bottom a,
.footer-bottom li {
  color: white;
  margin: 0;
  font-size: 14px;
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom-flex {
    display: block;
    text-align: center;
  }
}
.footer-bottom-flex ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-bottom-flex ul {
    justify-content: center;
    margin-top: 10px;
  }
}
.footer-bottom-flex li:before {
  content: "|";
  padding: 0 5px;
}
.footer-bottom-flex li:first-child:before {
  display: none;
}
.footer-bottom-flex a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.hero-home {
  position: relative;
  background: rgb(28, 105, 144);
  background: linear-gradient(90deg, rgb(28, 105, 144) 0%, rgb(172, 148, 212) 100%);
  height: 940px;
}
@media (max-width: 1650px) {
  .hero-home {
    height: 800px;
  }
}
@media (max-width: 1480px) {
  .hero-home {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .hero-home {
    height: auto;
  }
}

.hero-image-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1042px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
@media screen and (max-width: 1850px) {
  .hero-image-left {
    left: -100px;
  }
}
@media (max-width: 1650px) {
  .hero-image-left {
    width: 778px;
    left: -30px;
  }
}
@media (max-width: 1550px) {
  .hero-image-left {
    left: -100px;
  }
}

.hero-image-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1260px) {
  .hero-image-right {
    right: -200px;
  }
}
.hero-image-right .monitor-hero {
  display: block;
  position: relative;
}
@media screen and (max-width: 1850px) {
  .hero-image-right .monitor-hero {
    width: 800px;
  }
}
@media (max-width: 1260px) {
  .hero-image-right .monitor-hero {
    width: 670px;
  }
}
@media (max-width: 960px) {
  .hero-image-right {
    right: -320px;
  }
}
@media (max-width: 767px) {
  .hero-image-right {
    display: none;
  }
}

.hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-content .subtitle-small {
  color: white;
}
.hero-content h1,
.hero-content h6,
.hero-content p {
  color: white;
}
@media (max-width: 1260px) {
  .hero-content h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 26px;
  }
}
@media (max-width: 1260px) {
  .hero-content h6 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media (max-width: 480px) {
  .hero-content h6 {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .hero-content blockquote p {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .hero-content blockquote {
    padding-left: 0;
  }
  .hero-content blockquote:before {
    display: none;
  }
}

.flex-hero {
  max-width: 590px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1850px) {
  .flex-hero {
    margin-left: 100px;
  }
}
@media (max-width: 1650px) {
  .flex-hero {
    max-width: 490px;
  }
}
@media (max-width: 960px) {
  .flex-hero {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .flex-hero {
    margin-left: auto;
    margin-right: auto;
    padding-top: 160px;
    padding-bottom: 150px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .flex-hero {
    padding-bottom: 240px;
  }
}

.hero-hexagon {
  position: absolute;
  bottom: 0;
  left: -100px;
}
@media (max-width: 1550px) {
  .hero-hexagon {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .hero-hexagon {
    width: 200px;
  }
}

.subtitle-small {
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1;
  color: #20a5d6;
}

.hero-trust {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hero-trust-flex {
  background-color: rgba(0, 0, 0, 0.33);
  border-radius: 10px 10px 0 0;
  padding: 25px 9px;
  display: flex;
}
@media (max-width: 1550px) {
  .hero-trust-flex {
    padding: 20px 9px;
  }
}
@media (max-width: 960px) {
  .hero-trust-flex {
    padding: 15px 9px;
  }
}
@media (max-width: 480px) {
  .hero-trust-flex {
    flex-wrap: wrap;
    padding: 0;
  }
}

.hero-trust-item {
  width: 25%;
  padding: 0 15px;
  border-left: 1px dashed rgba(255, 255, 255, 0.1);
}
@media (max-width: 1550px) {
  .hero-trust-item {
    padding: 0 8px 0 14px;
  }
}
@media (max-width: 960px) {
  .hero-trust-item {
    padding: 0 8px;
  }
}
@media (max-width: 480px) {
  .hero-trust-item {
    width: 50%;
    border-left: none;
    padding: 8px;
  }
}
.hero-trust-item:first-child {
  border-left: 0;
}

.trust-box {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .trust-box {
    align-items: flex-start;
  }
}
@media (max-width: 960px) {
  .trust-box {
    display: block;
    text-align: center;
  }
}

.trust-img {
  min-width: 35px;
  display: block;
}
@media (max-width: 1260px) {
  .trust-img {
    max-width: 30px;
    min-width: none;
  }
  .trust-img img {
    max-height: 30px;
  }
}
@media (max-width: 960px) {
  .trust-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.trust-text {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: white;
  width: calc(100% - 50px);
  padding-left: 20px;
}
@media (max-width: 1260px) {
  .trust-text {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media (max-width: 960px) {
  .trust-text {
    width: 100%;
    padding-left: 0;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .trust-text {
    font-size: 11px;
  }
}
.trust-text b {
  font-weight: bold;
}

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

.blue-title {
  text-transform: uppercase;
  color: #20a5d6;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 960px) {
  .blue-title {
    font-size: 14px;
  }
}

.services-section {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1480px) {
  .services-section {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .services-section {
    padding: 70px 0;
  }
}
.services-section .container {
  z-index: 1;
}

.hexagon-left {
  position: absolute;
  left: -50px;
  bottom: 50px;
}
@media (max-width: 1550px) {
  .hexagon-left {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .hexagon-left {
    width: 200px;
  }
}

.hexagon-icon {
  width: 150px;
  height: 167px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1550px) {
  .hexagon-icon {
    width: 120px;
    height: 133px;
  }
  .hexagon-icon img {
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .hexagon-icon {
    width: 90px;
    height: 100px;
  }
  .hexagon-icon img {
    max-height: 40px;
  }
}
.hexagon-icon img {
  display: block;
}

.service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  top: -80px;
}
@media (max-width: 767px) {
  .service-image {
    top: -50px;
  }
}

.service-white-box {
  padding: 120px 25px 30px;
  text-align: center;
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 1480px) {
  .service-white-box {
    padding-top: 90px;
  }
}
@media (max-width: 1260px) {
  .service-white-box {
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .service-white-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.service-white-box h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  .service-white-box h3 {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .service-white-box h3 {
    font-size: 20px;
  }
}

.service-item {
  width: 33.3333%;
  padding: 110px 16px 15px;
  position: relative;
}
@media (max-width: 960px) {
  .service-item {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .service-item {
    width: 100%;
    padding-top: 65px;
  }
}
.service-item:hover .service-box {
  top: -20px;
}

.service-box {
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  top: 0;
  position: relative;
}

.services-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 960px) {
  .services-flex {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (max-width: 767px) {
  .services-flex {
    display: block;
  }
}

.home-services2 {
  padding: 120px 0;
}
@media (max-width: 1480px) {
  .home-services2 {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .home-services2 {
    padding: 70px 0;
  }
}

.services-top {
  display: flex;
  margin-bottom: 140px;
}
@media (max-width: 1550px) {
  .services-top {
    margin-bottom: 80px;
  }
}
@media (max-width: 1260px) {
  .services-top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services-top {
    display: block;
  }
}

.service-left {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .service-left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.service-left .title-box {
  max-width: 440px;
}
@media (max-width: 767px) {
  .service-left .title-box {
    margin-left: auto;
    margin-right: auto;
  }
}

.service-right {
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .service-right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
.service-right .the-content {
  max-width: 490px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .service-right .the-content {
    margin-right: auto;
    text-align: center;
  }
  .service-right .the-content blockquote {
    padding-left: 0;
  }
  .service-right .the-content blockquote:before {
    display: none;
  }
}
.service-right blockquote p {
  margin: 0;
}

.service-bottom-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 960px) {
  .service-bottom-flex {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 767px) {
  .service-bottom-flex {
    display: block;
  }
}

.service-bottom-item {
  width: 33.3333%;
  padding: 15px 16px;
  position: relative;
  top: 0;
}
@media (max-width: 960px) {
  .service-bottom-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .service-bottom-item {
    width: 100%;
    margin-top: 15px;
  }
}
.service-bottom-item:hover .service-bottom-box {
  top: -30px;
}

.service-bottom-box {
  height: 100%;
  position: relative;
  top: 0;
  padding-top: 150px;
  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: 1260px) {
  .service-bottom-box {
    padding-top: 110px;
  }
}
@media (max-width: 960px) {
  .service-bottom-box {
    padding-top: 64px;
  }
}

.service-bottom-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 225px;
  height: 199px;
  margin-left: -112px;
  margin-right: auto;
}
@media (max-width: 1260px) {
  .service-bottom-image {
    width: 180px;
    height: 157px;
    margin-left: -90px;
  }
}
@media (max-width: 960px) {
  .service-bottom-image {
    width: 131px;
    height: 113px;
    margin-left: -65px;
  }
}
.service-bottom-image::before {
  content: "";
  display: block;
  width: 247px;
  height: 220px;
  background-image: url("images/svg/mask-hexagon.svg");
  position: absolute;
  left: 50%;
  margin-left: -123px;
  top: -14px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1260px) {
  .service-bottom-image::before {
    width: 205px;
    height: 178px;
    margin-left: -103px;
    top: -12px;
  }
}
@media (max-width: 960px) {
  .service-bottom-image::before {
    width: 146px;
    height: 126px;
    margin-left: -72px;
    top: -6px;
  }
}

.service-white-bottom {
  border-radius: 8px;
  padding: 85px 25px 30px;
  height: 100%;
  text-align: center;
  box-shadow: 0px 17px 19px 3px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1260px) {
  .service-white-bottom {
    padding: 70px 20px 20px;
  }
}
@media (max-width: 960px) {
  .service-white-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home-mediq {
  background-color: #22222c;
  padding: 120px 0;
}
@media (max-width: 1480px) {
  .home-mediq {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .home-mediq {
    padding: 70px 0;
  }
}
.home-mediq .title-box-small h2,
.home-mediq .title-box-small p {
  color: white;
}

.title-box-small {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.title-box-small h2 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.fix-title .title-box,
.title-box {
  margin-bottom: 30px;
}
@media (max-width: 1480px) {
  .fix-title .title-box,
  .title-box {
    margin-bottom: 20px;
  }
}
.fix-title .title-box h2,
.title-box h2 {
  font-size: 42px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1480px) {
  .fix-title .title-box h2,
  .title-box h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .fix-title .title-box h2,
  .title-box h2 {
    font-size: 30px;
  }
}
.fix-title .title-box h6,
.title-box h6 {
  text-transform: uppercase;
  color: #20a5d6;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  line-height: 1;
}

.mediq-tabs-wrap {
  margin-top: 50px;
}

.tabs {
  display: flex;
  justify-content: center;
}
.tabs li {
  padding: 0 0 15px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 960px) {
  .tabs li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.tabs li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
}
.tabs li.active:before {
  background-color: #ac95d5;
}
.tabs li:hover a {
  color: #ac95d5;
}
.tabs a {
  color: white;
  display: block;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 960px) {
  .tabs a {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tabs a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .tabs a {
    font-size: 13px;
  }
}
.tabs a:hover {
  text-decoration: none;
  color: #ac95d5;
}

.tab-item {
  display: none;
}
.tab-item.active {
  display: block;
}

.slider-mediq-wrap {
  position: relative;
  height: 890px;
}
@media (max-width: 1260px) {
  .slider-mediq-wrap {
    height: auto;
  }
}
.slider-mediq-wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 892px;
  background-image: url("images/png/frame.png");
  background-repeat: no-repeat;
}
@media (max-width: 1260px) {
  .slider-mediq-wrap:before {
    height: 0;
    background-repeat: no-repeat;
    padding-bottom: 75%;
    background-size: cover;
  }
}
.slider-mediq-wrap .slider-arrows {
  width: 190px;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.slider-mediq-wrap .slider-arrows span {
  display: block;
}

.slider-arrows span {
  cursor: pointer;
}
.slider-arrows span:hover {
  opacity: 0.7;
}

.slider-bottom {
  width: 190px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.slider-mediq {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
}
@media (max-width: 1260px) {
  .slider-mediq {
    padding: 15%;
  }
}

.slider-mediq-image {
  width: 100%;
  height: 595px;
}
@media (max-width: 1260px) {
  .slider-mediq-image {
    height: 0;
    padding-bottom: 65%;
  }
}

.slides-numbers {
  position: relative;
  z-index: 2;
  max-width: 128px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
}
.slides-numbers span {
  color: white;
}

.mediq-advantages {
  margin-top: 65px;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .mediq-advantages {
    margin-top: 30px;
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}

.mediq-advantage {
  width: 33.333%;
  padding: 15px;
}
@media (max-width: 767px) {
  .mediq-advantage {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}
.mediq-advantage p {
  margin-bottom: 0;
  color: white;
  opacity: 0.8;
}

.mediq-advantage-top {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .mediq-advantage-top {
    display: block;
    text-align: center;
  }
  .mediq-advantage-top img {
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.mediq-advantage-top span {
  display: block;
}
@media (max-width: 767px) {
  .mediq-advantage-top span {
    margin-bottom: 10px;
  }
}
.mediq-advantage-top h4 {
  color: white;
  margin-bottom: 0;
  padding-left: 13px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .mediq-advantage-top h4 {
    max-width: 100%;
    padding-left: 0;
  }
}

.home-features {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1480px) {
  .home-features {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .home-features {
    padding: 70px 0;
  }
}
.home-features:before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  .home-features:before {
    background: rgba(255, 255, 255, 0.6) !important;
    width: 100%;
  }
}

.features-right {
  max-width: 520px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .features-right {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .features-right {
    max-width: 100%;
    text-align: center;
  }
}

.features-list {
  margin: 0;
  list-style-type: none;
}
.features-list li {
  position: relative;
  padding-left: 45px;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .features-list li {
    padding-left: 0;
    margin: 20px 0;
  }
}
.features-list li p {
  margin: 0;
}
.features-list h5 {
  margin-bottom: 7px;
}
.features-list li:before {
  content: "";
  display: block;
  background-image: url("images/svg/check-li.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: -4px;
}
@media (max-width: 767px) {
  .features-list li:before {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    margin-bottom: 4px;
  }
}

.home-works {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1480px) {
  .home-works {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .home-works {
    padding: 70px 0;
  }
}

.hexagon-right {
  position: absolute;
  top: 0;
  right: -50px;
}
@media (max-width: 1550px) {
  .hexagon-right {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .hexagon-right {
    width: 200px;
    opacity: 0.4;
  }
}

.hexagon-left2 {
  position: absolute;
  bottom: 40px;
  left: -70px;
}
@media (max-width: 1550px) {
  .hexagon-left2 {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .hexagon-left2 {
    width: 200px;
    opacity: 0.4;
  }
}

.how-works-wrap {
  display: flex;
  counter-reset: section;
  position: relative;
  margin-top: 70px;
}
@media (max-width: 480px) {
  .how-works-wrap {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.how-works-wrap::before {
  content: "";
  width: 778px;
  height: 249px;
  background-image: url("images/svg/line-dotted.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -389px;
}
@media (max-width: 1550px) {
  .how-works-wrap::before {
    top: 8px;
  }
}
@media (max-width: 1260px) {
  .how-works-wrap::before {
    display: none;
  }
}

.how-works-item {
  width: 25%;
  text-align: center;
}
@media (max-width: 480px) {
  .how-works-item {
    width: 50%;
  }
}
.how-works-item .hexagon-icon {
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.how-works-item .hexagon-icon:hover {
  transform: scale(110%);
}
.how-works-item .hexagon-icon::before {
  counter-increment: section;
  content: counters(section, ".") " ";
  width: 40px;
  height: 40px;
  background-color: #ac94d4;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  position: absolute;
  right: -20px;
  top: 50px;
}
@media (max-width: 480px) {
  .how-works-item .hexagon-icon::before {
    width: 30px;
    height: 30px;
    font-size: 13px;
    right: -15px;
  }
}
.how-works-item:first-child + .how-works-item {
  margin-top: 150px;
}
.how-works-item:first-child + .how-works-item .hexagon-icon:before {
  right: auto;
  left: -20px;
}
@media (max-width: 1260px) {
  .how-works-item:first-child + .how-works-item .hexagon-icon:before {
    left: 50%;
    margin-left: -20px;
    top: -15px;
  }
}
@media (max-width: 480px) {
  .how-works-item:first-child + .how-works-item .hexagon-icon:before {
    margin-left: -15px;
  }
}
.how-works-item:first-child + .how-works-item + .how-works-item {
  margin-top: 33px;
}
@media (max-width: 1260px) {
  .how-works-item:first-child + .how-works-item + .how-works-item {
    margin: 0;
  }
}
.how-works-item:first-child + .how-works-item + .how-works-item .hexagon-icon:before {
  right: auto;
  left: -20px;
  top: 90px;
}
@media (max-width: 1260px) {
  .how-works-item:first-child + .how-works-item + .how-works-item .hexagon-icon:before {
    right: -20px;
    top: 50px;
    left: auto;
  }
}
@media (max-width: 480px) {
  .how-works-item:first-child + .how-works-item + .how-works-item .hexagon-icon:before {
    right: -15px;
    top: 30px;
  }
}
.how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item {
  margin-top: -29px;
}
@media (max-width: 1260px) {
  .how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item {
    margin-top: 150px;
  }
}
.how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item .hexagon-icon {
  width: 198px;
  height: 220px;
}
@media (max-width: 1550px) {
  .how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item .hexagon-icon {
    width: 170px;
    height: 190px;
  }
  .how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item .hexagon-icon img {
    max-height: 80px;
  }
}
@media (max-width: 1260px) {
  .how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item .hexagon-icon {
    width: 120px;
    height: 133px;
  }
  .how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item .hexagon-icon img {
    max-height: 60px;
  }
}
@media (max-width: 640px) {
  .how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item .hexagon-icon {
    width: 90px;
    height: 100px;
  }
  .how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item .hexagon-icon img {
    max-height: 40px;
  }
}
.how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item .hexagon-icon:before {
  right: auto;
  left: -20px;
}
@media (max-width: 1260px) {
  .how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item .hexagon-icon:before {
    left: 50%;
    margin-left: -20px;
    top: -15px;
  }
}
@media (max-width: 480px) {
  .how-works-item:first-child + .how-works-item + .how-works-item + .how-works-item .hexagon-icon:before {
    margin-left: -15px;
  }
}
.how-works-item h6 {
  max-width: 185px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1260px) {
  .how-works-item h6 {
    margin-top: 15px;
  }
}

.talents-hexagon {
  position: absolute;
  top: 30px;
  right: 10px;
}
@media (max-width: 1550px) {
  .talents-hexagon {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .talents-hexagon {
    width: 200px;
  }
}

.gradient-light {
  background: rgb(128, 184, 228);
  background: linear-gradient(180deg, rgb(128, 184, 228) 0%, rgb(156, 163, 219) 100%);
}

.home-talents {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1480px) {
  .home-talents {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .home-talents {
    padding: 70px 0;
  }
}
.home-talents::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 825px;
  height: 657px;
  background-image: url("images/png/shape.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.home-talents .container {
  z-index: 1;
}

.talents-top {
  display: flex;
}
.talents-top a,
.talents-top p,
.talents-top h2,
.talents-top h3,
.talents-top h4,
.talents-top h5,
.talents-top h6,
.talents-top span,
.talents-top li,
.talents-top strong {
  color: white;
}
@media (max-width: 767px) {
  .talents-top {
    display: block;
  }
}

.talents-left {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .talents-left {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.talents-left .title-box {
  max-width: 450px;
}

.talents-right {
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .talents-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.talents-right .the-content {
  max-width: 450px;
  margin-left: auto;
}

.team-slider {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .team-slider {
    margin-top: 0;
  }
}

.team-slide {
  padding: 36px 16px 0;
}
.team-slide:hover .team-item {
  top: -20px;
}
.team-slide:hover .team-item .team-plus-img img {
  animation: spin 1s linear infinite;
}

.team-item {
  height: 0;
  padding-bottom: 126%;
  display: block;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
  position: relative;
  top: 0;
}

.team-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 150px 25px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 8px 8px;
  background: rgb(27, 43, 49);
  background: linear-gradient(0deg, rgb(27, 43, 49) 0%, rgba(128, 184, 228, 0) 100%);
}
@media (max-width: 767px) {
  .team-bottom {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.team-bottom span {
  display: block;
}

.team-name {
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
  line-height: 1.2;
}
@media (max-width: 1550px) {
  .team-name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .team-name {
    font-size: 16px;
  }
}

.team-plus-img {
  width: 48px;
}
@media (max-width: 1260px) {
  .team-plus-img {
    width: 36px;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.slider-outside {
  position: relative;
}
@media (max-width: 1480px) {
  .slider-outside .slick-slider {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .slider-outside .slick-slider {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .slider-outside .slider-arrows {
    display: flex;
    justify-content: space-between;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.slider-outside .slider-arrows span {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  display: block;
  width: 54px;
  height: 54px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-outside .slider-arrows span {
    width: 40px;
    height: 40px;
    margin-top: 0;
    position: relative;
  }
}
.slider-outside .prev-btn-small {
  left: -135px;
}
@media (max-width: 1550px) {
  .slider-outside .prev-btn-small {
    left: -70px;
  }
}
@media (max-width: 1480px) {
  .slider-outside .prev-btn-small {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .slider-outside .prev-btn-small {
    left: 0;
  }
}
.slider-outside .next-btn-small {
  right: -135px;
}
@media (max-width: 1550px) {
  .slider-outside .next-btn-small {
    right: -70px;
  }
}
@media (max-width: 1480px) {
  .slider-outside .next-btn-small {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .slider-outside .next-btn-small {
    right: 0;
  }
}
.slider-outside img {
  display: block;
  width: 100%;
}

.home-beneficiares {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1480px) {
  .home-beneficiares {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .home-beneficiares {
    padding: 70px 0;
  }
}

.beneficiares-hexagon {
  position: absolute;
  left: -70px;
  bottom: 50px;
}
@media (max-width: 1550px) {
  .beneficiares-hexagon {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .beneficiares-hexagon {
    width: 200px;
  }
}

.flex-beneficiares {
  display: flex;
}
@media (max-width: 1260px) {
  .flex-beneficiares {
    display: block;
  }
}

.flex-beneficiares-left {
  width: 33.3333%;
}
@media (max-width: 1260px) {
  .flex-beneficiares-left {
    width: 100%;
    text-align: center;
  }
}
.flex-beneficiares-left .button1 {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .flex-beneficiares-left .button1 {
    margin-top: 15px;
  }
}

.flex-beneficiares-right {
  width: 66.666%;
  padding-left: 30px;
}
@media (max-width: 1260px) {
  .flex-beneficiares-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.beneficiares-img {
  margin-right: -310px;
  position: relative;
}
@media (max-width: 1650px) {
  .beneficiares-img {
    margin-right: -40px;
  }
}
@media (max-width: 1260px) {
  .beneficiares-img {
    margin-right: 0;
    margin-top: 40px;
  }
}

.home-blog {
  padding: 120px 0;
}
@media (max-width: 1480px) {
  .home-blog {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .home-blog {
    padding: 70px 0;
  }
}

.blog-slider {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 20px;
}
.blog-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.blog-slider-item {
  padding: 20px 16px 10px;
  height: auto !important;
}

.blog-box {
  display: block;
  background-color: white;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
  height: 100%;
  top: 0;
}
.blog-box:hover {
  text-decoration: none;
  top: -20px;
}
@media (max-width: 767px) {
  .blog-box:hover {
    top: 0;
  }
}
.blog-box:hover .button-arrow-right span {
  padding-left: 17px;
}

.blog-image {
  height: 0;
  padding-bottom: 87%;
  display: block;
  border-radius: 8px 8px 0 0;
}

.blog-text {
  padding: 25px;
}
@media (max-width: 1480px) {
  .blog-text {
    padding: 20px;
  }
}

.blog-text-top {
  line-height: 1.2em;
}
.blog-text-top span {
  font-size: 14px;
  display: inline;
}
.blog-text-top span:before {
  content: "|";
  padding: 0 5px;
  text-decoration: none;
}
.blog-text-top span:first-child::before {
  display: none;
}

.blog-category a {
  text-decoration: underline;
}

.blog-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #111111;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1480px) {
  .blog-title {
    font-size: 18px;
  }
}

.button-arrow-right {
  color: #20a5d6;
  font-weight: 600;
  font-size: 16px;
}
.button-arrow-right img {
  position: relative;
  width: 7px;
  height: 12px;
  display: block;
}
.button-arrow-right span {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  padding-left: 10px;
}

.clients-flex {
  display: flex;
  justify-content: center;
  padding: 30px 40px 0;
  flex-wrap: wrap;
}
@media (max-width: 1480px) {
  .clients-flex {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .clients-flex {
    padding-top: 0;
  }
}

.client-item {
  width: 14.2857142857%;
  padding: 10px;
}
@media (max-width: 1260px) {
  .client-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .client-item {
    width: 33.3333%;
  }
}
@media (max-width: 640px) {
  .client-item {
    width: 50%;
  }
}

.home-clients {
  padding: 120px 0;
  background-image: url("images/png/pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 1480px) {
  .home-clients {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .home-clients {
    padding: 70px 0;
  }
}

.client-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  height: 80px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1260px) {
  .client-image {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .client-image {
    height: 60px;
  }
}
.client-image img {
  max-height: 100%;
  width: auto;
  height: auto;
}
.client-image:hover {
  background-color: white;
  box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.19);
}
.client-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact-section {
  display: flex;
}
@media (max-width: 767px) {
  .contact-section {
    display: block;
  }
}

.contact-section-left {
  width: 43%;
}
@media (max-width: 767px) {
  .contact-section-left {
    width: 100%;
  }
}
.contact-section-left .cover {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .contact-section-left .cover {
    height: 300px;
  }
}

.contact-right {
  width: 57%;
}
@media (max-width: 767px) {
  .contact-right {
    width: 100%;
  }
}

.contact-form-box {
  max-width: 780px;
  padding: 100px 50px 100px 70px;
}
@media (max-width: 1260px) {
  .contact-form-box {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .contact-form-box {
    padding: 40px 20px;
  }
  .contact-form-box .title-box {
    text-align: center;
  }
}

.form-label {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.contact-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.contact-flex .wpcf7-form-control-wrap {
  display: block;
}
.contact-flex .wpcf7-list-item {
  padding-left: 0;
  margin-left: 0;
}
.contact-flex .wpcf7-list-item label {
  position: relative;
  padding-left: 30px;
}
.contact-flex input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-item50 {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 640px) {
  .contact-item50 {
    width: 100%;
  }
}

.contact-item100 {
  width: 100%;
  padding: 0 10px;
}
.contact-item100.recaptcha {
  padding-top: 20px;
}

.newsletter-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1480px) {
  .newsletter-section {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .newsletter-section {
    padding: 70px 0;
  }
}
.newsletter-section .container {
  z-index: 1;
}

.newsletter-box {
  margin-top: 50px;
  max-width: 595px;
  background-color: white;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.19);
}
.newsletter-box:hover {
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.29);
}
@media (max-width: 480px) {
  .newsletter-box:hover {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .newsletter-box {
    padding: 15px;
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .newsletter-box {
    padding: 0;
    margin-top: 30px;
    box-shadow: none;
    background-color: transparent;
  }
  .newsletter-box .flex {
    display: block;
  }
}
.newsletter-box form {
  position: relative;
}
.newsletter-box .mc4wp-response {
  position: absolute;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  bottom: calc(-100% - 40px);
  left: 0;
}
@media (max-width: 1260px) {
  .newsletter-box .mc4wp-response {
    bottom: calc(-100% - 20px);
  }
}
.newsletter-box .mc4wp-response .mc4wp-alert {
  padding: 10px;
}
.newsletter-box .mc4wp-response .mc4wp-alert p {
  margin: 0;
}
.newsletter-box .mc4wp-response .mc4wp-error {
  border: 1px solid red;
  background: #ffc1c1;
}
.newsletter-box .mc4wp-response .mc4wp-success {
  border: 1px solid green;
  background: #65bc51;
}
.newsletter-box input {
  background-color: white;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
}
@media (max-width: 480px) {
  .newsletter-box input {
    width: 100%;
    display: block;
    box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.19);
  }
}
.newsletter-box input:hover, .newsletter-box input:hover, .newsletter-box input:active {
  border: none;
}
@media (max-width: 480px) {
  .newsletter-box input:hover, .newsletter-box input:hover, .newsletter-box input:active {
    box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.29);
  }
}
.newsletter-box input[type=submit] {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 480px) {
  .newsletter-box input[type=submit] {
    display: block;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }
}

.hexagon-newsletter {
  position: absolute;
  right: -80px;
  top: 20px;
}
@media (max-width: 1550px) {
  .hexagon-newsletter {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .hexagon-newsletter {
    width: 200px;
  }
}

@media (max-width: 1260px) {
  .beneficiares-image-desktop {
    width: 942px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .beneficiares-image-desktop {
    display: none;
  }
}

.beneficiare-hegaxons-wrap {
  display: flex;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50px;
  max-width: 1035px;
}
@media (max-width: 1650px) {
  .beneficiare-hegaxons-wrap {
    top: 37px;
  }
}
@media (max-width: 1260px) {
  .beneficiare-hegaxons-wrap {
    max-width: 942px;
    left: 50%;
    margin-left: -471px;
    top: 47px;
  }
}
@media screen and (max-width: 1000px) {
  .beneficiare-hegaxons-wrap {
    position: relative;
    max-width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
  }
}
@media (max-width: 640px) {
  .beneficiare-hegaxons-wrap {
    flex-wrap: wrap;
  }
}

.beneficiare-hexagon-item {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .beneficiare-hexagon-item {
    position: relative;
  }
  .beneficiare-hexagon-item:before {
    content: "";
    display: block;
    width: 130%;
    height: 216px;
    background-image: url("images/svg/beneficiares-mobile.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: -15%;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .beneficiare-hexagon-item:before {
    width: 146%;
    height: 205px;
    left: -23%;
  }
}
@media (max-width: 640px) {
  .beneficiare-hexagon-item {
    width: 100%;
    max-width: 250px;
    height: 224px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .beneficiare-hexagon-item:before {
    width: 250px;
    height: 224px;
    left: 0;
  }
}
.beneficiare-hexagon-item:first-child {
  padding-left: 45px;
}
@media screen and (max-width: 1000px) {
  .beneficiare-hexagon-item:first-child {
    padding-left: 0;
  }
}
.beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item {
  padding-top: 120px;
  padding-left: 15px;
}
@media (max-width: 1650px) {
  .beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item {
    padding-top: 98px;
    padding-left: 14px;
  }
}
@media (max-width: 1260px) {
  .beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item {
    padding-top: 0;
    margin-top: 30px;
    margin-left: auto;
  }
}
.beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item + .beneficiare-hexagon-item {
  margin-left: -7px;
  margin-top: -15px;
}
@media (max-width: 640px) {
  .beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item + .beneficiare-hexagon-item {
    margin-left: 0;
    margin-top: 30px;
  }
}
.beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item + .beneficiare-hexagon-item + .beneficiare-hexagon-item {
  padding-top: 120px;
  margin-left: -15px;
}
@media (max-width: 1650px) {
  .beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item + .beneficiare-hexagon-item + .beneficiare-hexagon-item {
    padding-top: 98px;
    margin-left: -12px;
  }
}
@media (max-width: 1260px) {
  .beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item + .beneficiare-hexagon-item + .beneficiare-hexagon-item {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item + .beneficiare-hexagon-item + .beneficiare-hexagon-item {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .beneficiare-hexagon-item:first-child + .beneficiare-hexagon-item + .beneficiare-hexagon-item + .beneficiare-hexagon-item {
    padding-top: 0;
    margin-left: auto;
    margin-top: 30px;
  }
}
.beneficiare-hexagon-item h6 {
  font-size: 18px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 1650px) {
  .beneficiare-hexagon-item h6 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.beneficiare-hexagon-item p {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  position: relative;
}
@media (max-width: 1650px) {
  .beneficiare-hexagon-item p {
    font-size: 14px;
    max-width: 136px;
  }
}

.beneficiare-image {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1650px) {
  .beneficiare-image {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1000px) {
  .beneficiare-image {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .beneficiare-image {
    margin-top: 0;
  }
}
.beneficiare-image img {
  display: block;
  max-height: 86px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1650px) {
  .beneficiare-image img {
    max-height: 58px;
  }
}
@media screen and (max-width: 1000px) {
  .beneficiare-image img {
    max-height: 48px;
  }
}

.inner-hero {
  background: rgb(28, 105, 144);
  background: linear-gradient(90deg, rgb(28, 105, 144) 0%, rgb(172, 148, 212) 100%);
  position: relative;
}

.inner-hero-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1100px;
  background-position: right;
}
@media (max-width: 1260px) {
  .inner-hero-image {
    width: 880px;
  }
}

.inner-hero-text {
  padding-bottom: 133px;
  min-height: 540px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 100px;
}
@media (max-width: 1550px) {
  .inner-hero-text {
    min-height: 440px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1260px) {
  .inner-hero-text {
    min-height: 440px;
    padding-bottom: 80px;
  }
  .inner-hero-text h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .inner-hero-text {
    min-height: 380px;
  }
}
@media (max-width: 640px) {
  .inner-hero-text {
    min-height: 290px;
    padding-bottom: 50px;
  }
  .inner-hero-text h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .inner-hero-text h1 {
    font-size: 32px;
  }
}
.inner-hero-text h1,
.inner-hero-text h2,
.inner-hero-text h6,
.inner-hero-text p {
  color: white;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.inner-hero-text p {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .inner-hero-text p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 5px;
  }
}

.inner-hexagon {
  position: absolute;
  left: 100px;
  bottom: 0;
}
@media (max-width: 1550px) {
  .inner-hexagon {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .inner-hexagon {
    width: 200px;
  }
}

.product-inner-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .product-inner-flex {
    display: block;
    text-align: center;
  }
}
.product-inner-flex.row-reverse .product-inner-right {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .product-inner-flex.row-reverse .product-inner-right {
    padding-left: 0;
    margin-left: auto;
  }
}
.product-inner-flex.row-reverse .product-with-mask {
  right: -80px;
  left: 0;
}
@media (max-width: 1550px) {
  .product-inner-flex.row-reverse .product-with-mask {
    right: -20px;
  }
}
@media (max-width: 960px) {
  .product-inner-flex.row-reverse .product-with-mask {
    right: 0;
  }
}
.product-inner-flex.row-reverse .product-inner-left {
  padding-right: 20px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .product-inner-flex.row-reverse .product-inner-left {
    padding-right: 0;
  }
}
.product-inner-flex.row-reverse .product-inner-left .product-description {
  margin-left: 0;
}
@media (max-width: 767px) {
  .product-inner-flex.row-reverse .product-inner-left .product-description {
    margin-left: auto;
  }
}

.product-inner-right {
  width: 50%;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .product-inner-right {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.product-inner-right .product-with-mask {
  left: -80px;
  right: 0;
}
@media (max-width: 1550px) {
  .product-inner-right .product-with-mask {
    left: 0;
  }
}

.product-circle {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 182px;
  height: 182px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ac95d5;
}
@media (max-width: 1550px) {
  .product-circle {
    width: 160px;
    height: 160px;
    bottom: 20px;
  }
}
@media (max-width: 960px) {
  .product-circle {
    width: 120px;
    height: 120px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-circle {
    left: 50%;
    margin-left: -160px;
  }
}
@media (max-width: 640px) {
  .product-circle {
    width: 100px;
    height: 100px;
  }
}

.product-circle-text {
  text-align: center;
}
.product-circle-text span,
.product-circle-text p {
  line-height: 1;
  color: white;
}
.product-circle-text span {
  font-family: "Roboto Serif", serif;
  font-size: 32px;
  color: white;
  display: block;
  font-weight: 400;
}
@media (max-width: 960px) {
  .product-circle-text span {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .product-circle-text span {
    font-size: 18px;
  }
}
.product-circle-text p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 960px) {
  .product-circle-text p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .product-circle-text p {
    font-size: 11px;
  }
}

.product-inner-left {
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .product-inner-left {
    width: 100%;
    padding-left: 0;
  }
}
.product-inner-left .product-description {
  margin-left: auto;
}
@media (max-width: 767px) {
  .product-inner-left .product-description {
    margin-right: auto;
    text-align: center;
  }
}

.product-description {
  max-width: 520px;
}
.product-description .the-content {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .product-description .the-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-description .the-content li {
    padding-left: 0;
  }
  .product-description .the-content ul li:before {
    display: inline-block;
    position: relative;
    top: 9px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .product-description .title-box {
    margin-bottom: 0;
  }
}

.product-inner-section {
  padding: 120px 0;
}
@media (max-width: 1480px) {
  .product-inner-section {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .product-inner-section {
    padding: 70px 0;
  }
}

.product-with-mask {
  position: relative;
  width: calc(100% + 103px);
  height: 607px;
}
@media (max-width: 1550px) {
  .product-with-mask {
    width: 553px;
    height: 490px;
  }
}
@media (max-width: 1260px) {
  .product-with-mask {
    width: 430px;
    height: 382px;
  }
}
@media (max-width: 960px) {
  .product-with-mask {
    width: 326px;
    height: 293px;
  }
}
@media (max-width: 767px) {
  .product-with-mask {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .product-with-mask {
    width: 266px;
    height: 240px;
  }
}
.product-with-mask::before {
  content: "";
  display: block;
  width: calc(100% + 105px);
  height: 100%;
  background-image: url("images/png/mask-big.png");
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1550px) {
  .product-with-mask::before {
    width: 561px;
  }
}
@media (max-width: 1260px) {
  .product-with-mask::before {
    width: 438px;
  }
}
@media (max-width: 960px) {
  .product-with-mask::before {
    width: 335px;
  }
}
@media (max-width: 640px) {
  .product-with-mask::before {
    width: 274px;
  }
}

.services-4 .service-item {
  width: 25%;
}
@media (max-width: 960px) {
  .services-4 .service-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .services-4 .service-item {
    width: 100%;
  }
}

.grey-bck .product-with-mask:before {
  background-image: url("images/png/mask-big-grey.png");
}

.product-improvements {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1480px) {
  .product-improvements {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .product-improvements {
    padding: 70px 0;
  }
}

.product-benefit-section {
  padding-bottom: 120px;
}
@media (max-width: 1480px) {
  .product-benefit-section {
    padding-bottom: 90px;
  }
}
@media (max-width: 960px) {
  .product-benefit-section {
    padding-bottom: 70px;
  }
}
.product-benefit-section .product-inner-flex {
  margin-top: 90px;
}
@media (max-width: 960px) {
  .product-benefit-section .product-inner-flex {
    margin-top: 60px;
  }
}
.product-benefit-section .hexagon-left {
  bottom: 36%;
}

.product-improvements .service-bottom {
  margin-top: 50px;
}

.section-video {
  padding: 90px 0;
}
@media (max-width: 960px) {
  .section-video {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-video {
    padding: 45px 0;
  }
}
.section-video .text {
  width: 45%;
}
@media (max-width: 900px) {
  .section-video .text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section-video .text .the-content h6 {
  margin-top: 0;
}
.section-video .text .wrap-accordion {
  width: calc(100% + 30px);
}
@media (max-width: 1260px) {
  .section-video .text .wrap-accordion {
    width: 100%;
  }
}
.section-video .text .accordion {
  margin-left: 0;
  width: 100%;
  background-color: transparent;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 30px;
}
@media (max-width: 1260px) {
  .section-video .text .accordion {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-video .text .accordion .accordion-section {
  border-top: none;
  padding: 10px 30px;
  background-color: transparent;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .section-video .text .accordion .accordion-section {
    padding: 0 20px;
  }
}
.section-video .text .accordion .accordion-section.active {
  background-color: #fff;
}
.section-video .text .accordion .accordion-section:last-child {
  border-bottom: none;
}
.section-video .text .accordion .accordion-section .accordion-section-title {
  background-color: transparent;
  color: #2f2e2f;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 21px;
  font-family: "Roboto Serif", serif;
}
@media (max-width: 1550px) {
  .section-video .text .accordion .accordion-section .accordion-section-title {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .section-video .text .accordion .accordion-section .accordion-section-title {
    font-size: 17px;
  }
}
.section-video .text .accordion .accordion-section .accordion-section-title:after {
  content: "";
  background-image: url(images/svg/plus2.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  display: inline-block;
  right: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  top: 22px;
}
@media (max-width: 767px) {
  .section-video .text .accordion .accordion-section .accordion-section-title:after {
    width: 20px;
    height: 20px;
    background-size: 15px;
  }
}
.section-video .text .accordion .accordion-section .accordion-section-title.active:after {
  transform: rotate(45deg);
}
.section-video .text .accordion .accordion-section-content {
  padding: 0;
  display: none;
  border-top: none;
  background: transparent;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  .section-video .text .accordion .accordion-section-content {
    padding-bottom: 20px;
  }
}
.section-video .text .accordion .accordion-section-content .the-content b,
.section-video .text .accordion .accordion-section-content .the-content strong {
  font-weight: 700;
}
.section-video .text .accordion .accordion-section-content .the-content p {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2em;
  color: #272727;
}
@media (max-width: 767px) {
  .section-video .text .accordion .accordion-section-content .the-content p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section-video .text .accordion .accordion-section-content .the-content p {
    font-size: 14px;
  }
}
.section-video .text .accordion .accordion-section-content .the-content p small {
  opacity: 0.8;
  font-weight: 400;
}
.section-video .text .accordion .accordion-section-content .the-content ol {
  margin-top: 5px;
}
.section-video .text .accordion .accordion-section-content .the-content ol li {
  padding-left: 55px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 19px;
  color: #272727;
}
@media (max-width: 1550px) {
  .section-video .text .accordion .accordion-section-content .the-content ol li {
    font-size: 16px;
    padding-left: 46px;
  }
}
@media (max-width: 767px) {
  .section-video .text .accordion .accordion-section-content .the-content ol li {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section-video .text .accordion .accordion-section-content .the-content ol li {
    font-size: 14px;
    padding-left: 38px;
  }
}
.section-video .text .accordion .accordion-section-content .the-content ol li:before {
  width: 36px;
  height: 40px;
  color: #fff;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 40px;
  background-image: url(images/svg/hexagon.svg);
  background-size: contain;
  text-align: center;
}
@media (max-width: 1550px) {
  .section-video .text .accordion .accordion-section-content .the-content ol li:before {
    line-height: 31px;
    font-size: 14px;
    width: 30px;
    height: 31px;
  }
}
@media (max-width: 960px) {
  .section-video .text .accordion .accordion-section-content .the-content ol li:before {
    top: -4px;
  }
}
@media (max-width: 640px) {
  .section-video .text .accordion .accordion-section-content .the-content ol li:before {
    line-height: 27px;
    font-size: 12px;
    width: 26px;
    height: 27px;
  }
}
.section-video .video-box {
  width: 55%;
  padding-top: 100px;
}
@media (max-width: 900px) {
  .section-video .video-box {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 560px) {
  .section-video .video-box .video-item {
    width: 311px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media (max-width: 420px) {
  .section-video .video-box .video-item {
    width: 250px;
  }
}
.section-video .video-box .cover {
  background-image: url("images/svg/mask.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 540px;
  width: 100%;
}
@media (max-width: 1250px) {
  .section-video .video-box .cover {
    height: 440px;
  }
}
@media (max-width: 1070px) {
  .section-video .video-box .cover {
    height: 430px;
  }
}
@media (max-width: 1020px) {
  .section-video .video-box .cover {
    height: 390px;
  }
}
@media (max-width: 560px) {
  .section-video .video-box .cover {
    height: 253px;
  }
}
@media (max-width: 420px) {
  .section-video .video-box .cover {
    height: 213px;
  }
}
.section-video .video-box .cover .bg-cover {
  background-color: #000;
  height: 380px;
  width: 98%;
  margin-top: 21px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 16px;
}
@media (max-width: 1270px) {
  .section-video .video-box .cover .bg-cover {
    height: 370px;
  }
}
@media (max-width: 1250px) {
  .section-video .video-box .cover .bg-cover {
    height: 305px;
    width: 500px;
    top: 21px;
  }
}
@media (max-width: 1070px) {
  .section-video .video-box .cover .bg-cover {
    height: 290px;
    width: 485px;
    top: 18px;
  }
}
@media (max-width: 1020px) {
  .section-video .video-box .cover .bg-cover {
    height: 266px;
    width: 455px;
  }
}
@media (max-width: 950px) {
  .section-video .video-box .cover .bg-cover {
    height: 252px;
    width: 428px;
    top: 16px;
  }
}
@media (max-width: 900px) {
  .section-video .video-box .cover .bg-cover {
    height: 266px;
    width: 436px;
    top: 16px;
  }
}
@media (max-width: 560px) {
  .section-video .video-box .cover .bg-cover {
    height: 171px;
    width: 98%;
    top: 12px;
  }
}
@media (max-width: 420px) {
  .section-video .video-box .cover .bg-cover {
    height: 138px;
    width: 98%;
    top: 10px;
  }
}
.section-video .video-box .cover .video-js {
  height: 100%;
  width: 100%;
}
.section-video .video-box .cover .video-js video::-webkit-media-controls-start-playback-button {
  display: none;
}
.section-video .video-box .cover .video-js video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

.team-members-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -60px;
  padding-bottom: 100px;
}
@media (max-width: 1480px) {
  .team-members-flex {
    padding-bottom: 70px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .team-members-flex {
    margin-top: -40px;
  }
}

.team-member-item {
  width: 25%;
  padding: 16px 12px;
}
@media (max-width: 1480px) {
  .team-member-item {
    padding: 10px;
  }
}
@media (max-width: 960px) {
  .team-member-item {
    width: 33.3333%;
  }
  .team-member-item .team-name {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .team-member-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .team-member-item {
    width: 100%;
  }
}
.team-member-item:hover .team-item {
  top: -20px;
}
.team-member-item:hover .team-item .team-plus-img img {
  animation: spin 1s linear infinite;
}

.team-popup {
  display: none;
  max-width: 960px;
  border-radius: 10px;
  padding: 65px;
}
@media (max-width: 1480px) {
  .team-popup {
    padding: 40px;
    max-width: 860px;
  }
}
@media (max-width: 640px) {
  .team-popup {
    padding: 25px;
  }
}

.popup-flex {
  display: flex;
}
@media (max-width: 480px) {
  .popup-flex {
    display: block;
    text-align: center;
  }
}

.popup-left {
  width: 35%;
}
@media (max-width: 640px) {
  .popup-left {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .popup-left {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
.popup-left .cover {
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  border-radius: 10px;
}

.popup-right {
  width: 65%;
  padding-left: 40px;
}
@media (max-width: 1480px) {
  .popup-right {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .popup-right {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .popup-right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.popup-right .the-content h4 {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .popup-right .the-content h4 {
    margin-top: 0;
  }
}

.social-links-popup {
  display: flex;
  margin-left: 10px;
}
@media (max-width: 640px) {
  .social-links-popup {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .social-links-popup {
    justify-content: center;
  }
}
.social-links-popup li {
  margin-left: 15px;
}
@media (max-width: 640px) {
  .social-links-popup li {
    margin-left: 0;
    margin-right: 10px;
  }
}
.social-links-popup a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #ac94d4;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .social-links-popup a {
    width: 44px;
    height: 44px;
  }
  .social-links-popup a img {
    max-height: 16px;
  }
}
.social-links-popup a:hover {
  background-color: #f3eff9;
}

.social-popup {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 640px) {
  .social-popup {
    margin-top: 20px;
    display: block;
  }
}
.social-popup h6 {
  margin-bottom: 0;
}

.fancybox-button {
  width: 55px;
  height: 55px;
}

.contact-inner-flex {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  .contact-inner-flex {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .contact-inner-flex {
    display: block;
  }
}

.contact-inner-left {
  width: 34%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .contact-inner-left {
    width: 100%;
    padding-right: 0;
  }
}

.contact-inner-right {
  width: 66%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .contact-inner-right {
    width: 100%;
    padding-left: 0;
  }
}
.contact-inner-right .contact-inner-box {
  max-width: 100%;
  padding: 80px;
  margin-top: -50px;
  border-radius: 10px;
}
@media (max-width: 1480px) {
  .contact-inner-right .contact-inner-box {
    padding: 50px;
  }
}
@media (max-width: 1260px) {
  .contact-inner-right .contact-inner-box {
    margin-top: -40px;
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .contact-inner-right .contact-inner-box {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .contact-inner-right .contact-inner-box {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .contact-inner-right .contact-inner-box {
    padding: 30px 20px;
  }
}
@media (max-width: 1260px) {
  .contact-inner-right .contact-item50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-inner-right .contact-item50 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .contact-inner-right .contact-item50 {
    width: 100%;
  }
}

.contact-details-left {
  max-width: 332px;
  padding-top: 90px;
}
@media (max-width: 1260px) {
  .contact-details-left {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .contact-details-left {
    max-width: 100%;
  }
}

.contact-details-item {
  padding: 25px 0 25px 50px;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
}
.contact-details-item:first-child {
  border-top: none;
}
.contact-details-item p, .contact-details-item a {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
.contact-details-item h6 {
  margin-bottom: 10px;
}
.contact-details-item a:hover {
  color: #ac95d5;
  text-decoration: none;
}

.contact-details-image {
  width: 50px;
  position: absolute;
  left: 0;
  top: 25px;
}

.contact-details-box {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact-details-box {
    margin-top: 30px;
  }
}
.contact-details-box:first-child {
  margin-top: 0;
}
.contact-details-box .social-links {
  margin-left: 0;
  justify-content: flex-start;
}
@media (max-width: 960px) {
  .contact-details-box .social-links a {
    width: 44px;
    height: 44px;
  }
  .contact-details-box .social-links a img {
    max-height: 16px;
  }
}

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -50px;
}
@media (max-width: 1480px) {
  .blog-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog-flex .blog-title {
    font-size: 16px;
  }
  .blog-flex .button-arrow-right {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .blog-flex {
    margin-top: -40px;
  }
}

.blog-page-wrap {
  margin-bottom: 100px;
}
@media (max-width: 1480px) {
  .blog-page-wrap {
    margin-bottom: 70px;
  }
}

.blog-flex-item {
  width: 33.3333%;
  padding: 16px;
}
@media (max-width: 1480px) {
  .blog-flex-item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .blog-flex-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .blog-flex-item {
    width: 100%;
  }
}

.wp-pagenavi {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 960px) {
  .wp-pagenavi {
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi {
    padding-top: 30px;
    margin-top: 25px;
  }
}
.wp-pagenavi .wp-pagenavi {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .wp-pagenavi .wp-pagenavi {
    justify-content: center;
  }
}
.wp-pagenavi .wp-pagenavi a,
.wp-pagenavi .wp-pagenavi span {
  margin: 0 5px;
}

.page-numbers {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .page-numbers {
    justify-content: center;
  }
}
.page-numbers li {
  margin: 0 5px;
}
@media (max-width: 960px) {
  .page-numbers li {
    margin: 0 3px;
  }
}
.page-numbers span,
.page-numbers a {
  display: flex !important;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-left: 0 !important;
}
@media (max-width: 960px) {
  .page-numbers span,
  .page-numbers a {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
}
.page-numbers span {
  border: 2px solid #ac95d5;
  color: #ac95d5;
}
.page-numbers a {
  background-color: #f1f7fb;
  color: #111111;
  color: #515151;
}
.page-numbers a:hover {
  background-color: #ac95d5;
  color: white;
  text-decoration: none;
}

.inner-blog {
  max-width: 774px;
  margin-left: 0;
  text-align: left;
  align-items: flex-start;
  padding-bottom: 75px;
}
.inner-blog h1,
.inner-blog h2,
.inner-blog h6,
.inner-blog p {
  max-width: 100%;
  margin-left: 0;
}
.inner-blog h1 {
  font-size: 32px;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .inner-blog h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .inner-blog h1 {
    font-size: 24px;
  }
}
.inner-blog .blog-text-top {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .inner-blog .blog-text-top {
    margin-top: 5px;
  }
}
.inner-blog .blog-text-top span,
.inner-blog .blog-text-top a {
  color: white;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .inner-blog .blog-text-top span,
  .inner-blog .blog-text-top a {
    font-size: 14px;
  }
}
.inner-blog .blog-text-top a:before {
  content: "|";
  margin: 0 5px;
}
.inner-blog .blog-text-top a:hover {
  color: #ac95d5;
}

.blog-single-flex {
  display: flex;
  margin-top: -50px;
  margin-bottom: 90px;
}
@media (max-width: 960px) {
  .blog-single-flex {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .blog-single-flex {
    display: block;
  }
}

.blog-single-left {
  width: 66.666%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .blog-single-left {
    width: 100%;
    padding-right: 0;
  }
}

.blog-sidebar {
  width: 33.333%;
  padding-left: 20px;
}
@media (max-width: 960px) {
  .blog-sidebar {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

.blog-single-content {
  max-width: 766px;
}

.blog-single-image {
  display: block;
  height: 0;
  padding-bottom: 63%;
  border-radius: 8px;
  margin-bottom: -50px;
}

.blog-single-text {
  margin-top: 80px;
}

.blog-share {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1480px) {
  .blog-share {
    padding: 30px 0;
    margin: 30px 0;
  }
}
@media (max-width: 960px) {
  .blog-share {
    display: block;
    padding: 25px 0;
  }
}
.blog-share h4 {
  margin: 0;
}

.social-share {
  display: flex;
  margin-left: 20px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .social-share {
    margin-left: 0;
    margin-top: 10px;
  }
}
.social-share li {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .social-share li {
    margin-left: 0;
    margin-right: 10px;
  }
}
.social-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #ac94d4;
  border-radius: 50%;
}
@media (max-width: 1260px) {
  .social-share a {
    width: 44px;
    height: 44px;
  }
  .social-share a img {
    max-height: 16px;
  }
}
.social-share a:hover {
  background-color: #f3eff9;
}

.comment-respond {
  background-color: #f1f7fb;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 1480px) {
  .comment-respond {
    padding: 35px;
  }
}
@media (max-width: 1260px) {
  .comment-respond {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .comment-respond {
    padding: 25px 20px;
  }
}
.comment-respond input,
.comment-respond textarea {
  background-color: white;
}
.comment-respond p {
  margin: 0;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.comment-form p {
  padding: 0 10px;
  width: 100%;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}
@media (max-width: 640px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}
.comment-form p.comment-notes {
  margin-bottom: 20px;
}

.comment-form-cookies-consent {
  padding-left: 25px;
  position: relative;
}
.comment-form-cookies-consent label {
  padding-left: 25px;
}
.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}

.comment-notes span {
  display: block;
}

span.required {
  color: #ac95d5;
  display: inline;
}

.required-field-message {
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
}

#comments {
  font-size: 20px;
}

.comment-body {
  position: relative;
}

.commentlist {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 40px;
}
@media (max-width: 1480px) {
  .commentlist {
    margin-bottom: 20px;
  }
}
.commentlist li {
  position: relative;
  margin: 0;
  padding: 15px 0;
}

.comment-awaiting-moderation {
  font-size: 12px;
  padding-left: 50px;
}

.comment-author {
  position: relative;
  padding-left: 50px;
}
.comment-author img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-author cite {
  font-style: normal;
  font-weight: 700;
  padding-right: 75px;
}

.comment-body br {
  display: none;
}
.comment-body p {
  background-color: #f1f7fb;
  margin: 0;
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
}

.says {
  display: none;
}

.comment-meta.commentmetadata {
  padding-left: 50px;
  font-size: 14px;
  margin-bottom: 10px;
}

.reply {
  position: absolute;
  right: 0;
  top: 0;
}
.reply a {
  color: white;
  display: inline-block;
  padding: 12px 18px;
  font-size: 13px;
  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: rgb(106, 169, 213);
  background: linear-gradient(90deg, rgb(106, 169, 213) 0%, rgb(173, 148, 212) 100%);
  border-radius: 32px;
  font-weight: 500;
  box-shadow: 0px 0px 15px 7px rgba(152, 164, 218, 0.31);
}
.reply a:hover {
  text-decoration: none;
  background: rgb(100, 158, 199);
  background: linear-gradient(90deg, rgb(100, 158, 199) 0%, rgb(151, 124, 193) 100%);
}

.blog-sidebar-box {
  border-radius: 8px;
  padding: 45px 40px;
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
}
@media (max-width: 1550px) {
  .blog-sidebar-box {
    padding: 35px 30px;
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .blog-sidebar-box {
    padding: 25px 20px;
  }
}
.blog-sidebar-box:first-child {
  margin-top: 0;
}

.sidebar-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 960px) {
  .sidebar-title {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}

.categories-list li {
  margin-top: 10px;
}
.categories-list li:first-child {
  margin-top: 0;
}
.categories-list a {
  text-decoration: underline;
}
.categories-list a:hover {
  color: #ac95d5;
}

.tags-List {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
@media (max-width: 960px) {
  .tags-List {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.tags-List li {
  padding: 4px;
}
@media (max-width: 960px) {
  .tags-List li {
    padding: 2px;
  }
}
.tags-List a {
  display: block;
  background-color: #f1f7fb;
  color: #3b3b3b;
  padding: 12px 16px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 960px) {
  .tags-List a {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.tags-List a:hover {
  background-color: #20a5d6;
  color: white;
  text-decoration: none;
}

.blog-post-image {
  width: 94px;
  height: 70px;
  border-radius: 4px;
  display: block;
  position: relative;
}
@media (max-width: 960px) {
  .blog-post-image {
    width: 60px;
    height: 45px;
  }
}
.blog-post-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.recent-posts li {
  margin-top: 20px;
}
.recent-posts a {
  display: flex;
}
.recent-posts a:hover {
  text-decoration: none;
}
.recent-posts a:hover h6 {
  color: #ac95d5;
}
.recent-posts a:hover .blog-post-image:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.blog-post-text {
  width: calc(100% - 94px);
  padding-left: 10px;
}
@media (max-width: 960px) {
  .blog-post-text {
    width: calc(100% - 60px);
  }
}
.blog-post-text h6 {
  font-size: 16px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .blog-post-text h6 {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .blog-post-text span {
    font-size: 12px;
    line-height: 1.2;
  }
  .blog-post-text span.blog-category {
    display: none;
  }
}

.blog-search form {
  position: relative;
}
.blog-search input {
  margin: 0;
}
.blog-search button {
  position: absolute;
  background: transparent;
  box-shadow: none;
  right: 0;
  padding: 0;
  width: 40px;
  height: 53px;
  text-align: left;
  margin: 0;
  top: 0;
}
.blog-search button:hover {
  background: transparent;
}/*# sourceMappingURL=style.css.map */