.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 16px/1.1 'Poppins';
  min-width: 320px;
}
body * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

button {
  transition: all 0.3s ease;
  background-color: transparent;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

ul {
  list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Poppins";
  color: inherit;
  font-weight: 600;
}

h1,
.h1 {
  font-weight: 600;
  color: #000000;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
  color: #333333;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 3.2rem;
  }
}

h3,
.h3 {
  font-size: 2.4rem;
  color: #333333;
}

h4,
.h4 {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 576px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.lg-text {
  font-size: 2rem;
  line-height: 1.4;
}

.md-text {
  font-size: 1.6rem;
  line-height: 1.4;
}

.sm-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.lh-lg {
  line-height: 1.5;
}

.lh-md {
  line-height: 1.4;
}

.lh-sm {
  line-height: 1.3;
}

.secondary-color {
  color: #408bfc;
}

html {
  font-size: 10px;
}

body {
  position: relative;
}
body.overflow {
  overflow: hidden;
}
body.body-overlay:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.6);
}

.swiper-container-initialized {
  height: 100%;
}

.swiper-slide {
  height: auto;
}

.container {
  margin: 0 auto;
  width: 100%;
}
.container.container-small {
  padding: 0 15px;
  max-width: 710px;
}
.container.container-xs {
  padding: 0 15px;
  max-width: 800px;
}
.container.container-sm {
  padding: 0 15px;
  max-width: 1030px;
}
.container.container-md {
  max-width: 1250px;
  padding: 0 25px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.main-blog section:first-child {
  margin-top: 8rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .main-blog section:first-child {
    padding-top: 5.7rem;
    margin-top: 7rem;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  padding: 1.05rem 1.2rem;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 1.6rem;
    padding: 1.1rem 1.6rem;
  }
}
.btn.primary {
  background: #ffe040;
  color: #292929;
}
.btn.primary:hover {
  background: #408bfc;
  color: #ffffff;
}
.btn.secondary {
  background: #000000;
  color: #ffffff;
}
.btn.secondary:hover {
  background: #408bfc;
  color: #ffffff;
}

.bg-default {
  background-color: transparent;
}
.bg-default:not([style*=background-]) + .bg-default:not([style*=background-]) {
  padding-top: 0;
}

.bg-gray {
  background-color: #f3f3f3;
}
.bg-gray:not([style*=background-]) + .bg-gray:not([style*=background-]) {
  padding-top: 0;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
  font-family: "Poppins";
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=number].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

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

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

input[type=number] {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
input[type=number] input::-webkit-outer-spin-button,
input[type=number] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] input[type=number] {
  -moz-appearance: textfield;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

.form__group {
  display: flex;
  flex-direction: column;
}
.form__group.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 0;
}
.form__group.has-error .form__error-text {
  opacity: 1;
  margin-top: 0;
}
.form__group.has-error .form__input {
  border: 2px solid #dc3545;
}
.form__group .form__error-text {
  color: #dc3545;
  opacity: 0;
  margin-top: 0;
}

.header {
  min-height: 67px;
  padding: 1.6rem 2.3rem 1.6rem 1.6rem;
  background: #292929;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 15;
}
@media (min-width: 1024px) {
  .header {
    min-height: 70px;
  }
}
.header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #292929;
  z-index: 14;
}
@media (min-width: 1024px) {
  .header:before {
    content: none;
  }
}
.header .role-wrap {
  display: none;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #292929;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0;
}
.header .container h5 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .header .container h5 {
    margin-bottom: 0;
    padding: 0;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.header .container nav {
  position: fixed;
  z-index: 10;
  right: 0;
  width: 28.5rem;
  background: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0px 12px 24px rgba(35, 25, 86, 0.1);
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ffe040;
  padding: 2rem 0;
  top: 66px;
  bottom: 0;
  transform: translateX(100%);
  overflow: auto;
  border-bottom-left-radius: 0.8rem;
}
@media (min-width: 1024px) {
  .header .container nav {
    overflow: initial;
    border-bottom-left-radius: 0;
    transform: none;
    position: relative;
    top: auto;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 6.7rem 0 auto;
    background-color: transparent;
    z-index: 5;
    flex-direction: row;
    border: none;
    width: auto;
    cursor: pointer;
  }
}
.header .container nav:after {
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  transition: 0.5s all ease-in-out;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.57747 0.744141L4.99997 4.32164L1.42247 0.744141L0.244141 1.92247L4.99997 6.67831L9.75581 1.92247L8.57747 0.744141Z' fill='white'/%3e%3c/svg%3e ");
}
@media (min-width: 1024px) {
  .header .container nav:after {
    content: "";
  }
}
.header .container nav.active {
  transform: translateX(0);
}
.header .btn {
  margin: 0 2rem 0 auto;
  z-index: 16;
}
@media (min-width: 1024px) {
  .header .btn {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .header .btn.mobile {
    display: none;
  }
}
.header .btn.desk {
  display: none;
}
@media (min-width: 1024px) {
  .header .btn.desk {
    display: flex;
  }
}
.header .logo, .header .custom-logo-link {
  max-width: 73px;
  height: 22px;
  width: 100%;
  z-index: 16;
}
.header .logo img, .header .custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .header-tax-wrap {
  position: relative;
}
@media (min-width: 1024px) {
  .header .header-tax-wrap:hover:after {
    transform: rotate(180deg) translateY(50%);
  }
}
@media (min-width: 1024px) {
  .header .header-tax-wrap:hover .burger-list {
    width: auto;
    height: auto;
    visibility: visible;
    padding: 2rem 1.6rem;
    opacity: 1;
  }
}
.header .header-tax-wrap:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 300%;
}
@media (min-width: 1024px) {
  .header .header-tax-wrap:before {
    content: "";
  }
}
.header .burger-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  left: 0;
}
@media (min-width: 1024px) {
  .header .burger-list {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    visibility: hidden;
    padding: 0 1.6rem;
    transition: 0.3s all ease-in-out;
    text-align: left;
    background: #ffffff;
    box-shadow: 0px 4px 26px rgba(26, 37, 54, 0.12);
    border-radius: 8px;
    top: calc(100% + 15px);
    min-width: 272px;
  }
}
@media (min-width: 1024px) {
  .header .burger-list li {
    margin-bottom: 1rem;
  }
}
.header .burger-list li:last-child {
  margin-bottom: 0;
}
.header .burger-list a {
  position: relative;
  padding: 0.7rem 1.5rem;
  color: #000000;
  width: 100%;
}
.header .burger-list a:hover, .header .burger-list a.active {
  color: #ffffff;
  background: #408bfc;
}
@media (min-width: 1024px) {
  .header .burger-list a {
    font-size: 1.6rem;
    padding: 0.4rem 1rem 0.4rem 1.6rem;
    line-height: 1.4;
  }
  .header .burger-list a:hover, .header .burger-list a.active {
    color: #ffe040;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header .burger-list a:hover, .header .burger-list a.active {
    color: #ffffff;
    background: #408bfc;
    border-radius: 4px;
  }
}
.header .burger {
  position: relative;
  z-index: 16;
  width: 23px;
  height: 20px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .burger {
    display: none;
  }
}
.header .burger.active span {
  transition: 0.3s all;
  transform: rotate(45deg);
  margin-top: 0.8rem;
}
.header .burger.active span:before {
  transition: 0.3s all;
  transform: translateX(200px);
  opacity: 0;
}
.header .burger.active span:after {
  transition: 0.3s all;
  transform: rotate(-90deg);
  opacity: 1;
}
.header .burger span {
  background-color: #ffffff;
  display: block;
  position: relative;
  width: 23px;
  height: 2px;
  transform: translateY(8px);
  border-radius: 10px;
  transition: 0.3s all;
}
.header .burger span:before {
  background-color: #ffffff;
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  transform: translateY(-8px);
  border-radius: 10px;
  transition: 0.3s all;
}
.header .burger span:after {
  background-color: #ffffff;
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  transform: translateY(8px);
  border-radius: 10px;
  transition: 0.3s all;
}
.header .header-nav-list {
  display: flex;
  flex-direction: column;
}
.header .header-nav-list + * {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .header .header-nav-list {
    column-gap: 3rem;
    margin-right: 3rem;
    flex-direction: row;
    align-items: center;
  }
  .header .header-nav-list + * {
    margin-top: 0rem;
  }
}
.header .header-nav-list li a {
  padding: 0.7rem 1.5rem;
  color: #000000;
  width: 100%;
}
.header .header-nav-list li a:hover, .header .header-nav-list li a.active, .header .header-nav-list li a:focus {
  color: #ffffff;
  background: #408bfc;
}
@media (min-width: 1024px) {
  .header .header-nav-list li a {
    padding: 0;
    font-size: 1.4rem;
    color: #ffffff;
    background: none;
  }
  .header .header-nav-list li a:hover, .header .header-nav-list li a .active {
    background: none;
    color: #ffe040;
  }
}

