@font-face {
  font-family: 'Regular';
  src: url("../../fonts/site/MONTSERRAT-REGULAR.TTF");
}

@font-face {
  font-family: 'Bold';
  src: url("../../fonts/site/MONTSERRAT-BOLD.TTF");
}

@font-face {
  font-family: 'Medium';
  src: url("../../fonts/site/MONTSERRAT-MEDIUM.TTF");
}

@font-face {
  font-family: 'SemiBold';
  src: url("../../fonts/site/MONTSERRAT-SEMIBOLD.TTF");
}

@font-face {
  font-family: 'LightItalic';
  src: url("../../fonts/site/MONTSERRAT-LIGHTITALIC.TTF");
}

@font-face {
  font-family: 'Light';
  src: url("../../fonts/site/MONTSERRAT-LIGHT.TTF");
}

@font-face {
  font-family: 'FThin';
  src: url("../../fonts/site/FRAUNCES_144PT-THIN.TTF");
}

@font-face {
  font-family: 'FRegular';
  src: url("../../fonts/site/FRAUNCES_144PT-REGULAR.TTF");
}

@font-face {
  font-family: 'FSemiBold';
  src: url("../../fonts/site/FRAUNCES_144PT-SEMIBOLD.TTF");
}

@font-face {
  font-family: 'FLight';
  src: url("../../fonts/site/FRAUNCES_144PT-LIGHT.TTF");
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

img, object, embed {
  max-width: 100%;
}

html {
  overflow: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td {
  vertical-align: top;
}

td img {
  vertical-align: top;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable {
  cursor: pointer;
}

input[type=button], input[type=submit], input[type=file] {
  cursor: pointer;
}

button {
  cursor: pointer;
  margin: 0;
}

input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

html {
  overflow-x: hidden;
}

html::after {
  content: '';
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #505051;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

html, .scrollbar {
  scrollbar-color: #E7E4E4 #F5F5F5;
  scrollbar-width: thin;
}

html::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
  width: .5rem;
  height: 0;
}

html::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
  background: #F5F5F5;
}

html::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
  background-color: #E7E4E4;
  background-clip: padding-box;
}

html.scrollbar-disable, .scrollbar.scrollbar-disable {
  scrollbar-width: none;
}

html.scrollbar-disable::-webkit-scrollbar, .scrollbar.scrollbar-disable::-webkit-scrollbar {
  display: none;
}

body {
  padding: 0;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: .0063rem;
  font-family: 'Regular';
  overflow: hidden;
  min-height: 100vh;
  width: inherit;
  color: #505051;
  background-color: #FFFFFF;
  max-width: 120rem;
}

.page-content {
  margin: 0 auto;
}

#maincontent {
  min-height: 31.25rem;
}

#maincontent {
  background-color: white;
}

.container {
  padding: 0 0.9375rem;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  padding: 0 0.25rem;
}

.icon {
  display: inherit;
}

a {
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  text-decoration: none;
}

a, a:hover {
  color: #505051;
  outline: 0;
}

a:focus, a:active, a:hover, a:hover:focus, a:hover:active, a:hover:hover {
  text-decoration: none;
}

input, button, select, textarea {
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  color: #505051;
  border-radius: 0;
}

input:hover, input:active, input:focus, button:hover, button:active, button:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

:focus {
  outline: none;
}

.hide {
  display: none !important;
}

.aspect-ratioapt {
  position: relative;
  overflow: hidden;
}

.aspect-ratioapt::before {
  content: '';
  padding-top: calc(100% / 0.7326007326007326);
  display: block;
  background-color: #F5F5F5;
}

.aspect-ratioapt .img-aspect-ratioapt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

.aspect-ratioapt-global {
  position: relative;
  overflow: hidden;
}

.aspect-ratioapt-global::before {
  content: '';
  padding-top: calc(100% / var(--aspect-ratioapt-global));
  display: block;
  background-color: #F5F5F5;
}

.aspect-ratioapt-global .img-aspect-ratioapt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}

::-webkit-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}

::placeholder {
  color: #ADADAD;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ADADAD;
}

::-ms-input-placeholder {
  color: #ADADAD;
}

img {
  height: auto;
  display: block;
}

.opacity-0 {
  opacity: 0;
  visibility: hidden;
}

.display-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.bg-none {
  background-color: white;
}

.full-image {
  width: 100%;
}

