@charset "UTF-8";
.bg-contact {
  background: rgb(17, 15, 36);
  background: linear-gradient(180deg, rgb(17, 15, 36) 0%, rgb(15, 73, 138) 65%, rgb(146, 176, 187) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#110f24",endColorstr="#92b0bb",GradientType=1);
}

a {
  color: #fff;
}

.box-company-ad {
  display: flex;
  flex-direction: column;
  margin-bottom: 16vh;
  gap: 40px;
}
.box-company-ad .sin {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .box-company-ad .sin {
    flex-direction: column;
  }
}
.box-company-ad .sin .pic {
  width: 40%;
}
@media (max-width: 768px) {
  .box-company-ad .sin .pic {
    width: 100%;
  }
}
.box-company-ad .sin .info {
  align-self: center;
  color: #fff;
}
.box-company-ad .sin .info h3 {
  color: #c6a469;
  font-size: 30px;
}
.box-company-ad .sin .info a {
  color: #fff;
  display: block;
}
.box-company-ad .sin .info .call {
  border-left: 2px solid #c6a469;
  padding-left: 20px;
}
.box-company-ad .sin .info .googlemap {
  background-color: #c6a469;
  margin-top: 16px;
  border-radius: 6px;
  color: #000000;
  padding: 4px 10px;
  text-align: center;
}

.pagination {
  position: absolute !important;
  width: 100%;
  text-align: center;
  right: 0;
  padding: 0 !important;
  bottom: 30px;
  z-index: 999;
}
@media (max-width: 768px) {
  .pagination {
    text-align: right;
  }
}

.pagination__item {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin: 0 5px;
  transition: 0.2s ease-in-out;
}

.pagination__item.is-current, .pagination__item:hover {
  background-color: #fff;
}

.background-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.slideshow {
  position: relative;
  color: #ffffff;
  background-color: #1e1e22;
  overflow: hidden;
  height: 70vh;
  min-height: 400px;
}
@media (max-width: 768px) {
  .slideshow {
    height: 90vh;
  }
}

.slideshow__slide {
  visibility: hidden;
  transition: visibility 0s 1.7s;
}

.slideshow__slide.is-current {
  visibility: visible;
  transition-delay: 0s;
}

@media (max-width: 699px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 700px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.slideshow__slide-background-load-wrap {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
  overflow: hidden;
}

.is-loaded .slideshow__slide-background-load-wrap {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.slideshow__slide.is-prev .slideshow__slide-background-parallax,
.slideshow__slide.is-next .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
.slideshow__slide.is-next-section .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide-background-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, -50%, 0);
}

.is-loaded .slideshow__slide-background-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-background-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
  transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-background {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
  overflow: hidden;
}

.slideshow__slide.is-prev .slideshow__slide-background, .slideshow__slide.is-next .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-background, .slideshow__slide.is-next-section .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-image-wrap {
  transform: translate3d(0, 50%, 0);
}

.slideshow__slide-image {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
}

.slideshow__slide.is-prev .slideshow__slide-image, .slideshow__slide.is-next .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-image, .slideshow__slide.is-next-section .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image::before, .slideshow__slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.slideshow__slide-image::before {
  background-color: #1e1e22;
}

.slideshow__slide-image::after {
  background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}

.slideshow__slide.is-prev .slideshow_container,
.slideshow__slide.is-next .slideshow_container {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow_container,
.slideshow__slide.is-next-section .slideshow_container {
  transform: none !important;
}

.slideshow__slide-caption-text {
  position: relative;
  height: 100%;
  padding-top: 15vh;
}

.slideshow__slide-caption {
  position: relative;
  height: 100%;
}

.is-loaded .slideshow__slide-caption {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-title {
  line-height: 1;
}

@media (max-height: 500px) {
  .slideshow__slide-caption-title {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 699px) {
  .slideshow__slide-caption-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .slideshow.-full .slideshow__slide-caption-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .slideshow__slide-caption-title {
    font-size: 5.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .slideshow__slide-caption-title {
    font-size: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .slideshow__slide-caption-title {
    font-size: 6.25rem;
  }
}
.slideshow__slide-caption-title.-full {
  width: 100%;
}

.slideshow__slide-caption-subtitle {
  display: inline-block;
  padding: 1.875rem 0;
}

.slideshow__slide-caption-subtitle.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .slideshow__slide-caption-subtitle.-load, body[data-route-option=next-section] .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label, .o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
  transform: translateX(20px);
}

/* OLD */
.c-header-home_heading {
  line-height: 1;
}

@media (max-height: 500px) {
  .c-header-home_heading {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 699px) {
  .c-header-home_heading {
    font-size: 40px;
    margin-bottom: 150px;
  }
  .c-header-home.-full .c-header-home_heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .c-header-home_heading {
    font-size: 5.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_heading {
    font-size: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .c-header-home_heading {
    font-size: 6.25rem;
  }
}
.c-header-home_heading.-full {
  width: 100%;
}

.c-header-home_subheading {
  display: inline-block;
  padding: 1.875rem 0;
}

.c-header-home_subheading.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .c-header-home_subheading.-load {
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_subheading.-load, body[data-route-option=next-section] .c-header-home_subheading.-load {
  transform: translate3d(0, 0, 0);
}

.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-header-home_controls, .c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 40px;
  }
}
@media (min-width: 700px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 3.75rem;
  }
}
.is-loaded .c-header-home_controls, .is-loaded .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_controls, body[data-route-option=prev-section] .c-header-home_buttons, body[data-route-option=next-section] .c-header-home_controls, body[data-route-option=next-section] .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

@media (min-width: 700px) {
  .c-header-home_controls {
    float: left;
  }
}
.c-header-home_buttons {
  transition-delay: 0.75s;
}

@media (max-width: 699px) {
  .c-header-home_buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1000px) {
  .c-header-home_buttons {
    float: right;
  }
}
@media (max-width: 699px) {
  .c-header-home_button {
    width: 50% !important;
  }
}
@media (min-width: 700px) {
  .c-header-home_button {
    width: 15.625rem;
  }
}
button, .c-header-filters_button,
.o-button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button:hover, .c-header-filters_button:hover,
.o-button:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  body {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .o-scroll {
    height: 100%;
  }
}
::-moz-selection {
  background: #0084c0;
  color: #ffffff;
}

::selection {
  background: #0084c0;
  color: #ffffff;
}

img, svg {
  max-width: 100%;
}

a, .o-link {
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover, .o-link:hover {
  color: #c6a469;
}

a.-normal, .o-link.-normal {
  color: currentColor;
  text-decoration: none;
}

a.-normal:hover, .o-link.-normal:hover {
  text-decoration: underline;
}

a.-blue:hover, .o-link.-blue:hover {
  text-decoration: none;
  color: #0084c0;
}

a.-hover, .o-link.-hover {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

a.-hover::after, .o-link.-hover::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

a.-hover:hover::after, .o-link.-hover:hover::after {
  transform: scaleX(1);
}

p {
  margin: 0;
}

.o-wrap {
  overflow: hidden;
}

.o-page.-anim {
  transform: translate3d(0, 9.375rem, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .o-page.-anim {
  transform: translate3d(0, 0, 0);
}

.o-barba, .o-barba_container {
  height: 100%;
}

strong {
  font-weight: 700;
}

.js-parallax {
  transform: translateZ(0);
  will-change: transform;
}

.scroll-content {
  overflow: hidden;
}

.o-blockquote.-nomargin {
  margin: 0;
}

.o-action-link {
  display: block;
  padding-top: 12.8125rem;
  padding-bottom: 7.5rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 699px) {
  .o-action-link {
    font-size: 40px;
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  .o-action-link {
    color: #1e1e22;
  }
}
@media (min-width: 700px) {
  .o-action-link {
    font-size: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .o-action-link {
    color: #ffffff;
  }
}
.o-action-link:hover {
  color: #ffffff;
}

.o-action-link_label {
  display: inline-block;
  position: relative;
}

.o-action-link_label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 0.1875rem solid;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-action-link:hover .o-action-link_label::after {
  transform: scaleX(1);
}

.o-h, h1, .o-h1, h2, .o-h2, h3, .o-h3, h4, .o-h4, h5, .o-h5, h6, .o-h6 {
  font-weight: normal;
  margin-top: 0;
  line-height: 1.4;
}

@media (max-width: 699px) {
  h1, .o-h1 {
    font-size: 26px;
  }
}
@media (min-width: 700px) {
  h1, .o-h1 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  h1, .o-h1 {
    font-size: 4.375rem;
  }
}
@media (max-width: 1599px) {
  h2, .o-h2 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  h2, .o-h2 {
    font-size: 2.25rem;
  }
}
h3, .o-h3 {
  font-size: 1.5625rem;
  line-height: 2.1rem;
}

h4, .o-h4 {
  font-size: 1rem;
  line-height: 1.8rem;
}

h5, .o-h5 {
  font-size: 0.8125rem;
}

h6, .o-h6 {
  font-size: 0.6875rem;
}

.o-hsub {
  font-size: 0.75rem;
  padding: 1.25rem 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.o-hsub::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid;
  width: 1.5rem;
  background-color: #1e1e22;
  margin-right: 1.125rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

.o-hsub.-link {
  color: #ffffff;
  text-decoration: none;
}

.o-hsub.-link:hover::before, .o-hsub-wrap:hover .o-hsub.-link::before {
  transform: scaleX(1.5);
}

.o-hsub.-link.-dark {
  color: #1e1e22;
}

.o-hsub.-link.-dark:hover {
  color: #1e1e22;
}

.o-hsub.-h {
  vertical-align: middle;
}

@media (max-width: 699px) {
  .o-hsub.-h {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 700px) {
  .o-hsub.-h {
    margin-left: 2.5rem;
  }
}
.o-hsub_label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .o-hsub_label, .o-hsub-wrap:hover .o-hsub_label {
  transform: translateX(20px);
}

.is-loaded .o-loader {
  visibility: hidden;
  transition-delay: 0.6s;
}

.o-container {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 699px) {
  .o-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container.-small {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 700px) and (max-width: 1599px) {
  .o-container {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    max-width: 140rem;
  }
}
@media (min-width: 1600px) {
  .o-container {
    padding-right: 9.5625rem;
    padding-left: 9.5625rem;
    max-width: 144.125rem;
  }
}
.o-section {
  position: relative;
}

.o-section.-offset {
  margin-top: -9.375rem;
  background-color: #f6f6f6;
}

.o-section.-padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.o-section.-padding-top {
  padding-top: 7.5rem;
}

@media (max-width: 699px) {
  .o-section.-bottom {
    padding-bottom: 60px;
  }
}
@media (min-width: 700px) {
  .o-section.-bottom {
    padding-bottom: 7.5rem;
  }
}
.o-section.-left {
  margin-right: 15rem;
}

.o-section.-right {
  margin-left: 15rem;
}

.o-section.-left-large {
  margin-right: 22.5rem;
}

.o-section.-right.-padding {
  padding-left: 9.5625rem;
}

.o-section_image {
  position: relative;
  overflow: hidden;
}

.o-section_image.-small {
  padding-bottom: 57.144%;
}

.o-section_image.-large {
  padding-bottom: 55%;
}

.o-section_image.-padding-left {
  margin-left: 7.5rem;
}

.o-section_image.-left {
  margin-right: 15rem;
}

@media (max-width: 1599px) {
  .o-section_image.-left {
    margin-left: -7.5rem;
  }
}
@media (min-width: 1600px) {
  .o-section_image.-left {
    margin-left: -9.5625rem;
  }
}
.o-section_image.-right {
  margin-left: 15rem;
}

@media (max-width: 1599px) {
  .o-section_image.-right {
    margin-right: -7.5rem;
  }
}
@media (min-width: 1600px) {
  .o-section_image.-right {
    margin-right: -9.5625rem;
  }
}
.o-section_image img {
  width: 100%;
}

.o-grid {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-grid.-margin {
  margin-left: -3.75rem;
}

.o-grid_item {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
}

@media (max-width: 699px) {
  .o-grid_item.-button {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-button {
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  .o-grid_item.-button {
    width: 18.75rem;
  }
}
@media (max-width: 699px) {
  .o-grid_item.-button-content {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-button-content {
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  .o-grid_item.-button-content {
    width: calc(100% - 18.75rem);
  }
}
.o-grid.-margin .o-grid_item {
  padding-left: 3.75rem;
}

@media (min-width: 700px) {
  .o-grid_item.-half {
    width: 50%;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .o-grid_item.-half.-large {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-half.-medium {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .o-grid_item.-third {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .o-grid_item.-third {
    width: 33.3333333333%;
  }
}
.o-form {
  padding-bottom: 11.25rem;
}

@media (max-width: 699px) {
  .o-form_item {
    margin-bottom: 35px;
  }
}
@media (min-width: 700px) {
  .o-form_item {
    margin-bottom: 2.9375rem;
  }
}
.o-form_fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

@media (max-width: 699px) {
  .o-form_fieldset {
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  .o-form_fieldset {
    margin-bottom: 3.75rem;
  }
}
.o-form_button {
  text-align: right;
}

.o-label {
  display: block;
  height: 100%;
  color: #b3b3b3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.875rem;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-label {
    font-size: 9px;
  }
}
@media (min-width: 700px) {
  .o-label {
    font-size: 0.5625rem;
  }
}
.o-input-wrap .o-label {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input:focus ~ .o-label, .o-select:focus ~ .o-label, .o-textarea:focus ~ .o-label, .o-label.is-active {
  transform: translateY(-1.875rem);
}

.o-input.has-error ~ .o-label, .has-error.o-select ~ .o-label, .has-error.o-textarea ~ .o-label {
  color: #cc3d3d;
}

.o-input-wrap {
  position: relative;
}

.o-input, .o-select, .o-textarea {
  padding: 0.875rem;
  background-color: transparent;
  border-bottom: 1px solid #b3b3b3;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-input, .o-select, .o-textarea {
    font-size: 14px;
  }
}
@media (min-width: 700px) {
  .o-input, .o-select, .o-textarea {
    font-size: 0.875rem;
  }
}

.o-input::-moz-placeholder, .o-select::-moz-placeholder, .o-textarea::-moz-placeholder {
  color: #b3b3b3;
}

.o-input::placeholder, .o-select::placeholder, .o-textarea::placeholder {
  color: #b3b3b3;
}

.o-input.-search, .-search.o-select, .-search.o-textarea {
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  border-bottom: none;
}

@media (max-width: 699px) {
  .o-input.-search, .-search.o-select, .-search.o-textarea {
    font-size: 26px;
  }
}
@media (min-width: 700px) {
  .o-input.-search, .-search.o-select, .-search.o-textarea {
    font-size: 3.75rem;
  }
}

.o-input.-search::-moz-placeholder, .-search.o-select::-moz-placeholder, .-search.o-textarea::-moz-placeholder {
  color: #000000;
}

.o-input.-search::placeholder, .-search.o-select::placeholder, .-search.o-textarea::placeholder {
  color: #000000;
}

.-mobile .o-input.-search, .-mobile .-search.o-select, .-mobile .-search.o-textarea {
  font-size: 26px;
  padding: 0;
}

.o-input.-search.-light, .-search.-light.o-select, .-search.-light.o-textarea {
  color: #1e1e22;
}

.o-input.-search.-light::-moz-placeholder, .-search.-light.o-select::-moz-placeholder, .-search.-light.o-textarea::-moz-placeholder {
  color: #b3b3b3;
}

.o-input.-search.-light::placeholder, .-search.-light.o-select::placeholder, .-search.-light.o-textarea::placeholder {
  color: #b3b3b3;
}

.o-input.has-error, .has-error.o-select, .has-error.o-textarea {
  border-color: #cc3d3d;
}

.o-input:focus, .o-select:focus, .o-textarea:focus {
  outline: none;
}

.o-input-line {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #1e1e22;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

.o-input:focus ~ .o-input-line, .o-select:focus ~ .o-input-line, .o-textarea:focus ~ .o-input-line {
  transform: scaleX(1);
}

.o-input-lines::before, .o-input-lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-right: 1px solid #b3b3b3;
  height: 0.375rem;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input.has-error ~ .o-input-lines::before, .has-error.o-select ~ .o-input-lines::before, .has-error.o-textarea ~ .o-input-lines::before, .o-input.has-error ~ .o-input-lines::after, .has-error.o-select ~ .o-input-lines::after, .has-error.o-textarea ~ .o-input-lines::after {
  border-color: #cc3d3d;
}

.o-input-lines::before {
  left: 0;
  transition-delay: 0.3s;
}

.o-input-lines::after {
  right: 0;
}

.o-input:focus ~ .o-input-lines::before, .o-select:focus ~ .o-input-lines::before, .o-textarea:focus ~ .o-input-lines::before, .o-input:focus ~ .o-input-lines::after, .o-select:focus ~ .o-input-lines::after, .o-textarea:focus ~ .o-input-lines::after {
  border-color: #1e1e22;
}

.o-input:focus ~ .o-input-lines::before, .o-select:focus ~ .o-input-lines::before, .o-textarea:focus ~ .o-input-lines::before {
  transition-delay: 0s;
}

.o-input:focus ~ .o-input-lines::after, .o-select:focus ~ .o-input-lines::after, .o-textarea:focus ~ .o-input-lines::after {
  transition-delay: 0.3s;
}

.o-checkbox, .o-radio {
  position: absolute;
  width: 0;
  opacity: 0;
}

.o-checkbox:checked + .o-checkbox-label::after, .o-radio:checked + .o-checkbox-label::after, .o-checkbox:checked + .o-radio-label::after, .o-radio:checked + .o-radio-label::after {
  transform: scale(1);
}

.o-checkbox-label, .o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.4;
  margin-right: 4.0625rem;
  cursor: pointer;
  padding-top: 0.125rem;
}

@media (max-width: 699px) {
  .o-checkbox-label, .o-radio-label {
    font-size: 12px;
    padding-left: 27px;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label, .o-radio-label {
    font-size: 0.875rem;
    padding-left: 1.1875rem;
  }
}
.o-checkbox-label.-uppsercase, .-uppsercase.o-radio-label {
  text-transform: uppercase;
}

.o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  padding: 0;
  content: "";
  border: 1px solid;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
    margin-top: -0.28125rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.o-checkbox-label::after, .o-radio-label::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1e1e22 transparent transparent transparent;
  transform: scale(0);
  transform-origin: top left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-checkbox-label::after, .o-radio-label::after {
    border-width: 12px 12px 0 0;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label::after, .o-radio-label::after {
    border-width: 0.5625rem 0.5625rem 0 0;
  }
}
.o-checkbox-label.has-error::before, .has-error.o-radio-label::before {
  border-color: #cc3d3d;
}

.o-checkbox-label_text {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}

.o-checkbox-label:hover .o-checkbox-label_text, .o-radio-label:hover .o-checkbox-label_text {
  transform: translateX(0.3125rem);
}

.o-radio-label::before, .o-radio-label::after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.o-radio-label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.o-radio:checked + .o-radio-label::after {
  transform: scale(1);
}

.o-select {
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
}

.o-select:focus {
  border-bottom-color: #1e1e22;
}

.o-select-wrap {
  position: relative;
}

.o-select-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23b3b3b3%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.o-textarea-wrap {
  position: relative;
}

.o-textarea {
  min-height: 9.375rem;
}

.o-button {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #1e1e22;
  white-space: nowrap;
  font-size: 0;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.o-button > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

@media (max-width: 699px) {
  .o-button {
    height: 60px;
    padding: 0 20px;
  }
}
@media (min-width: 700px) {
  .o-button {
    height: 2.75rem;
    padding: 0 1.875rem;
  }
}
.o-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1e1e22;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:hover {
  color: #ffffff;
  transition-delay: 0s;
}

.o-button:hover::after {
  transform: scaleX(1);
  transition-delay: 0s;
}

@media (min-width: 1200px) {
  .o-button.-anim {
    border-color: transparent;
  }
}
.o-button.-left::after {
  transform-origin: center right;
}

.o-button.-white {
  border-color: #ffffff;
}

.o-button.-white::after {
  background-color: #ffffff;
}

.o-button.-white:hover {
  color: #000000;
}

@media (max-width: 699px) {
  .o-button.-width {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .o-button.-width {
    width: 15rem;
  }
}
.o-button.-form {
  width: 11.25rem;
}

.o-button.-form:focus {
  color: #ffffff;
  transition-delay: 0s;
}

.o-button.-form:focus::after {
  transform: scaleX(1);
  transition-delay: 0s;
}

.o-button.-square {
  padding: 0;
}

@media (max-width: 699px) {
  .o-button.-square {
    width: 60px;
  }
}
@media (min-width: 700px) {
  .o-button.-square {
    width: 2.75rem;
  }
}
.o-button-group .o-button + .o-button {
  border-left: none;
}

@media (max-width: 699px) {
  .o-button.-padding {
    padding: 1.25rem;
  }
}
@media (min-width: 700px) {
  .o-button.-padding {
    padding: 1.25rem 2.5rem;
  }
}
.o-button_label {
  display: inline-block;
  position: relative;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
  line-height: 1.4;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 0.75rem;
}

.o-button:hover .o-button_label {
  transform: translateX(0.5rem);
  transition-delay: 0.075s;
}

.o-button.-left:hover .o-button_label {
  transform: translateX(-0.5rem);
}

.o-button.-square:hover .o-button_label {
  transform: translateX(0.375rem);
}

.o-button.-left.-square:hover .o-button_label {
  transform: translateX(-0.375rem);
}

.o-button-group {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-button_icon {
  position: relative;
  width: 1.1875rem;
  height: 1.1875rem;
  fill: #1e1e22;
  transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button.-white .o-button_icon {
  fill: #ffffff;
}

.o-button:hover .o-button_icon {
  fill: #f6f6f6;
  transition-delay: 0s;
}

.o-button.-white:hover .o-button_icon {
  fill: #1e1e22;
}

.o-button_line::before, .o-button_line::after {
  content: "";
  position: absolute;
  background-color: #1e1e22;
}

.is-mobile .o-button_line::before, .is-mobile .o-button_line::after {
  display: none;
}

.o-button_line::before {
  width: 1px;
  top: 0;
  bottom: 0;
  transform: scaleY(0);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line::after {
  height: 1px;
  right: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line:first-of-type::before {
  left: 0;
  transform-origin: center bottom;
}

.o-button_line:first-of-type::after {
  top: 0;
  transform-origin: center left;
}

.o-button_line:last-of-type::before {
  right: 0;
  transform-origin: center top;
}

.o-button_line:last-of-type::after {
  bottom: 0;
  transform-origin: center right;
}

.o-button.is-inview .o-button_line::before {
  transform: scaleY(1);
}

.o-button.is-inview .o-button_line::after {
  transform: scaleX(1);
}

.o-button.is-inview .o-button_line:first-of-type::before {
  transition-delay: 1.15s;
}

.o-button.is-inview .o-button_line:first-of-type::after {
  transition-delay: 0.1s;
}

.o-button.is-inview .o-button_line:last-of-type::before {
  transition-delay: 0.55s;
}

.o-button.is-inview .o-button_line:last-of-type::after {
  transition-delay: 0.7s;
}

.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-header-home_controls, .c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 40px;
  }
}
@media (min-width: 700px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 3.625rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 3.75rem;
  }
}
.is-loaded .c-header-home_controls, .is-loaded .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_controls, body[data-route-option=prev-section] .c-header-home_buttons, body[data-route-option=next-section] .c-header-home_controls, body[data-route-option=next-section] .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

@media (min-width: 700px) {
  .c-header-home_controls {
    float: left;
  }
}
.c-header-home_buttons {
  transition-delay: 0.75s;
}

@media (max-width: 699px) {
  .c-header-home_buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1000px) {
  .c-header-home_buttons {
    float: right;
  }
}
@media (max-width: 699px) {
  .c-header-home_button {
    width: 50% !important;
  }
}
@media (min-width: 700px) {
  .c-header-home_button {
    width: 15.625rem;
  }
}
.newslist {
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  gap: 10px;
}
@media (max-width: 768px) {
  .newslist {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 12px;
  }
}
.newslist .se1 {
  flex: 5;
}
.newslist .btn-moree {
  flex: 1;
  min-width: 100px;
  font-size: 19px;
}
@media (max-width: 768px) {
  .newslist .btn-moree {
    font-size: 14px;
  }
}
.newslist .cat-name {
  color: #c6a469;
  margin-left: 16px;
}
.newslist p {
  font-size: 16px;
}
.newslist h5 {
  line-height: 22px;
  font-size: 19px;
}
@media (max-width: 768px) {
  .newslist h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.newslist:hover {
  color: #fff;
}

.forward {
  width: 80%;
  margin: auto;
  padding: 5%;
  background-image: url("../img/slider/world.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .forward {
    margin: auto;
    width: 90%;
  }
}

.forstar {
  background-image: url("../img/bg-index.png");
  background-size: cover;
  min-height: 100vh;
}

.index-news {
  gap: 20px;
  display: flex;
}
@media (max-width: 768px) {
  .index-news {
    flex-direction: column;
  }
}
.index-news .l {
  flex: 1;
}
.index-news .l h3 {
  color: #c6a469;
}
.index-news .r {
  flex: 2;
}

.practice_area_inner {
  background-size: contain;
  background-repeat: no-repeat;
}

.pratices-title {
  color: #fff;
}

.slider-forlaw {
  padding-top: 5vh;
}
.slider-forlaw article h4 {
  color: #fff;
}
@media (max-width: 768px) {
  .slider-forlaw article h4 {
    text-align: center;
  }
}
.slider-forlaw article p {
  color: #fff;
}

.slidernews {
  position: absolute;
  top: 10vh;
  z-index: 100;
  color: #fff;
}
@media (max-width: 768px) {
  .slidernews {
    top: 18vh;
    width: 90%;
  }
}
.slidernews .r {
  max-width: 50vw;
}
@media (max-width: 768px) {
  .slidernews .r {
    max-width: 100%;
  }
}

.slidernewtitle {
  margin-bottom: 5vh;
  font-size: 2em;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .slidernewtitle {
    font-size: 25px;
  }
}

.lawform {
  margin-top: 5vh;
}

.forminfo {
  margin-bottom: 10px;
}

.lawcenter {
  margin: auto;
}

#pratices {
  background-image: url("../img/ai/01.png");
  background-size: cover;
  display: inline-block;
  background-position: center;
}
@media (max-width: 768px) {
  #pratices {
    margin-top: 10vh !important;
  }
}

.box-pra {
  display: flex;
}
@media (max-width: 768px) {
  .box-pra {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.box-pra a {
  flex: 1;
  min-height: 70vh;
  padding: 3%;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
}
.box-pra a .prasin {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 16;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .box-pra a .prasin {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .box-pra a {
    min-height: 20vh;
    min-width: 50%;
  }
}
.box-pra a:last-child {
  border-right: 0px;
}
.box-pra a:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#000000",GradientType=1);
  transition-duration: 500ms;
}
.box-pra a:hover p {
  opacity: 1;
  color: #fff;
  transition-duration: 500ms;
  margin-top: 26px;
}
@media (max-width: 768px) {
  .box-pra a:hover p {
    display: none;
  }
}

.forca {
  padding-right: 4%;
}
@media (max-width: 768px) {
  .forca {
    padding-right: 0px !important;
    margin-bottom: 9vh;
  }
}

.pratices-sin {
  background-size: cover;
  height: 320px;
  width: 100%;
  background-position: center;
}
.pratices-sin::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.prasin h6 {
  color: #c6a469;
  font-size: 16px;
}
.prasin h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
}
@media (max-width: 768px) {
  .prasin h4 {
    text-align: center;
  }
}
.prasin p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 23px;
  opacity: 0;
}
@media (max-width: 768px) {
  .prasin p {
    display: none;
  }
}

.title-award {
  font-size: 4em;
  letter-spacing: 1px;
  color: #C7A569;
  text-align: center;
}
@media (max-width: 768px) {
  .title-award {
    font-size: 3.2em;
    top: 75px;
    width: 100%;
    text-align: center;
    right: auto;
  }
}

.flex_number .title_paragraph p {
  font-display: 19px;
}

.law-left {
  width: 30%;
  float: left;
  padding: 5%;
  text-align: left;
}
@media (max-width: 768px) {
  .law-left {
    width: 100%;
  }
}
.law-left h3 {
  color: #c6a469 !important;
}
.law-left h5 {
  color: #c6a469;
}
.law-left p {
  color: #fff !important;
}

@media (max-width: 768px) {
  .header .ma5menu__toggle {
    margin-right: 20px;
  }
}

.law-right {
  width: 64%;
  float: left;
}
@media (max-width: 768px) {
  .law-right {
    width: 100%;
    float: none;
  }
}

.law-pic {
  height: 400px;
  background-size: cover;
  width: 100%;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  .law-pic {
    margin: auto;
    height: 260px;
    width: 200px;
  }
}

.slider-forlaw:hover .law-sptitle {
  opacity: 1;
  transition-duration: 300ms;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.law-sptitle {
  position: absolute;
  bottom: 0px;
  padding: 20% 10% 10% 10%;
  width: 100%;
  left: 0px;
  opacity: 0;
  color: #c6a469 !important;
  font-weight: bold;
}

.bg-about {
  background-color: #03112c;
}

.for-about {
  min-height: 56vh;
  background: url("../img/bg/about.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 20vh;
}
.for-about h2 {
  color: #fff;
  font-size: 4em;
}

.for-about::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  background: rgb(17, 24, 35);
  background: linear-gradient(0deg, rgb(17, 24, 35) 0%, rgba(17, 24, 35, 0) 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111823",endColorstr="#111823",GradientType=1);
}

.about-box {
  display: flex;
}

.about-l {
  flex: 2;
}

.about-r {
  flex: 3;
}
.about-r p {
  color: #fff;
  background-color: rgba(198, 164, 105, 0.8);
  padding: 3%;
}

.box-co {
  display: flex;
}
@media (max-width: 768px) {
  .box-co {
    flex-direction: column;
  }
}
.box-co .l {
  flex: 2;
  position: relative;
}
.box-co .l img {
  position: absolute;
  top: -30vh;
  width: 100%;
}
@media (max-width: 768px) {
  .box-co .l img {
    position: relative;
    top: 0px;
  }
}
.box-co .r {
  flex: 3;
}
.box-co .r p {
  max-width: 800px;
}
.box-co .r p span {
  color: #c6a469;
}

.bg-reason {
  margin-top: 13vh;
  background-image: url(../img/bg-reason2.png);
  background-size: cover;
  background-position: center;
  padding: 10% 0px;
  position: relative;
  min-height: 50vh;
}
.bg-reason::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100px;
  background: rgb(3, 17, 44);
  background: linear-gradient(0deg, rgba(3, 17, 44, 0) 0%, rgb(3, 17, 44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03112c",endColorstr="#03112c",GradientType=1);
}
.bg-reason::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: rgb(3, 17, 44);
  background: linear-gradient(0deg, rgb(3, 17, 44) 0%, rgba(3, 17, 44, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03112c",endColorstr="#03112c",GradientType=1);
}

.le-title {
  font-size: 3em;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .le-title {
    font-size: 2em;
  }
}

.le-title2 {
  font-size: 24px;
  color: #c6a469;
  text-align: center;
}

.le-intro {
  margin-top: 5vh;
  line-height: 32px;
  color: #fff;
  letter-spacing: 1px;
}

.bg-compassion {
  background-image: url("../img/bg-compassion.png");
  background-size: cover;
  background-position: center;
  padding: 10% 0px;
  position: relative;
  min-height: 140vh;
}
.bg-compassion::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  height: 160px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#172230+0,172230+100&1+0,0+100 */
  background: linear-gradient(to bottom, rgb(23, 34, 48) 0%, rgba(23, 34, 48, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.for-pra {
  text-align: center;
  margin-bottom: 8vh;
}
.for-pra h3 {
  color: #c6a469;
  font-size: 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .for-pra h3 {
    font-size: 30px;
  }
}
.for-pra p {
  color: #fff;
}
.for-pra a {
  font-weight: bold;
  padding: 6px 16px;
  display: inline-block;
  margin-top: 10px;
  border: 2px solid #c6a469;
  color: #c6a469;
  border-radius: 10px;
}
.for-pra a:hover {
  background-color: #c6a469;
  color: #fff;
  transition-duration: 500ms;
}

.pra-title {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 6px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
}

.about-toggle p {
  color: #Fff;
}

.box-pratices {
  display: flex;
}
.box-pratices a {
  min-width: 20%;
  position: relative;
  margin-bottom: 5vh;
}
@media (max-width: 768px) {
  .box-pratices a {
    min-width: 47%;
    text-align: center;
  }
}

#toggle:hover ~ #expand {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  padding: 10px;
}

#expand:hover {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  padding: 10px;
}

#toggle:hover ~ label::before {
  content: "-";
}

#expand {
  height: 0px;
  overflow: hidden;
  transition: height 0.2s;
  text-align: left;
  color: #FFF;
}

.about-more {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 1vh;
}

.pratices-lawyer {
  text-align: left;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-bottom: 23px;
}
.pratices-lawyer a {
  color: #333;
}
.pratices-lawyer a:hover {
  color: #c6a469;
  transition-duration: 500ms;
}

.mt-10 {
  margin-top: 5vh;
}

.pt-10 {
  padding-top: 10vh;
}

.box-pratices-lawyer {
  background-color: #f9f9f9;
  clip-path: polygon(0 0, 75% 0%, 100% 4%, 100% 100%, 0 100%, 0% 50%);
  padding: 3%;
}
@media (max-width: 768px) {
  .box-pratices-lawyer {
    width: 90%;
    margin: auto;
  }
}
.box-pratices-lawyer .title {
  margin-bottom: 20px;
  color: #c6a469;
}

.blog_details {
  color: #fff;
}
.blog_details thead, .blog_details tbody, .blog_details tfoot, .blog_details tr, .blog_details td, .blog_details th {
  border-width: 1px;
}

.accordion-toggle {
  display: none;
}
@media (max-width: 768px) {
  .accordion-toggle {
    display: block;
  }
}

@media (max-width: 768px) {
  .newsletter {
    width: 90%;
    margin: 5% auto;
  }
}

@media (max-width: 768px) {
  .newsletter .form-checkin {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .newsletter .form-checkin button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .newsletter .power_newsletter .form-control {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .newsletter .power_newsletter {
    margin-left: 0px;
  }
}

.prabanner {
  width: 100%;
  height: 300px;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  background-position: center;
}
.prabanner::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgba(3, 16, 35, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#031023",GradientType=1);
}
@media (max-width: 768px) {
  .prabanner {
    height: 400px;
  }
}

.prabanner h1 {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 2.2em;
}
@media (max-width: 768px) {
  .prabanner h1 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .footer p {
    font-size: 14px;
    line-height: 20px;
  }
}

.box-relatednews {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.box-relatednews a {
  color: #333;
  display: block;
  min-width: 48%;
  letter-spacing: 1px;
  width: 45%;
  border-bottom: 1px solid #c6a469;
  padding: 20px 10px 10px 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .box-relatednews a {
    width: 100%;
  }
}
.box-relatednews a:hover {
  background-color: rgba(232, 219, 204, 0.4);
  transition-duration: 500ms;
}
.box-relatednews a .more {
  font-size: 16px;
  font-style: italic;
  text-align: right;
  color: #c6a469;
}
.box-relatednews a h4 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
}

.neww-box {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .neww-box {
    flex-direction: column;
  }
}
.neww-box a {
  color: #333;
  height: 100%;
  box-shadow: 0px 4px 7.8px 0px rgba(137, 137, 137, 0.25);
}
.neww-box a:hover {
  border: 1px solid #c6a469;
}
.neww-box .news1 {
  flex: 3;
  display: flex;
  flex-direction: column;
}
.neww-box .news1 .info {
  flex-direction: column;
  padding: 20px;
  display: flex;
  gap: 10px;
}
.neww-box .news1 .img {
  height: 30vh;
  width: 100%;
  background-image: url("../img/people.jpg");
  background-size: cover;
  background-position: center;
}
.neww-box .news1 h4 {
  font-size: 19px;
  line-height: 30px;
}
.neww-box .au {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .neww-box .au {
    flex-direction: column;
  }
}
.neww-box .au .au-siin {
  gap: 7px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.neww-box .au .au-siin .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box;
}
.neww-box .au .au-img {
  background-size: cover;
  gap: 10px;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
.neww-box .news2 {
  flex: 2;
  flex-direction: column;
  gap: 20px;
  display: flex;
}
.neww-box .news2 a {
  flex: 1;
}
.neww-box .new-sing {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.neww-box .new-sing h5 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
}

.recent_post_list {
  padding-bottom: 10vh !important;
}

.news-tab div.active {
  border-bottom: 2px solid #c7a469;
}
.news-tab div.active a {
  color: #c7a469;
}

.neww-box2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10vh;
}
.neww-box2 h5 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
}
.neww-box2 a {
  box-shadow: 0px 4px 7.8px 0px rgba(137, 137, 137, 0.25);
  color: #333;
  padding: 20px;
  gap: 10px;
}
.neww-box2 a:hover {
  border: 1px solid #c6a469;
}
.neww-box2 a .new-sing {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.neww-box2 a .au {
  display: flex;
  gap: 20px;
}
.neww-box2 a .au .au-siin {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .neww-box2 a .au {
    flex-direction: column;
  }
}
.neww-box2 a .au .au-img {
  background-size: cover;
  gap: 10px;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
.neww-box2 a .au .au-slin .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box;
  font-size: 13px;
}

.info-contact a {
  color: #c6a469;
}

.post_content a {
  width: 100%;
  border-radius: 0px;
  color: #333 !important;
  background-color: #291f54;
}

.slider {
  margin: 0 auto;
  max-width: 100%;
}

.slide_viewer {
  height: 70vh;
  overflow: hidden;
  position: relative;
  min-height: 600px;
}
@media (max-width: 768px) {
  .slide_viewer {
    height: 96vh;
  }
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  background-size: cover;
  background-color: #0D0A26;
  background-position: center center;
}
@media (max-width: 768px) {
  .slide {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .blog_inner {
    padding-top: 30px;
  }
}

.layersin p, .layersin li {
  color: #1A1A1A;
}

.forbanner::before {
  position: absolute;
  top: 0px;
  content: "";
  width: 100%;
  height: 180px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d0a26+0,0d0a26+100&0+0,1+100 */
  background: linear-gradient(to bottom, rgba(13, 10, 38, 0) 0%, rgb(13, 10, 38) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.slide:first-child {
  display: block;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .slide_buttons {
    margin-bottom: 0px;
  }
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #C7A569;
  cursor: pointer;
}

.directional_nav {
  height: 0px;
  margin: 0 auto;
  position: relative;
  top: 30px;
  left: 0px;
}
@media (max-width: 768px) {
  .directional_nav {
    display: none;
  }
}

.previous_btn {
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 80px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    left: 180px;
  }
}
.projectcase {
  background-color: #fffbf5;
  padding: 20px;
  margin-top: 10px;
  clip-path: polygon(0 0, 90% 0, 100% 100px, 100% 100%, 0 100%, 0% 40px);
}

.blog_details .post_header .post_title {
  line-height: 42px;
}
@media (max-width: 768px) {
  .blog_details .post_header .post_title {
    line-height: 26px !important;
    font-size: 21px !important;
  }
}

.blog_details .author_div {
  float: left;
  min-width: 250px;
}

.blog_details .post_share ul.share_list li a:hover {
  color: #fff;
}

#pratices {
  position: relative;
}
@media (max-width: 768px) {
  #pratices::before {
    content: "";
    background-color: rgba(14, 11, 39, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .box-pra {
    position: relative;
  }
}

@media (max-width: 768px) {
  .ma5menu__logo {
    max-width: 200px;
  }
}

.ma5menu__btn--enter:before {
  content: ">";
}

.ma5menu__btn--leave:before {
  content: "<";
}

.mobuse {
  display: none;
}
@media (max-width: 768px) {
  .mobuse {
    display: block;
  }
}

@media (max-width: 768px) {
  .webuse {
    display: none !important;
  }
}

.topnav {
  overflow: hidden;
  background-color: #0d192d;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .swiper_post .swiper-pagination-bullet, .swiper_testimonial .swiper-pagination-bullet, .swiper_team .swiper-pagination-bullet {
    margin: 0px 3px !important;
    width: 9px;
    height: 9px;
  }
}

.button--block {
  display: block;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #b29056;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000; /* 確保按鈕在頁面的最上層 */
}

.cta-bar {
  display: none !important;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  .cta-bar {
    display: flex !important;
    padding-top: 50px;
  }
}

.cta-bar.is-stuck {
  left: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.cta-bar,
.cta-bar__items {
  display: flex;
}

.cta-bar__items,
.cta-bar__item {
  flex: 1 0 auto;
  background-color: #161546;
}

.cta-bar__item--copy {
  background-color: #fff;
  width: 30%;
}

.cta-bar__toggle {
  color: #c7a469;
  background-color: #161546;
}
.cta-bar__toggle .u-p {
  background-color: #fff;
}

@media (max-width: 600px) {
  .cta-bar__items {
    display: block;
  }
  .cta-bar__item--secondary {
    display: none;
  }
  .cta-bar__item.is-active {
    display: block;
  }
}
@media (min-width: 600px) {
  .cta-bar__toggle {
    display: none;
  }
}
.sticky-placeholder {
  display: none;
}

.is-stuck + .sticky-placeholder {
  display: block;
}

.u-p {
  padding: 6px 16px;
}

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

.section {
  height: 50vh;
}

.theme-primary {
  background-color: #ddd;
}

.theme-secondary {
  background-color: #efefef;
}

.news-tab {
  display: flex;
  gap: 20px;
}
.news-tab div {
  border-bottom: 2px solid #fff;
  flex: 1;
}

.news-box-p {
  padding: 115px 0 0 0;
}
@media (max-width: 768px) {
  .news-box-p {
    padding: 20px 0px 0px 0px;
  }
}/*# sourceMappingURL=cus.css.map */