@charset "UTF-8";

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/*------------------------------------*\
    GRID
\*------------------------------------*/
.row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-11 {
  width: 100%;
}

.col-sm-10 {
  width: 100%;
}

.col-sm-9 {
  width: 100%;
}

.col-sm-8 {
  width: 100%;
}

.col-sm-7 {
  width: 100%;
}

.col-sm-6 {
  width: 100%;
}

.col-sm-5 {
  width: 100%;
}

.col-sm-4 {
  width: 100%;
}

.col-sm-3 {
  width: 100%;
}

.col-sm-2 {
  width: 100%;
}

.col-sm-1 {
  width: 100%;
}

.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-md-12 {
  width: 100%;
}

.col-md-11 {
  width: 100%;
}

.col-md-10 {
  width: 100%;
}

.col-md-9 {
  width: 100%;
}

.col-md-8 {
  width: 100%;
}

.col-md-7 {
  width: 100%;
}

.col-md-6 {
  width: 100%;
}

.col-md-5 {
  width: 100%;
}

.col-md-4 {
  width: 100%;
}

.col-md-3 {
  width: 100%;
}

.col-md-2 {
  width: 100%;
}

.col-md-1 {
  width: 100%;
}

.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-11 {
  width: 100%;
}

.col-lg-10 {
  width: 100%;
}

.col-lg-9 {
  width: 100%;
}

.col-lg-8 {
  width: 100%;
}

.col-lg-7 {
  width: 100%;
}

.col-lg-6 {
  width: 100%;
}

.col-lg-5 {
  width: 100%;
}

.col-lg-4 {
  width: 100%;
}

.col-lg-3 {
  width: 100%;
}

.col-lg-2 {
  width: 100%;
}

.col-lg-1 {
  width: 100%;
}

.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-xl-12 {
  width: 100%;
}

.col-xl-11 {
  width: 100%;
}

.col-xl-10 {
  width: 100%;
}

.col-xl-9 {
  width: 100%;
}

.col-xl-8 {
  width: 100%;
}

.col-xl-7 {
  width: 100%;
}

.col-xl-6 {
  width: 100%;
}

.col-xl-5 {
  width: 100%;
}

.col-xl-4 {
  width: 100%;
}

.col-xl-3 {
  width: 100%;
}

.col-xl-2 {
  width: 100%;
}

.col-xl-1 {
  width: 100%;
}

@media (min-width: 576px) {

  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }
}

@media (min-width: 768px) {

  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-1 {
    width: 8.33333%;
  }
}

