@charset "UTF-8";

a,
a:hover {
    text-decoration: none;
}

:root {
    --fontSize: 16px;
    --fontSize-l: 20px;
    --fontSize-xl: 24px;
    --fontSize-xxl: 32px;
    --fontSize-s: 12px;
    --fontSize-xs: 8px;
    --gutter: 16px;
    --gutter-l: 24px;
    --gutter-xl: 38px;
    --gutter-xxl: 160px;
    --gutter-s: 8px;
    --gutter-xs: 4px;
    --shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    --colorFirst: #2b2b2b;
    --colorSecond: #06a0eb;
    --colorThird: #878d91;
    --colorBg: #f2f2f2;
    --gradient: linear-gradient(76deg,
            var(--colorSecond) 0%,
            var(--colorThird) 53%,
            var(--colorFirst) 100%);
    --fontFamily: "sf_ui_displayregular", sans-serif;
    --fontLight: "sf_ui_displaylight", sans-serif;
    --fontBold: "sf_ui_displaybold", sans-serif;
    --fontIcon: "automechanica";
    --container: 100%;
    --app-height: 100vh;
    --suggestions-gutter: 100px;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.selectdrop__item,
body {
    font-family: "SF Pro Display" !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

.button-1,
.button-2,
.footer p {
    font-family: var(--fontFamily);
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover {
    color: inherit;
}

input[type="checkbox"],
input[type="radio"],
label {
    cursor: pointer;
}

@media (max-width: 599px) {
    .button-mobile {
        padding: 1.25rem 2.5rem !important;
        margin-bottom: 0.625rem !important;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .button-mobile {
        padding: 1.25rem 2.5rem !important;
        margin-bottom: 0.625rem !important;
    }
}

.button-1,
.button-2 {
    background-color: transparent;
    color: var(--colorFirst);
    font-size: 16px;
    font-weight: 500;
    padding: 6px 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid var(--colorFirst);
}

.header,
.menu,
.modal__custom {
    position: fixed;
}

@media (min-width: 992px) {
    :root {
        --container: 960px;
    }

    .button-1,
    .button-2 {
        padding: 8px 36px;
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    :root {
        --container: 1140px;
    }

    .button-1,
    .button-2 {
        padding: 11px 46px;
        font-size: 20px;
    }
}

.button-1:hover,
.button-2:hover {
    color: var(--colorSecond);
    border-color: var(--colorSecond);
}

.button-1.white,
.button-2.white {
    border-color: #fff;
    color: #fff;
}

.button-1.white:hover,
.button-2.white:hover {
    border-color: var(--colorFirst);
    color: var(--colorFirst);
}

.button-1.blue,
.button-2.blue {
    border-color: var(--colorSecond);
    color: var(--colorSecond);
}

.button-1.blue:hover,
.button-2.blue:hover {
    border-color: var(--colorFirst);
    color: var(--colorFirst);
}

.button-1.white-full,
.button-2.white-full {
    border-color: #fff;
    color: var(--colorSecond);
    background-color: #fff;
}

.button-1.white-full:hover,
.button-2.white-full:hover {
    border-color: #0075af;
    background-color: #0075af;
    color: #fff;
}

.button-1.blue-full,
.button-2.blue-full {
    border-color: var(--colorSecond);
    color: #fff;
    background-color: var(--colorSecond);
}

.button-1.blue-full:hover,
.button-2.blue-full:hover {
    border-color: #0088cb;
    background-color: #0088cb;
}

.button-1.blue-full i,
.button-2.blue-full i {
    margin-right: 5px;
}

button {
    border: none;
    cursor: pointer;
}

.datepick__item {
    display: inline-block;
}

.blue-color {
    color: #06a0eb;
}

.pt-9 {
    padding-top: 5.625rem;
}

.ml-8 {
    left: 1.25rem;
}

.mr-8 {
    right: 1.25rem;
}

.mb-10 {
    bottom: 3.125rem;
}

.ml-auto {
    margin-left: auto;
}

.modal__custom {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 10001;
    overflow: scroll;
}

.modal__custom:not(.show) {
    display: none;
}

.modal__header {
    padding: 3.125rem 0 0 3.125rem;
    text-align: right;
}

.modal__exit {
    color: #2b2b2b;
    font-size: 1.25rem;
}

.modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 599px) {
    .modal__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.success {
    padding: 1.5625rem 0;
    color: #2b2b2b;
}

.success__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding-top: 2.9375rem;
    margin-right: 3.125rem;
}

.success__close {
    color: #878d91;
}

.success__close:hover,
.success__close:hover .btn-close:hover {
    color: #2b2b2b;
}

.success__close:hover .btn-close {
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.success__close .close-button {
    font-size: 1.25rem;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.success__body {
    margin-left: 9.375rem;
}

@media (min-width: 600px) and (max-width: 1000px) {
    .success__body {
        margin-left: 0;
    }
}

.success__title {
    font-size: 2.875rem;
    font-weight: 700;
    margin-bottom: 3.75rem;
    display: block;
}

.success__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 599px) {
    .success__header {
        padding-top: 1.875rem;
        margin-right: 1.875rem;
    }

    .success__body {
        margin-left: 0;
    }

    .success__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.success__logo {
    margin-right: 0.9375rem;
}

.success__detail {
    margin-top: 0.9375rem;
}

.success__company {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.875rem;
    display: inline-block;
}

.success__list {
    font-size: 1.5rem;
}

.success__footer a,
.success__footer--send {
    display: inline-block;
    font-size: 1.25rem;
    padding: 0.9375rem 3.4375rem;
}

.success__list li {
    margin-bottom: 0.625rem;
    color: #878d91;
    font-weight: 300;
    line-height: 1.8125rem;
}

.success__list li span {
    min-width: 9.875rem;
    text-align: right;
    display: inline-block;
}

.success__list li span.success__location {
    margin-right: 0.25rem;
}

.profile__menu a i,
.success__footer a i,
.success__footer--send i {
    margin-right: 1.25rem;
}

.success__list li strong {
    color: #2b2b2b;
    font-weight: 700;
}

.success__list li a {
    color: #06a0eb;
    font-weight: 700;
}

.success__footer {
    margin-top: 2.34375rem;
}

.success__footer a {
    border: 2px solid #06a0eb;
    color: #06a0eb;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.success__footer a:hover {
    color: #2b2b2b;
    border-color: #2b2b2b;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.success__footer--send {
    margin-top: 2.34375rem;
    border: 2px solid #06a0eb;
    color: #06a0eb;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: 0 0;
}

.success__footer--send:hover {
    color: #2b2b2b;
    border-color: #2b2b2b;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.container {
    max-width: 75rem;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-dots li {
    margin: 1.25rem 0.625rem;
}

.slick-dots li.slick-active button {
    background-color: #06a0eb;
}

.slick-dots li button {
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    background-color: #878d91;
    border-radius: 10px;
    height: 12px;
    width: 10px;
}

@media (min-width: 600px) and (max-width: 1000px) {
    .mrl-12 {
        margin-right: 7.5rem;
    }
}

.form-check input[type="checkbox"] {
    border: 2px solid #878d91;
    border-radius: 0;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.form-check input[type="checkbox"]:checked {
    background-image: none;
    padding: 0.25rem;
    background-color: transparent;
}

.form-check input[type="checkbox"]:checked::after {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    background-color: #06a0eb;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-check label {
    margin-left: 1.25rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    position: relative;
    top: 0.3125rem;
}

.form-check-collapse {
    border-top: 2px solid #dedddd;
    padding-top: 0.625rem;
}

.form-check-label i {
    margin-left: 1.875rem;
    font-size: 1.25rem;
    color: #06a0eb;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    display: inline-block;
}

.header,
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
}

.form-check-label i.rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.selectdrop__select {
    font-size: 1.25rem;
    color: #878d91;
    padding: 1.4375rem 1.875rem;
    border-radius: 0;
    border: 2px solid #dedddd;
    width: 100%;
    text-align: left;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .menu-left .menu-button i,
.header .menu-left .search-button i,
.header .menu-right .menu-calender i {
    color: var(--colorFirst);
    font-size: 22px;
}

.selectdrop__select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dedddd;
}

.header {
    top: 0;
    background-color: #dedddd;
    height: 60px;
    width: 100%;
    display: flex;
    z-index: 10;
    -webkit-transition: all 0.4s cubic-bezier(0.44, 0.97, 0.56, 0.96);
    transition: all 0.4s cubic-bezier(0.44, 0.97, 0.56, 0.96);
}

.header .container {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

.header .menu-left .menu-button {
    margin-right: 20px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .header {
        height: 75px;
    }

    .header .menu-left {
        margin-left: 0;
    }

    .header .menu-left .menu-button {
        margin-right: 40px;
    }
}

.header .menu-left .search-button {
    cursor: pointer;
}

.header .logo,
.header .logo picture {
    height: 100%;
    display: block;
}

.header .logo picture img {
    height: 100%;
}

.header .menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .menu-right .menu-calender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .menu-right .menu-calender:hover i {
    color: var(--colorThird);
}

.header .menu-right .language {
    width: 80px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .header .menu-right .language {
        height: 75px;
        width: 110px;
    }
}

.header .menu-right .language .btn,
.menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
}

.header .menu-right .language .btn {
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: #dedddd;
    z-index: 10;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .menu-right .language .btn:after {
    display: none;
}

.header .menu-right .language .btn i {
    font-size: 22px;
    color: var(--colorFirst);
}

.header .menu-right .language .dropdown-menu {
    -webkit-transition: all 0.4s cubic-bezier(0.44, 0.97, 0.56, 0.96) !important;
    transition: all 0.4s cubic-bezier(0.44, 0.97, 0.56, 0.96) !important;
    -webkit-transform: translate(0, 0) scale(0.2) !important;
    transform: translate(0, 0) scale(0.2) !important;
    top: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: #fff;
    min-width: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    display: block !important;
    z-index: 9;
}

.header .menu-right .language .dropdown-menu li {
    border-bottom: 1px solid #707070;
}

.header .menu-right .language .dropdown-menu li:last-child {
    border-bottom: 0;
}

.header .menu-right .language .dropdown-menu li a {
    padding: 6px 3px;
    pointer-events: none;
    color: #dedddd;
    font-size: 11px;
    font-family: var(--fontBold);
    text-align: center;
}

@media (min-width: 992px) {
    .header .menu-right .language .dropdown-menu {
        -webkit-transform: translate(0, 0) scale(0.2) !important;
        transform: translate(0, 0) scale(0.2) !important;
    }

    .header .menu-right .language .dropdown-menu li a {
        font-size: 14px;
        padding: 8px 5px;
    }
}

.header .menu-right .language .dropdown-menu li a:hover {
    background-color: #f2f2f2 !important;
}

.header .menu-right .language .dropdown-menu li a.active {
    color: #505456;
    pointer-events: all;
    background-color: #fff;
}

.header .menu-right .language .dropdown-menu.show {
    -webkit-transform: translate(0, 60px) scale(1) !important;
    transform: translate(0, 60px) scale(1) !important;
}

@media (min-width: 992px) {
    .header .menu-right .language .dropdown-menu.show {
        -webkit-transform: translate(0, 75px) scale(1) !important;
        transform: translate(0, 75px) scale(1) !important;
    }
}

.menu {
    z-index: 999;
    width: 90vw;
    background-color: #fff;
    padding: 25px 30px 25px 25px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-90vw);
    transform: translateX(-90vw);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

@media (min-width: 992px) {
    .menu {
        -webkit-transform: translateX(-28vw);
        transform: translateX(-28vw);
        width: 28vw;
    }
}

.menu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.menu-head .home i {
    font-size: 26px;
    color: var(--colorFirst);
}

.menu-close {
    background-color: transparent;
    padding: 0;
    display: inline-block;
}

.menu-close i {
    font-size: 18px;
    color: var(--colorFirst);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
}

.menu-close:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--colorThird);
}

.menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 15px;
    width: 100%;
}

.menu nav a {
    margin-bottom: 25px;
    position: relative;
}

.menu nav a h3 {
    margin-bottom: 3px;
    font-size: 16px;
    font-family: var(--fontBold);
    color: var(--colorSecond);
}

@media (min-width: 992px) {
    .menu nav {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .menu nav a h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .menu nav a h3 {
        font-size: 24px;
    }
}

.menu nav a p {
    font-size: 13px;
    margin-bottom: 0;
    color: var(--colorThird);
}

@media (min-width: 1200px) {
    .menu nav a p {
        font-size: 16px;
    }
}

.menu nav a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    font-family: var(--fontIcon);
    content: "\e904";
    font-size: 18px;
    color: var(--colorSecond);
    left: auto;
}

@media (min-width: 1200px) {
    .menu nav a:before {
        font-size: 22px;
    }
}

.menu nav a:hover h3,
.menu nav a:hover p,
.menu nav a:hover:before {
    color: var(--colorFirst);
}

.menu .button-1 {
    margin-bottom: 10px;
}

.menu .link {
    margin-top: 15px;
    color: var(--colorThird);
    font-size: 13px;
}

.menu .link:hover,
.search-head button i,
.search-head h3 {
    color: var(--colorFirst);
}

.menuShow .blueHover {
    -webkit-transform: translateX(90vw);
    transform: translateX(90vw);
}

@media (min-width: 992px) {
    .menu .button-1 {
        margin-bottom: 20px;
    }

    .menu .link {
        margin-top: 25px;
    }

    .menuShow .blueHover {
        -webkit-transform: translateX(28vw);
        transform: translateX(28vw);
    }
}

.menuShow .blueHover-backdrop {
    display: block;
    pointer-events: all;
}

.search,
.search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
}

.menuShow .menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search {
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    height: 300px;
    padding: 20px 40px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .search {
        padding: 40px 0;
    }
}

@media (min-width: 1200px) {
    .menu .link {
        font-size: 16px;
    }

    .search {
        height: 400px;
        padding: 80px 0;
        -webkit-transform: translateY(-400px);
        transform: translateY(-400px);
    }
}

.search-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    height: 250px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-content,
.search-head {
    display: -webkit-box;
    display: -ms-flexbox;
}

@media (min-width: 992px) {
    .search-container {
        width: 800px;
        height: 100%;
    }
}

.search-head {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .search-head {
        margin-bottom: 25px;
    }
}

.search-head h3 {
    font-size: 26px;
    font-family: var(--fontBold);
}

@media (min-width: 992px) {
    .search-head h3 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .search-container {
        width: 1000px;
    }

    .search-head {
        margin-bottom: 35px;
    }

    .search-head h3 {
        font-size: 46px;
    }
}

.search-head button {
    background-color: transparent;
}

.search-head button i {
    font-size: 14px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
    .search-head button i {
        font-size: 16px;
    }
}

.search-head button:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--colorThird);
}

.search .key {
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .search-head button i {
        font-size: 18px;
    }

    .search .key {
        margin-bottom: 25px;
    }
}

.search .key-item {
    font-size: 14px;
    color: var(--colorThird);
    margin-right: 25px;
}

@media (min-width: 992px) {
    .search .key-item {
        margin-right: 10px;
        font-size: 20px;
    }
}

.search .key-item.active,
.search .key-item:hover {
    color: var(--colorSecond);
}

.search-content {
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .search-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 60px;
    }
}

@media (min-width: 1200px) {
    .search .key-item {
        margin-right: 35px;
        font-size: 24px;
    }

    .search-content {
        height: 72px;
    }
}

.search-content input {
    border: 1px solid #707070;
    height: 60px;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.search-content input::-webkit-input-placeholder {
    color: #878d91;
}

.search-content input:-moz-placeholder {
    color: #878d91;
}

.search-content input::-moz-placeholder {
    color: #878d91;
}

.search-content input:-ms-input-placeholder {
    color: #878d91;
}

@media (min-width: 992px) {
    .search-content input {
        height: 100%;
    }
}

.search-content button {
    background-color: #06a0eb;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    min-width: 150px;
    height: 50px;
    margin-top: 20px;
    margin-left: auto;
}

@media (min-width: 992px) {
    .search-content button {
        width: 200px;
        min-width: 200px;
        margin-left: 34px;
        margin-top: 0;
        height: 60px;
    }
}

@media (min-width: 1200px) {
    .search-content input {
        font-size: 20px;
        padding: 10px 30px;
    }

    .search-content button {
        width: 250px;
        min-width: 250px;
        margin-left: 54px;
    }
}

.search-content button i {
    font-size: 18px;
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .search-content button i {
        font-size: 22px;
        margin-right: 7px;
    }
}

.search-content button span {
    font-size: 16px;
}

.searchShow .blueHover {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
}

@media (min-width: 1200px) {
    .search-content button span {
        font-size: 20px;
    }

    .searchShow .blueHover {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
    }
}

.searchShow .blueHover-backdrop {
    display: block;
    pointer-events: all;
}

.searchShow .search {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.footer .contact,
.footer .enews,
.footer .social {
    background-color: var(--colorBg);
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 154px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .contact,
.footer .social-inner {
    display: -webkit-box;
    display: -ms-flexbox;
}

.footer p {
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
}

@media (min-width: 992px) {

    .footer .contact,
    .footer .enews,
    .footer .social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer p {
        padding-right: 18px;
        font-size: 26px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {

    .footer .contact,
    .footer .enews,
    .footer .social {
        min-height: 174px;
    }

    .footer p {
        padding-right: 22px;
        font-size: 32px;
    }
}

.footer .enews {
    width: 100%;
}

.footer .social-inner {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .social-inner a {
    padding-right: 20px;
    color: var(--colorThird);
}

@media (min-width: 992px) {
    .footer .social-inner a {
        padding-right: 40px;
    }
}

.footer .social-inner a.last-child {
    padding-right: 0;
}

.footer .social-inner a i {
    font-size: 26px;
}

.footer .social-inner a:hover {
    color: var(--colorSecond);
}

.footer .contact {
    display: flex;
}

.footer .contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .footer .social-inner a i {
        font-size: 36px;
    }

    .footer .contact .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer .contact-item,
.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: column;
}

.footer .contact-item {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 10px;
    border-bottom: 1px solid #fff;
}

.footer .contact-item:first-child {
    border-right: 0;
}

@media (min-width: 992px) {
    .footer .contact-item {
        padding: 50px 10px;
        border-bottom: 0;
    }

    .footer .contact-item:first-child {
        border-right: 1px solid #fff;
    }
}

.footer .contact-item p {
    padding-right: 0;
}

.footer-content,
.slide .cube-wrapper .cube-large {
    padding: 20px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}

.footer .contact-item svg {
    margin-top: 25px;
    margin-bottom: 20px;
    display: none;
}

@media (min-width: 992px) {
    .footer .contact-item svg {
        display: block;
    }

    .footer-content {
        padding: 20px 0 40px;
    }
}

.footer .contact-item svg #Color * {
    fill: var(--colorSecond);
}

.footer-content {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-link a {
    font-size: 14px;
    color: var(--colorThird);
    margin: 10px;
    text-align: center;
}

.footer-link a:hover {
    color: var(--colorFirst);
}

.footer-link.blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .footer-link a {
        margin: 20px;
        font-size: 16px;
    }

    .footer-link.blue {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer-link.blue a {
    color: var(--colorSecond);
    margin: 10px 20px;
}

@media (min-width: 992px) {
    .footer-link.blue a {
        margin: 18px 40px;
    }
}

.footer-link.blue a:hover {
    color: var(--colorFirst);
}

.footer .copyright {
    font-size: 12px;
    color: var(--colorThird);
    margin-top: 5px;
}

.headerClose .header {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
}

.headerClose .slide .cube-wrapper .cube-large {
    opacity: 0;
    pointer-events: none;
}

.headerClose .slide .cube-wrapper .cube-medium {
    height: 80px;
    -webkit-transform: translateY(-155px);
    transform: translateY(-155px);
}

.headerClose .slide .cube-wrapper .cube-medium p {
    opacity: 0;
}

.headerClose .slide .cube-wrapper .cube-small {
    opacity: 0;
    pointer-events: none;
}

.headerFix .header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.headerFix .slide .cube-wrapper .cube-medium {
    height: 60px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width: 992px) {
    .footer .copyright {
        font-size: 14px;
    }

    .headerFix .slide .cube-wrapper .cube-medium {
        height: 80px;
    }
}

.blueHover {
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.blueHover-backdrop {
    z-index: 999;
    background-color: rgba(6, 158, 234, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    display: none;
}

.meeting,
.profile,
.profile__images,
.profile__search--box,
.slide>picture {
    position: relative;
}

.slide>picture {
    width: 100%;
    height: 710px;
    display: block;
}

.slide>picture img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
}

.slide .cube-wrapper {
    position: fixed;
    z-index: 1;
    left: 5vw;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media (min-width: 576px) {
    :root {
        --container: 540px;
    }

    .slide .cube-wrapper {
        left: 25vw;
    }
}

@media (min-width: 768px) {
    :root {
        --container: 720px;
    }

    .slide .cube-wrapper {
        left: calc(50% - 110px);
    }
}

@media (min-width: 1300px) {
    .slide .cube-wrapper {
        left: calc(50% - 315px);
    }
}

.slide .cube-wrapper .cube {
    position: absolute;
    -webkit-transition: all 0.4s cubic-bezier(0.44, 0.97, 0.56, 0.96);
    transition: all 0.4s cubic-bezier(0.44, 0.97, 0.56, 0.96);
}

.slide .cube-wrapper .cube-large {
    background-color: #fff;
    width: 230px;
    height: 230px;
    color: var(--colorFirst);
    top: 220px;
    left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .slide .cube-wrapper .cube-large {
        left: -200px;
        width: 291px;
        height: 291px;
        top: 250px;
    }
}

@media (min-width: 992px) {
    .slide .cube-wrapper .cube-large {
        top: 265px;
    }
}

.slide .cube-wrapper .cube-large h3,
.slide .cube-wrapper .cube-large h4 {
    font-size: 18px;
    font-family: var(--fontBold);
}

@media (min-width: 768px) {

    .slide .cube-wrapper .cube-large h3,
    .slide .cube-wrapper .cube-large h4 {
        font-size: 24px;
    }
}

.slide .cube-wrapper .cube-large p {
    margin-bottom: 0;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.slide .cube-wrapper .cube-large p span {
    font-size: 18px;
    font-family: var(--fontBold);
}

@media (min-width: 768px) {
    .slide .cube-wrapper .cube-large p span {
        font-size: 24px;
    }
}

.slide .cube-wrapper .cube-large p i {
    font-size: 20px;
    color: var(--colorFirst);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slide .cube-wrapper .cube-large:hover p {
    color: var(--colorSecond);
}

.slide .cube-wrapper .cube-large:hover p i {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    color: var(--colorSecond);
}

.slide .cube-wrapper .cube-medium {
    background-color: var(--colorSecond);
    width: 160px;
    height: 160px;
    padding: 14px;
    color: var(--colorFirst);
    top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .slide .cube-wrapper .cube-large p i {
        font-size: 34px;
    }

    .slide .cube-wrapper .cube-medium {
        width: 190px;
        height: 190px;
    }
}

@media (min-width: 992px) {
    .slide .cube-wrapper .cube-medium {
        top: 75px;
    }
}

.slide .cube-wrapper .cube-medium picture,
.slide .cube-wrapper .cube-medium picture img {
    width: 100%;
}

.slide .cube-wrapper .cube-medium p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.slide .cube-wrapper .cube-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #0088cb;
    width: 113px;
    height: 113px;
    padding: 20px;
    color: #fff;
    top: 450px;
    left: 40px;
}

@media (min-width: 768px) {
    .slide .cube-wrapper .cube-small {
        top: 194px;
        left: 190px;
    }
}

@media (min-width: 992px) {
    .slide .cube-wrapper .cube-small {
        top: 209px;
    }
}

.slide .cube-wrapper .cube-small p {
    padding-right: 7px;
    font-size: 16px;
    font-family: var(--fontBold);
}

.slide .cube-wrapper .cube-small i {
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slide .cube-wrapper .cube-small:hover {
    background-color: #0075af;
}

.slide .cube-wrapper .cube-small:hover i {
    -webkit-transform: translate(12px, 12px);
    transform: translate(12px, 12px);
}

body.subpage .slide .cube-wrapper .cube-medium {
    height: auto !important;
}

.icon-favori-1:hover::before {
    content: "" !important;
}

.plus-icon {
    margin-left: 10px;
}

@media only screen and (min-width: 990px) and (max-width: 1400px) {
    .meeting__arrow--left {
        left: -40vw !important;
    }

    .meeting__arrow--right {
        right: -34vw !important;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1300px) {
    .meeting__arrow--left {
        left: -44vw !important;
    }

    .meeting__arrow--right {
        right: -37vw !important;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1170px) {
    .meeting__arrow {
        display: none;
    }

    .meeting-board .item .content {
        width: 100% !important;
    }

    .tabs__menu::after,
    .tabs__menu::before {
        display: none !important;
    }

    .tabs__menu {
        border-bottom: 1px solid #878d91;
        padding-bottom: 0.8125rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1000px) {
    .mrl-12 {
        margin-right: 0 !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .business__content {
        text-align: center;
        padding: 0.9375rem 0;
    }

    .business__content div,
    .business__content p {
        margin-bottom: 1.25rem;
    }

    .business__content a {
        margin: auto;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
    .all__content .link {
        padding: 0.625rem 1.4rem !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .product__info-col-grid {
        grid-template-columns: 1fr !important;
    }

    .product__info--item {
        margin-bottom: 0.9375rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 730px) {
    .field__item {
        right: 0 !important;
    }
}

@media screen and (max-width: 1025px) {
    .business:hover::after {
        width: 55rem !important;
        height: 25rem !important;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
}

@media screen and (max-width: 768px) {
    .business:hover::after {
        width: 45.625rem !important;
        height: 25rem !important;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
}

@media screen and (max-width: 1024px) {
    .success__send {
        margin-left: 0 !important;
        margin-top: 0.625rem;
    }
}

.meeting-board .item {
    width: 62.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

@media (max-width: 599px) {
    .header .logo picture {
        text-align: center;
    }

    .meeting-board .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
}

.meeting-board .item .logos {
    background-color: #505456;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 599px) {
    .meeting-board .item .logos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.meeting-board .item .logos svg {
    padding: 2.875rem 2.625rem;
}

.meeting-board .item .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 37.875rem;
    background-color: #f2f2f2;
    padding: 1.875rem 1.875rem 4.875rem 7.125rem;
}

@media (max-width: 599px) {
    .meeting-board .item .content {
        width: 100%;
        padding: 1.25rem;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .meeting-board .item .content {
        padding: 1.875rem 2.5rem;
    }
}

.meeting-board .item .content .meeting {
    color: #2b2b2b;
}

.meeting-board .item .content .meeting-company {
    font-size: 2.25rem;
    font-weight: 700;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #dedddd;
}

@media (max-width: 599px) {
    .meeting-board .item .content .meeting-company {
        padding-bottom: 1rem;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .meeting-board .item .content .meeting-company {
        padding-bottom: 1rem;
    }
}

.meeting-board .item .content .meeting-user {
    font-size: 2.875rem;
    font-weight: 700;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.meeting-board .item .content .meeting-user_position {
    font-size: 1.5rem;
    padding-bottom: 2.375rem;
}

.meeting-board .item .content .meeting-date {
    font-size: 1rem;
    padding-bottom: 2.5rem;
}

.meeting-board .item .content .meeting-detail {
    color: #06a0eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.meeting-board .item .content .meeting-detail svg {
    margin-right: 0.8125rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.meeting-board .item .content .meeting-detail:hover {
    color: #2b2b2b;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.meeting-board .item .content .meeting-detail:hover svg path {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    fill: #2b2b2b;
}

.profile {
    overflow: hidden;
}

.profile__after::after,
.profile__before::before {
    background: #f2f2f2;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
}

.profile__before::before {
    left: -90%;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.profile__before:hover::before {
    content: "";
    left: -0.9375rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.profile__after::after {
    right: -90%;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 600px) and (max-width: 1000px) {
    .profile__after::after {
        right: 0;
    }
}

.profile__after:hover::after {
    content: "";
    right: -0.9375rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.profile__body {
    background-color: #f2f2f2;
    padding: 3.75rem 0;
    color: #2b2b2b;
}

@media (max-width: 599px) {
    .profile {
        background-color: #f2f2f2;
        margin: 0.125rem 0;
    }

    .profile__after::after,
    .profile__before::before {
        display: none;
    }

    .profile__body {
        margin: 0.625rem 0;
        padding-left: 0.9375rem !important;
    }
}

.profile__list {
    margin-bottom: 3.75rem;
}

.profile__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.875rem;
}

.profile__menu li {
    margin-bottom: 1.25rem;
}

.profile__menu a {
    color: #06a0eb;
    font-size: 1.25rem;
}

.profile__menu a span {
    color: #878d91;
}

.profile__menu a:hover {
    color: #2b2b2b;
}

.profile__search {
    border-bottom: 1px solid #878d91;
    margin-right: 6.25rem;
}

@media (max-width: 599px) {
    .profile__search {
        margin-right: 1.25rem;
    }

    .profile__button {
        text-align: center;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .profile__after:hover::after {
        right: 0;
    }

    .profile__search {
        margin-right: 1.25rem;
    }
}

.profile__search--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile__search--box i {
    font-size: 1.375rem;
    color: #06a0eb;
    margin-right: 1.375rem;
}

.profile__search--box input {
    background: 0 0;
    border: none;
    margin-bottom: 1.875rem;
    width: 100%;
    color: #2b2b2b;
    font-size: 1.25rem;
}

.profile__search--box input::-webkit-input-placeholder {
    color: #06a0eb;
}

.profile__search--box input:-ms-input-placeholder {
    color: #06a0eb;
}

.profile__search--box input::-ms-input-placeholder {
    color: #06a0eb;
}

.profile__search--box input::placeholder {
    color: #06a0eb;
}

.profile__search--box input:focus {
    outline: 0;
}

.profile__company {
    margin-top: 1.25rem;
}

.profile__button,
.speaker__social li {
    margin-top: 1.875rem;
}

.profile__company span {
    font-size: 1rem;
    color: #878d91;
    margin-bottom: 0.625rem;
    display: inline-block;
    font-weight: 300;
}

.business__content,
.search__sub {
    display: -ms-flexbox;
    display: -webkit-box;
}

.profile__company span a {
    color: #2b2b2b;
}

.profile__company--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile__images {
    max-width: 3.5625rem;
    max-height: 3.5625rem;
    overflow: hidden;
    background: #fff;
    border: 0.5px solid #dedddd;
    margin-right: 0.9375rem;
}

.profile__images img {
    width: 100%;
}

.profile__content .title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.profile__content .description {
    font-size: 0.875rem;
    color: #878d91;
    font-weight: 300;
}

@media (min-width: 600px) and (max-width: 1000px) {
    .profile__content .description {
        margin-right: 1.25rem;
    }
}

.profile__button a {
    border: 2px solid #06a0eb;
    font-size: 1.25rem;
    color: #06a0eb;
    padding: 0.9375rem 3.4375rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 599px) {
    .profile__button a {
        font-size: 0.9375rem;
        margin: auto;
    }

    .meeting__arrow {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .profile__button a {
        font-size: 0.9375rem;
    }

    .meeting__arrow {
        display: none;
    }
}

.profile__button a:hover {
    color: #2b2b2b;
    border-color: #2b2b2b;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.meeting__arrow {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 99991;
    font-size: 3.25rem;
    color: #878d91;
}

.meeting__arrow--left {
    position: relative;
    left: -37vw;
    cursor: pointer;
}

.meeting__arrow--right {
    right: -30.5vw;
    position: relative;
    cursor: pointer;
}

.business {
    position: relative;
    overflow: hidden;
}

.business::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background-position: center center;
    margin: auto;
}

.business:hover::after {
    width: 68.75rem;
    height: 31.25rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.business__body {
    padding: 9.90625rem 11.25rem;
    z-index: 2;
    position: relative;
}

@media (max-width: 599px) {
    .business:hover::after {
        width: 100% !important;
        height: 100% !important;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .business__body {
        padding: 1.25rem 0;
    }

    .business__content {
        text-align: center;
        margin: auto;
    }

    .business__content a,
    .business__content div,
    .business__content p {
        margin: 0.625rem 0;
    }
}

@media (max-width: 1000px) {
    .business__body {
        padding: 1.875rem;
    }
}

.business__body:hover::after,
.business__body:hover::before {
    content: "";
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.business__body:hover::after {
    left: 0;
}

.business__body:hover::before {
    right: 0;
}

.business__content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #2b2b2b;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.business__title {
    font-size: 2.875rem;
    font-weight: 700;
}

.business__description {
    font-size: 1.5rem;
}

.business__button {
    font-size: 1.25rem;
    color: #06a0eb;
    padding: 0.9375rem 3.4375rem;
    border: 2px solid #06a0eb;
    width: 12.125rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.business__button:hover {
    color: #2b2b2b;
    border-color: #2b2b2b;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

@media (max-width: 599px) {
    .business__button {
        margin: auto;
        width: auto;
    }

    .search__sub form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.business__image img {
    width: 100%;
}

.search__sub {
    display: flex;
}

.meeting__item,
.search__sub form {
    display: -webkit-box;
    display: -ms-flexbox;
}

.search__sub form {
    display: flex;
    width: 100%;
}

.search__sub input {
    padding: 1.0625rem 1.375rem;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #fff;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    border-radius: 0;
}

.search__sub input::-webkit-input-placeholder {
    color: #fff;
}

.search__sub input:-ms-input-placeholder {
    color: #fff;
}

.search__sub input::-ms-input-placeholder {
    color: #fff;
}

.search__sub input::placeholder {
    color: #fff;
}

.search__sub button {
    background-color: #06a0eb;
    border: none;
    width: 30%;
    margin-left: 3.4375rem;
    font-size: 1.25rem;
    color: #fff;
}

@media (max-width: 599px) {
    .search__sub button {
        width: 100%;
        margin-left: 0;
        padding: 1.0625rem 1.375rem;
        margin-top: 0.625rem;
    }

    .meeting {
        background-color: #f2f2f2;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .search__sub button {
        width: 50%;
        margin-left: 1.71875rem;
    }
}

.search__sub button i {
    margin-right: 0.9375rem;
}

.meeting__title {
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
    font-size: 3.5rem;
    font-weight: 700;
    display: block;
    text-align: center;
}

@media (max-width: 599px) {
    .meeting__title {
        font-size: 2.8125rem;
        margin-top: 0.125rem;
        padding-top: 1.875rem;
    }
}

.meeting__card {
    display: grid;
    place-content: center;
}

.meeting__item {
    display: flex;
    min-height: 400px;
    overflow: hidden;
}

.meeting__logo {
    background: #505456;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24.5rem;
    max-width: 24.5rem;
}

.meeting__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f2f2f2;
    padding: 1.875rem 1.875rem 0 7.1875rem;
    color: #2b2b2b;
    max-width: 37.875rem;
    width: 100%;
}

.meeting__company {
    font-size: 2.25rem;
    font-weight: 700;
    padding-bottom: 2.1875rem;
    border-bottom: 1px solid #dedddd;
}

.meeting__speaker {
    font-size: 2.875rem;
    font-weight: 700;
    padding: 1.25rem 0;
}

.meeting__jobPosition {
    font-size: 1.5rem;
}

.meeting__date {
    font-size: 1rem;
    padding: 2.1875rem 0;
}

.meeting__link {
    font-size: 1.25rem;
    color: #06a0eb;
}

.meeting__link svg {
    margin-right: 0.8125rem;
}

.subheader {
    padding-top: 11.875rem;
    padding-bottom: 7.5rem;
}

.subheader__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subheader__subtitle {
    font-size: 1.5rem;
    color: #878d91;
    display: block;
    margin-bottom: 0.625rem;
}

.subheader__title {
    font-size: 2.875rem;
    color: #2b2b2b;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.875rem;
    max-width: 49.375rem;
}

.subheader__description {
    font-size: 1.25rem;
    color: #878d91;
    line-height: 1.5rem;
    max-width: 37.125rem;
}

@media (max-width: 599px) {
    .subheader {
        padding-bottom: 1.875rem;
    }

    .subheader__description {
        max-width: 100%;
    }

    .subheader__link {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .subheader__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .subheader__description {
        max-width: 100%;
    }
}

.subheader__link {
    margin-top: 3.75rem;
    display: inline-block;
    font-size: 1.25rem;
    color: #06a0eb;
    border: 2px solid #06a0eb;
    padding: 0.9375rem 3.125rem;
}

.subheader__link i {
    margin-right: 1.25rem;
}

.subheader__link:hover {
    border-color: #2b2b2b;
}

.subheader__date {
    color: #fff;
    padding: 3.125rem 1.5625rem;
    background-color: #06a0eb;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.subheader__date--item {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 2.8125rem;
}

.subheader__date--item:last-child {
    margin-bottom: 0;
}

.subheader__date--item span {
    font-size: 1.5rem;
    font-weight: 300;
    display: block;
}

@media (max-width: 1000px) {
    .subheader__date {
        margin-top: 1.25rem;
    }
}

.conference {
    background-color: #f2f2f2;
    margin-top: 0.125rem;
    padding-bottom: 11.875rem;
}

.conference__board {
    background-color: #fff;
    padding: 1.875rem;
    color: #2b2b2b;
    margin-bottom: 1.25rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.conference__board:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.conference__board:hover .conference__title {
    color: #2b2b2b;
}

.conference__subtitle {
    font-size: 1.25rem;
}

@media (max-width: 599px) {
    .conference__subtitle {
        font-size: 0.9375rem;
        line-height: 1.25rem;
    }
}

@media (max-width: 1000px) {
    .conference__subtitle {
        font-size: 0.9375rem;
        line-height: 1.25rem;
    }
}

.conference__title,
.speaker__title {
    max-width: 62.375rem;
    line-height: 2.6875rem;
}

.conference__subtitle--head {
    display: block;
    margin-top: 1.25rem;
    font-size: 1.5rem;
}

.conference__title {
    font-size: 2.25rem;
    color: #06a0eb;
    font-weight: 700;
    padding: 1.25rem 0;
}

.conference__title a {
    color: #06a0eb;
}

@media (max-width: 599px) {
    .conference__title {
        font-size: 1.125rem;
        line-height: 1.34375rem;
    }

    .conference__title--head {
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .conference__title {
        font-size: 1.125rem;
        line-height: 1.34375rem;
    }

    .conference__title--head {
        text-align: center;
    }
}

.conference__title--head {
    padding: 3.4375rem 1.875rem;
    font-size: 1.875rem;
    color: #2b2b2b;
    font-weight: 700;
}

.conference__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 599px) {
    .conference__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.conference__speaker span {
    color: #878d91;
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (max-width: 599px) {
    .conference__speaker span {
        font-size: 0.9375rem;
    }
}

@media (max-width: 1000px) {
    .conference__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .conference__speaker span {
        font-size: 0.9375rem;
    }
}

.conference__speaker--item {
    margin-bottom: 0.625rem;
    font-weight: 700;
    font-size: 1.25rem;
}

.conference__speaker--item::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #2b2b2b;
    display: inline-block;
    position: relative;
    margin-right: 0.3125rem;
    border-radius: 100px;
    top: -0.25rem;
}

.conference__speaker--item span {
    font-weight: 400;
}

.conference__speaker--item span::before {
    content: "-";
    display: inline-block;
    margin: 0 0.1875rem;
}

.conference__button {
    margin-top: auto;
}

@media (max-width: 599px) {
    .conference__speaker--item {
        font-size: 0.9375rem;
    }

    .conference__button {
        text-align: center;
        margin: 1.25rem auto auto;
    }
}

@media (max-width: 1000px) {
    .conference__speaker--item {
        font-size: 0.9375rem;
    }

    .conference__button {
        text-align: center;
        margin: 1.25rem auto auto;
    }
}

.conference__button a svg,
.modal__field a i,
.news__button svg {
    margin-right: 1.25rem;
}

.conference__button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem;
    color: #06a0eb;
}

@media (max-width: 599px) {
    .conference__button a {
        font-size: 0.9375rem;
        border: 1px solid #06a0eb;
        padding: 0.625rem 1.25rem;
    }
}

@media (max-width: 1000px) {
    .conference__button a {
        font-size: 0.9375rem;
        border: 1px solid #06a0eb;
        padding: 0.625rem 1.25rem;
    }
}

.modal__title,
.speaker__title {
    font-size: 2.25rem;
    font-weight: 700;
}

.speaker {
    padding-bottom: 11.875rem;
    color: #2b2b2b;
}

.speaker__title {
    color: #2b2b2b;
    padding: 3.75rem 0 1.875rem;
}

.speaker__item figure,
.speaker__item img {
    max-width: 15.0625rem;
    max-height: 21.25rem;
}

@media (max-width: 1000px) {
    .speaker__title {
        font-size: 1.125rem;
        line-height: 1.34375rem;
    }
}

.speaker__body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 2fr;
    gap: 0.75rem;
}

@media (max-width: 599px) {
    .speaker__title {
        line-height: 1.34375rem;
        font-size: 2.25rem;
        margin-bottom: 1.25rem;
    }

    .speaker__body {
        grid-template-columns: 1fr;
    }
}

.speaker__item {
    margin-bottom: 3.75rem;
    cursor: pointer;
}

.speaker__item figure {
    overflow: hidden;
    position: relative;
}

.speaker__nameSurname {
    padding: 1.25rem 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.speaker__jobPosition {
    color: #878d91;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.keynote__icon,
.keynote__text span {
    font-size: 0.875rem;
    padding: 0.5rem;
    background-color: #fff;
}

.keynote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    margin: 0.3125rem 0.1875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.keynote__icon {
    position: relative;
    color: #06a0eb;
    max-height: 1.875rem;
}

.keynote__text {
    position: relative;
    overflow: hidden;
}

.keynote__text span {
    position: relative;
    color: #878d91;
    display: inline-block;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    left: -9.375rem;
}

.session__body,
.session__item {
    display: -webkit-box;
    display: -ms-flexbox;
}

@media (max-width: 599px) {
    .keynote__text span {
        left: 0;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .speaker__body {
        grid-template-columns: 1fr 1fr;
    }

    .keynote__text span {
        left: 0;
    }

    .news__title {
        text-align: center;
    }
}

.keynote:hover {
    -webkit-animation: fadeInleft;
    animation: fadeInleft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.speaker__item:hover figure {
    position: relative;
    overflow: hidden;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.speaker__item:hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.play__button,
.session__media--icon {
    -webkit-transform: translate(-50%, -50%);
}

.speaker__item:hover .keynote__text span {
    left: 0;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.speaker__item:hover .speaker__nameSurname {
    color: #06a0eb;
}

.session__item {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5.625rem;
}

.session__item:nth-child(odd)::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 80%;
    left: 0;
    height: 224px;
}

.session__item:nth-child(even)::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 80%;
    right: 0;
    height: 224px;
}

@media (max-width: 1000px) {
    .session__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
    }

    .session__item:nth-child(even)::after,
    .session__item:nth-child(even)::before,
    .session__item:nth-child(odd)::after,
    .session__item:nth-child(odd)::before {
        display: none;
    }
}

.session__body {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 1000px) {
    .session__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.session__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #2b2b2b;
}

.session__date .date {
    font-size: 7.875rem;
    font-weight: 700;
}

.session__date .month {
    font-size: 1.5rem;
    color: #878d91;
    font-weight: 700;
}

.session__content {
    margin-left: 2.1875rem;
}

.session__content .title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #06a0eb;
    line-height: 1.8125rem;
    margin-bottom: 1.25rem;
    display: inline-block;
}

.session__content .description {
    font-size: 1.25rem;
    color: #878d91;
    line-height: 1.5rem;
}

.session__media {
    position: relative;
    z-index: 2;
}

.session__media img {
    width: 24.5rem;
    height: 13.8125rem;
    position: relative;
}

@media (max-width: 1000px) {
    .session__content {
        margin-left: 0;
        text-align: center;
        padding: 1.875rem 0.625rem;
    }

    .session__media img {
        width: 100%;
        height: 100%;
    }

    .session__media img.mb-10,
    .session__media img.ml-8,
    .session__media img.mr-8 {
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.session__media--icon {
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 54%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.session__media--icon a {
    background: rgba(0, 0, 0, 0.8);
    padding: 1rem;
    border-radius: 100px;
    border: 3px solid rgba(0, 0, 0, 0.8);
}

.session__media--icon a svg {
    position: relative;
    top: -0.125rem;
}

.session__media--icon.left {
    left: 47%;
}

.session__media--icon.right {
    right: 30%;
}

@media (max-width: 1000px) {
    .session__media--icon.left {
        left: 50%;
        top: 50%;
    }

    .session__media--icon.right {
        right: 35%;
        top: 50%;
    }
}

.session__media--icon:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.session__media--icon:hover a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 3px solid #fff;
}

.modal__title {
    color: #2b2b2b;
    margin-bottom: 1.875rem;
    display: block;
    max-width: 49.75rem;
}

.modal__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.75rem;
}

.modal__field a,
.speaker__social,
.sub__content {
    -webkit-box-align: center;
}

.modal__field .description {
    font-size: 1.25rem;
    color: #878d91;
    max-width: 56.0625rem;
}

.modal__field a {
    padding: 0.9375rem 3.375rem;
    border: 2px solid #06a0eb;
    color: #06a0eb;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.modal__field a i {
    font-size: 1.5625rem;
}

.modal__field a:hover {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #2b2b2b;
    border-color: #2b2b2b;
}

.modal__image {
    display: block;
    text-align: center;
    margin-bottom: 1.875rem;
    position: relative;
}

.modal__speaker {
    background-color: #f2f2f2;
    padding: 3.75rem 0;
    overflow: hidden;
}

.play__button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 3.3125rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 1rem 1.4375rem;
    border-radius: 100px;
    border: 3px solid rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.play__button i {
    position: relative;
    left: 0.25rem;
}

.play__button:hover {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border-color: #fff;
    color: #fff;
}

.speaker__userPhoto img {
    width: 18.1875rem;
    height: 21.25rem;
}

.speaker__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.speaker__social li {
    margin-right: 2.125rem;
}

.speaker__social li:last-child {
    margin-right: 0;
}

.speaker__social li a:hover path {
    fill: #06a0eb;
}

.speaker__user {
    padding-top: 1.875rem;
    padding-left: 0.8125rem;
}

.speaker__keynote {
    background-color: #06a0eb;
    font-size: 0.875rem;
    font-weight: 300;
    width: 9.1875rem;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    padding-left: 0.5rem;
}

.modal__news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 2.1875rem;
    padding-bottom: 12.5rem;
}

.news__item {
    background-color: #f2f2f2;
    padding: 3.75rem 1.875rem;
    position: relative;
}

.news__item:nth-child(odd)::before {
    content: "";
    background: #f2f2f2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.news__item:nth-child(odd):hover::before {
    content: "";
    left: -10%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.news__item:nth-child(even)::before {
    content: "";
    background: #f2f2f2;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.news__detail,
.news__title {
    z-index: 2;
    position: relative;
}

@media (max-width: 599px) {
    .modal__news {
        grid-template-columns: 1fr;
    }

    .news__item:nth-child(odd)::before {
        display: none;
    }

    .news__item:nth-child(even)::before {
        display: none;
    }

    .news__title {
        text-align: center;
    }
}

.news__item:nth-child(even):hover::before {
    content: "";
    right: -10%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.news__title {
    font-size: 1.5rem;
    color: #2b2b2b;
    padding-bottom: 2.5rem;
    display: inline-block;
}

.news__button,
.news__date {
    color: #06a0eb;
}

.news__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 599px) {
    .news__detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news__detail div {
        margin-bottom: 0.9375rem;
    }

    .news__button {
        border: 2px solid #06a0eb;
        padding: 0.9375rem 1.5625rem;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .news__detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news__detail div {
        margin-bottom: 0.9375rem;
    }

    .news__button {
        border: 2px solid #06a0eb;
        padding: 0.9375rem 1.5625rem;
    }
}

.news__date .date {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
}

.news__button {
    margin-top: auto;
    font-size: 1.25rem;
}

.news__button svg {
    position: relative;
    bottom: 0.125rem;
}

.profile__grid {
    margin-top: 12.5rem;
    margin-bottom: 7.5rem;
    display: grid;
    place-content: center;
    grid-template-columns: 1fr;
    place-items: center;
}

.profile__grid--item {
    display: grid;
    grid-template-columns: 20.375rem 1fr;
}

.profile__user {
    margin-right: 4.46875rem;
    max-width: 20.375rem;
    max-height: 20.75rem;
}

.profile__user--image {
    width: 100%;
    border: 0.5px solid #dedddd;
    padding: 2.1875rem 2.3125rem;
}

@media (max-width: 599px) {
    .profile__grid--item {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .profile__user--image {
        border: none;
        padding: 0;
    }

    .profile__user {
        margin: auto;
        -webkit-box-shadow: 0 20px 30px #878d91;
        box-shadow: 0 20px 30px #878d91;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 2.5rem;
    }
}

.profile__button a i,
.success__send i {
    margin-right: 1.25rem;
}

.profile__content {
    color: #2b2b2b;
}

.profile__detail div a,
.profile__detail ul li a {
    color: #06a0eb;
}

.profile__nameSurname {
    font-size: 2.875rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.profile__detail {
    margin-bottom: 4.375rem;
}

.profile__detail div {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
    display: block;
}

.profile__detail ul,
.profile__detail ul li {
    display: inline-block;
}

.profile__detail ul li::after {
    content: ",";
}

.profile__detail ul li:last-child::after {
    content: ".";
}

@media (max-width: 599px) {
    .profile__button a {
        font-size: 1.25rem;
    }
}

.success__input {
    color: #2b2b2b;
    margin-bottom: 1.875rem;
    display: block;
}

.success__input--title,
.treffen__item {
    display: -webkit-box;
    display: -ms-flexbox;
}

.success__input--title {
    margin-bottom: 0.4375rem;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 37.1875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.success__input--title .required-class {
    font-size: 0.875rem;
    font-weight: 300;
    color: #878d91;
}

.success__input--desc {
    display: block;
    margin-top: 0.4375rem;
    font-size: 1rem;
    font-weight: 300;
    color: #878d91;
}

.success__input--desc strong {
    color: #06a0eb;
}

.success__input--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 2fr;
    margin: 1.25rem 0;
}

@media (max-width: 599px) {
    .success__input--grid {
        grid-template-columns: 1fr;
    }
}

.sub__body,
.sub__content,
.treffen__body {
    grid-template-columns: 1fr 1fr;
}

@media (min-width: 600px) and (max-width: 1000px) {
    .success__input--desc {
        max-width: 37.1875rem;
        line-height: 1.25rem;
    }

    .success__input--grid {
        grid-template-columns: 1fr 1fr;
    }
}

.success__input--grid .form-check {
    margin-bottom: 0.9375rem;
}

.success__input--col {
    display: inline-block;
    margin-right: 1.875rem;
    margin-top: 1.25rem;
}

.success__input--col input[type="radio"] {
    border: 2px solid #878d91;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.success__input--col input[type="radio"]:checked {
    background-image: none;
    padding: 0.25rem;
    background-color: transparent;
}

.success__input--col input[type="radio"]:checked::after {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    background-color: #06a0eb;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.success__input input[type="number"],
.success__input input[type="text"],
.success__input input[type="tel"],
.success__input input[type="email"],
.success__input select,
.success__input textarea {
    padding: 1.0625rem 1.375rem;
    max-width: 37.1875rem;
    width: 100%;
    font-size: 1.25rem;
}

.success__input--col label {
    margin-left: 1.25rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #2b2b2b;
    position: relative;
    top: 0.25rem;
}

.success__input input[type="email"],
.success__input input[type="tel"],
.success__input input[type="text"] {
    color: #2b2b2b;
    border: 2px solid #dedddd;
}

.success__input input[type="email"]::-webkit-input-placeholder,
.success__input input[type="tel"]::-webkit-input-placeholder,
.success__input input[type="text"]::-webkit-input-placeholder {
    color: #878d91;
}

.success__input input[type="email"]:-ms-input-placeholder,
.success__input input[type="tel"]:-ms-input-placeholder,
.success__input input[type="text"]:-ms-input-placeholder {
    color: #878d91;
}

.success__input input[type="email"]::-ms-input-placeholder,
.success__input input[type="tel"]::-ms-input-placeholder,
.success__input input[type="text"]::-ms-input-placeholder {
    color: #878d91;
}

.success__input input[type="email"]::placeholder,
.success__input input[type="tel"]::placeholder,
.success__input input[type="text"]::placeholder {
    color: #878d91;
}

.success__input input[type="number"] {
    color: #2b2b2b;
    border: 2px solid #dedddd;
}

.success__input input[type="number"]::-webkit-input-placeholder {
    color: #878d91;
}

.success__input input[type="number"]:-ms-input-placeholder {
    color: #878d91;
}

.success__input input[type="number"]::-ms-input-placeholder {
    color: #878d91;
}

.success__input input[type="number"]::placeholder {
    color: #878d91;
}

.success__input select {
    color: #878d91;
    border: 2px solid #dedddd;
}

.success__input textarea {
    color: #2b2b2b;
    border: 2px solid #dedddd;
    max-height: 9.0625rem;
    height: 9rem;
}

.success__input textarea::-webkit-input-placeholder {
    color: #878d91;
}

.success__input textarea:-ms-input-placeholder {
    color: #878d91;
}

.success__input textarea::-ms-input-placeholder {
    color: #878d91;
}

.success__input textarea::placeholder {
    color: #878d91;
}

.success__collapse {
    margin-bottom: 1.875rem;
}

.success .form-check,
.success__collapse--check {
    margin-bottom: 1.25rem;
}

.success__collapse--check input[type="checkbox"] {
    border: 2px solid #878d91;
    border-radius: 0;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.success__collapse--check input[type="checkbox"]:checked {
    background-image: none;
    padding: 0.25rem;
    background-color: transparent;
}

.success__collapse--check input[type="checkbox"]:checked::after {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    background-color: #06a0eb;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.success__collapse--check label {
    margin-left: 1.875rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #2b2b2b;
    position: relative;
    top: 0.1875rem;
}

.success__collapse--check label i {
    margin-left: 1.875rem;
    font-size: 1.25rem;
    color: #06a0eb;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    display: inline-block;
}

.success__collapse--check label i.rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.success__collapse--check .form-check-input:checked {
    background-color: #878d91;
}

.success__collapse--check .form-check-input:checked .success__collapse--check label i {
    color: red;
}

.success__collapse--item {
    border-top: 2px solid #dedddd;
    padding-left: 3.375rem;
    padding-top: 0.625rem;
}

@media (max-width: 599px) {
    .success__collapse--item {
        padding-left: 0;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .success__collapse--item {
        padding-left: 0;
    }
}

.success__send {
    background-color: #878d91;
    font-size: 1.25rem;
    color: #fff;
    display: inline-block;
    padding: 1.6875rem 3.375rem;
    margin-left: 0.75rem;
}

@media (max-width: 599px) {
    .success__send {
        margin-left: 0;
        width: 100%;
        margin-top: 0.3125rem;
        text-align: center;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .success__send {
        max-width: 37.1875rem;
        margin-top: 0.625rem;
        text-align: center;
        margin-left: 0;
    }

    .treffen__body {
        grid-template-columns: 1fr;
    }
}

.list__image,
.treffen__images {
    max-width: 15.75rem;
    overflow: hidden;
}

.success__send input[type="button"] {
    background: 0 0;
    border: none;
    color: #fff;
}

.success .form-check input[type="checkbox"] {
    border: 2px solid #878d91;
    border-radius: 0;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.success .form-check input[type="checkbox"]:checked {
    background-image: none;
    padding: 0.25rem;
    background-color: transparent;
}

.success .form-check input[type="checkbox"]:checked::after {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    background-color: #06a0eb;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.file-name,
.sub__item,
.sub__search,
.success .form-check label,
.treffen__images {
    position: relative;
}

.success .form-check label {
    margin-left: 1.875rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    top: 0.3125rem;
}

.file {
    display: none;
}

.file-name {
    overflow: hidden;
}

.treffen {
    margin-bottom: 7.5rem;
}

.treffen__item {
    background-color: #f2f2f2;
    margin-bottom: 0.125rem;
    display: flex;
    padding: 2.1875rem;
}

@media (max-width: 599px) {
    .treffen__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.9375rem;
    }
}

.treffen__images {
    max-height: 15.75rem;
    margin-right: 1rem;
}

.treffen__images--item {
    width: 100%;
}

.treffen__head {
    padding-bottom: 1.875rem;
    border-bottom: 2px solid #dedddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.25rem;
    font-weight: 700;
}

@media (max-width: 599px) {
    .treffen__head {
        font-size: 1.625rem;
        margin-top: 1.875rem;
    }

    .treffen__body {
        grid-template-columns: 1fr;
    }
}

.treffen__body {
    margin-top: 1.25rem;
    display: grid;
}

.treffen__body--item span {
    display: inline-block;
    text-align: right;
    min-width: 9.875rem;
}

.treffen__body--item p {
    color: #878d91;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0.625rem;
    margin-right: 1.375rem;
}

.treffen__body--item p strong {
    color: #2b2b2b;
    font-weight: 700;
}

.treffen__body--item p:nth-child(2) {
    display: inline-block;
    margin-right: auto;
}

.datepick__item,
.treffen__footer a {
    margin-right: 1.875rem;
}

.treffen__body--item p:nth-child(2) span {
    min-width: 3.125rem;
}

.treffen__body--item p:nth-child(3) {
    display: inline-block;
    min-width: 3.125rem;
}

.treffen__body--item p.link {
    display: block;
}

.sub__item--link,
.treffen__footer {
    display: -webkit-box;
    display: -ms-flexbox;
}

.treffen__body--item p.link span {
    min-width: 9.875rem;
}

.treffen__body--item p.link a {
    font-weight: 700;
    color: #06a0eb;
}

.treffen__footer {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 599px) {
    .treffen__body--item p {
        line-height: 1.75rem;
    }

    .treffen__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0.9375rem;
    }

    .treffen__footer a {
        margin-bottom: 0.9375rem;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

.treffen__footer a {
    padding: 0.9375rem 3.375rem;
    border: 2px solid #06a0eb;
    color: #06a0eb;
    font-size: 1.25rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

@media (min-width: 600px) and (max-width: 1000px) {
    .treffen__body--item p {
        line-height: 1.75rem;
    }

    .treffen__footer {
        margin-top: 1.25rem;
    }

    .treffen__footer a {
        font-size: 1rem;
        padding: 0.9375rem 1.5625rem;
    }
}

.treffen__footer a i {
    margin-right: 1.25rem;
}

.treffen__footer a.active {
    color: #fff;
    background: #06a0eb;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.treffen__footer a.active:hover {
    background: #0075af;
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border-color: #0075af;
}

.selectdrop__item,
.sub {
    background-color: #f2f2f2;
}

.treffen__footer a:hover {
    border-color: #2b2b2b;
    color: #2b2b2b;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.treffen__location {
    display: inline-block;
}

.treffen__location--title {
    min-width: 4.375rem !important;
    display: inline-block !important;
    text-align: left !important;
}

.sub__content {
    display: grid;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 0;
}

@media (max-width: 599px) {
    .sub__content {
        grid-template-columns: 1fr;
        padding-bottom: 0.625rem;
    }

    .sub__conference {
        grid-template-columns: 1fr;
    }

    .sub__item {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 1000px) {
    .sub__content {
        grid-template-columns: 1fr;
        padding-bottom: 0.625rem;
    }

    .sub__item {
        margin-bottom: 1.25rem;
    }
}

.sub__item--link {
    color: #06a0eb;
    font-size: 1.25rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub__item--link i {
    margin-right: 0.625rem;
}

.sub__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sub__social--text {
    font-size: 1rem;
    color: #878d91;
    font-weight: 300;
}

.sub__social--list {
    margin-top: 0.625rem;
}

.sub__social--list li {
    display: inline-block;
    margin-right: 1.3125rem;
}

.sub__social--list li a {
    color: #878d91;
    font-size: 1.25rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sub__social--list li a:hover {
    color: #06a0eb;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sub__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.selectdrop,
.sub__left {
    -webkit-box-align: center;
}

.sub__search--input {
    width: 70%;
    margin-left: auto;
    height: 4.5rem;
    border: 2px solid #dedddd;
    padding-left: 1.875rem;
    font-size: 1.25rem;
    color: #2b2b2b;
}

.sub__search--input::-webkit-input-placeholder {
    color: #878d91;
}

.sub__search--input:-ms-input-placeholder {
    color: #878d91;
}

.sub__search--input::-ms-input-placeholder {
    color: #878d91;
}

.sub__search--input::placeholder {
    color: #878d91;
}

.sub__search--input:focus {
    outline: 0;
}

@media (max-width: 599px) {
    .sub__search--input {
        width: 100%;
        font-size: 0.9375rem;
    }

    .datepick {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .sub__conference {
        grid-template-columns: 1fr 1fr;
    }

    .sub__search--input {
        width: 100%;
        font-size: 1.125rem;
    }
}

.sub__search button {
    position: absolute;
    right: 1.875rem;
    background: 0 0;
    border: none;
}

.company,
.company__menu,
.selectdrop {
    position: relative;
}

@media (max-width: 599px) {
    .datepick__item {
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 1000px) {
    .datepick {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .datepick__item {
        text-align: center;
        margin: auto;
    }
}

.datepick__item.active a {
    color: #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 0.625rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.datepick__item a {
    color: #06a0eb;
}

.selectdrop {
    background-color: #fff;
    font-size: 1.25rem;
    color: #878d91;
    padding: 1.375rem 1.875rem;
    border: 2px solid #dedddd;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 599px) {
    .selectdrop {
        margin: 0;
        font-size: 0.9375rem;
    }

    .sub__body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1000px) {
    .selectdrop {
        margin: 0;
        font-size: 0.9375rem;
    }
}

.selectdrop__content {
    border-radius: 0.25rem;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1001;
    border-left: 2px solid #dedddd;
    border-right: 2px solid #dedddd;
    border-bottom: 2px solid #dedddd;
}

.selectdrop__content .option {
    display: none;
}

.selectdrop__content label {
    display: block;
    padding: 0.9375rem 2.1875rem;
    border-color: #dedddd;
}

.selectdrop__content label:last-of-type {
    border: none;
}

.selectdrop__content.hidden {
    display: none;
}

.selectdrop__item {
    border-bottom: 1px solid #878d91;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-size: 1.125rem;
    font-weight: 700;
    color: #878d91;
    cursor: pointer;
}

.selectdrop__item:hover {
    background-color: #fff;
    color: #06a0eb;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sub__body {
    display: grid;
    padding: 3.25rem 0;
}

.sub__left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3.125rem;
}

.sub__left a {
    color: #878d91;
    font-size: 1.5rem;
}

@media (max-width: 599px) {
    .sub__left {
        margin-right: 0;
        margin-bottom: 1.25rem;
    }

    .sub__left a {
        font-size: 1.125rem;
    }
}

.sub__left a.active {
    color: #2b2b2b;
    font-weight: 700;
}

.sub__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub__right p {
    color: #878d91;
    font-size: 1.5rem;
}

@media (max-width: 599px) {
    .sub__right p {
        font-size: 1.125rem;
    }

    .list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sub__right p strong {
    color: #2b2b2b;
    font-weight: 700;
}

.sub__right a {
    color: #06a0eb;
    border: 2px solid #06a0eb;
    text-align: center;
    padding: 0.9375rem 3.375rem;
    max-width: 9.625rem;
}

.meeting__head,
.meeting__request,
.subscribe__title {
    border-bottom: 1px solid #2b2b2b;
}

.subscribe {
    background-color: #f2f2f2;
    margin-top: 0.125rem;
    color: #2b2b2b;
}

.subscribe__title {
    padding: 1.875rem 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.filter__item {
    padding: 1.875rem 0;
    border-bottom: 2px solid #dedddd;
}

.filter__title {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 1.875rem;
}

.filter .form-check {
    margin-bottom: 0.9375rem;
    font-size: 1rem;
    font-weight: 300;
}

@media (min-width: 600px) and (max-width: 1000px) {
    .filter .form-check {
        font-size: 1rem;
    }
}

.filter .form-check-input {
    display: inline-block;
}

.list__image,
.list__item {
    display: -webkit-box;
    display: -ms-flexbox;
}

.filter__all {
    font-size: 1rem;
    color: #505456;
    text-decoration: underline;
    margin-top: 1.875rem;
}

.filter__content {
    margin-bottom: 0.25rem;
}

.filter__content.readmore {
    height: auto !important;
}

.list__item {
    display: flex;
    padding: 2rem 2.1875rem;
    background-color: #fff;
    margin-bottom: 0.125rem;
}

.list__image {
    max-height: 15.75rem;
    margin-right: 1rem;
    border: 1px solid #dedddd;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list__image img {
    width: 100%;
}

.list__content {
    width: 100%;
    color: #2b2b2b;
}

@media (max-width: 599px) {
    .list__content {
        margin-top: 1.25rem;
    }
}

.list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

.list__head span {
    font-size: 1.25rem;
    font-weight: 700;
    color: #06a0eb;
}

.list__head a,
.list__head i {
    font-size: 1.5rem;
    color: #06a0eb;
}

.list__company {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
}

.list__description {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
}

.list__meeting strong {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    display: block;
}

.company__head__detail,
.list__footer {
    display: -webkit-box;
    display: -ms-flexbox;
}

.list__meeting span {
    font-size: 1rem;
    font-weight: 300;
}

.list__meeting span i {
    color: #06a0eb;
    margin-right: 0.625rem;
}

.list__footer {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list__button {
    font-size: 1.25rem;
    color: #06a0eb;
    padding: 0.9375rem 3.375rem;
    border: 2px solid #06a0eb;
}

@media (max-width: 599px) {
    .list__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .list__button {
        width: auto !important;
        text-align: center;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .list__button {
        padding: 0.625rem;
        font-size: 0.875rem;
        margin-top: auto;
        width: 50%;
        text-align: center;
    }
}

.list__button:hover {
    border-color: #2b2b2b;
}

.list__rate {
    font-size: 3.5rem;
    font-weight: 700;
}

@media (max-width: 599px) {
    .list__rate {
        margin-bottom: 0.9375rem;
        font-size: 2.8125rem;
        margin-top: auto;
    }
}

.list__rate small {
    font-size: 1.5rem;
    font-weight: 300;
}

.company {
    overflow: hidden;
}

.company__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3.75rem;
    margin-top: -3.75rem;
}

@media (max-width: 599px) {
    .company__head {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .company__head__detail {
        margin-top: 3.75rem;
    }
}

.document__list,
.meeting__box,
.tabs__contact {
    grid-template-columns: 1fr 1fr 1fr;
}

.company__head__detail {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.company__head__logo {
    text-align: right;
}

.company__head__name {
    font-size: 2.875rem;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 3.75rem;
}

.company__head__button {
    margin-top: auto;
    font-size: 1.25rem;
    color: #06a0eb;
    padding: 0.9375rem 0;
    border: 2px solid #06a0eb;
    max-width: 13.75rem;
    text-align: center;
}

@media (max-width: 599px) {
    .company__head__logo {
        text-align: center;
    }

    .company__head__name {
        margin-bottom: 1.875rem;
    }

    .company__head__button {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.875rem;
    }
}

.company__head__button i {
    margin-right: 1.3125rem;
}

.company__head__button:hover {
    border-color: #2b2b2b;
}

.back__button {
    border: none;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs__menu::after,
.tabs__menu::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #878d91;
    position: absolute;
    bottom: -0.875rem;
    z-index: -1;
}

.company__body {
    margin-top: 4.375rem;
    margin-bottom: 7.5rem;
}

.tabs__body {
    display: none;
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.tabs__body.active {
    display: block;
}

.tabs__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs__menu::before {
    left: auto;
    right: 0;
}

.tabs__menu::after {
    right: -100% !important;
    right: 0;
}

.product__image img,
.product__right img {
    width: 100%;
}

.product__info,
.tabs__contact--item {
    background-color: #f2f2f2;
    padding: 1.875rem;
}

@media (max-width: 599px) {
    .tabs__menu::after {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .tabs__menu::after {
        display: none;
    }
}

.tabs__contact--body,
.tabs__item {
    display: -webkit-box;
    display: -ms-flexbox;
}

.tabs__menu--item {
    margin-right: 1.875rem;
}

.tabs__menu--item.active a {
    border-bottom: 2px solid #2b2b2b;
    color: #2b2b2b;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tabs__menu--item a {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    color: #06a0eb;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tabs__menu--item a:hover {
    border-bottom: 2px solid #2b2b2b;
    color: #2b2b2b;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tabs__item {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 599px) {
    .tabs__menu--item a {
        font-size: 1.125rem;
    }

    .tabs__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.tabs__content {
    margin-bottom: 3.75rem;
    display: block;
}

.tabs__content .title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.875rem;
    display: block;
}

.tabs__content .desription {
    font-size: 1.5rem;
    color: #878d91;
    font-weight: 300;
    line-height: 1.8125rem;
}

@media (max-width: 599px) {
    .tabs__content .desription {
        font-size: 1.125rem;
    }
}

.tabs__content .desription ul {
    margin-top: 1.25rem;
}

.tabs__content .desription ul li a {
    color: #06a0eb;
}

.tabs__content .description {
    margin-bottom: 1.875rem;
    font-size: 1rem;
    font-weight: 300;
}

.tabs__content .description strong {
    font-weight: 700;
}

.tabs__image img {
    max-width: 30.8125rem;
    max-height: 17.3125rem;
    margin-left: 0.9375rem;
}

.tabs__contact {
    display: grid;
    grid-template-rows: 2;
    gap: 0.75rem;
}

@media (max-width: 599px) {
    .tabs__image img {
        margin: 0 auto 1.25rem;
        max-width: 100%;
        max-height: 100%;
    }

    .tabs__contact {
        grid-template-columns: 1fr;
    }
}

.meeting__form form,
.product__info,
.product__info-col-grid {
    grid-template-columns: 1fr 1fr;
}

.tabs__contact--body {
    display: flex;
}

.tabs__contact--body div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #2b2b2b;
}

.tabs__contact--body div img {
    max-width: 5.5625rem;
    max-height: 5.5625rem;
    margin-right: 1.25rem;
}

.product__image,
.tabs__contact--footer a i {
    margin-right: 0.9375rem;
}

.tabs__contact--body div strong {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
}

.tabs__contact--body div span {
    font-weight: 300;
}

.tabs__contact--body div span a {
    color: #06a0eb;
}

.tabs__contact--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.875rem;
}

.tabs__contact--footer a {
    color: #06a0eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.tabs__contact--footer a:hover {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #2b2b2b;
}

.tabs__contact--footer span {
    color: #878d91;
}

.list__productName {
    font-size: 1.5rem !important;
    color: #2b2b2b !important;
}

.list__productCompany {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.product {
    display: block;
}

.product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #dedddd;
    padding: 1.875rem;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product__item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.3);
}

.product__item:hover .product__name {
    color: #2b2b2b;
}

.product__image {
    max-width: 11.875rem;
    max-height: 11.875rem;
    overflow: hidden;
}

@media (max-width: 599px) {
    .product__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__image {
        margin: 0 auto 1.875rem;
    }
}

.product__name {
    font-size: 1.5rem;
    color: #06a0eb;
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: block;
}

.field__social ul,
.product__body {
    display: -webkit-box;
    display: -ms-flexbox;
}

.product__decsription {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #2b2b2b;
}

.product {
    color: #2b2b2b;
}

.product__title {
    font-size: 2.875rem;
    font-weight: 700;
    margin-bottom: 3.75rem;
}

.product__body {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 599px) {
    .product__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 5.625rem;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .tabs__contact {
        grid-template-columns: 1fr 1fr;
    }

    .product__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 3.75rem;
    }
}

.product__origin {
    font-size: 1.5rem;
    font-weight: 300;
}

.product__left {
    max-width: 43.4375rem;
}

.product__left .title {
    margin: 1.875rem 0;
    font-size: 2.25rem;
    font-weight: 700;
    display: block;
}

.product__left .description {
    font-size: 1.5rem;
    font-weight: 300;
    color: #878d91;
    line-height: 1.8125rem;
    margin-bottom: 1.875rem;
}

.product__right {
    max-width: 30.8125rem;
    max-height: 26.25rem;
    overflow: hidden;
    margin-left: 0.9375rem;
}

.product__info {
    display: grid;
    position: relative;
    margin-bottom: 3.75rem;
}

@media (max-width: 599px) {
    .product__info {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .product__info-col-grid {
        grid-template-columns: 1fr;
    }
}

.product__info-col-grid {
    display: grid;
}

@media (max-width: 599px) {
    .product__info--item {
        margin-bottom: 1.875rem;
    }

    .product__info--item:last-child {
        margin-bottom: 0;
    }
}

.location {
    font-size: 1.25rem;
    max-width: 18.75rem;
}

.location__title {
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: block;
}

.location__pin {
    color: #878d91;
    font-weight: 300;
    line-height: 1.5rem;
}

.field__title {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    color: #878d91;
    margin-bottom: 0.625rem;
}

.field__link {
    font-size: 1.25rem;
    color: #06a0eb;
    margin-bottom: 2.625rem;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.field__link i {
    margin-right: 0.9375rem;
}

.field__social {
    margin-top: 0.625rem;
}

.field__social ul {
    display: flex;
}

.field__item,
.meeting__box--item a {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center;
}

.field__social ul li {
    margin-right: 1.25rem;
}

.field__social ul li a {
    color: #878d91;
}

.field__social ul li a:hover {
    color: #06a0eb;
}

.field__item {
    background-color: #06a0eb;
    color: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 0;
    position: absolute;
    top: -3.125rem;
    max-width: 18.125rem;
    max-height: 23.125rem;
    height: 100vh;
    width: 100vh;
    right: 3.125rem;
}

@media (max-width: 599px) {
    .field__item {
        position: relative;
        top: -6.25rem;
        margin-bottom: -4.375rem;
        right: 0;
    }

    .document__list {
        grid-template-columns: 1fr 1fr;
    }
}

.field__item small {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
}

.field__item small:first-child {
    margin-bottom: 0;
}

.field__item strong {
    font-size: 5.375rem;
    font-weight: 700;
    margin: 0.9375rem 0;
}

.field__item a {
    font-size: 1.25rem;
    border: 2px solid #fff;
    max-width: 14rem;
    margin: auto;
    padding: 0.9375rem 3.125rem;
    color: #fff;
}

.document a i,
.meeting__box--item a svg {
    margin-right: 1.25rem;
}

.field__item a:hover {
    -webkit-transition: 1s;
    transition: 1s;
    background-color: #fff;
    color: #06a0eb;
}

.document__list {
    display: grid;
    grid-template-rows: 2;
    gap: 1.25rem;
    margin-top: 3.75rem;
}

.document a {
    color: #06a0eb;
    font-size: 1.5rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.document a span {
    color: #878d91;
    font-weight: 300;
}

@media (max-width: 599px) {
    .document a {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .document a span {
        display: block;
        text-indent: 2.1875rem;
    }
}

.document a:hover {
    color: #2b2b2b;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.document__all {
    padding: 0.9375rem 3.4375rem;
    border: 2px solid #06a0eb;
    font-size: 1.25rem;
    margin-top: 1.875rem;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.document__all:hover {
    border-color: #2b2b2b;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.centered__slide {
    position: relative;
    bottom: -5rem;
}

@media (max-width: 599px) {
    .centered__slide {
        bottom: 0;
    }

    .centered__arrow {
        display: none;
    }
}

.centered__slick {
    max-height: 37.125rem;
}

.centered__slick div {
    position: relative;
    overflow: hidden;
    border-right: 0.125rem solid #fff;
    border-left: 0.125rem solid #fff;
}

.centered__slick div img {
    width: 100%;
    position: relative;
}

.centered__slick div.slick-center .dark-shadow {
    background: 0 0 !important;
}

.centered__slick div.slick-center .centered__play {
    opacity: 1;
}

.centered__play {
    position: absolute !important;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1002;
    border: none !important;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1rem 1.4rem;
    border-radius: 2.6875rem;
}

.centered__play a {
    font-size: 3rem;
    color: #fff;
}

.centered__play a:hover .centered__play {
    border-color: #fff !important;
}

.centered__play a i {
    position: relative;
    left: 0.25rem;
}

.centered__play:hover {
    border: 3px solid #fff !important;
}

.centered__arrow {
    position: absolute;
    z-index: 1001;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    cursor: pointer;
}

@media (min-width: 600px) and (max-width: 1000px) {
    .centered__slide {
        bottom: -2.5rem;
    }

    .centered__arrow {
        display: none;
    }
}

.centered__arrow--left,
.centered__arrow--right {
    position: relative;
    color: #fff;
    font-size: 3.875rem;
}

.centered__arrow--left {
    left: -25vw;
    cursor: pointer;
}

.centered__arrow--right {
    right: -24vw;
    top: -4.5625rem;
    cursor: pointer;
}

.dark-shadow {
    background: rgba(0, 0, 0, 0.7);
    position: absolute !important;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.meeting__body {
    -webkit-animation: pulse;
    animation: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.meeting__body:not(.show) {
    display: none;
}

.meeting__box {
    margin-top: 1.25rem;
    display: grid;
    gap: 3.5625rem;
}

.meeting__box--item {
    background-color: #878d91;
    padding: 1.75rem 3.375rem;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.meeting__box--item a {
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
}

.meeting__call--content,
.meeting__head {
    display: -webkit-box;
    display: -ms-flexbox;
}

.meeting__box--item.active {
    background-color: #06a0eb;
}

.meeting__box--item:hover {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: #06a0eb;
}

.meeting__head {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.75rem;
    padding-bottom: 1.25rem;
}

.meeting__head .title {
    font-size: 1.5rem;
    font-weight: 700;
}

.meeting__head .subtitle {
    font-size: 1rem;
    color: #878d91;
    font-weight: 300;
}

.meeting__tab {
    display: none;
}

.meeting__form {
    margin-top: 1.875rem;
}

.meeting__form form {
    display: grid;
    gap: 0.75rem;
}

@media (max-width: 599px) {
    .meeting__box {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .meeting__form form {
        grid-template-columns: 1fr;
    }
}

.meeting__form form.sendMessage {
    grid-template-columns: 1fr;
}

.meeting__form--body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.meeting__form--body.sendMessage {
    grid-template-columns: 1fr;
}

.meeting__form--input {
    margin-bottom: 1.875rem;
    position: relative;
}

.meeting__form--input .title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4375rem;
}

.meeting__form--input select {
    font-size: 1.25rem;
    color: #878d91;
    padding: 1.4375rem 1.875rem;
    border-radius: 0;
    border: 2px solid #dedddd;
}

.meeting__form--input select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dedddd;
}

.meeting__form--input input {
    font-size: 1.25rem;
    color: #2b2b2b;
    padding: 1.4375rem 1.875rem;
    border-radius: 0;
    border: 2px solid #dedddd;
}

.meeting__form--input input::-webkit-input-placeholder {
    color: #878d91;
}

.meeting__form--input input:-ms-input-placeholder {
    color: #878d91;
}

.meeting__form--input input::-ms-input-placeholder {
    color: #878d91;
}

.meeting__form--input input::placeholder {
    color: #878d91;
}

.meeting__form--input input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dedddd;
}

.meeting__form--right .title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4375rem;
}

.meeting__form--text {
    width: 100%;
    height: 13.25rem;
    border-radius: 0;
    border: none;
    background-color: #f2f2f2;
    padding: 0.75rem;
    color: #878d91;
}

.meeting__form--text:focus {
    outline: 0;
}

.meeting__form--footer a {
    font-size: 1.25rem;
    padding: 0.9375rem 3.375rem;
    color: #06a0eb;
    border: 2px solid #06a0eb;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.meeting__form--footer a:hover {
    color: #2b2b2b;
    border-color: #2b2b2b;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.meeting__call--content {
    margin-top: 1.25rem;
    display: flex;
}

.meeting__image {
    max-width: 11.875rem;
    max-height: 11.875rem;
    overflow: hidden;
    border: 1px solid #dedddd;
    position: relative;
    margin-right: 0.9375rem;
}

@media (max-width: 599px) {
    .meeting__form--body {
        grid-template-columns: 1fr;
    }

    .meeting__call--content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .meeting__image {
        margin: auto auto 1.875rem;
    }
}

.meeting__image img {
    width: 100%;
    overflow: hidden;
}

.meeting__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.meeting__detail .nameSurname {
    font-size: 2.25rem;
    font-weight: 700;
}

.meeting__detail a,
.meeting__detail span {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 0.625rem;
}

.meeting__detail a {
    color: #06a0eb;
}

.all__title {
    display: block;
    text-align: center;
    font-size: 2.25rem;
    color: #2b2b2b;
    font-weight: 700;
    margin-bottom: 3.75rem;
}

.all__slide {
    position: relative;
    margin-bottom: 7.5rem;
}

.all__slide .centered__arrow--left {
    left: -17vw;
}

.all__slide .centered__arrow--right {
    right: -17vw;
}

.all__slick {
    max-height: 37.125rem;
}

.all__slick div {
    position: relative;
    overflow: hidden;
    border-right: 0.125rem solid #fff;
    border-left: 0.125rem solid #fff;
}

.all__slick div img {
    width: 100%;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.all__slick div img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.all__slick div.slick-center .dark-shadow {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.all__slick div.slick-center .all__content {
    opacity: 1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.all__slick div.slick-center .all__slick div img {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}

.all__slick div.slick-center:hover .all__content .link {
    background-color: #fff;
    color: #2b2b2b;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.all__slick div.slick-center:hover .all__images {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.all__content {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1002;
    border: none !important;
    opacity: 0;
    text-align: center;
    height: 50%;
}

.all__content .title {
    display: block;
    margin-bottom: 3.125rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.all__content .link {
    border: 2px solid #fff;
    padding: 0.625rem 1.875rem;
    font-size: 1.125rem;
    color: #fff;
}

.success__footer--send[type="submit"]:disabled {
    cursor: auto;
    border-color: #bbb;
    color: #bbb;
}

/*
#review-button {
    display: none !important;
}

.slick-cloned #review-button {
    display: none !important;
}

.slick-current.slick-active.slider-center #review-button {
    position: absolute;
    transform: translate(-50%, 0%);
    z-index: 999;
    display: inline-grid;
    top: 80%;
    left: 50%;
    border: 0.125rem solid #fff !important;
    color: white !important;
    padding: 6px !important;
}

#review-button:hover{
    background-color:white;
    color:black;
} 
*/