.footer {
  background-color: #292929;
  padding: 4rem 0 3rem 0;
  color: #ffffff;
}
.footer .footer-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.footer .footer-top {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  column-gap: 3rem;
}
@media (min-width: 768px) {
  .footer .footer-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
.footer-item--menus {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.footer-item--menus__group {
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
  flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 992px) {
  .footer-item--menus__group {
    flex-direction: row;
    row-gap: 0.5rem;
  }
}
.footer-item--menus__group span {
  font-size: 1.4rem;
  color: #ffe040;
  font-weight: 700;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: max-content;
}
.footer-item--menus__group ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  row-gap: 0.5rem;
}
.footer-item--menus__group ul li {
  padding: 0 0.9rem;
  position: relative;
}
.footer-item--menus__group ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background-color: #666666;
}
.footer-item--menus__group ul li a {
  font-size: 14px;
  color: #ffffff;
}
.footer-item--menus__group ul li a:hover {
  color: #ffe040;
}
.footer-item--menus {
  order: 2;
}
@media (min-width: 768px) {
  .footer-item--menus {
    order: 3;
  }
}
.footer-item--logo {
  order: -1;
}
.footer-item--socials {
  order: 3;
}
@media (min-width: 768px) {
  .footer-item--socials {
    order: 2;
  }
}
.footer-item--socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-item--socials img {
  transition: all ease 0.25s;
}
.footer-item--socials img:hover {
  filter: invert(43%) sepia(85%) saturate(1666%) hue-rotate(199deg) brightness(101%) contrast(97%);
}
@media (min-width: 768px) {
  .footer-item--socials {
    align-items: flex-end;
  }
}
.footer .footer-bottom {
  display: none;
}
@media (min-width: 1024px) {
  .footer .footer-bottom {
    display: flex;
    gap: 3.7rem;
    margin-top: 2.7rem;
    border-top: 1px solid #656565;
    padding: 1.65rem 0 0;
  }
}
.footer .footer-bottom p {
  font-size: 14px;
}
.footer .footer-item.footer-item-first .logo {
  display: flex;
  align-self: center;
  width: 9.5rem;
  height: 2.8rem;
}
.footer .footer-item.footer-item-first .logo img {
  width: 100%;
  height: 100%;
}
.footer .footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 992px) {
  .footer .footer-social {
    gap: 3.2rem;
  }
}
.footer .footer-social a:hover .icon {
  fill: #408bfc;
}
.footer .footer-social .icon {
  fill: #f3f3f3;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}

.card-with-amount {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 25px rgba(26, 37, 54, 0.12);
  display: flex;
  flex-direction: column;
}
.card-with-amount > * {
  flex: 1;
}
.card-with-amount.card-green .card-top {
  background-color: #cdebcc;
}
.card-with-amount.card-green .card-top p {
  color: #254337;
}
.card-with-amount.card-blue .card-top {
  background-color: #d4e1f4;
}
.card-with-amount.card-blue .card-top p {
  color: #2e3b4e;
}
.card-with-amount.card-brown .card-top {
  background-color: #ebe5ca;
}
.card-with-amount.card-brown .card-top p {
  color: #4b3f29;
}
.card-with-amount .card-top {
  padding: 16px 24px 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  max-height: 129px;
}
.card-with-amount .card-top p {
  font-size: 20px;
  font-weight: 600;
  max-width: 40%;
}
.card-with-amount .card-bottom {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .card-with-amount .card-bottom {
    padding: 24px;
  }
}
.card-with-amount .card-bottom ul {
  margin-bottom: 30px;
}
.card-with-amount .card-bottom ul li {
  margin-bottom: 4px;
}
.card-with-amount .card-bottom ul li:last-child {
  margin-bottom: 0;
}
.card-with-amount .card-bottom ul li p {
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
  transition: all 0.3s ease;
}
.card-with-amount .amount {
  font-size: 14px;
  color: #666666;
  transition: all 0.3s ease;
}
.card-with-amount .amount span {
  color: #408bfc;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.card-blog {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 25px rgba(26, 37, 54, 0.12);
  display: flex;
  flex-direction: column;
}
.card-blog .card-blog-top {
  padding-bottom: 16.4rem;
  position: relative;
}
.card-blog .card-blog-top img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-blog .card-blog-bottom {
  padding: 1.6rem 2.4rem 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-blog p.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card-blog p.title {
  color: #408bfc;
  margin-bottom: 0.8rem;
  font-size: 14px;
}
.card-blog p.subtitle {
  color: #408bfc;
  margin-bottom: 3.9rem;
  color: #292929;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.card-blog p.about {
  color: #666666;
  font-size: 14px;
  margin-top: auto;
}

.card-profile,
.card-category {
  display: flex;
}
.card-profile__inner,
.card-category__inner {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(26, 37, 54, 0.12);
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-profile__head,
.card-category__head {
  border-radius: 0.8rem 0.8rem 0px 0px;
  padding: 0.7rem 2.4rem 0 2.4rem;
  display: flex;
  align-items: center;
  max-height: 12.2rem;
  min-height: 12.2rem;
  height: 100%;
}
* + .card-profile__head-caption,
* + .card-category__head-caption {
  margin-left: 2.3rem;
}
.card-profile__head-caption span,
.card-category__head-caption span {
  font-size: 2rem;
  font-weight: 600;
}
.card-profile__head-caption p,
.card-category__head-caption p {
  font-size: 1.4rem;
}
* + .card-profile__head-caption p,
* + .card-category__head-caption p {
  margin-top: 0.5rem;
}
.card-profile__head-img,
.card-category__head-img {
  display: flex;
  align-self: flex-end;
}
.card-profile__head-img img,
.card-category__head-img img {
  max-width: 95%;
  object-fit: cover;
}
.card-profile__body,
.card-category__body {
  padding: 2.2rem 2.2rem 0 2.2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  flex-grow: 1;
  flex-shrink: 0;
}
.card-profile__body-skill-list,
.card-category__body-skill-list {
  color: #000000;
}
.card-profile__body-skill-list li + li,
.card-category__body-skill-list li + li {
  margin-top: 0.2rem;
}
.card-profile__body-skill-list span, .card-profile__body-skill-list a,
.card-category__body-skill-list span,
.card-category__body-skill-list a {
  font-weight: 600;
  display: inline-block;
  margin-right: 0.3rem;
  color: #333333;
}
.card-profile__body-skill-list a:hover,
.card-category__body-skill-list a:hover {
  color: #408bfc;
}
.card-profile__footer,
.card-category__footer {
  padding: 3rem 2.2rem 2.2rem 2.2rem;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  text-align: center;
  font-size: 1.4rem;
  color: #656565;
}
@media (min-width: 576px) {
  .card-profile__footer span.hidden-phone-lg,
  .card-category__footer span.hidden-phone-lg {
    display: none;
  }
  .card-category .card-profile__footer span.hidden-phone-lg,
  .card-category .card-category__footer span.hidden-phone-lg {
    display: inline-block;
  }
}
.card-profile__footer span:not(.hidden-phone-lg),
.card-category__footer span:not(.hidden-phone-lg) {
  display: inline-block;
  margin: 0 0.4rem;
  color: #408bfc;
  font-size: 2rem;
  font-weight: 600;
}

.card-profile {
  display: flex;
  flex-direction: column;
}

.card-category {
  display: flex;
}

.cards-wrap .card-profile:nth-last-child(3n+2) .card-profile__head,
.cards-wrap .card-profile:nth-last-child(3n+2) .card-category__head,
.cards-wrap .card-category:nth-last-child(3n+2) .card-profile__head,
.cards-wrap .card-category:nth-last-child(3n+2) .card-category__head {
  background-color: #D4E1F4;
}
.cards-wrap .card-category:nth-last-child(3n+2) .card-category__head span {
  color: #2e3b4e;
}
.cards-wrap .card-profile:nth-last-child(3n) .card-profile__head,
.cards-wrap .card-profile:nth-last-child(3n) .card-category__head,
.cards-wrap .card-category:nth-last-child(3n) .card-profile__head,
.cards-wrap .card-category:nth-last-child(3n) .card-category__head {
  background-color: #D3E9D2;
}
.cards-wrap .card-category:nth-last-child(3n) .card-category__head span {
  color: #254337;
}
.cards-wrap .card-profile:nth-last-child(3n-2) .card-profile__head,
.cards-wrap .card-profile:nth-last-child(3n-2) .card-category__head,
.cards-wrap .card-category:nth-last-child(3n-2) .card-profile__head,
.cards-wrap .card-category:nth-last-child(3n-2) .card-category__head {
  background-color: #EBE5CA;
}
.cards-wrap .card-category:nth-last-child(3n-2) .card-category__head span {
  color: #4b3f29;
}

.three-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media (min-width: 768px) {
  .three-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(100px, auto);
  }
}
@media (min-width: 1024px) {
  .three-card-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
  }
}

.slider-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.slider-button {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  background-color: #ffffff;
}
.slider-button:hover {
  background-color: #408bfc;
  border: 1px solid #408bfc;
}
.slider-button:hover svg {
  fill: #ffffff;
}
.slider-button.slider-button-next svg {
  transform: rotate(180deg);
}
.slider-button svg {
  width: 13px;
  height: 13px;
  fill: #666666;
  transition: all 0.3s ease;
}

.noscroll {
  overflow: hidden;
}

.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay.active {
  z-index: 99;
  opacity: 1;
}

.popup {
  position: fixed;
  z-index: -1;
  width: calc(100% - 20px);
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  border-radius: 16px;
  max-width: 740px;
  overflow: hidden;
}
.popup.active {
  opacity: 1;
  z-index: 100;
  transition: opacity 0.5s ease;
}
.popup__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 3rem 4rem;
  min-height: 605px;
  max-height: 675px;
}
@media (min-width: 1024px) {
  .popup__wrap {
    padding: 6rem 8rem;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  .popup__wrap {
    min-height: auto;
    max-height: 85vh;
    overflow-y: auto;
  }
}
@media (max-height: 650px) {
  .popup__wrap {
    min-height: auto;
    max-height: 85vh;
    overflow-y: auto;
  }
}
.popup__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 17px;
  height: 17px;
  z-index: 3;
  border-radius: 50%;
}
.popup__close:before, .popup__close:after {
  position: absolute;
  right: 0.7rem;
  top: 0.1rem;
  content: "";
  height: 1.7rem;
  width: 0.2rem;
  background-color: #666666;
}
.popup__close:before {
  transform: rotate(45deg);
}
.popup__close:after {
  transform: rotate(-45deg);
}
.popup__close:hover:before, .popup__close:hover:after {
  transition: background-color ease 0.25s;
  background-color: #000000;
}
.popup .popup-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  overflow: hidden;
  display: none;
}
.popup .popup-loader.loading {
  display: block;
}
.popup .sk-loader {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup .sk-loader .spinner {
  border: 4px solid rgba(64, 139, 252, 0.2);
  border-top: 4px solid #408bfc;
}
.popup .spinner {
  width: 100%;
  height: 100%;
  border: 4px solid rgba(64, 139, 252, 0.2);
  border-top: 4px solid #408bfc;
  border-radius: 50%;
}
.popup .spinner {
  transition-property: transform;
  animation-name: rotate;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.popup.collection {
  max-width: 546px;
}
.popup.collection .popup__wrap {
  min-height: auto;
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  .popup.collection .popup__wrap {
    padding: 3rem 10rem 5.5rem;
  }
}
.popup.collection .popup__wrap p {
  max-width: 30.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
.popup.collection .popup__wrap p + * {
  margin-top: 25px;
}
.popup.collection .popup__wrap form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.popup.collection .popup__wrap form .form-control.radio {
  margin-top: 10px;
}
.popup.collection .popup__wrap form .wpcf7-form-control.wpcf7-radio label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .popup.collection .popup__wrap form .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
    white-space: nowrap;
  }
}
.popup.collection .popup__wrap form .wpcf7-form-control.wpcf7-radio label input {
  margin-top: 3px;
  width: 14px;
  height: 14px;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 14px;
}
.popup.collection .form-group {
  margin-bottom: 3.8rem;
}
.popup.book-modal .popup__wrap .btn, .popup.collection .popup__wrap .btn {
  min-width: 195px;
  min-height: 50px;
}
.popup.book-modal .popup__wrap {
  min-height: auto;
  padding: 5rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .popup.book-modal .popup__wrap {
    padding: 6rem 8rem;
  }
}
.popup.book-modal .popup__wrap h2 {
  color: #292929;
}
.popup.book-modal .popup__wrap h2 + * {
  margin-top: 25px;
}
.popup.book-modal .popup__wrap p {
  max-width: 42rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
  color: #000000;
}
.popup.book-modal .popup__wrap p + * {
  margin-top: 25px;
}
.popup.book-modal .popup__wrap .btn {
  display: inline-flex;
}
.popup.collection form .form-group {
  margin-bottom: 1.8rem;
  position: relative;
}
.popup.collection form .form-group.mb-lg {
  margin-bottom: 4.4rem;
}
.popup.collection form .form-control {
  display: flex;
  flex-direction: column;
}
.popup.collection form input:not([type=radio]) {
  color: #666666;
  border-radius: 5px;
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid #C5C5C5;
  width: 100%;
}
.popup.collection form label {
  color: #000000;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.popup.collection form .choices {
  margin-bottom: 0;
}
.popup.collection form .choices:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.7972 0.713867L9.99995 7.51112L3.2027 0.713867L0.963867 2.9527L9.99995 11.9888L19.036 2.9527L16.7972 0.713867Z' fill='%23408BFC'/%3e%3c/svg%3e ");
  border: none;
  width: 1.8rem;
  height: 1.2rem;
  transition: 0.3s all ease-in-out;
  right: 1.2rem;
}
.popup.collection form .choices.is-open::after {
  transform: rotate(180deg);
  right: 1rem;
}
.popup.collection form .choices.is-open .choices__list--dropdown {
  border: 1px solid #9D9D9D;
  border-radius: 5px;
}
.popup.collection form .choices .choices__inner {
  border: 1px solid #9D9D9D;
  border-radius: 5px;
  min-height: 54px;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.popup.collection form .choices .choices__list {
  will-change: unset;
}
.popup.collection form .choices .choices__item {
  color: #666666;
  font-size: 1.6rem;
}
.popup.collection form .choices .choices__item:after {
  content: none;
}
.popup.collection form .choices .choices__item.choices__placeholder {
  display: none;
}
.popup.collection form .choices .choices__item--selectable.is-highlighted {
  background: #408BFC;
  color: white;
}
.popup.collection form .img-wrap {
  border-radius: 50%;
  max-width: 73px;
  width: 100%;
  margin: 0 auto 1.3rem;
}
.popup.collection form .img-wrap img {
  width: 100%;
}
.popup.collection form .btn {
  padding: 1.5rem 1.8rem;
}
.popup.collection form .form__error-text .help-block.error {
  color: #dc3545;
  font-size: 1.2rem;
  padding-top: 0.6rem;
}
.popup.collection .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
}
.popup.collection .popup__wrap {
  max-height: 90vh;
  overflow-y: auto;
}