@media (min-width: 992px) {

  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-1 {
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {

  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-1 {
    width: 8.33333%;
  }
}

/*------------------------------------*\
    MENU
\*------------------------------------*/
.menu__link,
.lang__link {
  display: block;
  color: #ffffff;
  font-size: 1.0625rem;
  letter-spacing: 0.08rem;
  padding: 1rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.menu__link:hover,
.lang__link:hover,
.menu__link:focus,
.lang__link:focus {
  color: #af8a68;
}

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * FOLLOW
 * MAIN
 * ABOUT
 * EXPERTISE
 * NEWS
 * INSIGHTS
 * CONTACT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff4eb;
  color: #666666;
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  padding-top: 55px;
}

@media (min-width: 768px) {
  body {
    padding-top: 0;
  }
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #af8a68;
  outline: 0;
  text-decoration: none;
}

#scrollUp {
  right: 1%;
  bottom: 28%;
}

@media (min-width: 576px) {
  #scrollUp {
    right: 2.5%;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
  background-color: #141f3f;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

header .container {
  height: 55px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  header .container {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  header .container {
    width: 100%;
  }
}

@media (min-width: 1700px) {
  header .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 6.875rem;
    padding-right: 6rem;
  }
}

.logo img {
  width: 200px;
  height: 33px;
}

@media (min-width: 1200px) {
  .logo img {
    width: auto;
    height: auto;
  }
}

nav {
  background-color: #141f3f;
  -webkit-box-shadow: inset -5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset -5px 5px 5px rgba(0, 0, 0, 0.3);
  width: 80%;
  height: calc(100vh - 55px);
  overflow-y: auto;
  position: absolute;
  top: 55px;
  left: -100%;
  z-index: 999;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

nav .share {
  display: block;
  padding: 1rem;
}

nav .share__item {
  display: inline-block;
  padding-right: 1rem;
}

nav .share__link {
  color: #ffffff;
  font-size: 1.0625rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

nav .share__link:hover {
  color: #af8a68;
}

@media (min-width: 768px) {
  nav {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  nav .share {
    display: none;
  }
}

.menu__btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.625rem;
  right: 1rem;
  cursor: pointer;
}

.menu__btn span {
  width: 26px;
  height: 2px;
  background-color: #af8a68;
  left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu__btn::before,
.menu__btn::after {
  content: '';
  width: 26px;
  height: 2px;
  background-color: #af8a68;
  position: absolute;
  left: 2px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.menu__btn::before {
  top: 8px;
}

.menu__btn::after {
  bottom: 8px;
}

.menu__btn--open::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu__btn--open::after {
  bottom: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu__btn--open span {
  opacity: 0;
}

.menu__btn--open~nav {
  left: 0;
}

.menu__link {
  cursor: pointer;
}

.menu__item--active .menu__link {
  color: #af8a68;
}

@media (min-width: 768px) {
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu__link {
    font-size: 0.9375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .menu__btn {
    display: none;
  }
}

@media (min-width: 992px) {
  .menu__link {
    font-size: 1.0625rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1700px) {
  .menu__link {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.lang__item {
  margin-left: 0;
}

.lang__item--active .lang__link {
  color: #af8a68;
}

@media (min-width: 768px) {
  .lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.5rem;
  }

  .lang__item {
    border: 1px solid rgba(175, 138, 104, 0.5);
    border-right: none;
  }

  .lang__item:last-child {
    border-right: 1px solid rgba(175, 138, 104, 0.5);
  }

  .lang__link {
    font-size: 0.8125rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lang__item+.lang__item {
    position: relative;
    border-left: none;
  }

  .lang__item+.lang__item::before {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #af8a68;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .lang {
    margin-left: 1rem;
  }

  .lang__link {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    font-size: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .lang {
    margin-left: 1.5rem;
  }
}

.dropdown__toggle {
  position: relative;
}

.dropdown__toggle::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
}

.dropdown__toggle~.dropdown__menu {
  display: none;
}

.dropdown__toggle--open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown__toggle--open~.dropdown__menu {
  display: block;
}

.dropdown__menu {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown__item {
  display: block;
  color: #ffffff;
  padding: 0.8rem 1.2rem;
}

.dropdown__item--active {
  color: #af8a68;
}

@media (min-width: 768px) {
  .dropdown__toggle::after {
    display: none;
  }

  .dropdown__menu {
    display: none;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  overflow: hidden;
  text-align: center;
}

.banner .container {
  width: 130%;
  margin: 0 -15%;
  position: relative;
}

@media (min-width: 768px) {
  .banner .container {
    width: 100%;
    margin: 0;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
  background-color: #141f3f;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: center;
}

footer a {
  color: rgba(255, 255, 255, 0.8);
}

footer .container {
  position: relative;
  padding: 2rem 1rem;
}

@media (min-width: 992px) {
  footer {
    text-align: left;
  }
}

@media (min-width: 1700px) {
  footer .container {
    padding: 4rem 0;
  }
}

.footer__logo {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .footer__logo {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .footer__logo {
    text-align: left;
  }
}

@media (min-width: 1700px) {
  .footer__logo {
    margin-top: 0.2rem;
    margin-bottom: 0;
  }
}

.footer__info {
  width: 100%;
  position: relative;
  z-index: 2;
}

.footer__info li {
  padding: 0.3rem 0.75rem;
  letter-spacing: 0.05rem;
}

.footer__info li[data-info='add'] {
  letter-spacing: 0.02rem;
}

.footer__info li[data-info='email'] span {
  display: block;
}

.footer__info li[data-info='privacy'] a {
  color: #af8a68;
}

.footer__info li[data-info='privacy'] a:hover,
.footer__info li[data-info='privacy'] a:focus {
  text-decoration: underline;
}

.footer__info span {
  color: #af8a68;
  padding-right: 0.6rem;
}

.footer__info span.text {
  color: rgba(255, 255, 255, 0.8);
  display: block;
}

@media (min-width: 576px) {
  .footer__info li[data-info='email'] span {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__info li[data-info='add'] {
    width: 100%;
  }

  .footer__info span.text {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .footer__info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__info li[data-info='privacy'] {
    position: absolute;
    top: 5%;
    right: -5%;
    padding-top: 0;
  }

  .footer__info li[data-info='privacy']::before {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #af8a68;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
  }
}

@media (min-width: 1200px) {
  .footer__info li {
    padding: 0.1rem 0.75rem 0.1rem 0;
  }

  .footer__info li[data-info='privacy'] {
    top: 0;
    right: 17%;
  }
}

.footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  width: 100%;
}

.footer__copyright span {
  display: block;
}

.footer__copyright a {
  color: rgba(255, 255, 255, 0.5);
}

.footer__copyright a:hover,
.footer__copyright a:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer__copyright span {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .footer__copyright {
    text-align: right;
    padding-top: 1rem;
  }

  .footer__copyright span {
    display: block;
  }
}

@media (min-width: 1200px) {
  .footer__copyright {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    padding-top: 0;
  }
}

@media (min-width: 1700px) {
  .footer__copyright {
    right: 0;
  }
}

/*------------------------------------*\
    FOLLOW
\*------------------------------------*/
.follow {
  position: fixed;
  left: 0;
  bottom: 28%;
  color: #141f3f;
  font-weight: bold;
  text-align: center;
  z-index: 99;
  display: none;
}

@media (min-width: 768px) {
  .follow {
    display: block;
  }
}

@media (min-width: 1700px) {
  .follow {
    left: 2.5%;
  }
}

.follow::before {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #141f3f;
  position: absolute;
  top: -40%;
  right: 35%;
}

.follow li {
  padding: 0.8rem 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.follow a {
  color: #141f3f;
}

.follow a:hover,
.follow a:focus {
  color: #af8a68;
}

.follow__title {
  letter-spacing: 0.05rem;
  margin-top: 1.5rem;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.text__left {
  text-align: left;
}

.text__center {
  text-align: center;
}

.text__right {
  text-align: right;
}

main {
  padding-bottom: 4rem;
  position: relative;
}

@media (min-width: 768px) {
  main {
    padding-bottom: 4.8rem;
  }
}

main::before {
  content: '';
  width: 120px;
  height: 66px;
  background-image: url(../images/main_logo_s.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
}

@media (min-width: 768px) {
  main::before {
    background-image: url(../images/main_logo.png);
    background-repeat: no-repeat;
    width: 201px;
    height: 110px;
    top: -50px;
  }
}

main .container {
  position: relative;
}

main h2 {
  border-bottom: 1px solid #af8a68;
  color: #141f3f;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 2rem;
  padding-bottom: 0.8rem;
  margin-bottom: 1.5rem;
}

main h3 {
  color: #000000;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.9rem;
  margin-bottom: 1rem;
}

main p {
  line-height: 1.8rem;
  margin-bottom: 2rem;
}

main a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

main a img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

main a:hover img {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.page__header {
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 2rem;
}

.page__header * {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.page__header h1 {
  color: #af8a68;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.page__header h1 span {
  color: #000000;
  font-size: 1.3125rem;
  letter-spacing: 0.1rem;
  display: block;
  padding-top: 1.2rem;
}

@media (min-width: 768px) {
  .page__header {
    padding-top: 6rem;
  }

  .page__header h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .page__header {
    padding-top: 8rem;
    margin-bottom: 3.5rem;
  }
}

.main__nav {
  text-align: center;
  margin-bottom: 2rem;
  display: none;
}

@media (min-width: 768px) {
  .main__nav {
    display: block;
  }
}

.nav__item {
  display: block;
  margin-bottom: 2rem;
}

.nav__item--active .nav__link {
  color: #af8a68;
  font-weight: bold;
}

.nav__item+.nav__item {
  border-left: 0;
  padding-left: 0;
}

.nav__link {
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0.75rem;
}

.nav__link:hover,
.nav__link:focus {
  font-weight: bold;
}

@media (min-width: 576px) {
  .nav__item {
    display: inline-block;
    margin-bottom: 1rem;
  }

  .nav__item+.nav__item {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 0.3rem;
  }
}

.content {
  background-color: #ffffff;
  margin: 2rem;
}

@media (min-width: 1700px) {
  .content {
    margin: 0;
  }
}

.content.view {
  background-color: #ffffff;
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  padding: 3rem 2rem;
}

.content.view strong {
  font-weight: bold;
}

.content.view em {
  font-style: italic;
}

.content.view ol {
  list-style-type: decimal;
}

.content.view ul {
  list-style-type: disc;
}

.content.view ol,
.content.view ul {
  padding-left: 30px;
}

.content.view ul li span {
  color: #af8a68;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .content.view {
    padding: 4rem 5rem;
  }
}

.content hr {
  border: none;
  height: 1px;
  background-color: rgba(102, 102, 102, 0.5);
  margin: 2rem 0;
}

.btn__group .btn {
  border: 1px solid #af8a68;
  color: #af8a68;
  display: inline-block;
  width: 250px;
  margin-top: 2rem;
  padding: 0.8rem 0.75rem;
}

.btn__group .btn:hover {
  background-color: #af8a68;
  color: #ffffff;
}

.pagination {
  margin-top: 2rem;
}

.page {
  text-align: center;
}

.page__item {
  display: inline-block;
}

.page__link {
  display: block;
  color: #aaaaaa;
  font-size: 1.3125rem;
  padding: 0.3rem 0;
  margin: 0 0.75rem;
}

.page__link:hover,
.page__link--active {
  border-bottom: 1px solid #af8a68;
  color: #af8a68;
  padding-bottom: 0.5rem;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about {
  padding: 3rem 2rem;
  background-image: url(../images/about.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.about h2 {
  border-bottom: none;
  color: #af8a68;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.about h2 span {
  display: block;
  line-height: 2.5rem;
}

.about span {
  color: #af8a68;
}

.about hr {
  border: none;
  height: 1px;
  background-color: rgba(175, 138, 104, 0.5);
  margin: 2rem 0;
}

.about img {
  width: 100%;
}

@media (min-width: 576px) {
  .about h2 span {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .about {
    padding: 4rem 5rem;
  }
}

.people {
  position: relative;
  padding: 0;
  background-color: transparent;
}

.people a:hover .people__pic__img img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.people__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4rem;
}

.people__item--primary {
  padding-right: 0;
}

.people__item--primary .people__txt {
  padding-top: 3rem;
}

.people__pic {
  width: 100%;
  background-color: #ffffff;
  margin-top: 3.125rem;
  padding-left: 4.0625rem;
  position: relative;
}

.people__pic__img {
  position: relative;
  top: -50px;
  margin-bottom: -30px;
}

.people__pic__img img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.people__pic__num {
  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;
  color: #a6a6a6;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 30px;
  left: 20px;
}

.people__pic__num::before {
  content: '';
  display: block;
  height: 90px;
  width: 1px;
  margin-bottom: 10px;
  background: #dddddd;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}

.people__pic__name h2 {
  border-bottom: none;
  color: #af8a68;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.people__pic__name p {
  letter-spacing: 0.1rem;
}

.people__pic:hover .people__pic__num::before {
  height: 150px;
}

.people__txt {
  background-color: #ffffff;
  width: 100%;
  margin-top: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.people__txt h3 {
  color: #141f3f;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

.people__txt p {
  letter-spacing: 0.05rem;
}

.people__txt a {
  text-align: right;
  display: block;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.people__txt a span {
  border-bottom: 1px solid #af8a68;
  color: #af8a68;
  padding-bottom: 0.3rem;
}

.people__txt a:hover span {
  border-bottom: 1px solid #141f3f;
  color: #141f3f;
}

.people__view {
  border-bottom: 1px solid #af8a68;
}

.people__view .people__pic {
  width: 90%;
  height: auto;
}

.people__view .people__txt {
  width: 90%;
}

.people__view .people__txt ul {
  margin-bottom: 2rem;
}

.people__view .people__txt ul li {
  padding-bottom: 0.8rem;
}

.people__view .people__txt hr {
  background-color: rgba(175, 138, 104, 0.5);
}

.people__view .people__txt__block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.people__view a {
  text-align: left;
}

.people__menu {
  position: absolute;
  right: -1.2rem;
}

.people__menu__nav {
  border-left: 1px solid #dddddd;
  padding-bottom: 8rem;
}

.people__menu__link {
  background-color: #af8a68;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
  padding: 0.75rem;
}

.people__menu__link span {
  padding-top: 0.2rem;
}

.people__menu__link:hover,
.people__menu__link:focus {
  background-color: rgba(175, 138, 104, 0.8);
  color: #ffffff;
}

@media (min-width: 768px) {
  .people__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .people__pic {
    width: 40%;
  }

  .people__txt {
    width: 60%;
    margin-top: 3.125rem;
    padding-top: 3.5rem;
  }

  .people__view .people__pic {
    width: 30%;
    height: 380px;
  }

  .people__view .people__txt {
    background-color: transparent;
    width: 70%;
  }

  .people__menu {
    position: relative;
    right: 0;
  }
}

@media (min-width: 992px) {
  .people__pic {
    width: 25%;
  }

  .people__txt {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .people {
    padding: 0 3.75rem;
  }

  .people__item {
    padding-right: 1rem;
  }

  .people__item:last-child {
    padding-left: 1.5rem;
    padding-right: 0;
  }

  .people__item--primary .people__pic {
    width: 30%;
  }

  .people__item--primary .people__txt {
    background-color: #ffffff;
    width: 70%;
    padding-right: 4rem;
  }

  .people__pic {
    width: 59%;
  }

  .people__txt {
    background-color: transparent;
    width: 41%;
    padding-top: 0.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 0;
  }

  .people__view .people__txt__block {
    padding: 0 0.5rem;
  }
}

/*------------------------------------*\
    EXPERTISE
\*------------------------------------*/
.expertise__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.expertise__pic img {
  width: 100%;
}

.expertise__txt {
  border-bottom: 1px solid #dddddd;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 2rem;
}

.expertise__txt h3 {
  border-bottom: 1px solid #af8a68;
  color: #af8a68;
  font-size: 1.3125rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
  margin-bottom: 1.5rem;
}

.expertise__txt h3 span {
  display: block;
  color: #666666;
  font-size: 1.0625rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

.expertise__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.expertise__list ul {
  width: 100%;
}

.expertise__list li {
  line-height: 1.5rem;
  padding-bottom: 1rem;
  margin-left: 1rem;
  position: relative;
}

.expertise__list li::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #af8a68;
  padding-right: 1rem;
  position: absolute;
  top: 0.2rem;
  left: -1rem;
}

@media (min-width: 576px) {
  .expertise__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .expertise__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .expertise__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .expertise__list ul {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .expertise__txt {
    padding: 1.5rem;
  }

  .expertise__txt h3 span {
    display: inline-block;
  }

  .expertise__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .expertise__list ul {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .expertise__txt {
    padding: 4.5rem 3.5rem;
    padding-right: 0;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.news {
  background-color: transparent;
}

.news__item {
  padding: 1rem;
  position: relative;
}

.news__item * {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.news__item:hover .news__pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.news__pic {
  overflow: hidden;
}

.news__pic img {
  background-color: #af8a68;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.news__txt .date {
  display: block;
  color: #af8a68;
  margin: 2rem 0 0.8rem;
}

.news__txt h3 {
  color: #141f3f;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1.0625rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news__txt p {
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news a {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
}

.news.view .news__pic {
  text-align: center;
}

.news.view .news__pic img {
  width: auto;
}

.news.view .news__txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news.view .news__txt p {
  overflow: auto;
  text-overflow: clip;
  -webkit-line-clamp: inherit;
}

@media (min-width: 992px) {
  .news.view .news__txt {
    padding-left: 3rem;
  }
}

/*------------------------------------*\
    INSIGHTS
\*------------------------------------*/
.insights {
  padding: 3rem 2rem;
  padding-left: 1rem;
}

.insights__item {
  margin-bottom: 2.5rem;
}

.insights__item:last-child {
  margin-bottom: 0;
}

.insights__txt {
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}

.insights__txt h3 {
  color: #666666;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.insights__txt .num {
  display: block;
  color: #141f3f;
  margin-bottom: 0.75rem;
}

.insights__txt .icon {
  display: inline-block;
  background-color: #af8a68;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.3125rem;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  right: -1.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.insights__txt .icon::before {
  content: '+';
  display: inline-block;
}

.insights a:hover h3 {
  color: #af8a68;
}

.insights a:hover .icon {
  background-color: #141f3f;
}

@media (min-width: 768px) {
  .insights__txt h3 {
    -webkit-line-clamp: 1;
    position: relative;
    margin-left: 3rem;
  }

  .insights .num {
    margin-bottom: 0;
    position: absolute;
    top: 0.2rem;
    left: 0;
  }
}

@media (min-width: 992px) {
  .insights {
    padding: 4rem 8.5rem;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  background-color: transparent;
}

.contact__text {
  text-align: center;
  padding-bottom: 2rem;
}

.contact__text h2 {
  border-bottom: none;
  color: #141f3f;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.contact__text h2::before {
  display: none;
}

.contact__text h2 span {
  display: block;
  color: #af8a68;
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}

.contact__text ul li {
  display: inline-block;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  padding-right: 1rem;
}

.contact__text ul li span {
  color: #af8a68;
  padding-right: 0.5rem;
}

.contact__text ul li[data-info='add'] {
  display: block;
}

.contact__text ul li[data-info='add'] .text {
  color: #666666;
}

@media (min-width: 768px) {
  .contact__text {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact__text h2 {
    position: relative;
    padding-left: 5rem;
  }

  .contact__text h2::before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #af8a68;
    position: absolute;
    top: 0.8rem;
    left: 0;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .contact__text h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .contact__text h2 {
    margin-bottom: 0;
  }
}

@media (min-width: 1700px) {
  .contact__text h2 {
    margin-bottom: 0;
  }

  .contact__text ul li[data-info='add'] {
    padding-top: 0.75rem;
  }
}

.contact__form {
  border: 1px solid #af8a68;
}

.contact__form form {
  padding: 3rem 1rem;
}

.contact__form form .form__group {
  padding: 1rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact__form form .form__code {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact__form form .form__code img {
  width: 159px;
  padding-top: 1rem;
}

.contact__form form label {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-top: 0.5rem;
}

.contact__form form input,
.contact__form form textarea {
  border: none;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  background-color: transparent;
  display: block;
  width: 100%;
  height: 40px;
}

.contact__form form label[for='message'] {
  border-bottom: none;
  width: 100%;
  padding-top: 0;
}

.contact__form form textarea {
  width: 100%;
  height: auto;
}

.contact__form form button[type='submit'] {
  border: none;
  background-color: #141f3f;
  color: #ffffff;
  font-size: 1.0625rem;
  letter-spacing: 0.2rem;
  width: 100%;
  height: 45px;
  display: block;
  position: relative;
  margin-top: 1rem;
  cursor: pointer;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.contact__form form button[type='submit']:hover {
  background-color: #af8a68;
}

.contact__form form .gold {
  color: #af8a68;
}

@media (min-width: 576px) {
  .contact__form form .form__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact__form form .form__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__form form .form__code img {
    padding-top: 0;
  }

  .contact__form form label {
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
    width: 30%;
  }

  .contact__form form input {
    width: 70%;
  }

  .contact__form form label[for='code'] {
    width: 25%;
  }

  .contact__form form #code {
    width: 30%;
    margin-right: 2rem;
  }

  .contact__form form button[type='submit'] {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .contact__form form #code {
    width: 25%;
  }

  .contact__form form button[type='submit'] {
    width: 120px;
    position: absolute;
    right: 1rem;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .contact__form form label {
    width: 20%;
  }

  .contact__form form input {
    width: 80%;
  }

  .contact__form form label[for='code'] {
    width: 10%;
  }

  .contact__form form #code {
    width: 20%;
  }

  .contact__form form button[type='submit'] {
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .contact__form form {
    padding: 4rem 5rem;
  }
}

/*------------------------------------*\
    PRIVACY
\*------------------------------------*/
.privacy {
  padding: 3rem 2rem;
}

.privacy h3 {
  margin-bottom: 0.5rem;
  line-height: 1.8rem;
}

@media (min-width: 768px) {
  .privacy {
    padding: 4rem 6rem;
  }
}