@charset "UTF-8";
/*
Theme Name: THE CROWN
Description: 
Author: Nhân Media
Author URI: 
*/
@font-face {
  font-family: "SVN-ABCArizonaFlare-Bold";
  src: url("./assets/fonts/SVN-ABCArizonaFlare-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-ABCArizonaFlare-Regular";
  src: url("./assets/fonts/SVN-ABCArizonaFlare-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-MenoBannerCondensed-Light";
  src: url("./assets/fonts/SVN-MenoBannerCondensed-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-MessinaSans-Bold";
  src: url("./assets/fonts/SVN-MessinaSans-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-MessinaSans-Regular";
  src: url("./assets/fonts/SVN-MessinaSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

i {
  font-style: italic !important;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

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

img {
  max-width: 100%;
}

ol,
ul,
li {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0;
}

/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: bold;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
 ========================================================================== */
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 ========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
 ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

ul {
  padding: 0;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none !important;
}

html, body {
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (max-width: 480px) {
  html, body {
    font-size: 14px;
    line-height: 24px;
  }
}
html strong, body strong {
  font-family: "Gotham-Bold";
}

html, body {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 145%;
  color: #E3E6E0;
}
html strong, body strong {
  font-family: "SVN-MessinaSans-Bold";
}

.page-template-teaser .header, .page-template-teaser .social-network, .page-template-teaser .menu-icon {
  display: none;
}

.loadmoreDef {
  position: relative;
  font-family: "SVN-MessinaSans-Bold";
  color: #0D2745;
  line-height: 137%;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid;
  border-image: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%) 1;
  width: 209px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.loadmoreDef:hover span, .loadmoreDef:focus span {
  color: #0D2745;
}
.loadmoreDef:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
}
.loadmoreDef::after {
  position: absolute;
  content: "";
  top: -78px;
  left: 0;
  width: 110%;
  height: 65%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-animation: spanAnimation 2.2s ease-in-out infinite;
  -moz-animation: spanAnimation 2.2s ease-in-out infinite;
  -o-animation: spanAnimation 2.2s ease-in-out infinite;
  -ms-animation: spanAnimation 2.2s ease-in-out infinite;
  animation-delay: 1s;
}
.loadmoreDef span {
  position: relative;
}
.loadmoreDef img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 16px;
  position: relative;
}

.labelDef {
  position: relative;
  z-index: 1;
}
.labelDef p {
  position: relative;
  text-transform: uppercase;
}
.labelDef p:nth-of-type(1) {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 56px;
  line-height: 140%;
  background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .labelDef p:nth-of-type(1) {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .labelDef p:nth-of-type(1) {
    font-size: 18px;
  }
}
.labelDef p:nth-of-type(2) {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 32px;
  line-height: 150%;
  color: #fff;
  margin-top: 11px;
}
@media only screen and (max-width: 1024px) {
  .labelDef p:nth-of-type(2) {
    font-size: 20px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .labelDef p:nth-of-type(2) {
    font-size: 14px;
  }
}

.teaser {
  position: relative;
  background: #0D2745;
}
.teaser .bg {
  background-image: url("./assets/images/teaser/bg-1.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.teaser .screen_1 {
  position: relative;
  width: 100%;
}
.teaser .screen_1::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(3, 12, 36, 0) 0%, #030C24 100%);
  padding-top: 16.3%;
  z-index: 1;
}
.teaser .screen_1 .image {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_1 .image {
    height: 40vh;
  }
}
@media only screen and (max-width: 768px) {
  .teaser .screen_1 .image {
    height: 45vh;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_1 .image {
    height: 85vh;
  }
}
.teaser .screen_1 .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.teaser .screen_1 .image img.image_mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .teaser .screen_1 .image img.image_mobile {
    display: block;
  }
}
.teaser .screen_1 .text {
  position: absolute;
  left: 5.5555555556%;
  top: 8.4158415842%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_1 .text {
    left: 30px;
    top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_1 .text {
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.teaser .screen_1 .text .logo {
  display: inline-block;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .teaser .screen_1 .text .logo {
    max-width: 110px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_1 .text .logo {
    margin-bottom: 20px;
  }
}
.teaser .screen_1 .text .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.teaser .screen_1 .text .loadmoreDef {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_1 .text .loadmoreDef {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_1 .text .loadmoreDef {
    margin-top: 10px;
  }
}
.teaser .screen_1 .decor {
  position: absolute;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .teaser .screen_1 .decor {
    display: none;
  }
}
.teaser .screen_2 {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .teaser .screen_2 {
    padding: 0px 15px 50px;
  }
}
.teaser .screen_2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(3, 12, 36, 0) 0%, #030C24 100%);
  padding-top: 56%;
}
.teaser .screen_2 .decor {
  position: absolute;
  top: 13%;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .teaser .screen_2 .decor {
    top: -10%;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_2 .decor {
    display: none;
  }
}
.teaser .screen_2 .text {
  width: 41.6666666667%;
  margin-left: 33.3333333333%;
  padding: 435px 0px 265px;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_2 .text {
    padding: 335px 0px 200px;
    margin-left: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .teaser .screen_2 .text {
    margin-left: 20%;
    width: 47%;
    padding: 280px 0px 200px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_2 .text {
    padding: 0px 0px 20px;
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
}
.teaser .screen_2 .text .labelDef p:nth-of-type(1) {
  left: -160px;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_2 .text .labelDef p:nth-of-type(1) {
    left: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .teaser .screen_2 .text .labelDef p:nth-of-type(1) {
    left: 0px;
  }
}
.teaser .screen_2 .text .labelDef p:nth-of-type(2) {
  margin-top: 17px;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_2 .text .labelDef p:nth-of-type(2) {
    margin-top: 11px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_2 .text .labelDef p:nth-of-type(2) {
    margin-top: 5px;
  }
}
.teaser .screen_2 .text .desc {
  margin-top: 43px;
  width: 72.7788279773%;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_2 .text .desc {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .teaser .screen_2 .text .desc {
    width: 100%;
  }
}
.teaser .screen_2 .image {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .teaser .screen_2 .image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 10px 0px 0px;
    float: left;
  }
}
.teaser .screen_2 .image.image-1 {
  top: 25.315227934%;
  right: 2.7777777778%;
  width: 29.375%;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_2 .image.image-1 {
    right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_2 .image.image-1 {
    width: calc((100% - 10px) / 2);
    top: auto;
    right: auto;
  }
}
.teaser .screen_2 .image.image-2 {
  top: 9.1173617847%;
  right: 51.5972222222%;
  width: 13.4027777778%;
}
@media only screen and (max-width: 768px) {
  .teaser .screen_2 .image.image-2 {
    width: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_2 .image.image-2 {
    width: calc((100% - 10px) / 2);
    top: auto;
    right: auto;
    margin-right: 0px;
  }
}
.teaser .screen_2 .image.image-3 {
  top: 28.2250242483%;
  left: -104px;
  width: 21.1111111111%;
}
@media only screen and (max-width: 768px) {
  .teaser .screen_2 .image.image-3 {
    width: 27%;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_2 .image.image-3 {
    width: calc((100% - 10px) / 2);
    top: auto;
    left: auto;
  }
}
.teaser .screen_2 .image.image-4 {
  bottom: 12.4151309408%;
  left: 11.1111111111%;
  width: 14.0277777778%;
}
@media only screen and (max-width: 768px) {
  .teaser .screen_2 .image.image-4 {
    width: 18%;
    bottom: 8%;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_2 .image.image-4 {
    width: calc((100% - 10px) / 2);
    bottom: auto;
    left: auto;
    margin-right: 0px;
  }
}
.teaser .screen_2 .image img {
  display: block;
  width: 100%;
  height: auto;
}
.teaser .screen_3 {
  position: relative;
}
.teaser .screen_3::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -120px;
  background: linear-gradient(180deg, rgba(3, 12, 36, 0) 0%, #030C24 100%);
  padding-top: 27.8477%;
}
@media only screen and (max-width: 768px) {
  .teaser .screen_3::before {
    top: 0;
  }
}
.teaser .screen_3 .labelDef_3 {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .teaser .screen_3 .labelDef_3 {
    padding: 0px 15px;
  }
}
.teaser .screen_3 .labelDef_3 p {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.teaser .screen_3 .labelDef_3 p:nth-of-type(1) {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 32px;
  line-height: 150%;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_3 .labelDef_3 p:nth-of-type(1) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_3 .labelDef_3 p:nth-of-type(1) {
    font-size: 14px;
  }
}
.teaser .screen_3 .labelDef_3 p:nth-of-type(2) {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 56px;
  line-height: 140%;
  background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 12px 0px 10px;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_3 .labelDef_3 p:nth-of-type(2) {
    font-size: 30px;
    margin: 7px 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_3 .labelDef_3 p:nth-of-type(2) {
    font-size: 18px;
  }
}
.teaser .screen_3 .labelDef_3 p:nth-of-type(3) {
  font-family: "SVN-MenoBannerCondensed-Light";
  font-size: 48px;
  line-height: 150%;
  color: #fff;
  text-transform: inherit;
  font-style: italic;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_3 .labelDef_3 p:nth-of-type(3) {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_3 .labelDef_3 p:nth-of-type(3) {
    font-size: 14px;
  }
}
.teaser .screen_3 .labelDef_3 p:nth-of-type(3) span {
  font-size: 40px;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_3 .labelDef_3 p:nth-of-type(3) span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_3 .labelDef_3 p:nth-of-type(3) span {
    font-size: 14px;
  }
}
.teaser .screen_3 .image {
  position: relative;
  width: 100%;
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .teaser .screen_3 .image {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .teaser .screen_3 .image {
    margin-top: 10px;
  }
}
.teaser .screen_3 .image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
}
.teaser .screen_3 .image img {
  display: block;
  width: 100%;
  height: auto;
}
.teaser .screen_4 .content {
  background: linear-gradient(90deg, #0D2745 0%, #1F527F 50%, #0D2745 100%);
}
.teaser .screen_4 .content .left .labelDef p {
  background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.screen_4 {
  background-image: url("./assets/images/teaser/s4-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 8.6805555556% 100px;
}
@media only screen and (max-width: 1024px) {
  .screen_4 {
    padding: 70px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .screen_4 {
    padding: 40px 15px 80px;
  }
}
.screen_4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
}
@media only screen and (max-width: 1024px) {
  .screen_4:before {
    height: 20px;
  }
}
.screen_4 .content {
  background: #5F041D;
  padding: 80px 80px 50px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .screen_4 .content {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .screen_4 .content {
    flex-direction: column;
    padding: 30px 15px;
  }
}
.screen_4 .content .left {
  width: 53.1067961165%;
  float: left;
}
@media only screen and (max-width: 480px) {
  .screen_4 .content .left {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .screen_4 .content .left .labelDef {
    text-align: center;
  }
}
.screen_4 .content .left .labelDef p {
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.screen_4 .content .left .labelDef p:nth-of-type(1) {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 48px;
}
@media only screen and (max-width: 1024px) {
  .screen_4 .content .left .labelDef p:nth-of-type(1) {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .screen_4 .content .left .labelDef p:nth-of-type(1) {
    font-size: 22px;
  }
}
.screen_4 .content .left .desc {
  color: #E3E6E0;
  letter-spacing: 0.2px;
  margin: 25px 0px 70px;
  max-width: 376px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .screen_4 .content .left .desc {
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .screen_4 .content .left .desc {
    max-width: 100%;
    text-align: center;
    margin: 10px 0px 20px;
  }
  .screen_4 .content .left .desc br {
    display: none;
  }
}
.screen_4 .content .left .logo {
  max-width: 111px;
}
@media only screen and (max-width: 480px) {
  .screen_4 .content .left .logo {
    display: none;
  }
}
.screen_4 .content .left .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.screen_4 .content .right {
  width: 46.8932038835%;
  float: left;
}
@media only screen and (max-width: 480px) {
  .screen_4 .content .right {
    width: 100%;
  }
}
.screen_4 .content .right form {
  width: 100%;
}
.screen_4 .content .right form .form-group {
  width: 100%;
  margin-bottom: 30px;
}
.screen_4 .content .right form .form-group:nth-of-type(5) {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .screen_4 .content .right form .form-group:nth-of-type(5) {
    display: flex;
    justify-content: center;
  }
}
.screen_4 .content .right form .form-group label {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(227, 230, 224, 0.7);
}
.screen_4 .content .right form .form-group input {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 14px;
  color: #E3E6E0;
  width: 100%;
  height: 48px;
  border: inherit;
  padding: 0;
  border-bottom: 1px solid #E3E6E0;
  background: transparent;
  height: 42px;
}
.screen_4 .content .right form .form-group input:focus {
  outline: none;
}
.screen_4 .content .right form .form-group button {
  position: relative;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}
.screen_4 .content .right form .msg {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .screen_4 .content .right form .msg {
    text-align: center;
  }
}
.screen_4 .contact {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .screen_4 .contact {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .screen_4 .contact {
    padding-top: 20px;
  }
}
.screen_4 .contact p {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
}
@media only screen and (max-width: 1024px) {
  .screen_4 .contact p {
    float: left;
    margin-top: 15px;
  }
  .screen_4 .contact p:nth-of-type(1), .screen_4 .contact p:nth-of-type(3) {
    width: 55%;
  }
  .screen_4 .contact p:nth-of-type(2), .screen_4 .contact p:nth-of-type(4) {
    justify-content: flex-end;
    width: 45%;
  }
}
@media only screen and (max-width: 480px) {
  .screen_4 .contact p:nth-of-type(1), .screen_4 .contact p:nth-of-type(3), .screen_4 .contact p:nth-of-type(2), .screen_4 .contact p:nth-of-type(4) {
    width: 100%;
    justify-content: flex-start;
  }
}
.screen_4 .contact p:last-child {
  text-transform: uppercase;
}
.screen_4 .contact p strong {
  margin-right: 10px;
}
.screen_4 .contact p img {
  margin-left: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}
.screen_4 .contact p a:hover, .screen_4 .contact p a:focus {
  color: rgba(255, 255, 255, 0.85);
}

@keyframes spanAnimation {
  0% {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  }
  50% {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 450%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 450%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 450%, 0);
  }
  100% {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  }
}
.site-content {
  overflow: hidden;
}

.labelDefault {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.labelDefault p {
  display: inline-block;
  font-family: "SVN-ABCArizonaFlare-Bold";
  text-transform: uppercase;
}
.labelDefault p:nth-of-type(1) {
  font-size: 32px;
  line-height: 150%;
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .labelDefault p:nth-of-type(1) {
    font-size: 18px;
  }
}
.labelDefault p:nth-of-type(2), .labelDefault p:nth-of-type(3), .labelDefault p:nth-of-type(4) {
  font-size: 48px;
  line-height: 130%;
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .labelDefault p:nth-of-type(2), .labelDefault p:nth-of-type(3), .labelDefault p:nth-of-type(4) {
    font-size: 22px;
  }
}

.urlWebsite {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 14px;
  line-height: 137%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
}
.urlWebsite img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 16px;
}

.btn-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-slide .swiper-button-prev, .btn-slide .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0px;
  width: auto;
}
.btn-slide .swiper-button-prev::after, .btn-slide .swiper-button-next::after {
  display: none;
}

.section-1 {
  position: relative;
}
.section-1 .image {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .section-1 .image {
    height: 50vh;
  }
}
.section-1 .image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(3, 12, 36, 0) 0%, #0B1E3A 100%);
  height: 42.3873325213%;
  z-index: 1;
}
.section-1 .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1 .labelDefault {
  position: absolute;
  left: 10%;
  bottom: 8.1607795371%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .section-1 .labelDefault {
    left: 30px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .section-1 .labelDefault {
    left: 15px;
    right: 15px;
    bottom: 20px;
    align-items: center;
  }
}
.section-1 .labelDefault p:nth-of-type(1) {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .section-1 .labelDefault p:nth-of-type(1) {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.section-1 .labelDefault p:nth-of-type(2) {
  margin-bottom: 5px;
}
.section-1 .scrollDown {
  position: absolute;
  left: 10%;
  animation: scrollDown 3s infinite ease-in-out;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .section-1 .scrollDown {
    display: none;
  }
}
.section-1 .scrollDown img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-2 {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .section-2 {
    background: #0d2845;
    padding-bottom: 40px;
  }
}
.section-2::before, .section-2::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
}
.section-2::before {
  top: 0;
  height: 127px;
  background: linear-gradient(360deg, rgba(3, 12, 36, 0) 0%, #0B1E3A 100%);
}
.section-2::after {
  height: 228px;
  background: linear-gradient(180deg, rgba(3, 12, 36, 0) 0%, #0B1E3A 100%);
  bottom: 0;
}
@media only screen and (max-width: 480px) {
  .section-2::after {
    display: none;
  }
}
.section-2 .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .section-2 .image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.section-2 .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .section-2 .image img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
}
.section-2 .text {
  position: relative;
  width: 31.1111111111%;
  left: 10%;
  z-index: 2;
  padding: 138px 0px 125px;
}
@media only screen and (max-width: 1024px) {
  .section-2 .text {
    left: 30px;
    width: 44%;
  }
}
@media only screen and (max-width: 480px) {
  .section-2 .text {
    left: auto;
    width: 100%;
    padding: 40px 15px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.section-2 .text .labelDefault {
  max-width: 326px;
  align-items: center;
}
.section-2 .text .labelDefault p:nth-of-type(1), .section-2 .text .labelDefault p:nth-of-type(3) {
  font-family: "SVN-ABCArizonaFlare-Regular";
}
@media only screen and (max-width: 480px) {
  .section-2 .text .labelDefault p:nth-of-type(1), .section-2 .text .labelDefault p:nth-of-type(3) {
    font-size: 18px;
  }
}
.section-2 .text .labelDefault p:nth-of-type(3) {
  font-size: 32px;
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .section-2 .text .labelDefault p:nth-of-type(3) {
    font-size: 18px;
  }
}
.section-2 .text .labelDefault p:nth-of-type(2) {
  margin: 7px 0px;
}
.section-2 .text .labelDefault p:nth-of-type(4) {
  margin-top: 7px;
}
.section-2 .text .desc {
  margin: 40px 0px 48px;
}
@media only screen and (max-width: 480px) {
  .section-2 .text .desc {
    margin: 20px 0px;
  }
}
.section-2 .text .desc p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .section-2 .text .desc p {
    margin-bottom: 10px;
  }
}
.section-2 .text .desc p:last-child {
  margin-bottom: 0px;
}
.section-2 .decor-1, .section-2 .decor-2 {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 2;
}
.section-2 .decor-1 img, .section-2 .decor-2 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-2 .decor-1 {
  right: 0;
  top: -68.5%;
  z-index: 1;
}
.section-2 .decor-2 {
  top: -18%;
  left: 10%;
}

.section-3 {
  position: relative;
  padding: 40px 0px 0px;
  background: #0d2845;
}
@media only screen and (max-width: 480px) {
  .section-3 {
    padding: 0;
  }
}
.section-3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(3, 12, 36, 0) 0%, #0B1E3A 100%);
  height: 62.6506024096%;
  z-index: 3;
}
@media only screen and (max-width: 480px) {
  .section-3::before {
    display: none;
  }
}
.section-3::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 97px;
  height: 336px;
  background: linear-gradient(360deg, rgba(3, 12, 36, 0) 0%, #0B1E3A 100%);
  z-index: 3;
}
@media only screen and (max-width: 480px) {
  .section-3::after {
    display: none;
  }
}
.section-3 .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .section-3 .image {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
}
.section-3 .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .section-3 .image img {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: auto;
  }
}
.section-3 .text {
  position: relative;
  z-index: 4;
  padding: 0px 7.2222222222%;
}
@media only screen and (max-width: 1024px) {
  .section-3 .text {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-3 .text {
    padding: 40px 15px 20px;
  }
}
.section-3 .text .labelDefault {
  align-items: center;
}
.section-3 .text .labelDefault p:nth-of-type(1) {
  margin-bottom: 5px;
}
.section-3 .text .desc {
  display: flex;
  flex-wrap: wrap;
  padding: 47px 0px 660px;
}
@media only screen and (max-width: 480px) {
  .section-3 .text .desc {
    flex-direction: column;
    padding: 10px 0px 0px;
  }
}
.section-3 .text .desc .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  float: left;
}
@media only screen and (max-width: 480px) {
  .section-3 .text .desc .item {
    width: 100%;
    margin-right: 0px;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.section-3 .text .desc .item:last-child {
  margin-right: 0px;
  border-bottom: none;
}
.section-3 .text .desc .item .title {
  margin-bottom: 8px;
}
.section-3 .text .desc .item p {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: #fff;
}
.section-3 .text .desc .item p strong {
  font-family: "SVN-MessinaSans-Bold";
}
.section-3 .text .desc .item p span {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 50px;
  line-height: 130%;
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .section-3 .text .desc .item p span {
    font-size: 22px;
  }
}
.section-3 .text .desc .item p span strong {
  font-size: 40px;
  font-family: "SVN-ABCArizonaFlare-Bold";
}
@media only screen and (max-width: 480px) {
  .section-3 .text .desc .item p span strong {
    font-size: 18px;
  }
}
.section-3 .text .desc .item .record {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
@media only screen and (max-width: 480px) {
  .section-3 .text .desc .item .record {
    margin-bottom: 15px;
  }
}
.section-3 .text .desc .item .record:last-child {
  margin-bottom: 0px;
}
.section-3 .text .desc .item:nth-of-type(1) .record {
  min-height: 65px;
}
@media only screen and (max-width: 480px) {
  .section-3 .text .desc .item:nth-of-type(1) .record {
    min-height: auto;
  }
}
.section-3 .text .desc .item:nth-of-type(1) .record:nth-of-type(1) {
  min-height: auto;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .section-3 .text .desc .item:nth-of-type(1) .record:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
.section-3 .text .desc .item:nth-of-type(1) .record p:nth-of-type(1) {
  width: 116px;
}
.section-3 .text .desc .item:nth-of-type(1) .record p:nth-of-type(2) {
  width: calc(100% - 116px);
  padding-left: 28px;
}
@media only screen and (max-width: 480px) {
  .section-3 .text .desc .item:nth-of-type(1) .record p:nth-of-type(2) {
    padding-left: 15px;
  }
}
.section-3 .text .desc .item:nth-of-type(2) .record p:nth-of-type(1) {
  width: 79px;
}
.section-3 .text .desc .item:nth-of-type(2) .record p:nth-of-type(2) {
  width: calc(100% - 79px);
  padding-left: 8px;
}
.section-3 .text .desc .item:nth-of-type(3) .record p:nth-of-type(1) {
  width: 70px;
}
.section-3 .text .desc .item:nth-of-type(3) .record p:nth-of-type(2) {
  width: calc(100% - 70px);
  padding-left: 8px;
}
.section-3 .text .desc .item:nth-of-type(2) .record p:nth-of-type(2) strong:nth-of-type(1), .section-3 .text .desc .item:nth-of-type(3) .record p:nth-of-type(2) strong:nth-of-type(1) {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 16px;
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-3 .decor {
  position: absolute;
  bottom: 15.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.section-3 .decor img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-4 {
  position: relative;
  background-image: url("./assets/images/home/s4-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 120px 0px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .section-4 {
    padding: 70px 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .section-4 {
    padding: 40px 15px;
  }
}
.section-4 .left {
  position: relative;
  z-index: 3;
  width: 42.5694444444%;
  padding: 0px 4.375%;
}
@media only screen and (max-width: 1024px) {
  .section-4 .left {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-4 .left .labelDefault {
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .section-4 .left .labelDefault p {
    margin-bottom: 10px;
  }
}
.section-4 .left .labelDefault p:nth-of-type(1), .section-4 .left .labelDefault p:nth-of-type(3) {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 32px;
}
@media only screen and (max-width: 480px) {
  .section-4 .left .labelDefault p:nth-of-type(1), .section-4 .left .labelDefault p:nth-of-type(3) {
    font-size: 18px;
  }
}
.section-4 .left .labelDefault p:nth-of-type(1) {
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-4 .left .labelDefault p:nth-of-type(1) span {
  font-size: 48px;
  line-height: 130%;
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .section-4 .left .labelDefault p:nth-of-type(1) span {
    font-size: 22px;
  }
}
.section-4 .left .labelDefault p:nth-of-type(2) {
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-4 .left .desc {
  margin: 48px 0px;
}
@media only screen and (max-width: 480px) {
  .section-4 .left .desc {
    margin: 20px 0px;
  }
}
.section-4 .left .slide {
  position: relative;
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .distance::before {
  left: 16px;
  width: calc(((100% - 100px)/2) - 31px);
}
@media only screen and (max-width: 480px) {
  .section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .distance::before {
    width: calc(((100% - 70px)/2) - 31px);
  }
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .distance::after {
  right: 0px;
  width: calc(((100% - 100px)/2) - 15px);
}
@media only screen and (max-width: 480px) {
  .section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .distance::after {
    width: calc(((100% - 70px)/2) - 31px);
    right: 16px;
  }
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 36px;
  text-transform: uppercase;
  width: 100px;
  height: 100px;
  border: 1px solid #A08854;
  border-radius: 50%;
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance {
    font-size: 18px;
    width: 70px;
    height: 70px;
  }
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance span {
  font-size: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance span {
    font-size: 12px;
    margin-top: 0px;
  }
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance::before, .section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance:after {
  position: absolute;
  content: "";
  top: 50px;
  height: 1px;
  background: repeating-linear-gradient(to right, #fff 0 6px, transparent 6px 12px);
}
@media only screen and (max-width: 480px) {
  .section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance::before, .section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance:after {
    top: 35px;
  }
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance::before {
  left: 6px;
  width: calc(((100% - 100px)/2) - 21px);
}
@media only screen and (max-width: 480px) {
  .section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance::before {
    width: calc(((100% - 70px)/2) - 31px);
  }
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance:after {
  right: 16px;
  width: calc(((100% - 100px)/2) - 31px);
}
@media only screen and (max-width: 480px) {
  .section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .distance:after {
    width: calc(((100% - 70px)/2) - 31px);
  }
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .info {
  padding: 16px 10px 0px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .info {
    padding: 16px 0px 0px;
  }
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .info p {
  margin-bottom: 7.5px;
}
.section-4 .left .slide .swiper-container .swiper-wrapper .swiper-slide .info p:last-child {
  margin-bottom: 0px;
}
.section-4 .left .slide .btn-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
}
@media only screen and (max-width: 480px) {
  .section-4 .left .slide .btn-slide {
    height: 70px;
  }
}
.section-4 .left .slide .btn-slide .swiper-button-next, .section-4 .left .slide .btn-slide .swiper-button-prev {
  height: 100%;
}
.section-4 .right {
  position: relative;
  z-index: 3;
  width: 57.4305555556%;
}
@media only screen and (max-width: 1024px) {
  .section-4 .right {
    width: 100%;
    margin-top: 20px;
  }
}
.section-4 .right svg {
  display: block;
  width: 100%;
  height: auto;
}
.section-4 .right svg .tron {
  stroke-dasharray: 10 10;
  animation: draw 20s linear infinite;
}
.section-4 .decor {
  position: absolute;
  top: -63%;
  right: 0;
  z-index: 2;
  mix-blend-mode: screen;
  pointer-events: none;
}

.section-5 {
  position: relative;
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%) 1;
}
.section-5 .image {
  position: relative;
  height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .section-5 .image {
    height: 50vh;
  }
}
.section-5 .image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 9, 19, 0.6);
  z-index: 1;
}
.section-5 .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-5 .labelDefault {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .section-5 .labelDefault {
    top: 40px;
  }
}
.section-5 .labelDefault p sup {
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-5 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-5 .play:hover p, .section-5 .play:focus p {
  color: #fff;
}
.section-5 .play p {
  font-family: "SVN-MessinaSans-Regular";
  line-height: 100%;
  text-align: center;
}
.section-5 .play p:nth-of-type(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.65px;
  width: 84px;
  height: 84px;
}
.section-5 .play p:nth-of-type(1)::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url("./assets/images/home/s5-icon.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 6s infinite ease-in-out;
}
.section-5 .play p:nth-of-type(2) {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .section-5 .play p:nth-of-type(2) {
    top: 20px;
  }
}

.section-6 {
  position: relative;
  background: #0d2845;
}
.section-6 .image {
  position: relative;
  width: 100%;
}
.section-6 .image img {
  display: block;
  width: 100%;
  height: auto;
}
.section-6 .slide {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 10%;
}
@media only screen and (max-width: 1024px) {
  .section-6 .slide {
    padding: 0px 120px;
  }
}
@media only screen and (max-width: 480px) {
  .section-6 .slide {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0px 15px 80px;
  }
}
.section-6 .slide .swiper-container .swiper-wrapper .swiper-slide .number {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-style: italic;
  font-size: 64px;
  line-height: 130%;
  text-transform: uppercase;
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-right: 5px;
}
@media only screen and (max-width: 480px) {
  .section-6 .slide .swiper-container .swiper-wrapper .swiper-slide .number {
    font-size: 18px;
    text-align: center;
  }
}
.section-6 .slide .swiper-container .swiper-wrapper .swiper-slide .title {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0px;
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 7px;
}
@media only screen and (max-width: 480px) {
  .section-6 .slide .swiper-container .swiper-wrapper .swiper-slide .title {
    margin-bottom: 0px;
    text-align: center;
  }
}
.section-6 .slide .swiper-container .swiper-wrapper .swiper-slide .excerpt {
  color: #E3E6E0;
}
@media only screen and (max-width: 480px) {
  .section-6 .slide .swiper-container .swiper-wrapper .swiper-slide .excerpt {
    text-align: center;
  }
}
.section-6 .slide .btn-slide {
  position: absolute;
  left: 2.3611111111%;
  right: 2.3611111111%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .section-6 .slide .btn-slide {
    left: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-6 .slide .btn-slide {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}
.section-6 .slide .btn-slide .swiper-button-next, .section-6 .slide .btn-slide .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A08854;
}
@media only screen and (max-width: 480px) {
  .section-6 .slide .btn-slide .swiper-button-next, .section-6 .slide .btn-slide .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.section-6 .slide .btn-slide .swiper-button-next img, .section-6 .slide .btn-slide .swiper-button-prev img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .section-6 .slide .btn-slide .swiper-button-next img, .section-6 .slide .btn-slide .swiper-button-prev img {
    max-width: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .section-6 .slide .btn-slide .swiper-button-prev {
    margin-right: 10px;
  }
}

.section-7 {
  position: relative;
  background: #0d2845;
  padding: 120px 0px 64px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .section-7 {
    padding: 70px 0px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-7 {
    padding: 40px 0px;
  }
}
.section-7 .labelDefault {
  align-items: center;
}
.section-7 .labelDefault p {
  font-size: 48px;
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .section-7 .labelDefault p {
    font-size: 22px;
  }
}
.section-7 .content {
  position: relative;
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  width: 91.1111111111%;
  margin: 40px auto 0px;
  padding: 16px 16px 0px;
}
@media only screen and (max-width: 1024px) {
  .section-7 .content {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 480px) {
  .section-7 .content {
    width: calc(100% - 30px);
    margin: 20px auto 0px;
    padding: 5px 5px 30px;
  }
}
.section-7 .content .svg {
  position: relative;
  width: 100%;
}
.section-7 .content .svg svg {
  display: block;
  width: 100%;
  height: auto;
}
.section-7 .content .svg svg .utilities-tooltip {
  opacity: 0;
  pointer-events: none;
}
.section-7 .content .svg svg .utilities-tooltip.is-active {
  opacity: 1;
}
.section-7 .content .svg svg .ground-item {
  opacity: 0;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .section-7 .content .svg svg .ground-item:hover {
    opacity: 0.85;
  }
}
.section-7 .content .svg .note {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .svg .note {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 10px;
  }
}
.section-7 .content .svg .note .title {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .svg .note .title {
    margin-bottom: 0px;
  }
}
.section-7 .content .svg .note .option {
  display: flex;
  flex-wrap: wrap;
}
.section-7 .content .svg .note .option p {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #231F20;
  width: 120px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .svg .note .option p {
    margin: 5px 5px 0px 0px;
    width: calc((100% - 5px) / 2);
  }
  .section-7 .content .svg .note .option p:nth-of-type(2n) {
    margin-right: 0px;
  }
}
.section-7 .content .svg .note .option p:last-child {
  margin-right: 0px;
}
.section-7 .content .svg .note .option p:nth-of-type(1) {
  background: #93C1FF;
}
.section-7 .content .svg .note .option p:nth-of-type(2) {
  background: #FFC3C5;
}
.section-7 .content .svg .note .option p:nth-of-type(3) {
  background: #FDD7CE;
}
.section-7 .content .svg .note .option p:nth-of-type(4) {
  background: #C6EFF2;
}
.section-7 .content .svg .note .option p:nth-of-type(5) {
  background: #EBD4A0;
}
.section-7 .content .utilities {
  position: relative;
  padding: 24px;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .utilities {
    padding: 0px;
  }
}
.section-7 .content .utilities::before {
  position: absolute;
  content: "";
  width: 78.828125%;
  height: 1px;
  background: #fff;
  left: 183px;
  bottom: 54px;
}
@media only screen and (max-width: 1024px) {
  .section-7 .content .utilities::before {
    display: none;
  }
}
.section-7 .content .utilities .swiper-slide {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .utilities .swiper-slide {
    flex-direction: column;
  }
}
.section-7 .content .utilities .btn-slide {
  width: 136px;
  margin-top: 22px;
}
@media only screen and (max-width: 1024px) {
  .section-7 .content .utilities .btn-slide {
    width: 100%;
    justify-content: center;
  }
}
.section-7 .content .utilities .btn-slide .swiper-button-next, .section-7 .content .utilities .btn-slide .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .section-7 .content .utilities .btn-slide .swiper-button-next, .section-7 .content .utilities .btn-slide .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.section-7 .content .utilities .btn-slide .swiper-button-next img, .section-7 .content .utilities .btn-slide .swiper-button-prev img {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1024px) {
  .section-7 .content .utilities .btn-slide .swiper-button-next img, .section-7 .content .utilities .btn-slide .swiper-button-prev img {
    max-width: 15px;
  }
}
.section-7 .content .utilities .btn-slide .swiper-button-prev {
  margin-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .section-7 .content .utilities .btn-slide .swiper-button-prev {
    margin-right: 10px;
  }
}
.section-7 .content .utilities .swiper-pagination-fraction {
  position: absolute;
  bottom: 33.2px;
  left: auto;
  right: 24px;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .section-7 .content .utilities .swiper-pagination-fraction {
    display: none;
  }
}
.section-7 .content .utilities .swiper-pagination-fraction .swiper-pagination-current {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-style: italic;
  font-size: 32px;
  line-height: 130%;
  color: #fff;
}
.section-7 .content .utilities .swiper-pagination-fraction .swiper-pagination-total {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-style: italic;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
.section-7 .content .utilities .block {
  width: 20%;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .utilities .block {
    width: 100%;
    padding-top: 30px;
  }
}
.section-7 .content .utilities .block:nth-of-type(2) {
  width: 40%;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .utilities .block:nth-of-type(2) {
    width: 100%;
  }
}
.section-7 .content .utilities .block:nth-of-type(2) .list .item {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .utilities .block:nth-of-type(2) .list .item {
    width: calc((100% - 15px) / 2);
    float: left;
    margin-right: 15px;
  }
  .section-7 .content .utilities .block:nth-of-type(2) .list .item:nth-of-type(2n) {
    margin-right: 0px;
  }
}
.section-7 .content .utilities .block:nth-of-type(4) .list .item {
  padding-right: 0px;
}
.section-7 .content .utilities .block .name {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 18px;
  line-height: 140%;
  color: #0D2745;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .utilities .block .name {
    font-size: 16px;
  }
}
.section-7 .content .utilities .block .list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-7 .content .utilities .block .list .item {
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .section-7 .content .utilities .block .list .item:hover p:nth-of-type(2) {
    font-family: "SVN-MessinaSans-Bold";
  }
}
.section-7 .content .utilities .block .list .item.is-active p:nth-of-type(2) {
  font-family: "SVN-MessinaSans-Bold";
}
@media only screen and (max-width: 480px) {
  .section-7 .content .utilities .block .list .item {
    padding-right: 0px;
    width: calc((100% - 15px) / 2);
    float: left;
    margin-right: 15px;
  }
  .section-7 .content .utilities .block .list .item:nth-of-type(2n) {
    margin-right: 0px;
  }
}
.section-7 .content .utilities .block .list .item p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D2745;
  border: 1px solid #E3E6E0;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 14px;
  line-height: 160%;
  color: #E3E6E0;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .utilities .block .list .item p:nth-of-type(1) {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
.section-7 .content .utilities .block .list .item p:nth-of-type(2) {
  color: #030C24;
  width: calc(100% - 26px);
  padding-left: 8px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .section-7 .content .utilities .block .list .item p:nth-of-type(2) {
    width: calc(100% - 20px);
    font-size: 12px;
  }
}
.section-7 .content .decor {
  position: absolute;
  top: -11.5%;
  right: -5%;
  mix-blend-mode: screen;
  pointer-events: none;
}
.section-7 .content .decor img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-8 {
  position: relative;
  background-image: url("./assets/images/home/s8-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 120px 0px;
}
@media only screen and (max-width: 1024px) {
  .section-8 {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .section-8 {
    padding: 40px 0px;
  }
}
.section-8 .labelDefault {
  align-items: center;
}
.section-8 .labelDefault p {
  font-size: 48px;
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .section-8 .labelDefault p {
    font-size: 22px;
  }
}
.section-8 .desc {
  max-width: 55%;
  margin: 30px auto;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .section-8 .desc {
    max-width: calc(100% - 30px);
    margin: 15px auto;
  }
}
.section-8 .slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .section-8 .slide {
    padding-bottom: 60px;
  }
}
.section-8 .slide .swiper-container {
  width: 60%;
  margin: 0 auto;
  overflow: initial;
}
@media only screen and (max-width: 1024px) {
  .section-8 .slide .swiper-container {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) {
  .section-8 .slide .swiper-container {
    width: calc(100% - 30px);
    overflow: hidden;
  }
}
.section-8 .slide .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
}
.section-8 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .image {
  padding-top: 60.186%;
  border-bottom: 1px solid;
  border-image: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%) 1;
}
.section-8 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}
.section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .image {
  position: relative;
  width: 100%;
  padding-top: 53.241%;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 480px) {
  .section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .image {
    padding-top: 60.186%;
  }
}
.section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .text {
  display: flex;
  align-items: center;
  padding-top: 20px;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .text p:nth-of-type(1) {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 48px;
  line-height: 130%;
  text-transform: uppercase;
  background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .text p:nth-of-type(1) {
    font-size: 22px;
  }
}
.section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .text p:nth-of-type(1) span {
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .text p:nth-of-type(1) span {
    font-size: 14px;
  }
}
.section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .text p:nth-of-type(2) {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 0px 0px 24px;
}
@media only screen and (max-width: 480px) {
  .section-8 .slide .swiper-container .swiper-wrapper .swiper-slide .text p:nth-of-type(2) {
    font-size: 16px;
    padding: 0px 0px 0px 15px;
  }
}
.section-8 .slide .btn-slide {
  position: absolute;
  bottom: 11px;
  right: 8.8194444444%;
}
@media only screen and (max-width: 1024px) {
  .section-8 .slide .btn-slide {
    right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-8 .slide .btn-slide {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
  }
}
.section-8 .slide .btn-slide .swiper-button-prev {
  margin-right: 16px;
}
.section-8 .decor {
  position: absolute;
  top: -66%;
  left: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}
.section-8 .decor img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-9 {
  position: relative;
  background: #0d2845;
  padding: 120px 4.4444444444% 65px 9.7222222222%;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .section-9 {
    flex-direction: column;
    padding: 70px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-9 {
    padding: 40px 15px;
  }
}
.section-9::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, #0A1C38 0%, #0D2745 100%);
}
.section-9 .left {
  position: relative;
  width: 46.2783171521%;
}
@media only screen and (max-width: 1024px) {
  .section-9 .left {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .section-9 .left .labelDefault {
    align-items: center;
  }
}
.section-9 .left .labelDefault p:nth-of-type(1) {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 24px;
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .section-9 .left .labelDefault p:nth-of-type(1) {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-9 .left .labelDefault p:nth-of-type(2) {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .section-9 .left .labelDefault p:nth-of-type(2) {
    line-height: 150%;
  }
}
.section-9 .left .desc {
  width: 78.3216783217%;
  margin: 48px 0px 40px;
}
@media only screen and (max-width: 1024px) {
  .section-9 .left .desc {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .section-9 .left .desc {
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-9 .left .urlWebsite {
    justify-content: center;
  }
}
.section-9 .right {
  position: relative;
  width: 53.7216828479%;
  padding-top: 36.0844%;
}
@media only screen and (max-width: 1024px) {
  .section-9 .right {
    width: 100%;
    margin-top: 30px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .section-9 .right {
    margin-top: 20px;
  }
}
.section-9 .right::before {
  position: absolute;
  content: "";
  top: 80px;
  left: -40px;
  width: 93.9759036145%;
  padding-top: 61.747%;
  background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
}
@media only screen and (max-width: 1024px) {
  .section-9 .right::before {
    display: none;
  }
}
.section-9 .right img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .section-9 .right img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
}
.section-9 .decor-1, .section-9 .decor-2 {
  position: absolute;
  mix-blend-mode: screen;
}
.section-9 .decor-1 img, .section-9 .decor-2 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-9 .decor-1 {
  right: 0;
  top: -89%;
}
.section-9 .decor-2 {
  left: 0;
}

.section-10 {
  position: relative;
  background: #0d2845;
  padding: 120px 2.7777777778% 120px 10%;
}
@media only screen and (max-width: 1024px) {
  .section-10 {
    padding: 0px 30px 70px;
  }
}
@media only screen and (max-width: 480px) {
  .section-10 {
    padding: 0px 15px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .section-10 .labelDefault {
    align-items: center;
  }
}
.section-10 .labelDefault p:nth-of-type(1) {
  font-size: 48px;
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .section-10 .labelDefault p:nth-of-type(1) {
    font-size: 22px;
  }
}
.section-10 .slide {
  overflow: hidden;
  margin-top: 45px;
}
@media only screen and (max-width: 480px) {
  .section-10 .slide {
    margin-top: 20px;
  }
}
.section-10 .slide .swiper-container {
  width: 79.6178343949%;
  margin: 0 0 0 auto;
  overflow: initial;
}
@media only screen and (max-width: 480px) {
  .section-10 .slide .swiper-container {
    width: 100%;
  }
}
.section-10 .slide .swiper-container .swiper-wrapper .swiper-slide {
  width: 19.2%;
}
@media only screen and (min-width: 480px) {
  .section-10 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    width: 28%;
  }
  .section-10 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .image {
    padding-top: 129.288%;
    margin-top: 86px;
  }
}
@media only screen and (min-width: 480px) {
  .section-10 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 40%;
  }
  .section-10 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .image {
    margin-top: 0px;
  }
}
.section-10 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .image {
  padding-top: 135%;
}
.section-10 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(3, 12, 36, 0) 0%, #030C24 100%);
  padding-top: 59%;
  z-index: 1;
}
.section-10 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .image:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(180deg, rgba(3, 12, 36, 0) 0%, #030C24 100%);
}
.section-10 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 32px 25px;
}
@media only screen and (max-width: 480px) {
  .section-10 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .text {
    display: block;
    padding: 0px 15px 20px;
  }
}
@media only screen and (min-width: 480px) {
  .section-10 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .image {
    padding-top: 142.71%;
    margin-top: 86px;
  }
}
@media only screen and (min-width: 1025px) {
  .section-10 .slide .swiper-container .swiper-wrapper .swiper-slide:hover .image img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  .section-10 .slide .swiper-container .swiper-wrapper .swiper-slide:hover .text .title {
    font-family: "SVN-ABCArizonaFlare-Bold";
    background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.section-10 .slide .swiper-container .swiper-wrapper .swiper-slide .image {
  position: relative;
  padding-top: 165.625%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 42px;
}
@media only screen and (max-width: 480px) {
  .section-10 .slide .swiper-container .swiper-wrapper .swiper-slide .image {
    padding-top: 135%;
    margin-top: 0px;
  }
}
.section-10 .slide .swiper-container .swiper-wrapper .swiper-slide .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-10 .slide .swiper-container .swiper-wrapper .swiper-slide .text {
  position: relative;
  padding-top: 16px;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .section-10 .slide .swiper-container .swiper-wrapper .swiper-slide .text {
    display: none;
  }
}
.section-10 .slide .swiper-container .swiper-wrapper .swiper-slide .text .title {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 16px;
  line-height: 150%;
  color: #E3E6E0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-10 .slide .swiper-container .swiper-wrapper .swiper-slide .text .date {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #E3E6E0;
  margin-bottom: 10px;
}
.section-10 .urlWebsite {
  position: absolute;
  right: 4.432132964%;
  top: 146px;
}
@media only screen and (max-width: 1024px) {
  .section-10 .urlWebsite {
    top: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .section-10 .urlWebsite {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
    margin-top: 20px;
  }
}

.section-11 {
  position: relative;
  background: #0d2845;
}
@media only screen and (max-width: 480px) {
  .section-11 {
    padding-bottom: 40px;
  }
}
.section-11 .labelDefault {
  padding-left: 10%;
}
@media only screen and (max-width: 1024px) {
  .section-11 .labelDefault {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-11 .labelDefault {
    align-items: center;
    padding-left: 0px;
  }
}
.section-11 .labelDefault p:nth-of-type(1) {
  font-size: 48px;
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .section-11 .labelDefault p:nth-of-type(1) {
    font-size: 22px;
  }
}
.section-11 .nav {
  position: absolute;
  top: 34px;
  right: 4.4444444444%;
}
@media only screen and (max-width: 1024px) {
  .section-11 .nav {
    right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-11 .nav {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin: 20px 0px;
  }
}
.section-11 .nav a {
  position: relative;
  font-family: "SVN-MessinaSans-Bold";
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 0px 25px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .section-11 .nav a {
    padding: 0px 15px;
  }
}
.section-11 .nav a::before {
  position: absolute;
  content: "";
  top: 7px;
  right: 0px;
  width: 2px;
  height: 14px;
  background: rgba(151, 151, 151, 0.69);
}
.section-11 .nav a:last-child {
  padding-right: 0px;
}
.section-11 .nav a:last-child::before {
  display: none;
}
.section-11 .nav a:first-child {
  padding-left: 0px;
}
.section-11 .nav a.is-active {
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-11 .nav a:hover, .section-11 .nav a:focus {
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-11 .content {
  position: relative;
  margin-top: 47px;
  width: 95.5555555556%;
  margin: 48px 0 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .section-11 .content {
    width: calc(100% - 60px);
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 480px) {
  .section-11 .content {
    width: calc(100% - 30px);
    margin: 20px auto 0px;
  }
}
.section-11 .content .item {
  position: relative;
  width: 100%;
  padding-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .section-11 .content .item {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .section-11 .content .item {
    padding-bottom: 0px;
  }
}
.section-11 .content .item::before {
  position: absolute;
  content: "";
  bottom: 115px;
  right: 4.6511627907%;
  width: 84.3023255814%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1024px) {
  .section-11 .content .item::before {
    width: calc(100% - 200px);
    bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .section-11 .content .item::before {
    display: none;
  }
}
.section-11 .content .item .swiper-container {
  width: 95.3488372093%;
  margin: 0 auto 0 0;
  overflow: initial;
}
@media only screen and (max-width: 480px) {
  .section-11 .content .item .swiper-container {
    width: 100%;
    overflow: hidden;
  }
}
.section-11 .content .item .swiper-container .swiper-wrapper .swiper-slide .image {
  position: relative;
  float: left;
  margin-right: 1.5243902439%;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .section-11 .content .item .swiper-container .swiper-wrapper .swiper-slide .image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.section-11 .content .item .swiper-container .swiper-wrapper .swiper-slide .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-11 .content .item .swiper-container .swiper-wrapper .swiper-slide .image:nth-of-type(1), .section-11 .content .item .swiper-container .swiper-wrapper .swiper-slide .image:nth-of-type(5) {
  width: 33.6890243902%;
  padding-top: 20.5798%;
}
.section-11 .content .item .swiper-container .swiper-wrapper .swiper-slide .image:nth-of-type(2), .section-11 .content .item .swiper-container .swiper-wrapper .swiper-slide .image:nth-of-type(4) {
  width: 20.5792682927%;
  padding-top: 20.579%;
}
.section-11 .content .item .swiper-container .swiper-wrapper .swiper-slide .image:nth-of-type(3) {
  width: 42.6829268293%;
  padding-top: 42.683%;
  margin-right: 0px;
}
.section-11 .content .item .swiper-container .swiper-wrapper .swiper-slide .image:nth-of-type(4) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-11 .content .item .swiper-container .swiper-wrapper .swiper-slide .image:nth-of-type(5) {
  position: absolute;
  bottom: 0;
  left: 22.1036585366%;
}
.section-11 .content .item .btn-slide {
  position: absolute;
  left: 0;
  bottom: 85px;
}
@media only screen and (max-width: 1024px) {
  .section-11 .content .item .btn-slide {
    bottom: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .section-11 .content .item .btn-slide {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    justify-content: center;
  }
}
.section-11 .content .item .btn-slide .swiper-button-prev, .section-11 .content .item .btn-slide .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A08854;
}
@media only screen and (max-width: 480px) {
  .section-11 .content .item .btn-slide .swiper-button-prev, .section-11 .content .item .btn-slide .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.section-11 .content .item .btn-slide .swiper-button-prev img, .section-11 .content .item .btn-slide .swiper-button-next img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .section-11 .content .item .btn-slide .swiper-button-prev img, .section-11 .content .item .btn-slide .swiper-button-next img {
    max-width: 15px;
  }
}
.section-11 .content .item .btn-slide .swiper-button-prev {
  margin-right: 16px;
}
@media only screen and (max-width: 480px) {
  .section-11 .content .item .btn-slide .swiper-button-prev {
    margin-right: 10px;
  }
}
.section-11 .decor {
  position: absolute;
  right: 0;
  top: -60%;
  mix-blend-mode: screen;
  pointer-events: none;
}
.section-11 .decor img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-12 {
  position: relative;
  background: #0A1C38;
  padding: 120px 0px 132px;
}
@media only screen and (max-width: 1024px) {
  .section-12 {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .section-12 {
    padding: 40px 0px;
  }
}
.section-12 .labelDefault {
  padding-left: 10%;
}
@media only screen and (max-width: 1024px) {
  .section-12 .labelDefault {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-12 .labelDefault {
    padding-left: 0px;
    align-items: center;
  }
}
.section-12 .labelDefault p:nth-of-type(1) {
  font-size: 48px;
  background: linear-gradient(90deg, #FFFBF3 0%, #DBDAD7 17.82%, #BCBEBF 33.33%, #FFFBF3 66.67%, #BCBEC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .section-12 .labelDefault p:nth-of-type(1) {
    font-size: 22px;
  }
}
.section-12 .slide {
  position: relative;
  width: 95.5555555556%;
  margin: 60px 0 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .section-12 .slide {
    width: calc(100% - 30px);
    margin: 40px 0 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .section-12 .slide {
    margin: 20px auto 0px;
  }
}
.section-12 .slide .swiper-container {
  width: 76.4534883721%;
  margin: 0 auto 0 0;
  overflow: initial;
}
@media only screen and (max-width: 480px) {
  .section-12 .slide .swiper-container {
    width: 100%;
    overflow: hidden;
  }
}
.section-12 .slide .swiper-container .swiper-wrapper .swiper-slide {
  height: 196px;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .section-12 .slide .swiper-container .swiper-wrapper .swiper-slide:hover .hover {
    opacity: 1;
    pointer-events: all;
  }
}
.section-12 .slide .swiper-container .swiper-wrapper .swiper-slide .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D2745;
  position: relative;
  width: 100%;
  height: 100%;
}
.section-12 .slide .swiper-container .swiper-wrapper .swiper-slide .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-12 .slide .swiper-container .swiper-wrapper .swiper-slide .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #5F041D;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-12 .slide .swiper-container .swiper-wrapper .swiper-slide .hover .title {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 18px;
}
.section-12 .slide .swiper-container .swiper-wrapper .swiper-slide .hover .desc p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 13px;
}
.section-12 .slide .swiper-container .swiper-wrapper .swiper-slide .hover .desc p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: 10px;
}
.section-12 .slide .swiper-container .swiper-wrapper .swiper-slide .hover .desc p:last-child {
  margin-bottom: 0px;
}
.section-12 .slide .swiper-container .swiper-wrapper .swiper-slide .hover .desc p a {
  display: flex;
}
.section-12 .slide .swiper-container .swiper-wrapper .swiper-slide .hover .desc p:nth-of-type(1) img {
  margin-top: 4px;
}
.section-12 .btn-slide {
  position: absolute;
  top: 134px;
  right: 4.4444444444%;
}
@media only screen and (max-width: 1024px) {
  .section-12 .btn-slide {
    right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-12 .btn-slide {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    justify-content: center;
  }
}
.section-12 .btn-slide .swiper-button-prev {
  margin-right: 16px;
}
.section-12 .decor {
  position: absolute;
  left: 0;
  top: -65%;
  pointer-events: none;
}
.section-12 .decor img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-13 {
  position: relative;
}
.section-13 .image {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .section-13 .image {
    height: 50vh;
  }
}
.section-13 .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

.popup-item {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20000000000000;
  display: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-item.is-active {
  display: block;
}
.popup-item .content {
  min-width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 100px);
  display: flex;
}
@media only screen and (max-width: 480px) {
  .popup-item .content {
    flex-direction: column;
  }
}
.popup-item .content .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  float: left;
  padding: 30px;
  background: #0D2745;
}
@media only screen and (max-width: 480px) {
  .popup-item .content .left {
    padding: 20px 15px;
  }
}
.popup-item .content .left .title {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.popup-item .content .left .excerpt {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding-top: 15px;
}
@media only screen and (max-width: 480px) {
  .popup-item .content .left .excerpt {
    font-size: 14px;
  }
}
.popup-item .content .left .excerpt strong {
  font-family: "SVN-MessinaSans-Bold";
  font-weight: inherit;
}
.popup-item .content .left .excerpt p {
  margin-top: 5px;
}
.popup-item .content .left .excerpt p:first-child {
  margin-top: 0px;
}
.popup-item .content .close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #082443;
  font-family: "SVN-MessinaSans-Bold";
  color: #fff;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .popup-item .content .close {
    right: 0;
    background: #fff;
    color: #082443;
  }
}
.popup-item .__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #000;
}

@keyframes scrollDown {
  0% {
    bottom: -85px;
  }
  50% {
    bottom: -120px;
  }
  100% {
    bottom: -85px;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1500;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px 2.7777777778%;
  z-index: 15;
  display: flex;
  padding-top: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .header {
    bottom: 0;
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
    background: #0D2745;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header.is-active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.header.is-scroll {
  background: #0D2745;
  border-bottom: 1px solid #f9f9f9;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header.is-scroll .logo {
  width: 50px;
}
.header.is-scroll .logo img {
  filter: brightness(0) invert(1);
}
.header.is-scroll .menu {
  align-items: center;
}
.header.is-scroll .menu li a {
  color: #fff;
}
.header .menu {
  width: calc(100% - 96px);
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .header .menu {
    flex-direction: column;
    width: 100%;
  }
}
.header .menu li {
  margin-right: 48px;
}
@media only screen and (max-width: 1024px) {
  .header .menu li {
    text-align: center;
    margin: 0px 0px 25px 0px;
  }
}
.header .menu li:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1024px) {
  .header .menu li:last-child {
    margin-bottom: 0px;
  }
}
.header .menu li a {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #0D2745;
}
@media only screen and (max-width: 1024px) {
  .header .menu li a {
    color: #fff;
  }
}
.header .logo {
  width: 96px;
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    margin: 0px auto 30px;
  }
}
.header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .header .logo img {
    filter: brightness(0) invert(1);
  }
}
.header .logo img.logoPage {
  display: none;
}

.social-network {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  height: 272px;
}
@media only screen and (max-width: 1024px) {
  .social-network {
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    transform: inherit;
    flex-direction: row;
    border-top: 1px solid #f9f9f9;
    background: #0D2745;
    z-index: 12;
    height: auto;
  }
}
.social-network a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #0D2745;
}
@media only screen and (max-width: 1024px) {
  .social-network a {
    width: 25%;
    height: 55px;
    background: transparent;
    position: relative;
  }
  .social-network a::before {
    position: absolute;
    content: "";
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: rgba(249, 249, 249, 0.5);
  }
}
.social-network a:last-child {
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  font-family: "SVN-MessinaSans-Bold";
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  color: #082443;
  width: 176px;
  position: absolute;
  right: -64px;
  bottom: 64px;
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
}
@media only screen and (max-width: 1024px) {
  .social-network a:last-child {
    position: relative;
    width: 25%;
    right: auto;
    bottom: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #fff;
    background: transparent;
  }
  .social-network a:last-child span {
    display: none;
  }
}
.social-network a:last-child i {
  display: none;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .social-network a:last-child i {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .social-network a:last-child i {
    font-size: 17px;
  }
}
.social-network a:first-child img {
  animation-name: trin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.social-network a img {
  display: block;
  height: auto;
  max-width: 19.5px;
}

.menu-icon {
  display: none;
  width: 20px;
  height: 14px;
  align-items: center;
  justify-content: center;
  right: 30px;
  bottom: 20.5px;
  position: fixed;
  cursor: pointer;
  z-index: 15;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .menu-icon {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .menu-icon {
    right: 15px;
  }
}
.menu-icon .--icon,
.menu-icon .--icon:before,
.menu-icon .--icon:after {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  width: 20px;
  background: #F5FBFF;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-icon .--icon {
  top: 6px;
}
.menu-icon .--icon:before {
  top: -6px;
}
.menu-icon .--icon:after {
  top: 6px;
}
.menu-icon.is-active {
  background: transparent;
}
.menu-icon.is-active .--icon {
  width: 0;
}
.menu-icon.is-active .--icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-icon.is-active .--icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.bannerDef {
  position: relative;
  width: 100%;
  padding-top: 34.028%;
  border-bottom: 2px solid;
  border-image: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%) 2;
}
.bannerDef::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(3, 12, 36, 0) 0%, rgba(3, 12, 36, 0.8) 100%);
  content: "";
  padding-top: 13.542%;
  z-index: 1;
  pointer-events: none;
}
.bannerDef img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newItem {
  position: relative;
  background: rgba(3, 12, 36, 0.3);
}
@media only screen and (min-width: 1025px) {
  .newItem:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.newItem .image {
  position: relative;
  width: 100%;
  padding-top: 82.5%;
  overflow: hidden;
}
.newItem .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newItem .text {
  padding: 25px;
}
@media only screen and (max-width: 480px) {
  .newItem .text {
    padding: 20px 15px;
  }
}
.newItem .text .date {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.3px;
  color: #E3E6E0;
}
.newItem .text .title {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 10px 0px;
}
.newItem .text .desc {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  text-align: justify;
  color: #E3E6E0;
}
.newItem .text .more {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
}

.news {
  position: relative;
  background: #0D2745;
}
.news .screen_2 {
  position: relative;
  padding-top: 104px;
}
@media only screen and (max-width: 1024px) {
  .news .screen_2 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .news .screen_2 {
    padding-top: 40px;
  }
}
.news .screen_2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #0A1C38 0%, #0D2745 100%);
  padding-top: 28.3334%;
  pointer-events: none;
}
.news .screen_2 .labelDefault {
  align-items: center;
  position: relative;
}
.news .screen_2 .list {
  display: flex;
  justify-content: space-between;
  width: 88.8888888889%;
  margin: 40px auto 0px;
}
@media only screen and (max-width: 1024px) {
  .news .screen_2 .list {
    width: calc(100% - 60px);
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .news .screen_2 .list {
    width: calc(100% - 30px);
    margin: 20px auto 0px;
  }
}
.news .screen_2 .list .left {
  width: 58.28125%;
  background: #5F041D;
}
@media only screen and (max-width: 1024px) {
  .news .screen_2 .list .left {
    width: 100%;
  }
}
.news .screen_2 .list .left .newItem {
  background: transparent;
}
.news .screen_2 .list .left .newItem .image {
  padding-top: 54.693%;
}
.news .screen_2 .list .left .newItem .text .title {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 20px;
  background: linear-gradient(270deg, #E5DBB8 0%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .screen_2 .list .left .newItem .text .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .screen_2 .list .right {
  width: 39.84375%;
}
@media only screen and (max-width: 1024px) {
  .news .screen_2 .list .right {
    width: 100%;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .news .screen_2 .list .right {
    margin-top: 15px;
  }
}
.news .screen_2 .list .right .newItem {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 480px) {
  .news .screen_2 .list .right .newItem {
    margin-bottom: 15px;
    flex-direction: column;
  }
}
.news .screen_2 .list .right .newItem:last-child {
  margin-bottom: 0px;
}
.news .screen_2 .list .right .newItem .image {
  width: 43.138%;
  padding-top: 37.648%;
}
@media only screen and (max-width: 480px) {
  .news .screen_2 .list .right .newItem .image {
    width: 100%;
    padding-top: 54.693%;
  }
}
.news .screen_2 .list .right .newItem .text {
  width: calc(100% - 43.138%);
}
@media only screen and (max-width: 480px) {
  .news .screen_2 .list .right .newItem .text {
    width: 100%;
  }
}
.news .screen_2 .list .right .newItem .text .title, .news .screen_2 .list .right .newItem .text .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .screen_2 .list .right .newItem .text .more {
  display: none;
}
.news .screen_2 .decor {
  position: absolute;
  right: 0;
  top: -60%;
  mix-blend-mode: screen;
  pointer-events: none;
}
.news .screen_2 .decor img {
  display: block;
  max-width: 100%;
  height: auto;
}
.news .screen_3 {
  position: relative;
  padding: 120px 5.5555555556%;
}
@media only screen and (max-width: 1024px) {
  .news .screen_3 {
    padding: 70px 30px 126px;
  }
}
@media only screen and (max-width: 480px) {
  .news .screen_3 {
    padding: 40px 15px 96px;
  }
}
.news .screen_3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #0A1C38 0%, #0D2745 100%);
  padding-top: 14.7227%;
  pointer-events: none;
}
.news .screen_3 .labelDefault {
  align-items: center;
}
.news .screen_3 .content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news .screen_3 .content .list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news .screen_3 .content .list .newItem {
  width: calc((100% - 80px) / 3);
  margin: 40px 40px 0px 0px;
}
@media only screen and (max-width: 1024px) {
  .news .screen_3 .content .list .newItem {
    width: calc((100% - 30px) / 3);
    margin: 40px 15px 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .news .screen_3 .content .list .newItem {
    width: 100%;
    margin: 15px 0px 0px 0px;
  }
}
.news .screen_3 .content .list .newItem:nth-of-type(3n) {
  margin-right: 0px;
}
.news .screen_3 .content .list .newItem .text .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .screen_3 .content .loadmoreDef {
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .news .screen_3 .content .loadmoreDef {
    margin-top: 15px;
  }
}
.news .screen_3 .decor {
  position: absolute;
  right: 0;
  bottom: -85%;
  mix-blend-mode: screen;
  pointer-events: none;
}
.news .screen_3 .decor img {
  display: block;
  max-width: 100%;
  height: auto;
}
.news .screen_3 .decor-2 {
  position: absolute;
  left: 0;
  top: -36%;
  mix-blend-mode: screen;
  pointer-events: none;
}
.news .screen_3 .decor-2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-template-news .header .menu li a, .single .header .menu li a {
  color: #fff;
}
.page-template-news .header .logo img, .single .header .logo img {
  display: none;
}
.page-template-news .header .logo img.logoPage, .single .header .logo img.logoPage {
  display: block;
}

.page-singleNew {
  background: #0D2745;
}
.page-singleNew .bannerDef {
  padding-top: 36.667%;
  z-index: 1;
}
.page-singleNew .singleNew-content {
  position: relative;
  background: rgba(3, 12, 36, 0.3);
  width: 75.2777777778%;
  margin: 60px auto 0px;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .page-singleNew .singleNew-content {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 480px) {
  .page-singleNew .singleNew-content {
    width: 100%;
    margin: 0;
    padding: 20px 15px 40px;
  }
}
.page-singleNew .singleNew-content .postName {
  position: relative;
  z-index: 1;
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 32px;
  line-height: 130%;
  background: linear-gradient(270deg, #A08854 0%, #E5DBB8 51.57%, #A08854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 20px 0px 30px;
}
@media only screen and (max-width: 480px) {
  .page-singleNew .singleNew-content .postName {
    font-size: 22px;
    margin: 10px 0px 15px;
  }
}
.page-singleNew .singleNew-content .date {
  position: relative;
  z-index: 1;
  font-family: "SVN-MessinaSans-Regular";
  font-size: 14px;
  line-height: 150%;
  color: #E3E6E0;
}
.page-singleNew .singleNew-content .date i {
  color: #fff;
  margin-right: 5px;
}
.page-singleNew .singleNew-content .share {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(227, 230, 224, 0.6);
  display: flex;
  align-items: center;
  padding-top: 24px;
  justify-content: flex-end;
}
.page-singleNew .singleNew-content .share p {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 20px;
}
.page-singleNew .singleNew-content .share .item a {
  margin-right: 19px;
}
.page-singleNew .singleNew-content .share .item a:last-child {
  margin-right: 0px;
}
.page-singleNew .singleNew-content .share .item a i {
  font-size: 20px;
}
.page-singleNew .singleNew-content .share .item a:hover i, .page-singleNew .singleNew-content .share .item a:focus i {
  color: #fff;
}
.page-singleNew .singleNew-content .the-content {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  text-align: justify;
  color: #E3E6E0;
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
}
.page-singleNew .singleNew-content .the-content strong {
  font-family: "SVN-MessinaSans-Bold";
}
.page-singleNew .singleNew-content .the-content p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .page-singleNew .singleNew-content .the-content p {
    margin-bottom: 10px;
  }
}
.page-singleNew .singleNew-content .the-content p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.page-singleNew .singleNew-content .the-content .wp-caption {
  width: auto !important;
  max-width: 100% !important;
}
.page-singleNew .singleNew-content .the-content .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page-singleNew .singleNew-content .the-content .wp-caption .wp-caption-text {
  font-size: 14px;
  text-align: center;
  padding: 10px 0px 20px;
}
@media only screen and (max-width: 480px) {
  .page-singleNew .singleNew-content .the-content .wp-caption .wp-caption-text {
    padding: 10px 0px 15px;
  }
}
.page-singleNew .singleNew-content .the-content a, .page-singleNew .singleNew-content .the-content:hover, .page-singleNew .singleNew-content .the-content:focus {
  color: rgba(255, 255, 255, 0.8);
}
.page-singleNew .singleNew-content .the-content ul, .page-singleNew .singleNew-content .the-content ol {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .page-singleNew .singleNew-content .the-content ul, .page-singleNew .singleNew-content .the-content ol {
    margin-bottom: 15px;
  }
}
.page-singleNew .singleNew-content .the-content ul li, .page-singleNew .singleNew-content .the-content ol li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .page-singleNew .singleNew-content .the-content ul li, .page-singleNew .singleNew-content .the-content ol li {
    margin-bottom: 5px;
  }
}
.page-singleNew .singleNew-content .the-content ul li:last-child, .page-singleNew .singleNew-content .the-content ol li:last-child {
  margin-bottom: 0px;
}
.page-singleNew .singleNew-content .the-content ul {
  padding-left: 17px;
}
.page-singleNew .singleNew-content .the-content ul li {
  list-style-type: disc;
}
.page-singleNew .singleNew-content .the-content ol {
  padding-left: 18px;
}
.page-singleNew .singleNew-content .the-content ol li {
  list-style-type: decimal;
}
.page-singleNew .singleNew-content .decor {
  position: absolute;
  right: -16.4206642066%;
  top: -26%;
  mix-blend-mode: screen;
  pointer-events: none;
}
.page-singleNew .singleNew-content .decor img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-singleNew .new-other {
  position: relative;
  padding: 97px 5.5555555556% 120px;
}
@media only screen and (max-width: 1024px) {
  .page-singleNew .new-other {
    padding: 70px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-singleNew .new-other {
    padding: 40px 15px;
  }
}
.page-singleNew .new-other .labelDefault {
  align-items: center;
}
.page-singleNew .new-other .content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-singleNew .new-other .content .newItem {
  width: calc((100% - 80px) / 3);
  margin: 40px 40px 0px 0px;
}
@media only screen and (max-width: 1024px) {
  .page-singleNew .new-other .content .newItem {
    width: calc((100% - 30px) / 3);
    margin: 40px 15px 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .page-singleNew .new-other .content .newItem {
    width: 100%;
    margin: 15px 0px 0px 0px;
  }
}
.page-singleNew .new-other .content .newItem:nth-of-type(3n) {
  margin-right: 0px;
}
.page-singleNew .new-other .content .newItem .text .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-singleNew .new-other .decor-1 {
  position: absolute;
  left: 0;
  top: -37%;
  mix-blend-mode: screen;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .page-singleNew .new-other .decor-1 {
    display: none;
  }
}
.page-singleNew .new-other .decor-1 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-singleNew .new-other .decor-2 {
  position: absolute;
  right: 0;
  bottom: -90%;
  mix-blend-mode: screen;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .page-singleNew .new-other .decor-2 {
    display: none;
  }
}
.page-singleNew .new-other .decor-2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