.accordion__item {
  border: none;
  background-color: #ffffff;
  box-shadow: rgba(33, 33, 33, 0.05) 0px 5px 15px 3px;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
  padding-bottom: 0;
}
.accordion__title {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
}
.accordion__title:after {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  top: 0;
  margin: auto;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.accordion__title.active:after {
  transform: rotate(225deg);
}
.accordion__title span {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  margin-right: 1.5rem;
}
.accordion__title span svg {
  fill: #000;
  width: 2rem;
  height: 2rem;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  background-color: white;
}
.accordion__content.active {
  max-height: max-content;
  transition: 0.5s;
}
.accordion__content .content-item {
  padding: 0.8rem 1.6rem;
  border-radius: 0.5rem;
  background-color: #f6f7f9;
  margin-bottom: 1.5rem;
  border: 1px solid #e8eaef;
}
.accordion__content .content-item h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.accordion__content .content-item p {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}
.accordion__content .content-item a {
  color: #408bfc;
}

.float-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F3F3F3;
  z-index: 4;
  padding: 2rem 1.5rem;
  transition: all ease 0.25s;
  opacity: 1;
  pointer-events: auto;
}
.float-banner__inner {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.5rem;
}
@media (min-width: 768px) {
  .float-banner__inner {
    column-gap: 2.8rem;
  }
}
.float-banner__item {
  display: flex;
  flex-direction: column;
}
.float-banner__item p, .float-banner__item span {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .float-banner__item p, .float-banner__item span {
    font-size: 16px;
  }
}
.float-banner__item span {
  display: none;
  font-weight: 400;
}
@media (min-width: 768px) {
  .float-banner__item span {
    display: inline-flex;
  }
}
.float-banner__item .btn {
  padding: 1rem 1.8rem;
  font-size: 14px;
}
.float-banner__item--btn {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: max-content;
}
.float-banner__item--media {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 14rem;
  margin-top: -7rem;
  margin-bottom: -2rem;
  display: none;
}
@media (min-width: 768px) {
  .float-banner__item--media {
    display: inline-flex;
  }
}
.float-banner.hide {
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.25s;
}

