/*
<!-----------------------coded by---------------------------+
|    _                  _                _         _        |
|   | | ___ _ __   __ _| |__   __ _ _ __| |_   ___| | __    |
|   | |/ _ \ '_ \ / _` | '_ \ / _` | '__| __| / __| |/ /    |
|   | |  __/ | | | (_| | | | | (_| | |  | |_ _\__ \   <     |
|   |_|\___|_| |_|\__, |_| |_|\__,_|_|   \__(_)___/_|\_\    |
|                 |___/                                     |
|                                                           |
+----------------------------------------------------------->
*/
/*==================================MIXINS=====================================*/
/*==================================KEYFRAMES===================================*/
/*==================================RESET======================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

*:focus {
  outline: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/*==================================COLORS=====================================*/
.c-grey-500 {
  color: #A3A3A3;
}

.has-secondary-color {
  color: #00AEEF !important;
}

.has-primary-color {
  color: #E30751 !important;
}

::selection {
  color: white;
  background-color: black;
}

::-moz-selection {
  color: white;
  background-color: black;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #A3A3A3;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #A3A3A3;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #A3A3A3;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #A3A3A3;
  opacity: 1;
}

/*==================================FONTS======================================*/
h1, .h1 {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 3.7125rem;
  letter-spacing: -0.0675rem;
}

h2, .h2 {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 2.8875rem;
}

h3, .h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65rem;
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.375rem;
}

h6, .h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35rem;
}

.subtitle-m {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1rem;
}

.subtitle-s {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.9625rem;
}

.size-l {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.575rem;
}

.size-m {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.size-s {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.225rem;
}

.caption {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: #00AEEF;
}

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

strong, .bold, b {
  font-weight: 700;
}

@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 2.375rem;
    line-height: 2.7125rem;
  }
  h2, .h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
  }
  .caption {
    font-size: 1rem;
  }
}
/*==================================DECLARATIONS===============================*/
html, body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

body.overflow {
  overflow: hidden;
}

.container-fluid {
  max-width: 100%;
  margin-right: 4rem;
  margin-left: 4rem;
}

.container {
  max-width: 1312px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.btn {
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0.03125rem;
  border-radius: 8px;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
}
.btn.btn-m {
  padding: 1rem 1.75rem;
  height: 3rem;
}
.btn.w-100 {
  width: 100%;
  justify-content: center;
}
.btn.primary {
  border: 2px solid #E30751;
  background: #E30751;
  color: white;
}
.btn.secondary {
  border: 2px solid #E30751;
  background: white;
  color: #E30751;
}

article {
  position: relative;
  box-sizing: border-box;
  border-radius: 1.5rem;
  border: 1px solid #E30751;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
article a {
  color: white;
}
article a .image {
  height: 25rem;
  width: 100%;
  position: relative;
}
article a .image:after {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(41, 41, 41, 0.4);
}
article a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article a .info {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
}
article a .info .date {
  margin: 1.5rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #E0E0E0;
}
article .categories {
  position: absolute;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.625rem;
  top: 1.5rem;
  right: 1.5rem;
  left: 1.5rem;
}
article .categories a {
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
}
article:hover {
  box-shadow: 16px 16px 16px 0 rgba(227, 7, 81, 0.24), 16px 16px 40px 0 rgba(33, 39, 42, 0.4);
}

.alm-btn-wrap {
  text-align: center;
}

.gform_wrapper form {
  position: relative;
}
.gform_wrapper .gform_confirmation_message {
  color: white;
}
.gform_wrapper .gform-body .gform_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin: 0 0 2.5rem;
}
.gform_wrapper .gform-body .gfield {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.gform_wrapper .gform-body .gfield.gfield--width-half {
  -webkit-box-flex: 0 0 calc(50% - 0.5rem);
  -moz-box-flex: 0 0 calc(50% - 0.5rem);
  -webkit-flex: 0 0 calc(50% - 0.5rem);
  -ms-flex: 0 0 calc(50% - 0.5rem);
  flex: 0 0 calc(50% - 0.5rem);
}
.gform_wrapper .gform-body .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper .gform-body .gfield.hidden_label > label {
  display: none;
}
.gform_wrapper .gform-body .gfield.hidden_label legend {
  display: none;
}
.gform_wrapper .gform-body .gfield .gfield_label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1rem;
  display: inline-block;
  color: white;
  padding: 0 0 0.5rem;
}
.gform_wrapper .gform-body .gfield .gfield_label a {
  color: white;
}
.gform_wrapper .gform-body .gfield .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .gform-body .gfield .validation_message {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: white;
}
.gform_wrapper .gform-body .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper .gform-body .gfield .ginput_container input:not([type=checkbox]) {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  background: white;
  border-radius: 0.5rem;
  border-bottom: 2px solid #00AEEF;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.4rem;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: auto;
  opacity: 0;
  position: absolute;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox]:checked + label:before {
  background: white url(../img/checked.svg) no-repeat center center;
  background-size: 0.625rem;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] + label {
  display: inline-block;
  color: white;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  padding: 0 0 0 1.5rem;
  position: relative;
  cursor: pointer;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] + label a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] + label:before {
  content: close-quote;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border-radius: 0.125rem;
  background: white;
}
.gform_wrapper .gform-body .gfield .ginput_container .gfield_required {
  display: none;
}
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 0.75rem 1rem;
  background: white;
  border-radius: 0.5rem;
  border-bottom: 2px solid #00AEEF;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.4rem;
  height: 6rem;
}
.gform_wrapper .gform-body .gfield .ginput_container .gform_fileupload_rules {
  color: white;
  display: inline-block;
  padding: 2px 0 0;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  display: none;
}
.gform_wrapper .gform_footer button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0.03125rem;
  color: #E30751;
  padding: 1rem 3rem 1rem 2rem;
  text-align: center;
  background: white url(../img/button-arrow.svg) no-repeat center right 1rem;
  border: 2px solid white;
  box-sizing: border-box;
  background-size: 1.5rem 1.5rem;
  border-radius: 0.5rem;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  margin: 0 0 1.5rem;
  color: white;
}

