/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
* {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
.offcanvas {
  width: 320px;
  width: 100%;
  background-color: #07285b;
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: 320px;
  width: 100%;
  transform: translateX(100%);
}
.offcanvas .logo img {
  width: 130px;
}
.offcanvas .close {
  width: 25px;
  height: 25px;
  border: 0;
  background: none;
}
.offcanvas .close span {
  width: 25px;
  height: 2px;
  background-color: #E6936B;
  position: relative;
  display: block;
}
.offcanvas .close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1px;
}
.offcanvas .close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
}
.offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas .offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas.show {
  transform: none;
}
.mobile-menu {
  padding: 0 0 30px;
}
.mobile-menu ul li {
  position: relative;
}
.mobile-menu ul li a {
  display: block;
  width: 100%;
  background: none;
  text-align: left;
  padding: 10px 15px;
  border: 0;
  font-size: 28px;
  font-weight: 700;
  font-family: "Lato", "Playfair Display", serif;
  color: #E6936B;
}
.mobile-menu ul li .menu-expand {
  position: absolute;
  right: 0px;
  top: 6px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.mobile-menu ul li .menu-expand::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  background-color: #E6936B;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile-menu ul li .menu-expand::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #E6936B;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mobile-menu ul li.active > .menu-expand::after {
  height: 0;
}
.mobile-menu ul li ul {
  border-top: 0;
  display: none;
}
.mobile-menu ul li ul li a {
  padding-left: 12%;
}
.mobile-menu ul li ul li ul li a {
  padding-left: 18%;
}
.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-area {
  padding: 0px 0;
  background-color: rgba(255, 254, 234, 0.6);
  position: relative;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area {
    padding: 8px 16px;
    top: 0;
  }
  .topbar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-area {
    padding: 8px 16px;
  }
}
.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .header-logo a img {
    width: 150px;
  }
}
.header-navbar .navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-navbar .navbar-menu li {
  padding: 36px 32px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navbar .navbar-menu li {
    padding: 30px 12px;
  }
}
.header-navbar .navbar-menu li:first-child {
  padding-left: 0;
}
.header-navbar .navbar-menu li:last-child {
  padding-right: 0;
}
.header-navbar .navbar-menu li a {
  display: inline-block;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #ffffff;
}
.header-navbar .navbar-menu li a:hover {
  color: #e6936b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navbar .navbar-menu li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navbar .navbar-menu li:nth-last-child(1) > .sub-menu li > .sub-menu,
  .header-navbar .navbar-menu li:nth-last-child(2) > .sub-menu li > .sub-menu,
  .header-navbar .navbar-menu li:nth-last-child(3) > .sub-menu li > .sub-menu {
    left: auto;
    right: 100%;
  }
}
.header-navbar .navbar-menu li .menu-icon {
  display: inline-block;
  margin-left: 5px;
}
.header-navbar .navbar-menu li .menu-icon::after {
  content: "\f107 ";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 20px;
  color: #a07c22;
}
.header-navbar .navbar-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navbar .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 270px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 20px rgba(24, 30, 35, 0.1);
  box-shadow: 2px 2px 20px rgba(24, 30, 35, 0.1);
  border-top: 2px solid #6c757d;
  padding: 10px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-navbar .sub-menu li {
  padding: 0;
}
.header-navbar .sub-menu li a {
  padding: 8px 20px;
  color: #4c4c4c;
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.header-navbar .sub-menu li a::before {
  display: none;
}
.header-navbar .sub-menu li a.active {
  color: #a07c22;
}
.header-navbar .sub-menu li.active > a,
.header-navbar .sub-menu li:hover > a {
  color: #a07c22;
  padding-left: 30px;
}
.header-navbar .sub-menu li .menu-icon {
  margin-left: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navbar .sub-menu li .menu-icon::after {
  content: "\f105 ";
}
.header-navbar .sub-menu li .sub-menu {
  left: 100%;
  top: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.header-navbar .sub-menu li:hover .sub-menu {
  top: -12px;
  opacity: 1;
  visibility: visible;
}
.header-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-meta > * {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-meta > * {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header-meta > * {
    margin-left: 15px;
  }
}
.header-meta > *:first-child {
  margin-left: 0;
}
.header-meta .shopping-cart {
  position: relative;
  font-size: 30px;
  color: #E6936B;
  padding: 0;
  padding-right: 12px;
  background: none;
  border: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .header-meta .shopping-cart {
    font-size: 24px;
    padding-right: 8px;
  }
}
.header-meta .shopping-cart .number {
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #ffffff;
  background-color: #fdd9d4;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  color: #181e23;
}
@media only screen and (max-width: 575px) {
  .header-meta .shopping-cart .number {
    width: 18px;
    height: 18px;
    line-height: 16px;
  }
}
.header-meta .account {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 0;
  background-color: #E6936B;
  color: #181e23;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .header-meta .account {
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
}
.header-meta .dropdown-cart {
  left: auto !important;
  right: -30px !important;
  width: 350px;
  top: 76px !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-meta .dropdown-cart {
    top: 65px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-meta .dropdown-cart {
    top: 59px !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart {
    width: 260px;
    top: 51px ​ !important;
    right: -80px !important;
  }
}
.header-meta .dropdown-cart ul {
  max-height: 292px;
  overflow-y: auto;
  padding: 0 30px;
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart ul {
    padding: 0 15px;
  }
}
.header-meta .dropdown-cart ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.header-meta .dropdown-cart .cart-price {
  overflow: hidden;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart .cart-price {
    padding: 15px;
  }
}
.header-meta .dropdown-cart .cart-price .price-inline {
  overflow: hidden;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-meta .dropdown-cart .cart-price .price-inline .label {
  font-weight: 700;
  color: #9b9b9b;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", "Playfair Display", serif;
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart .cart-price .price-inline .label {
    font-size: 14px;
  }
}
.header-meta .dropdown-cart .cart-price .price-inline .value {
  font-weight: 600;
  color: #9b9b9b;
  font-size: 16px;
  font-family: "Open Sans", "Playfair Display", serif;
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart .cart-price .price-inline .value {
    font-size: 14px;
  }
}
.header-meta .dropdown-cart .cart-price .cart-total .price-inline .label {
  font-weight: 700;
  color: #0f0f0f;
}
.header-meta .dropdown-cart .cart-price .cart-total .price-inline .value {
  font-weight: 700;
  color: #0f0f0f;
}
.header-meta .dropdown-cart .checkout-btn {
  padding: 0 30px 30px 30px;
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart .checkout-btn {
    padding: 0 15px 15px 15px;
  }
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-meta .dropdown-cart .checkout-btn .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}
.header-meta .dropdown-account {
  left: auto !important;
  right: 0px !important;
  top: 74px !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  width: 160px;
  padding: 8px 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-meta .dropdown-account {
    top: 62px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-meta .dropdown-account {
    top: 55px !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-account {
    top: 48px !important;
  }
}
.header-meta .dropdown-account li {
  line-height: 25px;
}
.header-meta .dropdown-account li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  font-size: 14px;
  color: #181e23;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.header-meta .header-toggle .toggle {
  padding: 0;
  border: 0;
  background: none;
}
.header-meta .header-toggle .toggle span {
  width: 25px;
  height: 2px;
  display: block;
  background-color: #E6936B;
  margin: 5px 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.fade {
  transition: opacity 0.15s linear;
}
.modal-backdrop.show {
  opacity: 0.5;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
:root {
  --yellow: #efb20c;
  --red: #c31a19;
  --red2: #b91f4e;
  --red3: #991b38;
  --purple: #7323c7;
  --orange: #d76625;
  --primary: #0a522a;
  --green: #c4e1ae;
  --ratio: 1;
  --ratio_hoz: 1;
  --ratio_font: 1;
}
@media screen and (max-width: 1440px) {
  :root {
    --ratio: 0.75;
    --ratio_hoz: 0.75;
    --ratio_font: 0.9;
  }
}
@media screen and (max-width: 1360px) {
  :root {
    --ratio: 0.67;
    --ratio_hoz: 0.70833333;
    --ratio_font: 0.85;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --ratio: 0.66666667;
    --ratio_hoz: 0.66666667;
    --ratio_font: 0.8;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: calc(16px * var(--ratio_font));
  line-height: 1.625;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
strong {
  font-weight: bold;
}
.full,
.container {
  width: calc(1440px * var(--ratio));
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  /* firefox */
  -webkit-transition: all 0.2s linear;
  /* safari and chrome */
  -o-transition: all 0.2s linear;
  /* opera */
  -ms-transition: all 0.2s linear;
}
.full:after,
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.full {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .container {
    width: 100%;
  }
  .container.sm {
    width: 100%;
  }
}
.topbar {
  height: 48px;
  background-color: #000;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(24px * var(--ratio_font));
}
.topbar .topbar-grid {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.topbar .topbar-grid .topbar-item {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  align-items: center;
  color: #fff;
}
.topbar .topbar-grid .topbar-item a,
.topbar .topbar-grid .topbar-item a:visited {
  color: #fff;
}
.topbar .topbar-grid .topbar-item .item-1 {
  width: 10px;
}
#header {
  background-color: #07285b;
}
.d-none {
  display: none !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
.main-wrapper {
  overflow-x: hidden;
  height: 100%;
}
.section,
.main-wrapper {
  float: left;
  width: 100%;
}
.single-slider {
  height: 940px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #040205;
}
h2 {
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(48px * var(--ratio_font));
  line-height: calc(55px * var(--ratio_font));
  /* identical to box height, or 115% */
  text-align: center;
  text-transform: capitalize;
  /* B1 */
  color: #07285b;
}
.subtitle {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(24px * var(--ratio_font));
  text-align: center;
  /* grey */
  color: #666666;
}
.btn {
  background-color: #e6936b;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
}
@media only screen and (max-width: 575px) {
  .btn {
    height: 36px;
    line-height: 36px;
  }
}
.offcanvas-btn .icon,
.header-btn .icon {
  display: inline-block;
}
.offcanvas-btn a,
.header-btn a,
.offcanvas-btn a:visited,
.header-btn a:visited {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(24px * var(--ratio_font));
  /* identical to box height */
  letter-spacing: 1px;
  color: #ffffff;
}
.offcanvas-btn svg,
.header-btn svg {
  fill: #fff;
}
.offcanvas-btn:hover,
.header-btn:hover {
  background-color: #fff;
  color: #e6936b;
}
.offcanvas-btn:hover svg,
.header-btn:hover svg {
  fill: #e6936b;
}
.offcanvas-btn:hover a,
.header-btn:hover a,
.offcanvas-btn:hover a:visited,
.header-btn:hover a:visited {
  color: #e6936b;
}
@media only screen and (max-width: 575px) {
  .offcanvas-btn,
  .header-btn {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .offcanvas-btn {
    display: inline-block;
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: calc(100% - 64px);
  }
}

.hero-section video {
  width: 100%;
  height: 100%;
}
.hero-section .video {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}
.hero-section .aspect-ratio-box {
  height: 0;
  padding-top: calc(9 / 16 * 100%);
  background: white;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.hero-section .aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .hero-section {
    height: auto;
  }
}
.professional-section {
  padding: calc(100px * var(--ratio)) 0 0;
}
.professional-section .subtitle {
  width: calc(1120px * var(--ratio));
  margin: calc(24px * var(--ratio)) auto calc(32px * var(--ratio));
  font-size: calc(22px * var(--ratio_font));
}
.professional-section .ourteam-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.professional-section .ourteam-wrapper .text {
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(20px * var(--ratio_font));
  line-height: 31px;
  /* or 155% */
  text-align: center;
  letter-spacing: 0.1125px;
  /* B1 */
  color: #07285b;
}
.professional-section .ourteam-wrapper .text span,
.professional-section .ourteam-wrapper .text a,
.professional-section .ourteam-wrapper .text a:visited {
  color: #e6936b;
}
.professional-section .ourteam-wrapper .text .btn {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px * var(--ratio_font));
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  /* white */
  color: #ffffff;
}
.professional-section .ourteam-wrapper .text .btn a,
.professional-section .ourteam-wrapper .text .btn a:visited {
  color: #ffffff;
  display: block;
}
@media only screen and (max-width: 575px) {
  .professional-section .ourteam-wrapper {
    grid-template-columns: 1fr;
  }
  .professional-section .ourteam-wrapper .text {
    padding: 32px 0;
  }
  .professional-section .subtitle {
    padding: 0 16px;
    width: 100%;
  }
}
.practice-section {
  padding: calc(100px * var(--ratio)) 0 calc(200px * var(--ratio));
  background-color: #07285b;
  position: relative;
}
.practice-section .title {
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(48px * var(--ratio_font));
  line-height: calc(55px * var(--ratio_font));
  /* identical to box height, or 115% */
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.practice-section .subtitle {
  width: calc(1120px * var(--ratio));
  margin: calc(24px * var(--ratio)) auto calc(32px * var(--ratio));
  font-size: calc(22px * var(--ratio_font));
  color: #ffffff;
}
.practice-section .practice-grid1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: calc(80px * var(--ratio)) 0;
}
.practice-section .practice-grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: calc(80px * var(--ratio)) 0 calc(120px * var(--ratio));
  width: calc(100% * var(--ratio));
  margin: 0 auto;
}
.practice-section .practice-card {
  justify-self: center;
}
.practice-section .practice-card .img {
  width: calc(80px * var(--ratio));
  margin: calc(24px * var(--ratio)) auto;
}
.practice-section .practice-card h4 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: calc(18px * var(--ratio_font));
  line-height: calc(24px * var(--ratio_font));
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.practice-section .faq-section {
  position: absolute;
  left: calc(50% - 560px * var(--ratio));
  background-color: #e6936b;
  width: calc(1120px * var(--ratio));
  padding: calc(80px * var(--ratio));
}
.practice-section .faq-section .title {
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(48px * var(--ratio_font));
  line-height: calc(55px * var(--ratio_font));
  /* identical to box height, or 115% */
  text-align: center;
  text-transform: capitalize;
  /* white */
  color: #ffffff;
}
.practice-section .faq-section .subtitle {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  /* or 164% */
  text-align: center;
  /* white */
  color: #ffffff;
  width: calc(680px * var(--ratio));
  margin: calc(48px * var(--ratio)) auto;
}
.practice-section .faq-section .btn-faq {
  display: block;
  width: 214px;
  height: 44px;
  margin: calc(48px * var(--ratio)) auto 0;
  /* white */
  background: #ffffff;
}
.practice-section .faq-section .btn-faq a,
.practice-section .faq-section .btn-faq a:visited {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(28px * var(--ratio_font));
  /* identical to box height */
  text-align: center;
  letter-spacing: 1px;
  /* B2 */
  color: #e6936b;
}
@media only screen and (max-width: 575px) {
  .practice-section {
    padding-bottom: 0;
  }
  .practice-section .subtitle {
    padding: 0 16px;
    width: 100%;
  }
  .practice-section .practice-grid1 {
    grid-template-columns: repeat(2, 1fr);
    padding: calc(80px * var(--ratio)) 0;
    padding: 16px;
    row-gap: 16px;
  }
  .practice-section .practice-grid1 .practice-card h4 {
    font-size: 12px;
  }
  .practice-section .practice-grid2 {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .practice-section .practice-grid2 h4 {
    font-size: 12px;
  }
  .practice-section .practice-grid2 .card-3 {
    margin-left: 100%;
    width: 100%;
  }
  .practice-section .faq-section {
    width: 100%;
    position: relative;
    /* padding: 0; */
    left: auto;
  }
  .practice-section .faq-section .faq-wrapper {
    width: 100%;
  }
  .practice-section .faq-section .subtitle {
    width: 100%;
    margin: 48px auto;
  }
}
.contact-section {
  padding-top: calc(320px * var(--ratio));
}
.contact-section .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-section .contact-info {
  background-color: #07285b;
  padding: calc(160px * var(--ratio)) calc(80px * var(--ratio));
}
.contact-section .contact-info .title {
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(48px * var(--ratio_font));
  line-height: calc(55px * var(--ratio_font));
  /* identical to box height, or 115% */
  text-transform: capitalize;
  color: #ffffff;
  text-align: left;
  padding-bottom: calc(48px * var(--ratio));
}
.contact-section .contact-info .subtitle {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(28px * var(--ratio_font));
  color: #ffffff;
  text-align: left;
  padding-bottom: calc(48px * var(--ratio));
}
.contact-section .contact-info .contact-item {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-family: "Lato";
  font-style: normal;
  font-size: calc(20px * var(--ratio_font));
  line-height: 32px;
  color: #ffffff;
  padding-bottom: calc(24px * var(--ratio));
}
.contact-section .contact-info .contact-item a,
.contact-section .contact-info .contact-item a:visited {
  color: #fff;
}
.contact-section .contact-info .contact2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: calc(48px * var(--ratio));
}
.contact-section .contact-info .contact3 {
  font-family: "Lato";
  font-style: normal;
  font-size: calc(20px * var(--ratio_font));
  line-height: 32px;
  color: #ffffff;
}
.contact-section .contact-info .contact3 .item1 {
  padding-bottom: calc(24px * var(--ratio));
}
.contact-section .contact-info .circle {
  font-family: "Lato";
  font-style: normal;
  font-size: calc(16px * var(--ratio_font));
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 100%;
}
.contact-section .contact-info .green {
  background-color: #00b649;
}
.contact-section .contact-info .red {
  background-color: #b60000;
}
.contact-section .contact-info .yellow {
  background-color: #e0ca00;
}
@media only screen and (max-width: 575px) {
  .contact-section {
    padding-top: 0;
  }
  .contact-section .contact-wrapper {
    grid-template-columns: 1fr;
  }
  .contact-section .contact-wrapper .map {
    height: 315px;
    order: 1;
  }
  .contact-section .contact-info {
    padding: 32px;
  }
  .contact-section .contact-info .title,
  .contact-section .contact-info .subtitle {
    text-align: center;
  }
  .contact-section .contact-info .contact2 {
    grid-template-columns: 1fr;
  }
}
.footer-section {
  background: #000000;
  mix-blend-mode: normal;
  opacity: 0.86;
  padding: calc(80px * var(--ratio)) 0;
}
.footer-section .logo {
  width: calc(250px * var(--ratio));
}
.footer-section .ft-1 {
  width: calc(200px * var(--ratio));
}
.footer-section .ft-2 {
  width: calc(150px * var(--ratio));
}
.footer-section .single-widget-info {
  padding-bottom: calc(24px * var(--ratio));
}
.footer-section .copyright {
  font-style: normal;
  font-weight: 400;
  font-size: calc(18px * var(--ratio_font));
  line-height: calc(24px * var(--ratio_font));
  /* or 138% */
  color: #ffffff;
}
.footer-section .footer-widget-link ul li {
  padding-bottom: calc(24px * var(--ratio));
}
.footer-section .footer-widget-link ul li:before {
  content: url("../img/forward.svg");
  padding-left: 16px;
  padding-right: 16px;
}
.footer-section .footer-widget-link a,
.footer-section .footer-widget-link a:visited {
  font-family: "Lato";
  font-style: normal;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(24px * var(--ratio_font));
  letter-spacing: 1px;
  color: #ffffff;
}
.footer-section .footer-widget-book {
  font-family: "Lato";
  font-style: normal;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(24px * var(--ratio_font));
  letter-spacing: 1px;
  color: #ffffff;
  padding-bottom: calc(24px * var(--ratio));
}
.footer-section .footer-widget-book a,
.footer-section .footer-widget-book a:visited {
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .footer-section {
    padding: 32px 16px;
  }
  .footer-section .ft-1 {
    width: 200px;
    padding: 16px 0;
  }
  .footer-section .ft-2 {
    width: 150px;
    padding: 16px 0;
  }
  .footer-section .footer-widget-link ul {
    padding: 32px 0;
  }
  .footer-section .footer-widget-link ul li:before {
    padding-left: 0 !important;
  }
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: calc(20px * var(--ratio_font));
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  -webkit-box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
  box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #ffffff;
  background-color: #181e23;
  border: 0;
}
.page-banner {
  padding: calc(120px * var(--ratio)) 0;
  background-color: #000;
}
.page-banner .subtitle {
  width: calc(1120px * var(--ratio));
  margin: calc(24px * var(--ratio)) auto;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: calc(22px * var(--ratio_font));
  line-height: calc(24px * var(--ratio_font));
  text-align: center;
  /* white */
  color: #ffffff;
}
.page-banner h1 {
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(80px * var(--ratio_font));
  line-height: calc(96px * var(--ratio_font));
  /* identical to box height, or 78% */
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .page-banner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-banner h1 {
    font-size: calc(70px * var(--ratio_font));
    line-height: calc(84px * var(--ratio_font));
  }
  .page-banner .subtitle {
    width: 100%;
  }
}
.practice-page {
  background-color: #ffffff;
  padding: calc(120px * var(--ratio)) 0;
}
.practice-page .container {
  width: calc(1200px * var(--ratio));
}
.practice-page .practice-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
}
.practice-page .practice-list .practice-item {
  display: grid;
  grid-template-columns: calc(36px * var(--ratio)) 1fr;
  align-items: center;
  gap: 16px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(28px * var(--ratio_font));
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666666;
  padding: 8px 0;
  cursor: pointer;
}
.practice-page .practice-list .practice-item h4 {
  padding: 12px;
}
.practice-page .practice-list .practice-item h4:hover {
  background-color: #e6936b;
  color: #fff;
}
.practice-page .practice-list .practice-item.active h4 {
  background-color: #e6936b;
  color: #fff;
}
.practice-page .practice-list .practice-item .dd-toggle {
  display: none;
}
.practice-page .practice-list h2 {
  padding-bottom: calc(48px * var(--ratio));
}
.practice-page .practice-list .practice-content {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(28px * var(--ratio_font));
  color: #666666;
}
.practice-page .practice-list .practice-content p {
  padding-bottom: calc(16px * var(--ratio));
}
.practice-page .dropdown {
  display: none;
}
.practice-page .content {
  display: none;
}
.practice-page .content.show {
  display: block;
}
@media only screen and (max-width: 575px) {
  .practice-page .container {
    width: 100%;
  }
  .practice-page .practice-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .practice-page .practice-list h2 {
    padding: calc(48px * var(--ratio)) 0;
  }
  .practice-page .navigator,
  .practice-page .content {
    padding: 0 16px;
  }
  .practice-page h2 {
    font-size: 32px;
  }
  .practice-page .dd-content {
    display: none;
    position: absolute;
    background: #f4f4f4;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    padding: 16px;
    width: calc(100% - 32px);
    overflow: hidden;
    z-index: 100;
  }
  .practice-page .dd-content.show {
    display: block;
  }
  .practice-page .dropdown {
    display: block;
  }
  .practice-page .dropdown .dd-container {
    position: relative;
    display: grid;
    grid-template-columns: calc(36px * var(--ratio)) 1fr 36px;
    align-items: center;
    gap: 16px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: calc(20px * var(--ratio_font));
    line-height: calc(24px * var(--ratio_font));
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666666;
    padding: 8px 12px;
    border: 1px solid #e6936b;
    cursor: pointer;
  }
  .practice-page .dropdown .dd-container .dd-title {
    color: #e6936b;
  }
}
.contact-page .contact-info {
  padding: calc(120px * var(--ratio)) 0;
}
.contact-page .contact-item {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  align-items: center;
  font-family: "Lato";
  font-style: normal;
  font-size: calc(20px * var(--ratio_font));
  line-height: 32px;
  color: #000;
  padding-bottom: calc(24px * var(--ratio));
}
.contact-page .contact-item a,
.contact-page .contact-item a:visited {
  color: #000;
}
.contact-page .contact1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: calc(48px * var(--ratio));
}
.contact-page .contact2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: calc(48px * var(--ratio));
}
.contact-page .contact3 {
  font-family: "Lato";
  font-style: normal;
  font-size: calc(20px * var(--ratio_font));
  line-height: 32px;
  width: 60%;
  color: #000;
}
.contact-page .contact3 .item1 {
  padding-bottom: calc(24px * var(--ratio));
}
.contact-page .circle {
  font-family: "Lato";
  font-style: normal;
  font-size: calc(16px * var(--ratio_font));
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 100%;
}
.contact-page .green {
  background-color: #00b649;
}
.contact-page .red {
  background-color: #b60000;
}
.contact-page .yellow {
  background-color: #e0ca00;
}
.contact-page .map {
  height: 600px;
}
@media only screen and (max-width: 575px) {
  .contact-page .contact-info {
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-page .contact1 {
    grid-template-columns: 1fr;
  }
  .contact-page .contact2 {
    grid-template-columns: 1fr;
  }
  .contact-page .contact3 {
    width: 100%;
  }
}
.professional-page {
  padding: calc(120px * var(--ratio)) 0 calc(160px * var(--ratio));
}
.professional-page .professional-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.professional-page .small-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.professional-page .small-grid .sm-full {
  grid-column: 1/3;
  width: 50%;
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(31px * var(--ratio));
  /* or 155% */
  letter-spacing: 0.1125px;
  /* B1 */
  color: #07285b;
  margin: calc(64px * var(--ratio)) auto;
  text-align: center;
}
.professional-page .img {
  position: relative;
}
.professional-page .img .name:hover {
  display: block;
  cursor: pointer;
  background-color: #e6936b;
}
.professional-page .name {
  background-color: rgba(230, 147, 107, 0.5);
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(31px * var(--ratio));
  /* identical to box height, or 155% */
  letter-spacing: 0.1125px;
  /* white */
  color: #ffffff;
  position: absolute;
  bottom: 0;
  padding: 8px 24px;
}
.professional-page .name .title {
  display: none;
}
.professional-page .name:hover {
  display: block;
  cursor: pointer;
  background-color: #e6936b;
}
.professional-page .name:hover .title {
  display: block;
}
.professional-page .name2 {
  right: 0;
}
@media only screen and (max-width: 575px) {
  .professional-page {
    padding: calc(80px * var(--ratio)) 0 calc(120px * var(--ratio));
  }
  .professional-page .professional-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .professional-page .small-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .professional-page .small-grid .sm-full {
    grid-column: auto;
  }
}
.faq-page {
  padding: calc(120px * var(--ratio)) 0 calc(160px * var(--ratio));
}
.faq-page .container {
  width: calc(1200px * var(--ratio));
}
.faq-page .faq-wrapper .faq-item {
  display: grid;
  grid-template-columns: calc(64px * var(--ratio)) 1fr;
  align-items: center;
  padding-bottom: calc(36px * var(--ratio));
}
.faq-page .faq-wrapper .faq-item:before {
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 32px;
}
.faq-page .faq-wrapper .faq-item.open:before {
  content: url("../img/open.svg");
}
.faq-page .faq-wrapper .faq-item.open .faq-answer {
  display: block;
}
.faq-page .faq-wrapper .faq-item.close:before {
  content: url("../img/dd-close.svg");
}
.faq-page .faq-wrapper .faq-item.close .faq-answer {
  display: none;
}
.faq-page .faq-wrapper .faq-item .faq-question {
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(28px * var(--ratio_font));
  line-height: calc(40px * var(--ratio_font));
  /* or 204% */
  text-transform: capitalize;
  /* B1 */
  color: #07285b;
  cursor: pointer;
}
.faq-page .faq-wrapper .faq-item .faq-answer {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px * var(--ratio_font));
  line-height: calc(28px * var(--ratio_font));
  color: #666666;
}
@media only screen and (max-width: 575px) {
  .faq-page .container {
    width: 100%;
  }
  .faq-page .faq-wrapper {
    padding: 0 16px;
  }
  .faq-page .faq-wrapper .faq-item:before {
    padding-left: 0;
    padding-right: 16px;
  }
}
.aaa-hidden {
  display: none;
}
.person-card {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 24px;
}
.person-card .fullname {
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(48px * var(--ratio_font));
  line-height: calc(55px * var(--ratio_font));
  /* identical to box height, or 115% */
  text-transform: capitalize;
  color: #ffffff;
}
.person-card .text {
  display: grid;
  align-items: center;
  padding: calc(32px * var(--ratio));
  background-color: #e6936b;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: calc(18px * var(--ratio_font));
  line-height: calc(24px * var(--ratio_font));
  letter-spacing: 1px;
  /* white */
  color: #ffffff;
}
.person-card .text p.desc {
  font-weight: normal;
}
.person-card .btn {
  width: 182px;
  /* white */
  background: #ffffff;
}
.person-card .btn a,
.person-card .btn a:visited {
  color: #e6936b;
}
@media only screen and (max-width: 575px) {
  .person-card {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .person-card .fullname {
    font-size: 28px;
  }
}
.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.5s 0s, transform 0.25s;
}
.dialog .close {
  cursor: pointer;
  color: #e6936b;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 8px;
  align-items: center;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: calc(18px * var(--ratio_font));
}
.dialog .dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem 1.5rem;
  width: 75%;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 575px) {
  .dialog .dialog-content {
    width: 90%;
  }
}
.show-dialog {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 1000;
}
.person-page {
  background-color: #f3f3f3;
}
.person-page .person-wrapper {
  margin: calc(120px * var(--ratio)) 0 calc(160px * var(--ratio));
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}
.person-page .person-wrapper .detail-card {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: calc(48px * var(--ratio));
  padding: calc(64px * var(--ratio)) calc(48px * var(--ratio));
}
.person-page .person-wrapper .detail-card .text {
  position: relative;
  background-color: #fff;
  font-family: "Lato";
  font-style: normal;
  font-size: calc(18px * var(--ratio_font));
  line-height: calc(24px * var(--ratio_font));
  text-align: justify;
  letter-spacing: 1px;
  padding-bottom: calc(200px * var(--ratio));
  /* grey */
  color: #666666;
}
.person-page .person-wrapper .detail-card .text p {
  padding-bottom: calc(16px * var(--ratio));
}
.person-page .person-wrapper .detail-card .text p.title {
  font-weight: 600;
}
.person-page .person-wrapper .detail-card .text h2 {
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(48px * var(--ratio_font));
  line-height: calc(55px * var(--ratio_font));
  /* identical to box height, or 115% */
  text-align: left;
  text-transform: capitalize;
  /* B1 */
  color: #07285b;
}
.person-page .contact-box {
  background-color: #07285b;
  padding: calc(32px * var(--ratio)) calc(64px * var(--ratio));
  position: absolute;
  left: 0;
}
.person-page .contact-box a,
.person-page .contact-box a:visited {
  color: #ffffff;
}
.person-page .education-box {
  width: calc(540px * var(--ratio));
  background-color: #e6936b;
  color: #fff;
  padding: calc(64px * var(--ratio));
  position: absolute;
  margin-top: 64px;
}
.person-page .more-persons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: calc(36px * var(--ratio));
  padding: calc(300px * var(--ratio)) 0 calc(160px * var(--ratio));
}
.person-page .more-persons .team-card .img {
  position: relative;
}
.person-page .more-persons .team-card .img .name:hover {
  display: block;
  cursor: pointer;
  background-color: #e6936b;
}
.person-page .more-persons .team-card .img .name a,
.person-page .more-persons .team-card .img .name a:visited {
  color: #ffffff;
}
.person-page .more-persons .team-card .name {
  background-color: rgba(230, 147, 107, 0.5);
  font-family: "Millard";
  font-style: normal;
  font-weight: 700;
  font-size: calc(20px * var(--ratio_font));
  line-height: 30px;
  /* identical to box height, or 155% */
  text-align: center;
  letter-spacing: 0.1125px;
  /* white */
  color: #ffffff;
  position: absolute;
  bottom: 0;
  padding: 8px 16px;
}
@media only screen and (max-width: 575px) {
  .person-page .person-wrapper {
    margin: calc(64px * var(--ratio)) 0 calc(160px * var(--ratio));
  }
  .person-page .person-wrapper .detail-card {
    grid-template-columns: 1fr;
  }
  .person-page .more-persons {
    grid-template-columns: 1fr;
    padding: calc(300px * var(--ratio)) 0 calc(64px * var(--ratio));
  }
}