.editor-content {
  line-height: 1.4;
}
.editor-content a {
  color: #408bfc;
}
.editor-content a:hover, .editor-content a:focus {
  text-decoration: underline;
}
.editor-content p + p {
  margin-top: 1.5rem;
}
.editor-content h1 + p {
  margin-top: 2rem;
}
.editor-content h2 + p {
  margin-top: 2rem;
}
.editor-content h3 + p {
  margin-top: 2rem;
}
.editor-content h1 + *, .editor-content h2 + *, .editor-content h3 + * {
  margin-top: 0.2rem;
}
.editor-content h4 + p, .editor-content h5 + p, .editor-content h6 + p {
  margin-top: 0.15rem;
}
.editor-content * + h1, .editor-content * + h2, .editor-content * + h3,
.editor-content * + h4, .editor-content * + h5, .editor-content * + h6 {
  margin-top: 25px;
}
.editor-content hr + * {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .editor-content hr + * {
    margin-top: 4rem;
  }
}
.editor-content * + hr {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .editor-content * + hr {
    margin-top: 4rem;
  }
}
.editor-content ul + *, .editor-content ol + * {
  margin-top: 3rem;
}
.editor-content * + ul, .editor-content * + ol {
  margin-top: 3rem;
}
.editor-content ul li + li {
  margin-top: 1rem;
}
.editor-content ul li {
  position: relative;
  padding-left: 3.6rem;
  color: #000000;
  line-height: 1.7;
}
.editor-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ffe040;
  line-height: 1;
}
.editor-content ul li:after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 1.3rem;
  transform: translateY(-50%);
  background: url("../images/lead-generators/list-marker.png") no-repeat center;
  width: 1.2rem;
  height: 1rem;
}
.editor-content ul li ol li:before {
  top: 1.4rem;
}
.editor-content ul li ol li:after {
  display: none;
}
.editor-content ol {
  counter-reset: li;
  list-style: none;
}
.editor-content ol li + li {
  margin-top: 1rem;
}
.editor-content ol > li + li {
  margin-top: 1.4rem;
}
.editor-content ol > li {
  position: relative;
  padding-left: 3.3rem;
}
.editor-content ol > li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: #408bfc;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 50%;
  line-height: 1;
}
.editor-content blockquote {
  display: flex;
  position: relative;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  overflow: hidden;
  padding: 2rem 0rem;
  margin: 0;
}
@media (min-width: 768px) {
  .editor-content blockquote {
    padding: 3rem 4rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.editor-content * + blockquote {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .editor-content * + blockquote {
    margin-top: 3rem;
  }
}
.editor-content blockquote + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .editor-content blockquote + * {
    margin-top: 3rem;
  }
}
.editor-content img.alignleft {
  float: left;
}
.editor-content img.alignright {
  float: right;
}
.editor-content img[style*="float: left"], .editor-content img[class*=alignleft], .editor-content img.alignleft {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.editor-content img[style*="float: right"], .editor-content img[class*=alignright], .editor-content img .alignright {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.editor-content img.aligncenter {
  display: flex;
  margin: 2rem auto;
}

.welcome {
  background-size: cover;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  margin-top: 67px;
  background: #FFE040;
}
@media (min-width: 1024px) {
  .welcome {
    padding-top: 57px;
    margin-top: 70px;
  }
}
.welcome .welcome-container {
  width: 100%;
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}
.welcome .welcome-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .welcome .welcome-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .welcome .welcome-wrapper > * {
    width: 50%;
  }
}
.welcome h1,
.welcome h4 {
  text-align: center;
}
@media (min-width: 1024px) {
  .welcome h1,
  .welcome h4 {
    text-align: left;
  }
}
.welcome h1 {
  margin-bottom: 16px;
}
.welcome h4 {
  margin-bottom: 17px;
}
@media (min-width: 1024px) {
  .welcome h4 {
    margin-bottom: 40px;
  }
}
.welcome a {
  margin-bottom: 24px;
  display: none;
}
@media (min-width: 576px) {
  .welcome a {
    max-width: 300px;
    margin: 0 auto 24px auto;
  }
}
@media (min-width: 1024px) {
  .welcome a {
    display: block;
    max-width: fit-content;
    margin: 0 0 24px 0;
  }
}
.welcome .welcome-people {
  margin: auto;
  position: relative;
}
.welcome .welcome-people:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/welcome/figure.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 410px;
  height: 370px;
  background-size: contain;
}
@media (min-width: 500px) {
  .welcome .welcome-people:before {
    width: 500px;
    height: 500px;
  }
}
@media (min-width: 576px) {
  .welcome .welcome-people:before {
    width: 600px;
    height: 600px;
  }
}
@media (min-width: 768px) {
  .welcome .welcome-people:before {
    width: 700px;
    height: 700px;
  }
}
@media (min-width: 1024px) {
  .welcome .welcome-people:before {
    width: 880px;
    height: 752px;
  }
}
.welcome .welcome-people img {
  margin-bottom: -7px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .welcome .welcome-people img {
    margin-bottom: -20px;
  }
}
@media (min-width: 1200px) {
  .welcome .welcome-people img {
    margin-bottom: -7px;
  }
}
.welcome-about {
  position: relative;
  z-index: 2;
}
.welcome-about h4 {
  font-weight: 400;
}
.welcome .since-title-enter {
  font-weight: 600;
}

.partner-section {
  padding: 3.5rem 0 2.7rem;
}
@media (min-width: 1024px) {
  .partner-section {
    padding: 7.4rem 0;
  }
}
@media (min-width: 1024px) {
  .partner-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.partner-section p {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .partner-section p {
    text-align: left;
    margin: 0 5rem 0 0;
    font-weight: 600;
    max-width: 22rem;
    width: 100%;
  }
}
.partner-section .partner-wrap {
  max-width: 280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1.2rem;
  justify-content: center;
  column-gap: 3rem;
}
@media (min-width: 1024px) {
  .partner-section .partner-wrap {
    column-gap: 1rem;
    justify-content: space-between;
    max-width: unset;
    width: 100%;
  }
}
.partner-section .partner-wrap .partner {
  max-width: 10rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.partner-section .partner-wrap .partner:hover {
  filter: unset;
}

.provide-section {
  padding-bottom: 6rem;
}
.provide-section h2 {
  margin-bottom: 2.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .provide-section h2 {
    margin-bottom: 5rem;
  }
}
.provide-section .provide-wrap {
  row-gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .provide-section .provide-wrap {
    row-gap: 4.8rem;
    justify-content: space-between;
    margin-bottom: 13rem;
  }
}
.provide-section .provide {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .provide-section .provide {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .provide-section .provide {
    display: flex;
    text-align: left;
    max-width: 42%;
    order: 1;
  }
}
.provide-section .provide:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .provide-section .provide:last-child {
    order: 6;
  }
}
@media (min-width: 1024px) {
  .provide-section .provide:nth-child(2) {
    order: 3;
  }
}
@media (min-width: 1024px) {
  .provide-section .provide:nth-child(3) {
    order: 5;
  }
}
@media (min-width: 1024px) {
  .provide-section .provide:nth-child(4) {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .provide-section .provide:nth-child(5) {
    order: 4;
  }
}
.provide-section .provide .icon-wrap {
  max-width: 59px;
  width: 100%;
  margin: 0 auto 0.4rem;
}
@media (min-width: 1024px) {
  .provide-section .provide .icon-wrap {
    margin: 0 2.4rem 0.8rem 0;
  }
}
.provide-section .provide .title {
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .provide-section .provide .title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
  }
}
.provide-section .provide .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .provide-section .provide .text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.provide-section .contact-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .provide-section .contact-wrap {
    display: block;
  }
}
.provide-section .contact-wrap .info {
  text-align: center;
  color: #408bfc;
  margin-bottom: 1.6rem;
}
.provide-section .contact-wrap .contact {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.38;
  color: #333333;
  font-weight: 600;
}
.provide-section .contact-wrap .contact a {
  color: #333333;
}
.provide-section .contact-wrap .contact a:hover {
  color: #408bfc;
}

.section-process {
  padding: 50px 0;
  background-color: #292929;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-process {
    padding: 64px 0;
  }
}
.section-process h2 {
  text-align: center;
  color: #ffffff;
  max-width: 50%;
  margin: 0 auto 48px auto;
}
@media (min-width: 768px) {
  .section-process h2 {
    max-width: 100%;
  }
}
.section-process ul {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-process ul {
    flex-direction: row;
    max-width: 100%;
    gap: 30px;
  }
}
.section-process ul li {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding-bottom: 30px;
  gap: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .section-process ul li {
    flex-direction: column;
    gap: 0;
    width: 25%;
  }
}
.section-process ul li:last-child {
  padding-bottom: 0;
}
.section-process ul li.line:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #ffe040;
  left: 10px;
}
@media (min-width: 768px) {
  .section-process ul li.line:after {
    width: 110%;
    height: 1px;
    top: 20px;
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .section-process ul li {
    flex-direction: column;
  }
}
.section-process ul .number {
  background-color: #ffe040;
  border-radius: 50%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #805f00;
  font-weight: 600;
  z-index: 2;
  font-size: 14px;
}
@media (min-width: 768px) {
  .section-process ul .number {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin: 0 auto 16px auto;
  }
}
.section-process ul .about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-process ul p {
  color: #ffffff;
  line-height: 1.4;
  font-size: 14px;
}
@media (min-width: 768px) {
  .section-process ul p {
    font-size: 16px;
    text-align: center;
  }
}
.section-process ul h5 {
  color: #ffe040;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-process ul h5 {
    display: none;
  }
}