@media (max-width: 1199px) {
  .container {
    max-width: calc(930px + 2rem);
  }
}
@media (max-width: 991px) {
  .container {
    max-width: calc(690px + 2rem);
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(510px + 2rem);
  }
  .gform_wrapper .gform-body .gfield.gfield--width-half {
    flex: 0 1 100%;
  }
  .gform_wrapper .gform_footer button {
    width: 100%;
  }
}
/*==================================HEADER=====================================*/
header {
  background: white;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #DDE1E6;
}
header .flex {
  padding: 1rem 0;
  justify-content: space-between;
  align-items: center;
}
header .flex .nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
header .flex .nav .logo {
  font-size: 0;
}
header .flex .nav .logo a {
  display: inline-block;
  width: 9.75rem;
}
header .flex .nav .logo a img {
  width: 100%;
}
header .flex .nav nav > ul {
  display: flex;
  gap: 1rem;
  align-items: center;
}
header .flex .nav nav > ul > li {
  position: relative;
}
header .flex .nav nav > ul > li.menu-item-has-children > a {
  padding: 0.75rem 2.25rem 0.75rem 0.5rem;
  background: url(../img/chevron-down.svg) no-repeat center right 0.5rem;
}
header .flex .nav nav > ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .flex .nav nav > ul > li > a {
  display: inline-block;
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  color: #333;
}
header .flex .nav nav > ul > li .sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  transition: all 0.3s ease-out;
  width: 15rem;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: 1px solid #E0E0E0;
  background: white;
  display: flex;
  gap: 1rem;
  flex-flow: column;
}
header .flex .nav nav > ul > li .sub-menu li a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  color: #666;
  transition: color 0.3s ease-out;
}
header .flex .nav nav > ul > li .sub-menu li a:hover {
  color: #C60646;
}
header .flex .actions {
  display: flex;
  gap: 1rem;
}
header .flex .burger {
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: white;
  z-index: 99;
}
.mobile-menu .wrapper {
  padding: 100px 1rem 2rem;
  box-sizing: border-box;
  height: -webkit-fill-available;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(690px + 2rem);
  margin: 0 auto;
}
.mobile-menu .wrapper nav > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-menu .wrapper nav > ul li {
  position: relative;
}
.mobile-menu .wrapper nav > ul li a {
  display: inline-block;
  padding: 0.75rem 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #333;
}
.mobile-menu .wrapper nav > ul li .submenu-toggle {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 8px;
  background: white url(../img/chevron-down.svg) no-repeat center center;
  background-size: cover;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-out;
}
.mobile-menu .wrapper nav > ul li .sub-menu {
  display: none;
  padding-left: 1.5rem;
}
.mobile-menu .wrapper nav > ul li .sub-menu li a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65rem;
}
.mobile-menu .wrapper nav > ul li.is-open .submenu-toggle {
  transform: rotate(0deg);
}
.mobile-menu .wrapper nav > ul li.is-open .sub-menu {
  display: block;
}
.mobile-menu .wrapper .actions {
  display: flex;
  gap: 1rem;
}

