@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Italic.woff2") format("woff2"), url("../fonts/Rubik-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-LightItalic.woff2") format("woff2"), url("../fonts/Rubik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-SemiBold.woff2") format("woff2"), url("../fonts/Rubik-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mart";
  src: url("../fonts/Mart-Heavy.woff2") format("woff2"), url("../fonts/Mart-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: "Rubik";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #001025;
  position: relative;
}

.page-width {
  max-width: 1350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.padd-r {
  padding-right: calc(50% - 675px);
}
@media only screen and (max-width: 1600px) {
  .padd-r {
    padding-right: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .padd-r {
    padding-right: 5%;
  }
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

ul {
  list-style: none;
}

h2 {
  font-family: "PlayfairDisplay";
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #001025;
}
@media screen and (max-width: 1399px) {
  h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 300px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #9C9C9C;
}
@media screen and (max-width: 1399px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

.text p {
  margin-top: 20px;
}

.padding-tb {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .padding-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.title span {
  color: #C4A48E;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 4px;
}

.btn {
  font-size: 18px;
  font-weight: 300;
  font-family: "Rubik";
  color: #fff;
  background-color: #98755D;
  padding: 10px 25px;
  border: none;
  transition: all 0.5s;
}

.btn:hover {
  background-color: #C4A48E;
}

.mt {
  margin-top: 100px;
}
@media screen and (max-width: 1399px) {
  .mt {
    margin-top: 80px;
  }
}

.mt2 {
  margin-top: 25px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blue-bg {
  background-color: #001025;
}

.grey-bg {
  background-color: #F6F6F6;
}

.lawyer-image img, .contact-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.brown-circle {
  width: 55px;
  height: 55px;
  background-color: #98755D;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.brown-circle img {
  width: 20px;
}

.brown-circle:hover {
  background-color: #C4A48E;
}

.top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-wrapper div {
    max-width: calc(100% - 70px);
  }
}
@media screen and (max-width: 575px) {
  .top-wrapper {
    align-items: end;
  }
}

.center-h h2, .center-h p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}
.center-h h2 {
  max-width: 575px;
}

.page-head, .home-main, footer {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-head {
  background-position: 0% 30%;
  min-height: 220px;
  padding: 50px 0;
  display: flex;
  align-items: center;
}
.page-head .overlay {
  opacity: 0.66;
  background: #010409;
  background: linear-gradient(90deg, #010409 0%, rgba(34, 37, 42, 0.62) 37.65%, rgba(43, 46, 51, 0.52) 54.38%, rgba(89, 92, 96, 0) 100%);
}
.page-head .page-width {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.page-head .page-width h2 {
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .page-head {
    min-height: 170px;
  }
}
@media screen and (max-width: 575px) {
  .page-head {
    min-height: 150px;
  }
}

h2 + p {
  margin-top: 5px;
}

.middle-blue p {
  font-family: "PlayfairDisplay";
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 1399px) {
  .middle-blue p {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .middle-blue p {
    font-size: 30px;
    line-height: 45px;
  }
}

.privacy {
  margin-top: 50px;
}
.privacy h3 {
  color: #98755D;
  font-family: "PlayfairDisplay";
  font-size: 30px;
  font-weight: 400;
  margin-top: 50px;
}
.privacy p {
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .privacy h3 {
    font-size: 25px;
  }
}

.check-list {
  margin-top: 50px;
}
.check-list li p {
  padding-left: 60px;
  margin-top: 30px;
  position: relative;
  background-image: url("../images/circle-check-solid.svg");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 38px 38px;
}
@media screen and (max-width: 1399px) {
  .check-list li p {
    padding-left: 40px;
    background-size: 25px 25px;
    margin-top: 20px;
  }
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 10;
}
header .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1399px) {
  header {
    height: 80px;
  }
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 64px;
}
.header-logo div {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}
.header-logo div p:first-child {
  font-family: "Mart";
  font-size: 22px;
  font-weight: 900;
  color: #000;
  line-height: 27px;
}
.header-logo div p:nth-child(2) {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 300;
  color: #794B2D;
  letter-spacing: 5px;
  line-height: 14px;
}
@media screen and (max-width: 575px) {
  .header-logo img {
    width: 54px;
  }
  .header-logo div p:first-child {
    font-size: 18px;
  }
  .header-logo div p:nth-child(2) {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 300px) {
  .header-logo img {
    width: 40px;
  }
  .header-logo div p:first-child {
    font-size: 15px;
    line-height: 20px;
  }
  .header-logo div p:nth-child(2) {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

.nav {
  display: flex;
  height: 100%;
}
.nav li {
  margin-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav li::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='10' width='64'%3E%3Cpolygon points='0,0 64,0 32,10' style='fill:%2398755D;' /%3E%3C/svg%3E");
  opacity: 0;
}
.nav li a {
  font-size: 18px;
  color: #001025;
  font-weight: 400;
  padding: 20px 0;
}
.nav li .btn {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding: 10px 25px;
}
.nav li.active-page::before {
  opacity: 1;
}
.nav li:last-child::before {
  display: none;
}
.nav .languages {
  padding-left: 20px;
  margin-left: 20px;
}
.nav .languages::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  content: "";
  background-color: rgba(112, 112, 112, 0.25);
  opacity: 1;
}
.nav .languages details {
  position: relative;
  cursor: pointer;
  width: 40px;
}
.nav .languages summary {
  font-size: 18px;
  font-weight: 400;
  color: #001025;
  list-style: none;
  background: transparent url("../images/down.png") no-repeat;
  background-position: 100%;
  text-transform: uppercase;
}
.nav .languages ul {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  z-index: 3;
}
@media screen and (max-width: 1399px) {
  .nav .languages ul {
    top: 50px;
  }
}
.nav .languages ul li {
  margin-left: 0;
}
.nav .languages ul li .active-lang {
  background-color: #98755D;
  color: white;
}
.nav .languages ul li a {
  color: #001025;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 20px;
}
@media screen and (max-width: 1199px) {
  .nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding-bottom: 100px;
    padding-top: 50px;
    overflow-y: scroll;
    flex-direction: column;
    align-items: center;
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  .nav li {
    margin-left: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .nav li a, .nav li summary {
    font-family: "Mart";
    font-weight: 900 !important;
  }
  .nav li::before {
    display: none;
  }
  .nav li.active-page a {
    font-weight: bold;
    color: #98755D;
  }
  .nav .languages {
    margin-left: 0;
    margin-top: 50px;
    padding: 20px 0;
  }
  .nav .languages ul {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(-18px);
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .nav li a {
    font-size: 30px;
  }
  .nav li .btn {
    font-size: 25px;
    padding: 20px 30px;
  }
  .nav .languages details {
    width: 60px;
  }
  .nav .languages summary {
    font-size: 30px;
  }
  .nav .languages ul li a {
    font-size: 25px;
  }
}

.hamburger {
  padding: 15px 15px;
  padding-right: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #001025;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #001025;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

footer .overlay {
  background-color: #001025;
  opacity: 0.89;
}
footer .foot1, footer .foot2 {
  position: relative;
  z-index: 1;
}
footer .foot2 {
  background-color: #001025;
  padding: 10px 0;
}
footer .foot2 p, footer .foot2 a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  footer .foot2 p, footer .foot2 a {
    text-align: center;
  }
}
footer .foot2 a {
  opacity: 1;
}
footer .foot1 .header-logo {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 30px;
}
footer .foot1 .header-logo img {
  width: 80px;
}
footer .foot1 .header-logo div p {
  color: #fff;
}
footer .foot1 .header-logo div p:first-child {
  font-size: 25px;
  margin-bottom: 8px;
}
footer .foot1 .header-logo div p:nth-child(2) {
  font-size: 13px;
}
footer .foot1 .foot-info {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
footer .foot1 .foot-info div:first-child p, footer .foot1 .foot-info div:first-child a {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
}
footer .foot1 .foot-info div:first-child .name {
  font-size: 25px;
  font-weight: 500;
}
footer .foot1 .foot-info div:first-child a {
  display: flex;
  position: relative;
  padding-left: 40px;
}
footer .foot1 .foot-info div:first-child a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
footer .foot1 .foot-info ul li {
  margin-top: 25px;
}
footer .foot1 .foot-info ul li a {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  transition: all 0.5s;
}
footer .foot1 .foot-info ul li a:hover {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  footer .foot1 .foot-info div:first-child p, footer .foot1 .foot-info div:first-child a {
    font-size: 18px;
    line-height: 38px;
  }
  footer .foot1 .foot-info ul li {
    margin-top: 20px;
  }
  footer .foot1 .foot-info ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot1 .header-logo {
    justify-content: center;
  }
  footer .foot1 .foot-info {
    flex-direction: column;
    align-items: center;
  }
  footer .foot1 .foot-info div:first-child p {
    text-align: center;
  }
  footer .foot1 .foot-info div:first-child a {
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  footer .foot1 .foot-info div:first-child a img {
    position: static;
    margin-right: 10px;
    transform: none;
  }
  footer .foot1 .foot-info ul {
    margin-top: 50px;
  }
  footer .foot1 .foot-info ul li {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 300px) {
  footer .foot1 .header-logo img {
    width: 64px;
  }
  footer .foot1 .header-logo div p:first-child {
    font-size: 22px;
    margin-bottom: 8px;
  }
  footer .foot1 .header-logo div p:nth-child(2) {
    font-size: 11px;
  }
}

.home-main {
  height: 650px;
}
.home-main .overlay {
  background: linear-gradient(90deg, #010409 0%, rgba(34, 37, 42, 0.62) 37.65%, rgba(43, 46, 51, 0.52) 54.38%, rgba(89, 92, 96, 0) 100%);
  opacity: 0.66;
}
.home-main .headline {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.home-main .headline h1, .home-main .headline p {
  color: #fff;
  width: 100%;
}
.home-main .headline h1 {
  font-family: "PlayfairDisplay";
  font-size: 62px;
  font-weight: 400;
  max-width: 590px;
}
.home-main .headline h1 span {
  font-weight: bold;
}
.home-main .headline p {
  opacity: 0.8;
  margin-bottom: 50px;
  max-width: 610px;
}
.home-main .headline .btn {
  padding: 15px 25px;
}
@media screen and (max-width: 1399px) {
  .home-main {
    height: 600px;
  }
  .home-main .headline h1 {
    font-size: 55px;
    max-width: 480px;
  }
  .home-main .headline p {
    max-width: 560px;
  }
}
@media screen and (max-width: 1199px) {
  .home-main {
    height: -moz-fit-content;
    height: fit-content;
  }
  .home-main .headline {
    position: relative;
    z-index: 1;
    transform: none;
    top: unset;
    padding: 100px 0;
  }
}
@media screen and (max-width: 991px) {
  .home-main .headline h1 {
    font-size: 40px;
    max-width: 360px;
  }
  .home-main .headline p {
    max-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .home-main .headline h1, .home-main .headline p {
    max-width: unset;
  }
  .home-main .headline h1 {
    font-weight: bold;
  }
}
@media screen and (max-width: 575px) {
  .home-main .headline {
    padding: 60px 0;
  }
  .home-main .headline h1 {
    font-size: 35px;
  }
}

.legalization {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.legalization .legalization-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.legalization .legalization-cards div {
  background-color: #fff;
  box-shadow: 0px 18px 58px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 10px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.legalization .legalization-cards div .vise {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  z-index: 2;
  background-color: #fff;
  padding: 5px 0;
}
.legalization .legalization-cards div h3 {
  font-family: "PlayfairDisplay";
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  margin: 10px 0;
}
.legalization .legalization-cards div p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  color: #8B8C8C;
}
.legalization .legalization-cards div .tooltip {
  overflow: auto;
  height: -moz-fit-content;
  height: fit-content;
  width: 500px;
  padding: 40px;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}
.legalization .legalization-cards div:hover {
  overflow: visible;
}
.legalization .legalization-cards div:hover p {
  display: none;
}
.legalization .legalization-cards div:hover .tooltip {
  opacity: 1;
  overflow: visible;
}
.legalization .legalization-cards div:hover .tooltip p {
  display: block;
}
@media screen and (max-width: 1399px) {
  .legalization .legalization-cards {
    gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .legalization {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .legalization .legalization-cards div {
    height: auto;
  }
  .legalization .legalization-cards div .tooltip, .legalization .legalization-cards div .vise {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .legalization .legalization-cards {
    grid-template-columns: 1fr;
  }
}

.lawyer {
  background-color: #F6F6F6;
  position: relative;
  padding: 70px 0;
}
.lawyer .lawyer-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 100px);
}
.lawyer .lawyer-info {
  padding-left: 50%;
}
.lawyer .lawyer-info h2 {
  margin-bottom: 10px;
}
.lawyer .lawyer-info span {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  .lawyer {
    padding: 50px 0;
  }
  .lawyer .lawyer-image {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .lawyer {
    margin-top: 0;
    padding-top: 0;
  }
  .lawyer .lawyer-image {
    position: static;
    width: 100%;
    height: 40vh;
  }
  .lawyer .lawyer-info {
    padding: 50px 5%;
    padding-bottom: 0;
  }
}

.lawyer-home {
  margin-top: 100px;
}
.lawyer-home .lawyer-image {
  top: -100px;
}
.lawyer-home .lawyer-info {
  position: relative;
  z-index: 1;
}
.lawyer-home .lawyer-info .text {
  margin-bottom: 50px;
}
.lawyer-home .decor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 540px;
  height: 540px;
}
.lawyer-home .decor img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .lawyer-home {
    margin-top: 0;
  }
}

.service-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-title h2, .service-title span {
  display: flex;
  text-align: center;
}
.service-title h2 {
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.service-title h2::before, .service-title h2::after {
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #C4A48E;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.service-title h2::before {
  left: -120px;
}
.service-title h2::after {
  right: -120px;
}
.service-title p {
  color: #fff;
  opacity: 0.8;
  text-align: center;
  max-width: 700px;
  margin-top: 10px;
  font-weight: 300;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 40px;
  margin-top: 70px;
}
.service-grid .service {
  display: flex;
  align-items: end;
  padding-bottom: 20px;
  border-bottom: 1px solid #C4A48E;
  transition: all 0.5s;
}
.service-grid .service span {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  text-align: end;
}
.service-grid .service .service-title-small {
  margin-right: auto;
}
.service-grid .service .service-title-small span {
  color: #C4A48E;
  letter-spacing: normal;
}
.service-grid .service .service-title-small p {
  font-family: "PlayfairDisplay";
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
  margin-right: 30px;
}
.service-grid .service img {
  margin-left: 20px;
  width: 18px;
}
.service-grid .service:hover {
  scale: 1.1;
}
@media screen and (max-width: 1199px) {
  .service-grid {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .service-grid .service span {
    display: none;
  }
  .service-grid .service .service-title-small span {
    display: inline;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.law-services table {
  background-color: #F6F6F6;
}
.law-services table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .law-services table tr {
    grid-template-columns: 1fr;
  }
}
.law-services table tr td {
  padding: 50px;
  position: relative;
}
.law-services table tr td h3 {
  font-family: "PlayfairDisplay";
  font-size: 35px;
  color: #001025;
  font-weight: bold;
}
@media screen and (max-width: 1399px) {
  .law-services table tr td h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 300px) {
  .law-services table tr td h3 {
    font-size: 25px;
  }
}
.law-services table tr td p {
  margin-top: 20px;
}
.law-services table tr td h3 + p {
  margin-top: 10px;
}
.law-services table tr td img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.law-services table:nth-child(2n+1) tr td {
  padding-left: calc(100% - 675px);
}
@media only screen and (max-width: 1600px) {
  .law-services table:nth-child(2n+1) tr td {
    padding-left: 20%;
  }
}
@media only screen and (max-width: 900px) {
  .law-services table:nth-child(2n+1) tr td {
    padding-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .law-services table:nth-child(2n+1) tr td {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 767px) {
  .law-services table:nth-child(2n+1) tr td:nth-child(2) {
    order: 1;
    height: 300px;
  }
  .law-services table:nth-child(2n+1) tr td:first-child {
    order: 2;
  }
}
.law-services table:nth-child(2n) tr td {
  padding-right: calc(100% - 675px);
}
@media only screen and (max-width: 1600px) {
  .law-services table:nth-child(2n) tr td {
    padding-right: 20%;
  }
}
@media only screen and (max-width: 900px) {
  .law-services table:nth-child(2n) tr td {
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .law-services table:nth-child(2n) tr td {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 767px) {
  .law-services table:nth-child(2n) tr td:first-child {
    height: 300px;
  }
}

.home-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 50px;
}
.home-gallery a {
  height: 420px;
}
.home-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s;
}
.home-gallery a:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 1399px) {
  .home-gallery {
    gap: 7px;
  }
  .home-gallery a {
    height: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .home-gallery a {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .home-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: unset;
  }
  .home-gallery a {
    width: 100%;
    max-width: 140px;
    margin: 3px;
  }
}
@media screen and (max-width: 500px) {
  .home-gallery a {
    height: 200px;
    max-width: 100px;
    margin: 2px;
  }
}
@media screen and (max-width: 300px) {
  .home-gallery a {
    height: 150px;
  }
}

.gallery {
  margin: 100px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.gallery a {
  height: 340px;
}
.gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s;
}
.gallery a:hover img {
  opacity: 0.7;
}
.gallery a:nth-child(5n+1), .gallery a:nth-child(5n+2) {
  grid-column: span 3;
}
.gallery a:nth-child(5n+3), .gallery a:nth-child(5n+4), .gallery a:nth-child(5n) {
  grid-column: span 2;
}
@media screen and (max-width: 1399px) {
  .gallery {
    gap: 10px;
  }
  .gallery a {
    height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .gallery {
    margin: 50px 0;
    gap: 5px;
  }
  .gallery a {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .gallery a:nth-child(5n+1), .gallery a:nth-child(5n+2), .gallery a:nth-child(5n+3), .gallery a:nth-child(5n+4), .gallery a:nth-child(5n) {
    grid-column: span 3;
  }
  .gallery a {
    height: 150px;
  }
}
@media screen and (max-width: 300px) {
  .gallery a {
    grid-column: span 6 !important;
  }
}

.contact-form {
  margin-top: 50px;
  margin-bottom: 22px;
}
.contact-form form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.contact-form form textarea {
  grid-column: span 2;
}
.contact-form form .btn {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 45px;
}
.contact-form form input {
  height: 60px;
}
.contact-form form input, .contact-form form textarea {
  border: 1px solid #C4A48E;
  outline: none;
  padding: 20px;
  font-size: 20px;
  font-family: "Rubik";
  color: #000;
  background: transparent;
}
.contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
  font-family: "Rubik";
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #9C9C9C;
}
.contact-form form input::placeholder, .contact-form form textarea::placeholder {
  font-family: "Rubik";
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #9C9C9C;
}
.contact-form form textarea {
  height: 160px;
}
@media screen and (max-width: 1399px) {
  .contact-form form input {
    height: 50px;
  }
  .contact-form form input, .contact-form form textarea {
    padding: 15px;
    font-size: 18px;
  }
  .contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
    font-size: 18px;
  }
  .contact-form form input::placeholder, .contact-form form textarea::placeholder {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form form {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form form {
    grid-template-columns: 1fr;
  }
  .contact-form form textarea {
    grid-column: auto;
  }
}
@media screen and (max-width: 575px) {
  .contact-form form textarea {
    height: 200px;
  }
}

.map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1399px) {
  .map iframe {
    height: 400px;
  }
}

.contact {
  position: relative;
  min-height: 430px;
}
.contact .contact-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact .contact-image {
    display: none;
  }
}
.contact p, .contact a {
  color: #001025;
  font-size: 24px;
  line-height: 48px;
  font-weight: 400;
}
.contact .name {
  font-size: 30px;
  font-weight: 500;
}
.contact a {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.contact a img {
  margin-right: 20px;
  width: 37px;
}
.contact .contact-links {
  margin-top: 30px;
}
@media screen and (max-width: 1399px) {
  .contact .contact-links a {
    font-size: 20px;
  }
  .contact .contact-links a img {
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .contact .contact-links a img {
    margin-right: 10px;
  }
}/*# sourceMappingURL=main.css.map */

.error-cont a{
  margin-top: 20px;
  display: flex;
  max-width: max-content;
}