.section-process-vertical {
  padding-top: 9rem;
  padding-bottom: 11.5rem;
}
@media (min-width: 768px) {
  .section-process-vertical {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .section-process-vertical {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 1200px) {
  .section-process-vertical {
    padding-top: 12.8rem;
    padding-bottom: 17rem;
  }
}

.process-vertical-list {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.process-vertical-list .list-item + .list-item {
  margin-top: 6rem;
}
.process-vertical-list .list-item + .list-item:before {
  content: "";
  position: absolute;
  left: 1.8rem;
  transform: translate(-50%);
  top: -1000%;
  height: 1000%;
  width: 0.2rem;
  z-index: 1;
  background-color: #ffe040;
}
@media (min-width: 1024px) {
  .process-vertical-list .list-item + .list-item:before {
    left: 3.1rem;
  }
}
.process-vertical-list .list-item {
  padding-left: 5.2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .process-vertical-list .list-item {
    padding-left: 11.2rem;
  }
}
.process-vertical-list .list-item__icon {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #ffe040;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.process-vertical-list .list-item__icon img {
  max-width: 50%;
  max-height: 50%;
}
@media (min-width: 1024px) {
  .process-vertical-list .list-item__icon {
    padding: 0;
    width: 6.2rem;
    height: 6.2rem;
  }
}
.process-vertical-list .list-item__title {
  font-size: 1.8rem;
  color: #292929;
  font-weight: 600;
}
.process-vertical-list .list-item__title + * {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .process-vertical-list .list-item__title {
    font-size: 3.2rem;
  }
}
.process-vertical-list .list-item__caption {
  line-height: 1.5;
}
.process-vertical-list .list-item__caption a {
  color: #408bfc;
  font-weight: 700;
}
.process-vertical-list .list-item__caption a:hover {
  color: #000000;
}

.testimonials-slider {
  overflow: hidden;
}
.testimonials-slider.testimonials-slider-primary {
  padding: 0 0 4.4rem 0;
}
@media (min-width: 768px) {
  .testimonials-slider.testimonials-slider-primary {
    padding: 2rem 0 4.4rem 0;
  }
}
.testimonials-slider.testimonials-slider-primary .testimonials-slider-wrapper .slider-action {
  justify-content: flex-end;
  margin-top: 2rem;
}
.testimonials-slider.testimonials-slider-primary .testimonials-slider-wrapper .slider-action .slider-button {
  z-index: 3;
}
.testimonials-slider.testimonials-slider-primary .swiper-slide .slider-top {
  justify-content: space-between;
}
.testimonials-slider.testimonials-slider-secondary {
  padding: 5rem 0 7rem 0;
}
@media (min-width: 768px) {
  .testimonials-slider.testimonials-slider-secondary {
    padding: 8rem 0 8rem 0;
  }
}
@media (min-width: 1200px) {
  .testimonials-slider.testimonials-slider-secondary {
    padding: 13rem 0 7.4rem 0;
  }
}
.testimonials-slider.testimonials-slider-secondary .testimonials-slider-wrapper .slider-action {
  margin-top: 2rem;
  justify-content: flex-end;
}
.testimonials-slider.testimonials-slider-secondary .swiper-slide .slider-top {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .testimonials-slider.testimonials-slider-secondary .swiper-slide .slider-top {
    padding-left: 20.8rem;
  }
}
.testimonials-slider .accountant-slider {
  max-width: 100rem;
  margin: 0 auto;
}
.testimonials-slider .container {
  position: relative;
}
@media (min-width: 768px) {
  .testimonials-slider .section-title {
    display: none;
  }
}
.testimonials-slider .section-title .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.testimonials-slider .section-title h4 {
  color: #408bfc;
}
.testimonials-slider .section-title .icon {
  width: 2.6rem;
  height: 2rem;
  fill: #408bfc;
}
.testimonials-slider .swiper-slide h4 {
  color: #408bfc;
}
.testimonials-slider .swiper-slide h2 {
  margin-bottom: 2rem;
  color: #292929;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .testimonials-slider .swiper-slide h2 {
    margin-bottom: 0.8rem;
  }
}
.testimonials-slider .swiper-slide p {
  color: #666666;
}
.testimonials-slider .swiper-slide p.title {
  margin-bottom: 3.5rem;
  line-height: 1.5;
  font-size: 14px;
  color: #292929;
}
.testimonials-slider .swiper-slide .slide-wrapper {
  border-radius: 8px;
  box-shadow: 0px 0px 25px rgba(26, 37, 54, 0.12);
  background-color: #ffffff;
  padding: 2.3rem;
}
@media (min-width: 768px) {
  .testimonials-slider .swiper-slide .slide-wrapper {
    padding: 3.2rem;
  }
}
.testimonials-slider .swiper-slide .slider-top {
  display: none;
}
@media (min-width: 768px) {
  .testimonials-slider .swiper-slide .slider-top {
    flex-direction: row;
    margin-bottom: 1.5rem;
    display: flex;
  }
}
.testimonials-slider .swiper-slide .slider-top svg {
  width: 4.6rem;
  height: 3.5rem;
  fill: #408bfc;
}
.testimonials-slider .swiper-slide .slider-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.2rem;
}
.testimonials-slider .swiper-slide .slider-bottom .slider-bottom-left {
  display: none;
}
@media (min-width: 768px) {
  .testimonials-slider .swiper-slide .slider-bottom .slider-bottom-left {
    display: block;
    min-width: 17.6rem;
    min-height: 17.6rem;
    width: 17.6rem;
    height: 17.6rem;
  }
}
.testimonials-slider .swiper-slide .slider-bottom .slider-bottom-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonials-slider .swiper-slide .slider-bottom .slider-bottom-right .mobile-about {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  gap: 2.2rem;
}
@media (min-width: 768px) {
  .testimonials-slider .swiper-slide .slider-bottom .slider-bottom-right .mobile-about {
    align-items: start;
    text-align: left;
  }
}
.testimonials-slider .swiper-slide .slider-bottom .slider-bottom-right .mobile-about .image-wrapper {
  display: flex;
  width: 100px;
}
.testimonials-slider .swiper-slide .slider-bottom .slider-bottom-right .mobile-about .image-wrapper img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .testimonials-slider .swiper-slide .slider-bottom .slider-bottom-right .mobile-about .image-wrapper {
    display: none;
  }
}
.testimonials-slider .swiper-slide .slider-bottom .slider-bottom-right .mobile-about p {
  max-width: 70%;
  font-size: 12px;
}
@media (min-width: 768px) {
  .testimonials-slider .swiper-slide .slider-bottom .slider-bottom-right .mobile-about p {
    font-size: 16px;
    max-width: 100%;
  }
}
.testimonials-slider .slider-action {
  display: none;
}
@media (min-width: 768px) {
  .testimonials-slider .slider-action {
    display: flex;
  }
}