.noclick {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 460;
  background-color: #FFFFFF;
  display: none;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noSelect:focus {
  outline: none !important;
}

.mb {
  display: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.header-001 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 430;
}

.header-001 .main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.625rem;
  position: relative;
}

.header-001 .main-header .logo {
  width: 50%;
}

.header-001 .main-header .logo img {
  max-width: 7.0625rem;
}

.header-001 .main-header .g-nav {
  width: 50%;
}

.header-001 .main-header .g-nav .close-nav, .header-001 .main-header .g-nav .open-nav {
  display: none;
}

.header-001 .main-header .g-nav .nav .menu {
  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-001 .main-header .g-nav .nav .menu .item-mn a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Medium';
}

.header-001 .main-header .g-nav .nav .menu .item-mn a:hover {
  color: #00c0ff;
}

.header-001 .main-header .g-nav .nav .menu .item-mn .booking-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  padding: .75rem 1.625rem;
  border-radius: 1.75rem;
}

.header-001 .main-header .g-nav .nav .menu .item-mn .booking-now .icon {
  width: 1.3125rem;
  height: 1.1875rem;
  display: block;
}

.header-001 .main-header .g-nav .nav .menu .item-mn .booking-now .icon svg path {
  fill: #FFFFFF;
}

.header-001 .main-header .g-nav .nav .menu .item-mn .booking-now .icon svg rect {
  stroke: #FFFFFF;
}

.header-001 .main-header .g-nav .nav .menu .item-mn .booking-now .label {
  width: calc(100% - 1.3125rem);
  padding-left: .375rem;
  font-size: .875rem;
  color: #FFFFFF;
}

.header-001 .main-header .g-language {
  position: absolute;
  top: 1.25rem;
  right: 0;
}

.header-001 .main-header .g-language .list-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-001 .main-header .g-language .list-language .lg-item {
  margin-left: .75rem;
  cursor: pointer;
  border: .0625rem solid transparent;
  padding: .125rem;
}

.header-001 .main-header .g-language .list-language .lg-item.active, .header-001 .main-header .g-language .list-language .lg-item:hover {
  border-color: #00c0ff;
}