@media (max-width: 1199px) {
  header .flex .nav {
    width: 100%;
    justify-content: space-between;
  }
  header .flex .nav nav > ul > li .sub-menu {
    right: 0;
    left: auto;
  }
  header .flex .actions {
    display: none;
  }
}
@media (max-width: 991px) {
  header .flex .nav nav {
    display: none;
  }
  header .flex .burger {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 44px;
    height: 44px;
    background: #E30751;
    padding: 14px 12px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 6px;
  }
  header .flex .burger span {
    background: white;
    display: inline-block;
    height: 2px;
    transition: all 0.35s;
    width: 100%;
  }
  header .flex .burger.active span:first-child {
    opacity: 0;
  }
  header .flex .burger.active span:nth-child(2) {
    transform: translateY(0) rotate(45deg);
  }
  header .flex .burger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .mobile-menu .wrapper {
    max-width: calc(510px + 2rem);
  }
  .mobile-menu .wrapper .actions {
    flex-flow: column;
  }
}
@media (max-width: 575px) {
  .mobile-menu .wrapper nav > ul li a {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .mobile-menu .wrapper nav > ul li .submenu-toggle {
    top: 1px;
    background: white url(../img/chevron-down.svg) no-repeat center center;
    background-size: 32px;
  }
  .mobile-menu .wrapper nav > ul li .sub-menu li a {
    font-size: 1.125rem;
    line-height: 1.35rem;
  }
}
/*==================================SECTIONS===================================*/
section.icons {
  padding: 5rem 0;
}
section.icons .top-text {
  max-width: 55rem;
  margin: 0 auto;
}
section.icons .top-text p {
  margin: 1.5rem 0 0;
}
section.icons .flex {
  margin: 2.5rem 0 0;
  padding: 2.5rem;
  border-radius: 2.5rem;
  background: #F5F5F5;
  gap: 1rem;
  flex-flow: row wrap;
  justify-content: center;
}
section.icons .flex .item {
  box-sizing: border-box;
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #E30751;
  flex: 0 0 calc((100% - 3rem) / 4);
  max-width: calc((100% - 3rem) / 4);
  min-width: 16.25rem;
}
section.icons .flex .item .icon {
  width: 3rem;
  height: 3rem;
  margin: 0 0 2rem;
}
section.icons .flex .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.icons .flex .item .text p {
  margin: 1rem 0 0;
}

@media (max-width: 1199px) {
  section.icons .flex .item {
    flex: 0 0 calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 767px) {
  section.icons {
    padding: 3rem 0;
  }
  section.icons .flex .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  section.icons .flex {
    padding: 1rem;
  }
}
section.text-image {
  padding: 5rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.text-image.dark .flex .col.content {
  color: white;
}
section.text-image.dark .flex .col.content .caption {
  color: white;
}
section.text-image.image-inside .flex {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5rem;
  border-radius: 2.5rem;
}
section.text-image.image-inside .flex.reverse {
  flex-flow: row-reverse;
}
section.text-image .flex {
  gap: 5rem;
  align-items: center;
}
section.text-image .flex .col {
  flex: 1;
}
section.text-image .flex .col.image {
  font-size: 0;
}
section.text-image .flex .col.image img {
  border-radius: 1.5rem;
}
section.text-image .flex .col.content h1, section.text-image .flex .col.content h2, section.text-image .flex .col.content h3, section.text-image .flex .col.content h4, section.text-image .flex .col.content h5, section.text-image .flex .col.content h6 {
  margin: 0 0 1.5rem;
}
section.text-image .flex .col.content p {
  margin: 0 0 1rem;
}
section.text-image .flex .col.content .button {
  margin: 2.5rem 0 0;
}
section.text-image .flex .col.content .infos {
  margin: 2.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.text-image .flex .col.content .infos .info {
  color: white;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid white;
}
section.text-image .flex .col.content .infos .info .name {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.text-image .flex .col.content .infos .info .value {
  flex: 1;
}

@media (max-width: 1199px) {
  section.text-image .flex {
    gap: 2rem;
  }
  section.text-image.image-inside .flex {
    padding: 2.5rem;
  }
}
@media (max-width: 991px) {
  section.text-image .flex {
    flex-flow: column;
  }
  section.text-image .flex.reverse {
    flex-flow: column;
  }
  section.text-image .flex .col.image {
    order: 1;
  }
  section.text-image .flex .col.content {
    order: 2;
  }
}
@media (max-width: 767px) {
  section.text-image {
    padding: 3rem 0;
  }
}
@media (max-width: 575px) {
  section.text-image.image-inside .flex {
    padding: 1rem;
  }
}
section.latest-news {
  padding: 5rem 0;
}
section.latest-news .text {
  max-width: 55rem;
  margin: 0 auto;
}
section.latest-news .text p {
  margin: 1.5rem 0 0;
}
section.latest-news .grid {
  margin: 2.5rem 0;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
  section.latest-news .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.latest-news .grid article:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  section.latest-news {
    padding: 3rem 0;
  }
  section.latest-news .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.newsletter {
  padding: 5rem 0;
  background-image: url(../img/bg-newsletter@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.newsletter.dark .text {
  color: white;
}
section.newsletter .text {
  max-width: 40rem;
  margin: 0 auto;
}
section.newsletter .text .caption {
  color: #E30751;
}
section.newsletter .text p {
  margin: 1.5rem 0 0;
}
section.newsletter .form {
  max-width: 35.0625rem;
  margin: 2.5rem auto 0;
}
section.newsletter .form .gform_wrapper form {
  display: flex;
  gap: 1rem;
}
section.newsletter .form .gform_wrapper .gform-body .gfield .ginput_container input:not([type=checkbox]) {
  padding: 1rem 1rem 1rem 3rem;
  background: white url(../img/mail.svg) no-repeat center left 1rem;
  background-size: 1.5rem 1.5rem;
  height: 3.5rem;
}
section.newsletter .form .gform_wrapper .gform_footer button {
  padding: 1rem 2rem;
  background: #E30751;
  color: white;
  border: 2px solid #E30751;
  height: 3.5rem;
}

@media (max-width: 767px) {
  section.newsletter {
    padding: 3rem 0;
  }
}
section.faq {
  padding: 5rem 0;
  background: #F5F5F5;
}
section.faq .flex {
  gap: 5rem;
}
section.faq .flex .col {
  flex: 1;
}
section.faq .flex .col.content p {
  margin: 1.5rem 0 0;
}
section.faq .flex .col.questions .wrapper {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
section.faq .flex .col.questions .wrapper .item {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #E30751;
  background: white;
}
section.faq .flex .col.questions .wrapper .item .question {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
section.faq .flex .col.questions .wrapper .item .question .icon {
  font-size: 0;
  flex: 0 0 1.5rem;
  height: 1.5rem;
}
section.faq .flex .col.questions .wrapper .item .question .icon svg {
  transition: transform 0.3s ease-out;
  width: 100%;
  height: 100%;
}
section.faq .flex .col.questions .wrapper .item .question.active .icon svg {
  transform: rotate(45deg);
}
section.faq .flex .col.questions .wrapper .item .answer p {
  padding: 1rem 0 0;
}

@media (max-width: 1199px) {
  section.faq .flex {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  section.faq .flex {
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  section.faq {
    padding: 3rem 0;
  }
}
section.image-icons {
  padding: 5rem 0;
}
section.image-icons .flex {
  gap: 5rem;
  align-items: center;
}
section.image-icons .flex .col {
  flex: 1;
}
section.image-icons .flex .col.image {
  font-size: 0;
}
section.image-icons .flex .col.image img {
  width: 100%;
  border-radius: 1.5rem;
}
section.image-icons .flex .col.icons .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.5rem;
}
section.image-icons .flex .col.icons .grid .item .icon {
  font-size: 0;
  margin: 0 0 1.5rem;
  width: 3rem;
  height: 3rem;
}
section.image-icons .flex .col.icons .grid .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.image-icons .flex .col.icons .grid .item p {
  margin: 1rem 0 0;
}

@media (max-width: 1199px) {
  section.image-icons .flex {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  section.image-icons .flex {
    flex-flow: column;
  }
  section.image-icons .flex .col.image {
    order: 1;
  }
  section.image-icons .flex .col.icons {
    order: 2;
  }
}
@media (max-width: 767px) {
  section.image-icons {
    padding: 3rem 0;
  }
}
@media (max-width: 575px) {
  section.image-icons .flex .col.icons .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.services {
  padding: 5rem 0;
  background: url(../img/matlak-ikony.svg) no-repeat bottom -126px right;
}
section.services .text {
  max-width: 55rem;
  margin: 0 auto;
}
section.services .text p {
  margin: 1.5rem 0 0;
}
section.services .flex {
  margin: 2.5rem 0 0;
  gap: 1rem;
}
section.services .flex .item {
  flex: 1;
  height: 27.5rem;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 2.5rem;
  overflow: hidden;
}
section.services .flex .item .image {
  height: 19.3125rem;
  border-radius: 2.5rem 2.5rem 0 0;
  overflow: hidden;
}
section.services .flex .item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.services .flex .item .content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 1.5rem 1.5rem 1rem 2.5rem;
  background: #E30751;
  border-radius: 0 0 2.5rem 2.5rem;
}
section.services .flex .item .content p {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
section.services .flex .item .content .button {
  margin: 0.5rem 0 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 0.5rem 1rem 0;
}
section.services .flex .item:hover {
  box-shadow: 16px 16px 16px 0 rgba(227, 7, 81, 0.24), 16px 16px 40px 0 rgba(33, 39, 42, 0.4);
}
section.services .flex .item:hover .content p {
  margin: 1rem 0 0;
  transition: max-height 0.3s ease-out;
  max-height: 100px;
}

@media (max-width: 991px) {
  section.services .flex {
    flex-flow: column;
  }
  section.services .flex .item:hover .content p {
    max-height: initial;
  }
  section.services .flex .item .content {
    position: initial;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  section.services .flex .item .content p {
    margin: 1rem 0 0;
    max-height: initial;
  }
}
@media (max-width: 767px) {
  section.services {
    padding: 3rem 0;
  }
}
section.testimonial {
  padding: 5rem 0;
  background: #F5F5F5;
}
section.testimonial .text {
  max-width: 55rem;
  margin: 0 auto;
}
section.testimonial .text p {
  margin: 1.5rem 0 0;
}
section.testimonial .slider {
  margin: 2.5rem 2rem 0;
}
section.testimonial .slider .slick-track {
  display: flex !important;
}
section.testimonial .slider .slick-slide {
  height: inherit !important;
}
section.testimonial .slider .slide .wrapper {
  margin: 0 0.5rem;
  box-sizing: border-box;
  height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #DDE1E6;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.testimonial .slider .slide .wrapper .logo {
  font-size: 0;
  display: flex;
  height: 64px;
  align-items: center;
}
section.testimonial .slider .slide .wrapper .author {
  padding: 0.5rem 0 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.testimonial .slider .slide .wrapper .author .image {
  flex: 0 0 3rem;
  height: 3rem;
}
section.testimonial .slider .slide .wrapper .author .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
section.testimonial .slider .arrow {
  position: absolute;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  top: calc(50% - 0.75rem);
  background: url(../img/chevron-left.svg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
section.testimonial .slider .arrow.prev {
  left: -2rem;
}
section.testimonial .slider .arrow.next {
  right: -2rem;
  transform: rotate(180deg);
}
section.testimonial .logos {
  margin: 5rem 0 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
section.testimonial .logos .item {
  flex: 1;
  min-width: 100px;
}

@media (max-width: 767px) {
  section.testimonial {
    padding: 3rem 0;
  }
}
section.team {
  padding: 5rem 0;
}
section.team .text {
  max-width: 55rem;
  margin: 0 auto;
}
section.team .text p {
  margin: 1.5rem 0 0;
}
section.team .grid {
  margin: 4rem 0 0;
  gap: 1.5rem 1rem;
  grid-template-columns: repeat(4, 1fr);
}
section.team .grid .item {
  border-radius: 1rem;
  border: 1px solid #E30751;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
}
section.team .grid .item .image {
  font-size: 0;
  flex: 0 0 15rem;
  height: 15rem;
  width: 100%;
}
section.team .grid .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.team .grid .item .content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
}
section.team .grid .item .content .info h6 {
  margin: 0 0 0.5rem;
}
section.team .grid .item .content .social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  flex-flow: row wrap;
}
section.team .grid .item .content .social a {
  font-size: 0;
  color: #697077;
  transition: color 0.3s ease-out;
}
section.team .grid .item .content .social a:hover {
  color: #E30751;
}

@media (max-width: 1199px) {
  section.team .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  section.team .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.team {
    padding: 3rem 0;
  }
  section.team .grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
    margin: 3rem auto 0;
  }
}
section.career {
  padding: 5rem 0;
  background: url(../img/bg-section_2@2x.jpg) no-repeat center center;
  background-size: cover;
}
section.career .flex {
  gap: 5rem;
}
section.career .flex .col {
  flex: 1;
}
section.career .flex .col.content {
  color: white;
}
section.career .flex .col.content .caption {
  color: white;
}
section.career .flex .col.content p {
  margin: 1.5rem 0 0;
}
section.career .flex .col.content .image {
  font-size: 0;
  line-height: 0;
  margin: 4rem 0 0;
}
section.career .flex .col.content .image img {
  width: 100%;
  border-radius: 1.5rem;
}
section.career .flex .col.items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.career .flex .col.items .item {
  background: white;
  border-radius: 1rem;
  border: 1px solid #E30751;
  padding: 1rem;
}
section.career .flex .col.items .item h6 {
  margin: 0 0 0.5rem;
}
section.career .flex .col.items .item .infos {
  color: #333;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.career .flex .col.items .item .infos .info {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #E30751;
}
section.career .flex .col.items .item .infos .info .name {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.career .flex .col.items .item .infos .info .value {
  flex: 1;
}
section.career .flex .col.items .item .button {
  margin: 1.5rem 0 0;
}

@media (max-width: 1199px) {
  section.career .flex {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  section.career .flex {
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  section.career {
    padding: 3rem 0;
  }
  section.career .flex .col.content .image {
    margin: 3rem 0 0;
  }
}
section.content {
  padding: 1.5rem 0;
}
section.content .wrapper {
  max-width: 45rem;
  margin: 0 auto;
  display: flow-root;
}
section.content .wrapper > :first-child {
  margin-top: 0;
  margin-block-start: 0;
}
section.content .wrapper > :last-child {
  margin-bottom: 0;
  margin-block-end: 0;
}
section.content .wrapper h1, section.content .wrapper h2, section.content .wrapper h3, section.content .wrapper h4, section.content .wrapper h5, section.content .wrapper h6 {
  margin: 3rem 0;
}
section.content .wrapper ul, section.content .wrapper ol {
  margin: 1.5rem 0;
  padding-left: 20px;
}
section.content .wrapper ul {
  list-style: disc;
}
section.content .wrapper ol {
  list-style: decimal;
}
section.content .wrapper p {
  margin: 1.5rem 0;
}
section.content .wrapper a:not(.btn) {
  color: #E30751;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
section.content .wrapper .wp-block-table {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0 3rem;
}
section.content .wrapper .wp-block-table table {
  width: 100%;
}
section.content .wrapper .wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}
section.content .wrapper .wp-block-table table tr th, section.content .wrapper .wp-block-table table tr td {
  border: 1px solid #292929;
  padding: 0.75rem;
}
section.content .wrapper .wp-block-table.is-style-stripes table tr th, section.content .wrapper .wp-block-table.is-style-stripes table tr td {
  border: none;
}
section.content .wrapper .wp-block-table.is-style-stripes table tr:nth-child(odd) td {
  background: #F5F5F5;
}
section.content .wrapper figure {
  font-size: 0;
  line-height: 0;
  margin: 3rem 0;
}
section.content .wrapper figure.aligncenter {
  text-align: center;
}
section.content .wrapper figure.wp-block-embed-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
section.content .wrapper .simple-toggle {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #E30751;
  background: white;
  margin: 0 0 1rem;
}
section.content .wrapper .simple-toggle .question {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
section.content .wrapper .simple-toggle .question h6 {
  margin: 0;
}
section.content .wrapper .simple-toggle .question .icon {
  font-size: 0;
  flex: 0 0 1.5rem;
  height: 1.5rem;
}
section.content .wrapper .simple-toggle .question .icon svg {
  transition: transform 0.3s ease-out;
  width: 100%;
  height: 100%;
}
section.content .wrapper .simple-toggle .question.active .icon svg {
  transform: rotate(45deg);
}
section.content .wrapper .simple-toggle .answer .editor {
  padding: 1rem 0 0;
}

@media (max-width: 1199px) {
  section.content .wrapper h1, section.content .wrapper h2, section.content .wrapper h3, section.content .wrapper h4, section.content .wrapper h5, section.content .wrapper h6 {
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  section.content .wrapper .wp-block-table {
    padding: 0 0 1rem;
  }
  section.content .wrapper .wp-block-table table {
    width: max-content;
  }
}
section.contacts {
  padding: 5rem 0;
}
section.contacts .top-text {
  max-width: 55rem;
  margin: 0 auto 2.5rem;
}
section.contacts .top-text p {
  margin: 1.5rem 0 0;
}
section.contacts .flex {
  padding: 2.5rem;
  border-radius: 2.5rem;
  background: #F5F5F5;
  gap: 1rem;
  flex-flow: row wrap;
  justify-content: center;
}
section.contacts .flex .col {
  box-sizing: border-box;
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #E30751;
  flex: 1;
}
section.contacts .flex .col .icon {
  width: 3rem;
  height: 3rem;
  margin: 0 0 2rem;
}
section.contacts .flex .col .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.contacts .flex .col .text .items {
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.contacts .flex .col .text .items .item .top {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0;
}
section.contacts .flex .col .text .items .item .top .name {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
}
section.contacts .flex .col .text .items .item .top .name img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.contacts .flex .col .text .items .item .info {
  padding: 2px 0 0;
  color: #A3A3A3;
}

@media (max-width: 767px) {
  section.contacts {
    padding: 3rem 0;
  }
  section.contacts .flex .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  section.contacts .flex {
    padding: 1rem;
  }
}
section.company {
  padding: 5rem 0;
}
section.company .flex {
  gap: 5rem;
}
section.company .flex .col {
  flex: 1;
}
section.company .flex .col.image {
  font-size: 0;
}
section.company .flex .col.image img {
  border-radius: 1.5rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.company .flex .col.content .boxes {
  margin: 3rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.company .flex .col.content .boxes .box {
  display: flex;
  gap: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #E30751;
  padding: 1rem;
}
section.company .flex .col.content .boxes .box .icon {
  flex: 0 0 3rem;
  height: 3rem;
  font-size: 0;
}
section.company .flex .col.content .boxes .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.company .flex .col.content .boxes .box .texts {
  flex: 1;
  display: flex;
  gap: 0.5rem;
}
section.company .flex .col.content .boxes .box .texts .text {
  flex: 1;
}
section.company .flex .col.content .boxes .box .texts .text h6 {
  margin: 0 0 0.25rem;
}
section.company .flex .col.content .boxes .box .texts .text p {
  margin: 1rem 0 0;
  padding-left: 2rem;
  background: url(../img/arrow.svg) no-repeat top left;
  background-size: 1.5rem 1.5rem;
}

@media (max-width: 1199px) {
  section.company .flex {
    gap: 2rem;
  }
  section.company .flex .col.content .boxes .box .texts {
    flex-flow: column;
    gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  section.company .flex {
    flex-flow: column;
  }
  section.company .flex .col.image {
    order: 1;
  }
  section.company .flex .col.content {
    order: 2;
  }
  section.company .flex .col.content .boxes {
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 767px) {
  section.company {
    padding: 3rem 0;
  }
}
section.pricing {
  padding: 5rem 0;
}
section.pricing .wrapper {
  max-width: 55rem;
  margin: 0 auto;
}
section.pricing .wrapper .box {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5rem;
  border-radius: 2.5rem;
  background: #F5F5F5;
}
section.pricing .wrapper .box .tabs {
  display: flex;
  gap: 0.25rem;
  flex-flow: row wrap;
  margin: 0 0 2.5rem;
}
section.pricing .wrapper .box .tabs .tab {
  flex: 1 1 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #E30751;
  background: white;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  white-space: nowrap;
}
section.pricing .wrapper .box .tabs .tab img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
}
section.pricing .wrapper .box .tabs .tab.active {
  background: #E30751;
  color: white;
}
section.pricing .wrapper .box .tabs .tab.active img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
section.pricing .wrapper .box .contents .content {
  display: none;
}
section.pricing .wrapper .box .contents .content.active {
  display: block;
}
section.pricing .wrapper .box .contents .content .description {
  padding: 1.5rem 0;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
section.pricing .wrapper .box .contents .content .description .icon {
  flex: 0 0 6rem;
  height: 6rem;
  font-size: 0;
}
section.pricing .wrapper .box .contents .content .description .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.pricing .wrapper .box .contents .content .description .text p {
  margin: 0.5rem 0 0;
}
section.pricing .wrapper .box .contents .content .items h5 {
  margin: 2.5rem 0 0;
}
section.pricing .wrapper .box .contents .content .items h6 {
  margin: 1.5rem 0 0;
  color: #00AEEF;
}
section.pricing .wrapper .box .contents .content .items .item {
  margin: 0.5rem 0 0;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.pricing .wrapper .box .contents .content .items .item .name {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 0.25rem;
}
section.pricing .wrapper .box .contents .content .items .item .value {
  flex: 0 0 17rem;
  text-align: right;
}
section.pricing .wrapper .box .contents .content .items .info {
  margin: 1.5rem 0 0;
  color: #00AEEF;
}
section.pricing .wrapper .flex {
  margin: 1.5rem 0 0;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}
section.pricing .wrapper .flex .icon-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 991px) {
  section.pricing .wrapper .box .contents .content .items .item {
    flex-flow: column;
    align-items: flex-start;
  }
  section.pricing .wrapper .box .contents .content .items .item .value {
    flex: 1 1 100%;
    align-self: flex-end;
  }
  section.pricing .wrapper .flex {
    flex-flow: column;
  }
}
@media (max-width: 575px) {
  section.pricing .wrapper .box {
    padding: 1rem;
  }
  section.pricing .wrapper .box .tabs {
    flex-flow: column;
  }
  section.pricing .wrapper .box .tabs .tab {
    white-space: normal;
  }
  section.pricing .wrapper .box .contents .content .description {
    align-items: flex-start;
    gap: 1.5rem;
    flex-flow: column;
  }
}
section.news {
  padding: 0 0 5rem;
}
section.news.category {
  padding: 5rem 0;
}
section.news .category-list {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
}
section.news .category-list .caption {
  margin: 0;
}
section.news .category-list .list {
  display: flex;
  gap: 1rem;
}
section.news .category-list .list .is-active {
  color: white;
  background: #E30751;
}
section.news .grid {
  margin: 2.5rem 0;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
  section.news .category-list {
    display: none;
  }
  section.news .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.news {
    padding: 0 0 3rem;
  }
  section.news.category {
    padding: 3rem 0;
  }
  section.news .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.service-list {
  padding: 0 0 5rem 0;
}
section.service-list.pink .grid a:hover {
  background: #E30751;
  color: white;
}
section.service-list.pink .grid a:hover .image img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
section.service-list.pink .grid a:hover .arrow {
  color: white;
}
section.service-list.blue .grid a:hover {
  background: #00AEEF;
  color: white;
}
section.service-list.blue .grid a:hover .image img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
section.service-list.blue .grid a:hover .arrow {
  color: white;
}
section.service-list .grid {
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
section.service-list .grid a {
  color: #21272A;
  padding: 1.5rem;
  border-radius: 2.5rem;
  border: 1px solid #E30751;
  background: #F5F5F5;
  position: relative;
  transition: all 0.3s ease-out;
}
section.service-list .grid a .image {
  width: 6rem;
  height: 6rem;
  margin: 0 0 1.5rem;
}
section.service-list .grid a .image img {
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.service-list .grid a h4 {
  margin: 0 0 3rem;
}
section.service-list .grid a .arrow {
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  color: #E30751;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
section.service-list .grid a:hover {
  box-shadow: 16px 16px 16px 0 rgba(227, 7, 81, 0.24), 16px 16px 40px 0 rgba(33, 39, 42, 0.4);
}

@media (max-width: 1199px) {
  section.service-list .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  section.service-list .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.service-list {
    padding: 0 0 3rem 0;
  }
  section.service-list .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.price-boxes {
  padding: 5rem 0;
}
section.price-boxes .top-text {
  max-width: 55rem;
  margin: 0 auto 2.5rem;
}
section.price-boxes .top-text p {
  margin: 1.5rem 0 0;
}
section.price-boxes .flex {
  padding: 2.5rem;
  border-radius: 2.5rem;
  background: #F5F5F5;
  gap: 1rem;
  flex-flow: row wrap;
  justify-content: center;
}
section.price-boxes .flex .col {
  box-sizing: border-box;
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #E30751;
  flex: 1;
}
section.price-boxes .flex .col .h2 {
  margin: 0 0 1.5rem;
  color: #E30751;
}
section.price-boxes .flex .col .size-m {
  margin: 0.5rem 0 0;
  color: #333;
}

@media (max-width: 1199px) {
  section.price-boxes .flex .col {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}
@media (max-width: 767px) {
  section.price-boxes {
    padding: 3rem 0;
  }
  section.price-boxes .flex .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  section.price-boxes .flex {
    padding: 1rem;
  }
}
section.service-intro {
  padding: 5rem 0;
}
section.service-intro .flex {
  padding: 2.5rem;
  border-radius: 2.5rem;
  gap: 5rem;
  align-items: center;
  justify-content: center;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.service-intro .flex .image {
  flex: 0 0 6rem;
  height: 6rem;
}
section.service-intro .flex .image img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 991px) {
  section.service-intro .flex {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  section.service-intro {
    padding: 3rem 0;
  }
  section.service-intro .flex {
    padding: 2rem 1rem;
    flex-flow: column;
    gap: 1rem;
    text-align: center;
  }
}
section.article-intro {
  padding: 5rem 0;
}
section.article-intro .wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
}
section.article-intro .wrapper .image {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.article-intro .wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.article-intro .wrapper .content {
  position: relative;
  z-index: 1;
  padding: 5rem;
  background: rgba(0, 0, 0, 0.64);
  color: white;
}
section.article-intro .wrapper .content .text {
  max-width: 55rem;
  margin: 0 auto;
}
section.article-intro .wrapper .content .text .date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}
section.article-intro .wrapper .content .text .categories {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}
section.article-intro .wrapper .content .text .categories a {
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  color: white;
  background: #00AEEF;
}
section.article-intro .wrapper .content .text h2 {
  margin-top: 1.5rem;
}
section.article-intro .wrapper .content .text p {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  section.article-intro {
    padding: 3rem 0;
  }
  section.article-intro .wrapper .content {
    padding: 2rem 1.5rem;
  }
}
section.contact-form {
  padding: 5rem 0;
}
section.contact-form .wrapper {
  max-width: 50rem;
  margin: 0 auto;
  padding: 5rem;
  border-radius: 2.5rem;
  background: url(../img/bg-section_2@2x.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}
section.contact-form .wrapper .text {
  color: white;
}
section.contact-form .wrapper .text p {
  margin: 1rem 0 0;
}
section.contact-form .wrapper .form {
  margin: 2.5rem 0 0;
}

@media (max-width: 991px) {
  section.contact-form .wrapper {
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  section.contact-form {
    padding: 3rem 0;
  }
}
@media (max-width: 575px) {
  section.contact-form .wrapper {
    padding: 1.5rem;
  }
}
/*==================================FOOTER=====================================*/
footer {
  padding: 3rem 0;
  background: #292929;
}
footer .flex:first-child {
  padding: 2.5rem;
  border-radius: 1.5rem;
  background: #E30751;
  gap: 3rem;
}
footer .flex:first-child .col {
  flex: 1;
  color: white;
}
footer .flex:first-child .col h6 {
  padding: 0.75rem 0;
}
footer .flex:first-child .col ul {
  margin: 1rem 0 0;
  display: flex;
  gap: 1rem;
  flex-flow: column;
}
footer .flex:first-child .col ul li a {
  color: white;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}
footer .flex:first-child .col p {
  margin: 0.5rem 0 1.5rem;
}
footer .flex:first-child .col .box {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: 1px solid white;
}
footer .flex:first-child .col .box .btn {
  padding: 1rem 0;
}
footer .flex:first-child .col .social {
  margin: 1.5rem 0 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .flex:first-child .col .social a {
  font-size: 0;
}
footer .flex:last-child {
  padding: 3rem 0 0;
  align-items: center;
  justify-content: space-between;
}
footer .flex:last-child .copyright {
  color: white;
  font-weight: 500;
}
footer .flex:last-child .links {
  display: flex;
  gap: 1rem;
  align-items: center;
}
footer .flex:last-child .links a {
  color: white;
  font-weight: 500;
}

@media (max-width: 1199px) {
  footer .flex {
    flex-flow: row wrap;
  }
  footer .flex:first-child .col {
    flex: 1 1 100%;
  }
  footer .flex:first-child .col:nth-child(2), footer .flex:first-child .col:nth-child(3) {
    flex: 0 0 calc(50% - 1.5rem);
  }
}
@media (max-width: 767px) {
  footer .flex:last-child {
    flex-flow: column-reverse;
    gap: 2rem;
  }
}
@media (max-width: 575px) {
  footer .flex {
    flex-flow: row wrap;
  }
  footer .flex:first-child .col {
    flex: 1 1 100%;
  }
  footer .flex:first-child .col:nth-child(2), footer .flex:first-child .col:nth-child(3) {
    flex: 1 1 100%;
  }
}
/*==================================RETINA=====================================*/
/*==================================RESPONSE===================================*/

/*# sourceMappingURL=style.css.map */