.technology-section {
  padding: 5.2rem 0;
}
@media (min-width: 1024px) {
  .technology-section {
    padding: 6rem 0 12rem;
  }
}
.technology-section h2 {
  text-align: center;
  max-width: 260px;
  margin: 0 auto 0.8rem;
}
@media (min-width: 768px) {
  .technology-section h2 {
    margin-bottom: 6rem;
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  .technology-section h2 {
    margin-bottom: 8rem;
  }
}
.technology-section .technology {
  position: relative;
}
.technology-section .icon-wraps {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .technology-section .icon-wraps {
    max-width: 50%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .technology-section .icon-wraps {
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.technology-section .icon-wraps .icon-wrap {
  max-width: 49px;
  width: 100%;
}
@media (min-width: 1024px) {
  .technology-section .icon-wraps .icon-wrap {
    max-width: 85px;
  }
}
.technology-section .icon-wraps .icon-wrap:nth-child(2) {
  max-width: 42px;
}
@media (min-width: 1024px) {
  .technology-section .icon-wraps .icon-wrap:nth-child(2) {
    max-width: 72px;
  }
}
.technology-section .icon-wraps img {
  width: 100%;
}
.technology-section .img-wrap {
  max-width: 263px;
  width: 100%;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .technology-section .img-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .technology-section .img-wrap {
    max-width: 430px;
  }
}
.technology-section p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  color: #000000;
}
@media (min-width: 768px) {
  .technology-section p {
    max-width: 50%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .technology-section p {
    color: #666666;
    font-size: 2rem;
    max-width: 520px;
    text-align: left;
  }
}
.technology-section p span.desk {
  display: none;
}
@media (min-width: 1024px) {
  .technology-section p span.desk {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .technology-section p span.mobile {
    display: none;
  }
}

.discount-section {
  background-color: #ffffff;
  padding: 6.4rem 0;
}
.discount-section .discount-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.discount-section .discount-inner * + .btn {
  margin-top: 2rem;
}
.discount-section .discount-inner h2 {
  max-width: 20rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .discount-section .discount-inner h2 {
    line-height: initial;
    max-width: none;
  }
}

.lead-generator-section {
  padding-top: 3.9rem;
  padding-bottom: 5.8rem;
}
@media (min-width: 480px) {
  .lead-generator-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .lead-generator-section {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 992px) {
  .lead-generator-section {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 1200px) {
  .lead-generator-section {
    padding-top: 11.4rem;
    padding-bottom: 13.6rem;
  }
}
@media (min-width: 1920px) {
  .lead-generator-section .container.container-sm {
    max-width: 100rem;
  }
}
.lead-generator-section h2 {
  text-align: center;
}
.lead-generator-section .lead-generator__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  flex: 0 0 auto;
  row-gap: 1.5rem;
  column-gap: 1.3rem;
}
@media (min-width: 480px) {
  .lead-generator-section .lead-generator__list {
    justify-content: center;
  }
}
@media (min-width: 480px) {
  .lead-generator-section .lead-generator__list {
    row-gap: 2rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .lead-generator-section .lead-generator__list {
    row-gap: 2rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .lead-generator-section .lead-generator__list {
    row-gap: 3.2rem;
    column-gap: 2rem;
  }
}
* + .lead-generator-section .lead-generator__list {
  margin-top: 2.7rem;
}
@media (min-width: 992px) {
  * + .lead-generator-section .lead-generator__list {
    margin-top: 4rem;
  }
}
@media (min-width: 1200px) {
  * + .lead-generator-section .lead-generator__list {
    margin-top: 7.6rem;
  }
}
.lead-generator-section .lead-generator__list li {
  font-size: 1.4rem;
  background-color: rgba(64, 139, 252, 0.1);
  border-radius: 2.4rem;
  line-height: 1.5;
  padding: 0.4rem 1rem;
}
@media (min-width: 576px) {
  .lead-generator-section .lead-generator__list li {
    padding: 0.6rem 2rem;
  }
}
@media (min-width: 992px) {
  .lead-generator-section .lead-generator__list li {
    font-size: 1.6rem;
    padding: 0.8rem 3rem;
  }
}
@media (min-width: 1200px) {
  .lead-generator-section .lead-generator__list li {
    padding: 0.9rem 4rem;
  }
}
.lead-generator-section .lead-generator__list li:hover {
  background-color: #408bfc;
  color: #ffffff;
  transition: all ease 0.25s;
}

.blog-slider-section {
  overflow: hidden;
}
.blog-slider-section h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .blog-slider-section h2 {
    margin-bottom: 4.8rem;
  }
}
.blog-slider-section .blog-slider {
  padding: 15px;
  margin: -15px;
  overflow: hidden;
}
.blog-slider-section .container {
  padding: 3rem 1.5rem;
  position: relative;
}
.blog-slider-section.blog {
  padding: 4.5rem 0;
}
.blog-slider-section.blog .container + .container {
  margin-top: 3.6rem;
}
.blog-slider-section.blog h2 {
  margin: 0;
  text-align: left;
}
.blog-slider-section.blog .container:first-of-type {
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  .blog-slider-section.blog .container:first-of-type {
    padding: 0;
  }
}
.blog-slider-section.blog .title-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.blog-slider-section.blog .title-group > * {
  flex-grow: 1;
  flex-shrink: 0;
}
.blog-slider-section.blog .title-group a {
  max-width: max-content;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.blog-slider-section.blog .title-group a span {
  margin-left: 10px;
}
.blog-slider-section .slider-action {
  display: none;
}
@media (min-width: 768px) {
  .blog-slider-section .slider-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.6rem;
  }
}

.talents-pools-section {
  padding-top: 5.7rem;
  padding-bottom: 8rem;
}
@media (min-width: 576px) {
  .talents-pools-section {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .talents-pools-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  .talents-pools-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.talents-pools-section .container + .container {
  margin-top: 2.2rem;
}
@media (min-width: 480px) {
  .talents-pools-section .container + .container {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .talents-pools-section .container + .container {
    margin-top: 4.8rem;
  }
}
@media (min-width: 480px) {
  .talents-pools-section h2 {
    text-align: center;
  }
}
.talents-pools-section .talents-pools__lists {
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .talents-pools-section .talents-pools__lists {
    display: grid;
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 3rem;
  }
}
@media (min-width: 768px) {
  .talents-pools-section .talents-pools__lists {
    padding: 0 6.4rem;
    grid-column-gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .talents-pools-section .talents-pools__lists {
    grid-column-gap: 8rem;
  }
}
@media (min-width: 1200px) {
  .talents-pools-section .talents-pools__lists {
    grid-column-gap: 14rem;
  }
}
.talents-pools-section .talents-pools__lists-item h4 {
  display: none;
}
@media (min-width: 480px) {
  .talents-pools-section .talents-pools__lists-item h4 {
    display: block;
  }
}
* + .talents-pools-section .talents-pools__lists-item ul {
  margin-top: 0.4rem;
}
@media (min-width: 480px) {
  * + .talents-pools-section .talents-pools__lists-item ul {
    margin-top: 1.6rem;
  }
}
.talents-pools-section .talents-pools__lists-item ul li {
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  .talents-pools-section .talents-pools__lists-item ul li {
    font-size: 16px;
  }
}
.talents-pools-section .talents-pools__lists-item ul li a {
  color: #666666;
  transition: all ease 0.25s;
  line-height: 1.4;
}
.talents-pools-section .talents-pools__lists-item ul li a:hover {
  color: #408bfc;
}
.talents-pools-section .talents-pools__lists-item ul li + li {
  margin-top: 4px;
}
@media (min-width: 576px) {
  .talents-pools-section .talents-pools__lists-item ul li + li {
    margin-top: 8px;
  }
}

.cost-lead-generator-section {
  padding: 5.8rem 0 4.6rem 0;
}
@media (min-width: 768px) {
  .cost-lead-generator-section {
    padding: 6rem;
  }
}
@media (min-width: 1200px) {
  .cost-lead-generator-section {
    padding: 7.4rem;
  }
}
.cost-lead-generator-section .container + .container {
  margin-top: 2.2rem;
}
@media (min-width: 768px) {
  .cost-lead-generator-section .container + .container {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cost-lead-generator-section .container + .container {
    margin-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .cost-lead-generator-section .container + .container {
    margin-top: 5.4rem;
  }
}
.cost-lead-generator-section .container h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .cost-lead-generator-section .cost-lead-generator__pricing {
    display: grid;
    grid-column-gap: 2px;
    grid-template-columns: 24rem 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .cost-lead-generator-section .cost-lead-generator__pricing {
    grid-template-columns: 34rem 1fr 1fr 1fr;
  }
}
.cost-lead-generator-section .cost-lead-generator__pricing .cost-lead-generator__pricing-item + .cost-lead-generator__pricing-item {
  margin-top: 0.2rem;
}
.cost-lead-generator-section .cost-lead-generator__pricing .cost-lead-generator__pricing-item + .cost-lead-generator__pricing-item:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cost-lead-generator-section .cost-lead-generator__pricing .cost-lead-generator__pricing-item + .cost-lead-generator__pricing-item {
    margin-top: 0;
  }
}
.cost-lead-generator-section .cost-lead-generator__pricing-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem;
  background-color: #f3f3f3;
}
.cost-lead-generator-section .cost-lead-generator__pricing-item:first-of-type {
  flex-direction: row;
}
.cost-lead-generator-section .cost-lead-generator__pricing-item:first-of-type span {
  display: none;
}
@media (min-width: 768px) {
  .cost-lead-generator-section .cost-lead-generator__pricing-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .cost-lead-generator-section .cost-lead-generator__pricing-item:first-of-type {
    flex-direction: column;
  }
  .cost-lead-generator-section .cost-lead-generator__pricing-item:first-of-type span {
    display: block;
  }
}
@media (min-width: 768px) {
  .cost-lead-generator-section .cost-lead-generator__pricing-item {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cost-lead-generator-section .cost-lead-generator__pricing-item {
    padding: 2.4rem;
  }
}
.cost-lead-generator-section .cost-lead-generator__pricing-item span {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cost-lead-generator-section .cost-lead-generator__pricing-item span {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .cost-lead-generator-section .cost-lead-generator__pricing-item span {
    font-size: 2.4rem;
  }
}
* + .cost-lead-generator-section .cost-lead-generator__pricing-item p {
  margin-top: 5px;
}
.cost-lead-generator-section .cost-lead-generator__pricing-item__group p {
  font-weight: 600;
  color: #000000;
}
@media (min-width: 768px) {
  .cost-lead-generator-section .cost-lead-generator__pricing-item__group p {
    color: #444;
    font-weight: 400;
  }
}
.cost-lead-generator-section .cost-lead-generator__pricing-item__group span {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .cost-lead-generator-section .cost-lead-generator__pricing-item__group span {
    display: none;
  }
}
.cost-lead-generator-section .cost-lead-generator__pricing-item:first-of-type {
  background-color: #408bfc;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media (min-width: 768px) {
  .cost-lead-generator-section .cost-lead-generator__pricing-item:first-of-type {
    border-radius: 0.8rem 0 0 0.8rem;
  }
}
.cost-lead-generator-section .cost-lead-generator__pricing-item:first-of-type span, .cost-lead-generator-section .cost-lead-generator__pricing-item:first-of-type p {
  color: #ffffff;
}
.cost-lead-generator-section .cost-lead-generator__pricing-item:last-of-type {
  border-radius: 0 0 0.8rem 0.8rem;
}
@media (min-width: 768px) {
  .cost-lead-generator-section .cost-lead-generator__pricing-item:last-of-type {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}
.cost-lead-generator-section .cost-lead-generator__contacts {
  text-align: center;
  color: #000000;
  font-weight: 600;
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .cost-lead-generator-section .cost-lead-generator__contacts {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .cost-lead-generator-section .cost-lead-generator__contacts {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .cost-lead-generator-section .cost-lead-generator__contacts {
    font-size: 2.4rem;
  }
}
.cost-lead-generator-section .cost-lead-generator__contacts a {
  color: #000000;
  transition: all ease 0.25s;
}
.cost-lead-generator-section .cost-lead-generator__contacts a:hover {
  color: #408bfc;
}
* + .cost-lead-generator-section .cost-lead-generator__contacts {
  margin-top: 2rem;
}
@media (min-width: 576px) {
  * + .cost-lead-generator-section .cost-lead-generator__contacts {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  * + .cost-lead-generator-section .cost-lead-generator__contacts {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  * + .cost-lead-generator-section .cost-lead-generator__contacts {
    margin-top: 3.6rem;
  }
}

.section-profiles {
  padding-top: 2.5rem;
  padding-bottom: 6.2rem;
}
@media (min-width: 768px) {
  .section-profiles {
    padding-top: 4rem;
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 992px) {
  .section-profiles {
    padding-top: 6rem;
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 1200px) {
  .section-profiles {
    padding-top: 6rem;
    padding-bottom: 7.8rem;
  }
}

.profiles-grid {
  display: grid;
  grid-row-gap: 3.5rem;
  grid-column-gap: 3.5rem;
  grid-template-columns: 310px;
  justify-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .profiles-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .profiles-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.section-role-description {
  padding-top: 6.8rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .section-role-description {
    padding-top: 6.8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .section-role-description {
    padding-top: 7rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 1200px) {
  .section-role-description {
    padding-top: 7.8rem;
    padding-bottom: 17rem;
  }
}
.section-role-description .container + .container {
  margin-top: 2.6rem;
}
@media (min-width: 480px) {
  .section-role-description .container + .container {
    margin-top: 3.5rem;
  }
}
@media (min-width: 992px) {
  .section-role-description .container + .container {
    margin-top: 4.2rem;
  }
}
.section-role-description h2 {
  text-align: center;
}
.section-role-description .role-description-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-role-description .role-description-inner {
    flex-direction: row;
  }
}
.section-role-description .role-description-inner__media {
  display: flex;
  align-self: center;
}
* + .section-role-description .role-description-inner__list {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  * + .section-role-description .role-description-inner__list {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  * + .section-role-description .role-description-inner__list {
    margin-left: 5rem;
  }
}
.section-role-description .role-description-inner__list li {
  position: relative;
  padding-left: 3.6rem;
  color: #000000;
  line-height: 1.7;
}
.section-role-description .role-description-inner__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ffe040;
}
.section-role-description .role-description-inner__list li:after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/lead-generators/list-marker.png") no-repeat center;
  width: 1.2rem;
  height: 1rem;
}
.section-role-description .role-description-inner__list li + li {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-role-description .role-description-inner__list li + li {
    margin-top: 0.3rem;
  }
}

.section-category-cards {
  padding-top: 3rem;
  padding-bottom: 6.2rem;
}
@media (min-width: 768px) {
  .section-category-cards {
    padding-top: 4rem;
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 992px) {
  .section-category-cards {
    padding-top: 5rem;
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 1200px) {
  .section-category-cards {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

.subpage-intro {
  background-image: url("../images/welcome/welcome-bg-mobile.png");
  background-size: cover;
  padding-top: 2rem;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  margin-top: 6.7rem;
}
@media (min-width: 1024px) {
  .subpage-intro {
    padding-top: 5.7rem;
    background-image: url("../images/welcome/welcome-bg.png");
    margin-top: 7rem;
  }
}
.subpage-intro .subpage-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .subpage-intro .subpage-inner {
    column-gap: 6rem;
  }
}
@media (min-width: 1200px) {
  .subpage-intro .subpage-inner {
    column-gap: 9rem;
  }
}
@media (min-width: 1024px) {
  .subpage-intro .subpage-inner {
    flex-direction: row;
    text-align: left;
  }
}
.subpage-intro .subpage-inner__info {
  padding: 0 3rem 2rem 3rem;
}
@media (min-width: 576px) {
  .subpage-intro .subpage-inner__info {
    padding: 0 0 2rem 0;
  }
}
.subpage-intro .subpage-inner__info h1 + * {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .subpage-intro .subpage-inner__info h1 + * {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .subpage-intro .subpage-inner__info h1 + * {
    margin-top: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .subpage-intro .subpage-inner__info h1 {
    font-size: 4.2rem;
  }
}
.subpage-intro .subpage-inner__media {
  display: flex;
}
@media (min-width: 1024px) {
  .subpage-intro .subpage-inner__media {
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 50%;
    align-self: flex-end;
  }
}
.subpage-intro .subpage-inner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-talents-validation {
  padding-top: 5.6rem;
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .section-talents-validation {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .section-talents-validation {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 1200px) {
  .section-talents-validation {
    padding-top: 12.8rem;
    padding-bottom: 17rem;
  }
}
.section-talents-validation .talents-validation-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media (min-width: 992px) {
  .section-talents-validation .talents-validation-wrap {
    row-gap: 10rem;
  }
}
.section-talents-validation .talents-validation {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .section-talents-validation .talents-validation {
    column-gap: 7rem;
    flex-direction: row;
  }
}
.section-talents-validation .talents-validation__media {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-talents-validation .talents-validation__media {
    max-width: 38%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
  }
}
.section-talents-validation .talents-validation__info {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .section-talents-validation .talents-validation__info {
    text-align: left;
  }
}
.section-talents-validation .talents-validation__info span {
  font-size: 1.8rem;
  color: #292929;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section-talents-validation .talents-validation__info span {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .section-talents-validation .talents-validation__info span {
    font-size: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .section-talents-validation .talents-validation__info span {
    font-size: 3.2rem;
  }
}
.section-talents-validation .talents-validation__info p {
  line-height: 1.5;
}
* + .section-talents-validation .talents-validation__info p {
  margin-top: 1.5rem;
}

.section-faq {
  background-color: #f3f3f3;
  padding: 3rem 0;
}
.section-faq h2 {
  text-align: left;
  margin-bottom: 1.5rem;
}
.section-faq h5 {
  font-weight: 500;
  margin-bottom: 2rem;
}
.section-faq h5 a {
  color: #408bfc;
  font-weight: 600;
  text-decoration: underline;
}

.section-main-posts {
  padding: 3rem 0 5rem 0;
}
.section-main-posts .container + .container {
  margin-top: 30px;
}

.blog-post-card {
  display: flex;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog-post-card {
    flex-direction: row;
  }
}
.blog-post-card__media {
  flex-grow: 1;
  flex-shrink: 0;
  border-radius: 0.8rem 0.8rem 0 0;
  background-size: cover;
  background-position: center;
  height: auto;
  padding: 0px 0px 60%;
  width: 100%;
  display: flex;
  align-items: stretch;
}
@media (min-width: 576px) {
  .blog-post-card__media {
    padding: 0px 0px 60%;
  }
}
@media (min-width: 768px) {
  .blog-post-card__media {
    max-width: 35rem;
    border-radius: 0.8rem 0 0 0.8rem;
    padding: 0px 0px 36%;
  }
}
@media (min-width: 992px) {
  .blog-post-card__media {
    max-width: 51.5rem;
  }
}
.blog-post-card__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media (min-width: 768px) {
  .blog-post-card__media img {
    border-radius: 0.8rem 0 0 0.8rem;
  }
}
.blog-post-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .blog-post-card__info {
    padding: 2.5rem 3rem;
  }
}
@media (min-width: 1200px) {
  .blog-post-card__info {
    padding: 2.5rem 4.5rem;
  }
}
.blog-post-card__tags {
  color: #408bfc;
  font-size: 14px;
}
.blog-post-card * + h2 {
  margin-top: 2rem;
}
.blog-post-card h2 {
  font-size: 2rem;
  line-height: 1.2;
  color: #333333;
}
@media (min-width: 992px) {
  .blog-post-card h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .blog-post-card h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .blog-post-card h2 {
    font-size: 3.2rem;
  }
}
.blog-post-card h2 a {
  display: -webkit-box;
  padding: 0.3rem 0;
  color: #292929;
}
@media (min-width: 768px) {
  .blog-post-card h2 a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.blog-post-card h2 a:hover {
  color: #408bfc;
}
.blog-post-card * + p {
  margin-top: 10px;
}
.blog-post-card p {
  color: #000000;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 9rem;
}
.blog-post-card__author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
* + .blog-post-card__author {
  margin-top: 1rem;
}
.blog-post-card__author--media {
  display: flex;
  align-items: center;
}
.blog-post-card__author--media img {
  border-radius: 50%;
}
.blog-post-card__author--info {
  display: flex;
  flex-direction: column;
  color: #666666;
  font-size: 1.4rem;
  gap: 0.3rem;
}

.section-blog-cta {
  padding: 3rem 0;
}
.section-blog-cta .container {
  max-width: 88rem;
}

.blog-cta {
  display: flex;
  background: radial-gradient(34.17% 78.27% at 45% 100%, rgba(250, 225, 96, 0) 0%, #FFE45B 100%);
  border-radius: 8px;
  padding: 4rem 1.5rem 0 1.5rem;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
@media (min-width: 576px) {
  .blog-cta {
    background: radial-gradient(34.17% 78.27% at 79.61% 100%, rgba(250, 225, 96, 0) 0%, #FFE45B 100%);
    flex-direction: row;
    column-gap: 1rem;
    padding: 2rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .blog-cta {
    padding: 2rem 3rem 0 3rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .blog-cta {
    column-gap: 2.5rem;
    padding: 2rem 5rem 0 5rem;
  }
}
.blog-cta__media {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 25.5rem;
}
.blog-cta__info {
  align-self: center;
  padding-bottom: 15px;
  text-align: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .blog-cta__info {
    justify-content: flex-start;
    text-align: left;
  }
}
.blog-cta__info .btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.5rem;
  max-width: max-content;
  padding: 1.05rem 1.6rem;
}
@media (min-width: 576px) {
  .blog-cta__info .btn {
    margin: 2.5rem 0 0 0;
  }
}
.blog-cta__info h2 {
  font-size: 2rem;
  line-height: 1.2;
  color: #333333;
}
@media (min-width: 992px) {
  .blog-cta__info h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .blog-cta__info h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .blog-cta__info h2 {
    font-size: 3.2rem;
  }
}

.blog-posts-grid .container-sm + .container-sm {
  margin-top: 40px;
}

.blog-posts-grid .text-center {
  text-align: center;
}

.blog-posts-grid .center-content {
  display: flex;
  justify-content: center;
}

.profiles-grid {
  margin-bottom: 40px;
}

.profiles-grid a.card-blog {
  width: 100%;
}

.section-blog-post {
  margin-top: 8rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section-blog-post {
    padding-top: 5.7rem;
    margin-top: 7rem;
  }
}

.blog-post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-post__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.blog-post__label span {
  background-color: #408bfc;
  border-radius: 10rem;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
}
.blog-post__title {
  font-weight: 400;
}
* + .blog-post__title {
  margin-top: 2rem;
}
.blog-post__excerpt {
  font-size: 1.8rem;
  color: #656565;
  line-height: 1.5;
}
* + .blog-post__excerpt {
  margin-top: 2rem;
}
.blog-post__author {
  display: flex;
  justify-content: space-between;
}
.blog-post__author--media {
  display: flex;
  align-items: flex-start;
  max-width: 48px;
}
.blog-post__author--media img {
  border-radius: 50%;
}
.blog-post__author--info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 0.5rem;
  flex-direction: column;
}
* + .blog-post__author--info {
  margin-left: 1.5rem;
}
@media (min-width: 576px) {
  .blog-post__author--info {
    row-gap: 0rem;
    flex-direction: row;
    align-items: center;
  }
}
.blog-post__author--info__name, .blog-post__author--info__date {
  font-weight: 600;
  font-size: 1.4rem;
}
.blog-post__author--info__date {
  position: relative;
}
@media (min-width: 576px) {
  .blog-post__author--info__date {
    padding-left: 1.2rem;
  }
  .blog-post__author--info__date:before {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    left: 0.6rem;
    border-radius: 50%;
    background-color: #c5c9d1;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.blog-post__author--info__time {
  font-size: 1.4rem;
  align-items: center;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}
.blog-post__author--info__time span {
  line-height: 1;
  margin-left: 0.5rem;
}
.blog-post__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
* + .blog-post__group {
  margin-top: 4rem;
}
.blog-post__thumbnail {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
* + .blog-post__thumbnail, .blog-post__thumbnail + * {
  margin-top: 3rem;
}
.blog-post__thumbnail img {
  width: 100%;
  max-height: 72rem;
  object-fit: cover;
  border-radius: 0.4rem;
}
/*# sourceMappingURL=styles.min.css.map */