.customers-voice {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.customers-voice.section-block .title {
  font-family: 'FThin';
  font-size: 3.75rem;
  color: #415a68;
  text-transform: uppercase;
}

.customers-voice.section-block .title span {
  line-height: 1.3;
}

.customers-voice.section-block .title .hight-title {
  font-family: 'FRegular';
}

.customers-voice .top-block {
  margin-bottom: 5.625rem;
  position: relative;
}

.customers-voice .top-block span {
  position: relative;
  padding-right: .625rem;
}

.customers-voice .top-block span:last-child {
  display: inline-block;
  padding-right: 5.1875rem;
}

.customers-voice .top-block span:last-child img {
  position: absolute;
  right: -0.125rem;
  bottom: -1.5rem;
}

.customers-voice .ac-slide-cus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.customers-voice .ac-slide-cus .next, .customers-voice .ac-slide-cus .prev {
  width: 4.375rem;
  height: 4.375rem;
  margin-left: .625rem;
  cursor: pointer;
}

.customers-voice .main-block {
  max-width: 53.75rem;
  margin: 0 auto;
}

.customers-voice .main-block .slide-customer .item .body-item {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2.5rem;
}

.customers-voice .main-block .slide-customer .item .body-item .thuml {
  width: 9.9375rem;
  height: 9.9375rem;
  border-radius: 100%;
  overflow: hidden;
}

.customers-voice .main-block .slide-customer .item .body-item .thuml-item {
  width: 21.875rem;
  box-shadow: 0 0 .625rem #aaaaaa;
}

.customers-voice .main-block .slide-customer .item .body-item .caption {
  width: calc(100% - 9.9375rem);
  padding-left: 1.625rem;
  padding-right: 6.875rem;
  position: relative;
  font-size: 1.375rem;
  line-height: 2.25rem;
}

.customers-voice .main-block .slide-customer .item .body-item .icon {
  position: absolute;
  top: 1.375rem;
  right: 1.25rem;
}

.customers-voice .main-block .slide-customer .item .footer-item {
  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;
}

.customers-voice .main-block .slide-customer .item .footer-item .author {
  width: calc(100% - 9.9375rem);
  padding-left: 1.625rem;
}

.customers-voice .main-block .slide-customer .item .footer-item .author .name {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-bottom: .25rem;
}

.customers-voice .main-block .slide-customer .item .footer-item .author .role {
  font-family: 'LightItalic';
  font-size: 1rem;
  line-height: 1.5rem;
  color: #505051;
}

.gallery-home {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
  background-color: #eaf4fa;
}

.gallery-home .top-block {
  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;
  margin-bottom: 4.125rem;
}

.gallery-home .top-block span {
  display: block;
}

.gallery-home .top-block .title, .gallery-home .top-block .ac-block {
  width: 50%;
}

.gallery-home .top-block .ac-block {
  position: relative;
  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;
}

.gallery-home .top-block .ac-block img {
  position: absolute;
  top: 1.375rem;
  left: 0;
}

.gallery-home .main-block .slide-gallery {
  width: calc(100% + .125rem);
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
}

.gallery-home .main-block .slide-gallery .item {
  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;
}

.gallery-home .main-block .slide-gallery .item .col-item .ct-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-home .main-block .slide-gallery .item .col-item .ct-img img {
  max-width: none;
}

.gallery-home .main-block .slide-gallery .item .col-item:nth-child(1) {
  width: calc((340/1170) * 100%);
}

.gallery-home .main-block .slide-gallery .item .col-item:nth-child(2) {
  width: calc((524/1170) * 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.gallery-home .main-block .slide-gallery .item .col-item:nth-child(2) .img {
  width: 100%;
}

.gallery-home .main-block .slide-gallery .item .col-item:nth-child(3) {
  width: calc((270/1170) * 100%);
}

.banner-page {
  height: 43.75rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-page .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  transform: translate(-50%);
}

.banner-page .bg img {
  height: 100%;
  max-width: none;
}

.banner-page .ct-banner {
  position: relative;
  z-index: 410;
  color: #FFFFFF;
  text-align: center;
}

.banner-page .ct-banner .title {
  font-size: 5rem;
  font-family: 'FRegular';
  line-height: 1;
}

.banner-page .ct-banner .brum {
  font-size: 1rem;
  font-family: 'Light';
  margin-top: 1.25rem;
}

.select2-container .select2-selection--single {
  height: 3.75rem;
}

.select2-container--default .select2-selection--single {
  border-color: rgba(65, 90, 104, 0.45);
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  color: rgba(65, 90, 104, 0.45);
  width: 3.125rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.75rem;
  padding-left: 1rem;
  padding-right: 3.125rem;
}

.footer-001 {
  position: relative;
  overflow: hidden;
}

.footer-001 .bg-footer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer-001 .bg-footer img {
  min-height: 100%;
  max-width: none;
}

.footer-001 .body-footer {
  position: relative;
  z-index: 410;
}

.footer-001 .body-footer .main-footer {
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 8.125rem 0;
}

.footer-001 .body-footer .main-footer .col {
  width: calc(100% / 3);
}

.footer-001 .body-footer .main-footer .title {
  font-family: 'FRegular';
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.footer-001 .body-footer .main-footer .caption {
  font-size: 1rem;
}

.footer-001 .body-footer .main-footer .caption .phone {
  margin-bottom: 1.25rem;
}

.footer-001 .body-footer .main-footer .caption .email {
  margin-bottom: 1.125rem;
}

.footer-001 .body-footer .main-footer .caption .list-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-001 .body-footer .main-footer .caption .list-social .item {
  margin-right: 1.375rem;
  width: 1.6875rem;
  height: 1.6875rem;
}

.footer-001 .body-footer .main-footer .caption .list-social .item svg {
  fill: #FFFFFF;
}

.footer-001 .body-footer .main-footer .caption .list-social .item svg path {
  fill: #FFFFFF;
}

.footer-001 .body-footer .main-footer .caption .list-social .item svg rect {
  stroke: #FFFFFF;
}

.footer-001 .body-footer .main-footer .caption .t-address {
  margin-bottom: 1.875rem;
}

.footer-001 .body-footer .main-footer .caption .list-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-001 .body-footer .main-footer .caption .list-payment .item {
  width: 2.3125rem;
  height: 1.5625rem;
  margin-right: .125rem;
}

.footer-001 .body-footer .main-footer .caption .list-payment .item svg path {
  fill: #FFFFFF;
}

.footer-001 .body-footer .main-footer .caption .list-payment .item svg rect {
  stroke: #FFFFFF;
}

.footer-001 .body-footer .main-footer .caption .list-payment .item svg ellipse {
  fill: #FFFFFF;
}

.footer-001 .body-footer .copy-right {
  border-top: 1px solid #FFFFFF;
  padding: 2.5rem 0;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Light';
  font-size: .875rem;
}
