/**
 * Minified by jsDelivr using clean-css v4.2.3.
 * Original file: /npm/modern-normalize@1.0.0/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box !important;
}

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

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

button,
select {
  text-transform: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #232f5d;
  background-color: #f9f7ef;
}

h2,
h3,
h4,
h5 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 640px) {
  .container {
    padding: 0 26px;
  }
}
@media (max-width: 450px) {
  .container {
    padding: 0 10px;
  }
}

.no-desktop {
  display: none !important;
}
@media (max-width: 640px) {
  .no-desktop {
    display: inherit !important;
  }
}

.no-desktop-flex {
  display: none !important;
}
@media (max-width: 640px) {
  .no-desktop-flex {
    display: inline-flex !important;
  }
}

.no-desktop-block {
  display: none !important;
}
@media (max-width: 640px) {
  .no-desktop-block {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .no-mobile {
    display: none !important;
  }
}

.nav-bar {
  display: block;
  width: 100%;
  padding-top: 53px;
  padding-bottom: 60px;
}
@media (max-width: 640px) {
  .nav-bar {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 22px 15px 10px;
    background-color: #fff;
    height: 107px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.nav-bar .topbar-logo {
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .nav-bar .topbar-logo {
    width: 61px;
    height: auto;
  }
}

.header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .header {
    padding-top: 33px;
    padding-bottom: 10px;
  }
}
.header img {
  width: 100%;
  height: auto;
}
.header img:first-of-type {
  height: 169px;
}
@media (max-width: 640px) {
  .header .header-title {
    width: 100%;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .header .header-products-names {
    width: 100%;
    height: 122px;
    margin: 20px auto;
  }
}
.header .header-products {
  height: 585px;
  object-fit: contain;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .header .header-products {
    width: 100%;
    height: 343px;
    object-fit: cover;
    margin: 0 auto;
  }
}

.tradition {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 655px;
  width: 100%;
  margin: 80px auto;
  text-align: center;
}
@media (max-width: 640px) {
  .tradition {
    margin: 38px auto 76px;
  }
}
.tradition p {
  color: #232f5d;
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
}
.tradition p:first-of-type {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .tradition p {
    font-size: 18px;
    line-height: 28px;
  }
}
.tradition img {
  height: auto;
  object-fit: contain;
}
.tradition img:first-of-type {
  width: 300px;
}
@media (max-width: 640px) {
  .tradition img:first-of-type {
    width: 200px;
  }
}
.tradition img:last-of-type {
  width: 380px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .tradition img:last-of-type {
    width: 100%;
    height: 50px;
  }
}

.orange {
  color: #f29928;
}

.violet {
  color: #612895;
}

.green {
  color: #295135;
}

.products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.products .products-type {
  max-height: 308px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 122px;
}
@media (max-width: 850px) {
  .products .products-type {
    gap: 10%;
  }
}
@media (max-width: 640px) {
  .products .products-type {
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: auto;
    max-height: unset;
  }
}
.products .products-type--img {
  width: 303px;
  height: auto;
  object-fit: contain;
}
.products .products-type--img img {
  width: 202px;
  height: auto;
  object-fit: contain;
}
.products .products-type--description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 640px) {
  .products .products-type--description {
    align-items: center;
  }
}
.products .products-type--description h2 {
  font-size: 50px;
  letter-spacing: 19.13px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .products .products-type--description h2 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .products .products-type--description h2 {
    font-size: 30px;
    letter-spacing: 11.47px;
    margin-right: -11.47px;
  }
}
.products .products-type--description img {
  margin: 20px 0;
  width: auto;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 640px) {
  .products .products-type--description img {
    margin: 20px auto;
  }
}
.products .products-type--description h3 {
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .products .products-type--description h3 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .products .products-type--description h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.products .products-type--description p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 31px;
  font-weight: 500;
  color: #02216e;
}
@media (max-width: 1024px) {
  .products .products-type--description p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .products .products-type--description p {
    font-size: 15px;
    line-height: 28px;
  }
}
.products .products-type:nth-of-type(2) {
  margin-top: 80px;
  margin-bottom: 80px;
}
.products .products-type:nth-of-type(3) {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .products .products-type:nth-of-type(2) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .products .products-type:nth-of-type(3) {
    margin-bottom: 40px;
  }
}

.video-essenze {
  background-image: url("../img/essenze-frame.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 855px;
  width: 100%;
  margin-top: 172px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .video-essenze {
    height: 585px;
  }
}
@media (max-width: 768px) {
  .video-essenze {
    height: 465px;
    background-image: url("../img/essenze-frame-mobile.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .video-essenze {
    height: 344px;
    margin-top: 65px;
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .video-essenze {
    height: 284px;
  }
}
.video-essenze .video-link {
  background-color: #262626;
  border-radius: 4px;
  width: 85%;
  height: auto;
}

.global-footer {
  background-color: #fff;
}
.global-footer .footer-follow-us {
  background-color: #f9f7ef;
  padding: 40px 0 40px;
  text-align: center;
  color: #484848;
}
@media (max-width: 1024px) {
  .global-footer .footer-follow-us {
    padding-bottom: 60px;
  }
}
.global-footer .footer-follow-us .title-social {
  font-family: Playfair Display, serif;
  margin-bottom: 24px;
  font-size: 22px;
}
@media (max-width: 640px) {
  .global-footer .footer-follow-us .title-social {
    display: none;
  }
}
.global-footer .footer-follow-us .icon-social {
  opacity: 0.5;
  margin: 0 8px;
  transition: opacity 0.4s;
}
.global-footer .footer-follow-us .icon-social:hover {
  color: #001d3d;
  opacity: 1;
}
.global-footer .footer-brand {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
  font-size: 0.6125rem;
  color: #484848;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.global-footer .footer-brand .footer-brand-link a {
  margin: 0 4px;
  color: #004289;
}
.global-footer .footer-brand .footer-brand-link a:hover {
  color: #001d3d;
}
.global-footer .footer-brand .logo-bolton {
  width: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.1);
}
.global-footer .footer-brand .green-mumber {
  display: block;
  width: 133px;
  margin: 16px auto;
}
.global-footer .footer-brand .green-mumber a {
  background-image: url("../img/phone-number.png");
  background-size: cover;
  height: 45px;
  line-height: 45px;
  color: #a99a9b;
  text-indent: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  display: block;
}
.global-footer .footer-brand.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .global-footer .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .global-footer .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .global-footer .container {
    max-width: 960px;
  }
  .global-footer .footer-follow-us {
    padding-bottom: 30px;
  }
  .global-footer .footer-follow-us .title-social {
    display: block;
    margin-bottom: 24px;
    font-size: 22px;
  }
  .global-footer .footer-brand {
    text-align: left;
  }
  .global-footer .footer-brand .footer-brand-link {
    display: inline-block;
  }
  .global-footer .footer-brand .logo-bolton {
    width: auto;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    transform: translateX(0) translateY(-50%) translateZ(0);
  }
  .global-footer .footer-brand .green-mumber {
    display: inline-block;
    width: 96px;
    margin: 8px auto;
  }
  .global-footer .footer-brand .green-mumber a {
    height: 32px;
    line-height: 32px;
    text-indent: 20px;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .global-footer .footer-brand {
    font-size: 0.9125rem;
  }
  .global-footer .container {
    max-width: 1200px;
  }
  .global-footer .footer-brand .green-mumber a {
    text-indent: 16px;
    font-size: 11px;
  }
}

body {
  text-rendering: optimizeLegibility;
  color: #232f5d !important;
  background-color: #f9f7ef !important;
}
