@charset "UTF-8";
@import url("https://use.typekit.net/urv2aqh.css");
.btn-main {
  display: inline-block;
  padding: 10px 30px;
  width: 168px;
  border-radius: 5px;
  background-color: #7a8aff;
  text-transform: uppercase;
  -ms-flex-align: center;
      align-items: center;
  color: #232323;
  font-family: "Avant Garde Cond", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  max-height: 40px;
  transition: -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
  cursor: pointer; }

.btn-ghost {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  width: 168px;
  border-radius: 5px;
  border: 1px solid var(--clr-n-500);
  text-transform: uppercase;
  color: #232323;
  font-family: "Avant Garde Cond", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 3rem;
  transition: all 0.2s ease-in; }

.btn-ghost:hover {
  background-color: var(--clr-n-500);
  border: 1px solid var(--clr-n-500);
  color: var(--clr-n-100); }

.btn-ghost-w {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 10px 30px;
  max-width: 168px;
  border-radius: 5px;
  border: 1px solid var(--clr-n-100);
  text-transform: uppercase;
  color: var(--clr-n-100);
  font-family: "Avant Garde Cond", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 3rem;
  transition: all 0.2s ease-in; }

.btn-ghost-w:hover {
  background-color: var(--clr-n-100);
  border: 1px solid var(--clr-n-100);
  color: var(--clr-n-500); }

.btn-big {
  max-width: 268px;
  width: auto;
  margin-top: 1.5rem; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

img, iframe {
  vertical-align: bottom;
  max-width: 100%; }

input, textarea, select {
  font: inherit; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

@font-face {
  font-family: "Avant Garde Cond";
  src: url("../fonts/avant-garde-cond-book.woff") format("woff"), url("../fonts/avant-garde-cond-book.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 100; }

@font-face {
  font-family: "Avant Garde Cond";
  src: url("../fonts/avant-garde-cond-demi.woff") format("woff"), url("../fonts/avant-garde-cond-demi.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "Avant Garde Cond";
  src: url("../fonts/avant-garde-cond-medium.woff") format("woff"), url("../fonts/avant-garde-cond-medium.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Bookmania Regular";
  src: url("https://use.typekit.net/af/b24aa7/00000000000000007735a073/30/l?subset_id=2&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/b24aa7/00000000000000007735a073/30/d?subset_id=2&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/b24aa7/00000000000000007735a073/30/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Bookmania Semibold";
  src: url("https://use.typekit.net/af/ba2acf/00000000000000007735a076/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/ba2acf/00000000000000007735a076/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/ba2acf/00000000000000007735a076/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Avant Garde";
  src: url("https://use.typekit.net/af/578a9d/00000000000000007735ba14/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/578a9d/00000000000000007735ba14/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/578a9d/00000000000000007735ba14/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Avant Garde";
  src: url("https://use.typekit.net/af/b89a53/00000000000000007735ba1d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/b89a53/00000000000000007735ba1d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/b89a53/00000000000000007735ba1d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 100; }

@font-face {
  font-family: "Avant Garde";
  src: url("https://use.typekit.net/af/6161d4/00000000000000007735ba1e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/6161d4/00000000000000007735ba1e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/6161d4/00000000000000007735ba1e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 200; }

:root {
  --clr-p-100: #ffcc6d;
  --clr-p-200: #7a8aff;
  --clr-p-300: #3d4580;
  --clr-p-400: #1f2340;
  --clr-p-500: #232323;
  --clr-s-100: #c9cfff;
  --clr-s-200: #9fabff;
  --clr-s-300: #7a8aff;
  --clr-s-400: #3d4580;
  --clr-s-500: #1f2340;
  --clr-n-100: #eaeaea;
  --clr-n-200: #bbbbbb;
  --clr-n-300: #838383;
  --clr-n-400: #4e4e4e;
  --clr-n-500: #232323;
  --fs-h1: 2.625rem;
  --fs-h2: 2.625rem;
  --fs-h3: 1.953rem;
  --fs-h4: 1.125rem;
  --fs-p: 1rem;
  --padding-ic-ipad: 0 calc(((100vw - 4rem) / 12));
  --margin-ic-ipad: 0 2rem;
  --padding-ic-ipad-int: calc(((100vw - 4rem) / 12));
  --margin-ic-ipad-int: 2rem;
  --padding-ic-desk: 0 124px;
  --contact-background: linear-gradient(0deg, white 50%, var(--clr-s-500) 50%); }

@media (min-width: 64rem) {
  :root {
    --fs-h1: 3.75rem;
    --fs-h2: 3rem;
    --fs-h3: 3rem;
    --fs-h4: 1.125rem;
    --fs-p: 1rem; } }

.clr-p-100 {
  color: #ffcc6d; }

.bg-clr-p-100 {
  background-color: #ffcc6d; }

.clr-p-200 {
  color: #7a8aff; }

.bg-clr-p-200 {
  background-color: #7a8aff; }

.clr-p-300 {
  color: #3d4580; }

.bg-clr-p-300 {
  background-color: #3d4580; }

.clr-p-400 {
  color: #1f2340; }

.bg-clr-p-400 {
  background-color: #1f2340; }

.clr-p-500 {
  color: #232323; }

.bg-clr-p-500 {
  background-color: #232323; }

.clr-s-100 {
  color: #c9cfff; }

.bg-clr-s-100 {
  background-color: #c9cfff; }

.clr-s-200 {
  color: #9fabff; }

.bg-clr-s-200 {
  background-color: #9fabff; }

.clr-s-300 {
  color: #7a8aff; }

.bg-clr-s-300 {
  background-color: #7a8aff; }

.clr-s-400 {
  color: #3d4580; }

.bg-clr-s-400 {
  background-color: #3d4580; }

.clr-s-500 {
  color: #1f2340; }

.bg-clr-s-500 {
  background-color: #1f2340; }

.clr-n-100 {
  color: #eaeaea; }

.bg-clr-n-100 {
  background-color: #eaeaea; }

.clr-n-200 {
  color: #bbbbbb; }

.bg-clr-n-200 {
  background-color: #bbbbbb; }

.clr-n-300 {
  color: #838383; }

.bg-clr-n-300 {
  background-color: #838383; }

.clr-n-400 {
  color: #4e4e4e; }

.bg-clr-n-400 {
  background-color: #4e4e4e; }

.clr-n-500 {
  color: #232323; }

.bg-clr-n-500 {
  background-color: #232323; }

@media (min-width: 64rem) {
  .pat-1 {
    padding-top: 1rem; }
  .par-1 {
    padding-right: 1rem; }
  .pab-1 {
    padding-bottom: 1rem; }
  .pal-1 {
    padding-left: 1rem; } }

@media (min-width: 64rem) {
  .pat-2 {
    padding-top: 2rem; }
  .par-2 {
    padding-right: 2rem; }
  .pab-2 {
    padding-bottom: 2rem; }
  .pal-2 {
    padding-left: 2rem; } }

@media (min-width: 64rem) {
  .pat-3 {
    padding-top: 3rem; }
  .par-3 {
    padding-right: 3rem; }
  .pab-3 {
    padding-bottom: 3rem; }
  .pal-3 {
    padding-left: 3rem; } }

@media (min-width: 64rem) {
  .pat-4 {
    padding-top: 4rem; }
  .par-4 {
    padding-right: 4rem; }
  .pab-4 {
    padding-bottom: 4rem; }
  .pal-4 {
    padding-left: 4rem; } }

@media (min-width: 64rem) {
  .pat-5 {
    padding-top: 5rem; }
  .par-5 {
    padding-right: 5rem; }
  .pab-5 {
    padding-bottom: 5rem; }
  .pal-5 {
    padding-left: 5rem; } }

@media (min-width: 64rem) {
  .pat-6 {
    padding-top: 6rem; }
  .par-6 {
    padding-right: 6rem; }
  .pab-6 {
    padding-bottom: 6rem; }
  .pal-6 {
    padding-left: 6rem; } }

@media (min-width: 64rem) {
  .pat-7 {
    padding-top: 7rem; }
  .par-7 {
    padding-right: 7rem; }
  .pab-7 {
    padding-bottom: 7rem; }
  .pal-7 {
    padding-left: 7rem; } }

@media (min-width: 64rem) {
  .pat-8 {
    padding-top: 8rem; }
  .par-8 {
    padding-right: 8rem; }
  .pab-8 {
    padding-bottom: 8rem; }
  .pal-8 {
    padding-left: 8rem; } }

@media (min-width: 64rem) {
  .pat-9 {
    padding-top: 9rem; }
  .par-9 {
    padding-right: 9rem; }
  .pab-9 {
    padding-bottom: 9rem; }
  .pal-9 {
    padding-left: 9rem; } }

@media (min-width: 64rem) {
  .pat-10 {
    padding-top: 10rem; }
  .par-10 {
    padding-right: 10rem; }
  .pab-10 {
    padding-bottom: 10rem; }
  .pal-10 {
    padding-left: 10rem; } }

@media (min-width: 64rem) {
  .pat-11 {
    padding-top: 11rem; }
  .par-11 {
    padding-right: 11rem; }
  .pab-11 {
    padding-bottom: 11rem; }
  .pal-11 {
    padding-left: 11rem; } }

@media (min-width: 64rem) {
  .pat-12 {
    padding-top: 12rem; }
  .par-12 {
    padding-right: 12rem; }
  .pab-12 {
    padding-bottom: 12rem; }
  .pal-12 {
    padding-left: 12rem; } }

@media (min-width: 64rem) {
  .pat-13 {
    padding-top: 13rem; }
  .par-13 {
    padding-right: 13rem; }
  .pab-13 {
    padding-bottom: 13rem; }
  .pal-13 {
    padding-left: 13rem; } }

@media (min-width: 64rem) {
  .pat-14 {
    padding-top: 14rem; }
  .par-14 {
    padding-right: 14rem; }
  .pab-14 {
    padding-bottom: 14rem; }
  .pal-14 {
    padding-left: 14rem; } }

@media (min-width: 64rem) {
  .pat-15 {
    padding-top: 15rem; }
  .par-15 {
    padding-right: 15rem; }
  .pab-15 {
    padding-bottom: 15rem; }
  .pal-15 {
    padding-left: 15rem; } }

@media (min-width: 64rem) {
  .pat-16 {
    padding-top: 16rem; }
  .par-16 {
    padding-right: 16rem; }
  .pab-16 {
    padding-bottom: 16rem; }
  .pal-16 {
    padding-left: 16rem; } }

@media (min-width: 64rem) {
  .pat-17 {
    padding-top: 17rem; }
  .par-17 {
    padding-right: 17rem; }
  .pab-17 {
    padding-bottom: 17rem; }
  .pal-17 {
    padding-left: 17rem; } }

@media (min-width: 64rem) {
  .pat-18 {
    padding-top: 18rem; }
  .par-18 {
    padding-right: 18rem; }
  .pab-18 {
    padding-bottom: 18rem; }
  .pal-18 {
    padding-left: 18rem; } }

@media (min-width: 64rem) {
  .pat-19 {
    padding-top: 19rem; }
  .par-19 {
    padding-right: 19rem; }
  .pab-19 {
    padding-bottom: 19rem; }
  .pal-19 {
    padding-left: 19rem; } }

@media (min-width: 64rem) {
  .pat-20 {
    padding-top: 20rem; }
  .par-20 {
    padding-right: 20rem; }
  .pab-20 {
    padding-bottom: 20rem; }
  .pal-20 {
    padding-left: 20rem; } }

.la {
  text-align: left; }

.ra {
  text-align: right; }

@-webkit-keyframes selectedsAnimation {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes selectedsAnimation {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.logo {
  width: 32px; }

.header-container {
  width: 100vw;
  position: relative;
  display: -ms-flexbox;
  display: flex; }

.site-branding {
  display: none; }

@media (min-width: 81.25rem) {
  .site-branding {
    position: absolute;
    left: 2rem;
    top: 1.7rem;
    display: inherit; } }

.broad-nav {
  width: 50%; }

@media (min-width: 35rem) {
  .broad-nav {
    width: 75%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    overflow-x: hidden; } }

@media (min-width: 81.25rem) {
  .broad-nav {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-bottom: 0.25rem; } }

.broad-nav > .white > .menu-menu-principal-container > #menu-menu-principal > .menu-item > a {
  color: white; }

.broad-nav > .white > .menu-menu-english-container > #menu-menu-english > .menu-item > a {
  color: white; }

.menu-menu-principal-container,
.menu-menu-english-container {
  -ms-flex: 100%;
      flex: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0 5%; }

@media (min-width: 35rem) {
  .menu-menu-principal-container,
  .menu-menu-english-container {
    padding: 0 9%; } }

@media (min-width: 81.25rem) {
  .menu-menu-principal-container,
  .menu-menu-english-container {
    padding: 0; } }

.main-nav {
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: fixed;
  left: 0;
  background-color: var(--clr-s-500);
  top: 0;
  height: 0%;
  width: 100%;
  transition: height 1s ease-out; }

@media (min-width: 81.25rem) {
  .main-nav {
    height: inherit;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto;
    -webkit-clip-path: none !important;
            clip-path: none !important;
    -ms-flex-direction: inherit;
        flex-direction: inherit;
    position: inherit;
    padding: inherit;
    background-color: transparent; } }

.menu-item {
  text-decoration: none;
  font-family: "Avant Garde Cond";
  font-weight: 300;
  text-transform: uppercase;
  color: var(--clr-n-400);
  letter-spacing: 2pt;
  z-index: 50; }

@media (min-width: 81.25rem) {
  .menu-item {
    margin-bottom: 0; } }

.menu-item > a {
  color: white; }

@media (min-width: 81.25rem) {
  .menu-item > a {
    color: var(--clr-p-500); } }

.main-nav-item {
  margin-bottom: 4rem; }

@media (min-width: 81.25rem) {
  .main-nav-item {
    margin-bottom: 0; } }

.menu-item-w {
  text-decoration: none;
  font-family: "Avant Garde Cond";
  font-weight: 300;
  text-transform: uppercase;
  color: var(--clr-n-100);
  letter-spacing: 2pt; }

.second-nav {
  transition: all 0.2s ease;
  display: none; }

@media (min-width: 81.25rem) {
  .second-nav {
    position: absolute;
    right: 0;
    top: 1.7rem;
    right: 2rem;
    display: block; } }

.lang__icon {
  cursor: pointer;
  margin-left: 1rem; }

.lang__switch {
  margin-left: -1rem;
  padding: 1rem;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

.lang__list li,
.lang__list__mob li {
  list-style-type: none;
  margin-left: 0;
  text-decoration: none;
  font-family: "Avant Garde Cond";
  font-weight: 300;
  text-transform: uppercase;
  color: var(--clr-n-400);
  letter-spacing: 2pt;
  z-index: 50;
  margin-top: 1rem;
  margin-bottom: 1rem; }

#menu-menu-principal,
#menu-menu-english {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  list-style-type: none !important;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 1rem;
  transition: all 1s ease-in-out; }

@media (min-width: 81.25rem) {
  #menu-menu-principal,
  #menu-menu-english {
    font-size: 0.875rem;
    -ms-flex-direction: row;
        flex-direction: row;
    width: auto;
    -webkit-clip-path: none !important;
            clip-path: none !important;
    -ms-flex-direction: inherit;
        flex-direction: inherit;
    position: inherit;
    padding: inherit;
    background-color: transparent;
    margin-left: 9%;
    margin-right: 9%;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -ms-flex-pack: end;
        justify-content: flex-end; } }

@media (min-width: 110rem) {
  #menu-menu-principal,
  #menu-menu-english {
    margin-left: 15%;
    margin-right: 15%; } }

@media (min-width: 81.25rem) {
  #menu-menu-principal > .main-product-nav,
  #menu-menu-english > .main-product-nav {
    margin-right: calc(1rem + 26px); } }

@media (min-width: 81.25rem) {
  #menu-menu-principal > .main-product-nav > ul > li > a,
  #menu-menu-english > .main-product-nav > ul > li > a {
    position: static !important; } }

#menu-menu-principal > .main-product-nav > ul > li ::before,
#menu-menu-english > .main-product-nav > ul > li ::before {
  display: none !important; }

#menu-menu-principal > .main-product-nav a:first-child:hover::before,
#menu-menu-principal .main-product-nav a:first-child:active::before,
#menu-menu-english > .main-product-nav a:first-child:hover::before,
#menu-menu-english .main-product-nav a:first-child:active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#menu-menu-principal > .main-about-nav a:first-child,
#menu-menu-english > .main-about-nav a:first-child {
  position: relative; }

#menu-menu-principal > .main-about-nav a:first-child::before,
#menu-menu-english > .main-about-nav a:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: url(../assets/vector/icons/Icon/Dropdown/Lightest.svg);
  height: 24px;
  width: 24px;
  left: 90px;
  top: -5.5px;
  z-index: 60;
  transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in; }

@media (min-width: 68.125rem) {
  #menu-menu-principal > .main-about-nav a:first-child::before,
  #menu-menu-english > .main-about-nav a:first-child::before {
    content: url(../assets/vector/icons/Icon/Dropdown/Darkest.svg);
    left: 80px; } }

#menu-menu-principal > .main-about-nav a:first-child:hover::before,
#menu-menu-english > .main-about-nav a:first-child:hover::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (min-width: 81.25rem) {
  #menu-menu-principal > .main-about-nav,
  #menu-menu-english > .main-about-nav {
    margin-right: calc(1rem + 24px); } }

@media (min-width: 81.25rem) {
  #menu-menu-principal > .main-about-nav > ul > li > a,
  #menu-menu-english > .main-about-nav > ul > li > a {
    position: static !important; } }

#menu-menu-principal > .main-about-nav > ul > li ::before,
#menu-menu-english > .main-about-nav > ul > li ::before {
  display: none !important; }

#menu-menu-principal > li,
#menu-menu-english > li {
  list-style-type: none !important; }

@media (min-width: 81.25rem) {
  #menu-menu-principal > li:not(:last-child),
  #menu-menu-english > li:not(:last-child) {
    margin-right: 2rem; } }

#menu-menu-principal > li > .sub-menu,
#menu-menu-english > li > .sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  height: 0; }

@media (min-width: 81.25rem) {
  #menu-menu-principal > li > .sub-menu,
  #menu-menu-english > li > .sub-menu {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: -webkit-clip-path 0.5s ease-in-out;
    transition: clip-path 0.5s ease-in-out;
    transition: clip-path 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
    border-top: 1px var(--clr-n-200) solid;
    position: absolute;
    background: white;
    width: 100vw;
    top: 91px;
    left: 0;
    height: 424px; } }

#menu-menu-principal .main-product-nav a:first-child,
#menu-menu-english .main-product-nav a:first-child {
  position: relative; }

#menu-menu-principal .main-product-nav a:first-child::before,
#menu-menu-english .main-product-nav a:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: url(../assets/vector/icons/Icon/Dropdown/Lightest.svg);
  height: 1.5rem;
  width: 1.5rem;
  left: 104px;
  top: -1px; }

@media (min-width: 81.25rem) {
  #menu-menu-principal .main-product-nav a:first-child::before,
  #menu-menu-english .main-product-nav a:first-child::before {
    left: 5.625rem;
    content: url(../assets/vector/icons/Icon/Dropdown/Darkest.svg); } }

#menu-menu-principal > .sub-menu,
#menu-menu-english > .sub-menu {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  height: 0;
  transition: -webkit-clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out; }

@media (min-width: 81.25rem) {
  #menu-menu-principal > .sub-menu,
  #menu-menu-english > .sub-menu {
    border-top: 1px var(--clr-n-200) solid;
    position: absolute;
    background: white;
    width: 100vw;
    top: 92px;
    left: 0;
    top: 92px;
    height: 424px; } }

.menu-products {
  list-style-type: none !important; }

.menu-products > a:first-child > h4 {
  position: absolute;
  font-size: 1.125rem;
  font-family: "Avant Garde Cond";
  font-weight: 300; }

.menu-products > a:first-child > h4:hover,
.menu-products > a:first-child > h4 :active {
  color: var(--clr-p-200);
  text-decoration: underline;
  transition: all 0.3s ease; }

.menu-products > a:first-child > i {
  left: 10%;
  top: 17%;
  position: absolute;
  pointer-events: none; }

.menu-products > a:first-child > p {
  top: 17%;
  left: 58%;
  position: absolute;
  font-family: "Avant Garde" !important;
  text-transform: none !important;
  color: var(--clr-n-200) !important;
  font-weight: 100;
  font-size: 1rem !important;
  pointer-events: none; }

@media (min-width: 81.25rem) {
  .menu-products > a:first-child > p {
    padding-right: 9vw; } }

@media (min-width: 110rem) {
  .menu-products > a:first-child > p {
    padding-right: 15vw; } }

.multi > a > h4 {
  left: 10%;
  top: 15%; }

@media (min-width: 64rem) {
  .multi > a > h4 {
    left: 39.3%;
    top: 17%; } }

.arm > a > h4 {
  left: 10%;
  top: 30%; }

@media (min-width: 64rem) {
  .arm > a > h4 {
    left: 39.3%;
    top: 26%; } }

.rad > a > h4 {
  left: 10%;
  top: 45%; }

@media (min-width: 64rem) {
  .rad > a > h4 {
    left: 39.3%;
    top: 35%; } }

.mam > a > h4 {
  left: 10%;
  top: 60%; }

@media (min-width: 64rem) {
  .mam > a > h4 {
    left: 39.3%;
    top: 44%; } }

.soft > a > h4 {
  left: 10%;
  top: 75%; }

@media (min-width: 64rem) {
  .soft > a > h4 {
    left: 39.3%;
    top: 53%; } }

.dens > a > h4 {
  left: 10%;
  top: 90%; }

@media (min-width: 64rem) {
  .dens > a > h4 {
    left: 39.3%;
    top: 62%; } }

.about-nav > a > h4 {
  left: 39.3%;
  top: 15%; }

.blog-nav > a > h4 {
  left: 39.3%;
  top: 35%; }

.main-menu-intro {
  opacity: 0; }

.product-menu-in-screen {
  z-index: 2;
  opacity: 1 !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  color: var(--clr-n-500) !important;
  border-bottom: var(--clr-n-100) 1px solid; }

.menu-svg {
  display: block;
  width: 240px;
  height: 240px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-position: right center; }

.menu-multi-svg {
  background-image: url(../assets/vector/dropdown/graphic-product-1-multifunction-2.svg); }

.menu-arm-svg {
  background-image: url(../assets/vector/dropdown/graphic-product-2-mobile-c.svg); }

.menu-rad-svg {
  background-image: url(../assets/vector/dropdown/graphic-product-3-radiology.svg); }

.menu-mam-svg {
  background-image: url(../assets/vector/dropdown/graphic-product-4-mammography.svg); }

.menu-soft-svg {
  background-image: url(../assets/vector/dropdown/graphic-product-6-software.svg); }

.menu-dens-svg {
  background-image: url(../assets/vector/dropdown/graphic-product-5-densitometry.svg); }

.menu-multi-svg-active {
  opacity: 1;
  transition: opacity 1s ease-in-out; }

.no-dropdown-active {
  color: var(--clr-p-200) !important;
  text-decoration: underline;
  transition: all 0.3s ease; }

.multi-link-active {
  color: var(--clr-p-200) !important;
  text-decoration: underline;
  transition: all 0.3s ease; }

.multi-link-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -0.0625rem;
  content: url(../assets/vector/icons/Icon/Dropdown/Lightest.svg);
  height: 24px;
  width: 24px;
  left: 80px;
  top: -4px;
  z-index: 60;
  transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in; }

@media (min-width: 68.125rem) {
  .multi-link-active::before {
    content: url(../assets/vector/icons/Icon/Dropdown/Darkest.svg);
    left: 70px; } }

.menu-arm-svg {
  display: block;
  width: 240px;
  height: 240px;
  background-image: url(../assets/vector/dropdown/graphic-product-2-mobile-c.svg);
  background-repeat: no-repeat;
  transition: opacity 1s ease-in-out;
  background-position: right center; }

@media (min-width: 64rem) {
  .mobile-nav {
    display: none; } }

.site-branding-mobile {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 0;
  width: 100%;
  position: absolute; }

@media (min-width: 81.25rem) {
  .site-branding-mobile {
    display: none; } }

.mobile-nav-main-wrapper {
  position: absolute;
  top: 0%;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 2.5rem 1.25rem;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.5s ease-in;
  z-index: 0; }

@media (min-width: 35rem) {
  .mobile-nav-main-wrapper {
    padding: 1.5rem 2.25rem; } }

@media (min-width: 64rem) {
  .mobile-nav-main-wrapper {
    padding: 1.5rem 2.25rem;
    left: 0; } }

@media (min-width: 81.25rem) {
  .mobile-nav-main-wrapper {
    display: none; } }

.mobile-nav-main-icon {
  width: 1.5rem;
  height: 1.5rem;
  right: 5%;
  top: 5%;
  z-index: 5; }

@media (min-width: 81.25rem) {
  .mobile-nav-main-icon {
    display: none; } }

.responsive-nav-inner-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 5.625rem;
  z-index: 3;
  padding: 2.5rem 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 35rem) {
  .responsive-nav-inner-top {
    padding: 1.5rem 2.25rem; } }

@media (min-width: 64rem) {
  .responsive-nav-inner-top {
    padding: 1.5rem 2.25rem 0; } }

@media (min-width: 81.25rem) {
  .responsive-nav-inner-top {
    display: none; } }

.responsive-nav-inner-bottom {
  margin-top: 2.5rem; }

.responsive-nav-inner-bottom .twitter {
  margin-left: 0; }

.responsive-nav-inner-bottom__lowerlinks a {
  text-transform: uppercase;
  color: var(--clr-s-400);
  font-family: "Avant Garde Cond";
  letter-spacing: 2pt; }

.responsive-nav-inner-bottom__lowerlinks a:first-child {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid var(--clr-s-400); }

@media (min-width: 81.25rem) {
  .responsive-nav-inner-bottom {
    display: none; } }

.lang__icon__mob {
  width: 32px;
  height: 32px; }

.lang__icon__mob use {
  fill: var(--clr-s-400); }

.lang__icon__mob__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 1rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

@media (min-width: 81.25rem) {
  .lang__icon__mob,
  .lang__switch__mob,
  .lang__icon__mob__container {
    display: none; } }

.lang__switch__mob {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  margin: auto;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.lang__switch__mob ul {
  height: 100vh;
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }

.lang__switch__mob li {
  font-family: "Avant Garde Cond";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 2rem; }

@media (min-width: 81.25rem) {
  .lang__switch__mob {
    display: none; } }

.lang__switch__mob {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  background-color: var(--clr-s-500); }

.lang__switch__mob a {
  color: white; }

.responsive-nav-inner-bottom,
.responsive-nav-inner-top {
  pointer-events: auto; }

.responsive-nav-inner-bottom {
  padding-left: 5%;
  padding-bottom: 30px; }

@media (min-width: 35rem) {
  .responsive-nav-inner-bottom {
    padding-left: 9%; } }

@media (min-width: 81.25rem) {
  .responsive-nav-inner-bottom {
    display: none; } }

#responsive-outer-logo {
  fill: var(--clr-p-500);
  width: 32px;
  height: 32px; }

#responsive-outer-logo-dark {
  fill: var(--clr-p-200);
  width: 32px;
  height: 32px; }

#responsive-inner-logo {
  fill: var(--clr-p-200);
  width: 32px;
  height: 32px; }

@media (min-width: 81.25rem) {
  #responsive-inner-logo {
    display: none; } }

#responsive-nav-close {
  width: 24px;
  height: 24px; }

#responsive-nav-close path {
  fill: var(--clr-p-200); }

@media (max-width: 600px) {
  .responsive-menu-principal-deployed {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
    height: 100vh !important; } }

@media (max-width: 1300px) {
  .main-product-nav,
  .main-service-item,
  #menu-item-196,
  .main-about-nav,
  .main-contact-item {
    border-bottom: 1px solid var(--clr-s-400);
    padding-bottom: 2rem; } }

@media (max-width: 1300px) and (min-width: 64rem) {
  .main-product-nav,
  .main-service-item,
  #menu-item-196,
  .main-about-nav,
  .main-contact-item {
    margin-left: 0; } }

.vh100 {
  height: 100vh !important;
  transition: height 1s; }

.vh-0 {
  transition: height 1s;
  height: 0vh !important; }

.menu-responsive-made-principal {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  list-style-type: none !important;
  -ms-flex-direction: column;
      flex-direction: column;
  position: fixed;
  left: 0;
  background-color: var(--clr-s-500);
  top: 0;
  height: 0%;
  width: 100%;
  transition: all 1s ease-in-out; }

@media (min-width: 81.25rem) {
  #menu-menu-principal .main-about-nav .sub-menu,
  #menu-menu-english .main-about-nav .sub-menu {
    height: 200px !important; } }

.product-subnav,
.about-subnav {
  margin-bottom: 1rem; }

.main-contact-item {
  margin-bottom: 2.5rem; }

@media (min-width: 81.25rem) {
  .main-contact-item {
    margin-bottom: 0; } }

.main-product-nav > a {
  display: -ms-flexbox;
  display: flex; }

.dp-arrow {
  background: url(../assets/vector/icons/Icon/Dropdown/Lightest.svg);
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  left: 5.625rem;
  top: -4px; }

@media (min-width: 81.25rem) {
  .dp-arrow {
    left: 5.125rem;
    content: url(../assets/vector/icons/Icon/Dropdown/Darkest.svg); } }

.arrow-white {
  position: relative; }

.arrow-white::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: url(../assets/vector/icons/Icon/Dropdown/Lightest.svg) !important; }

.arrow-black {
  position: relative; }

.arrow-black::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: url(../assets/vector/icons/Icon/Dropdown/Darkest.svg) !important; }

.arrow-white-up {
  position: relative; }

.arrow-white-up::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: url(../assets/vector/icons/Icon/Dropdown/Lightest.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 1.5rem;
  width: 1.5rem;
  left: 104px;
  top: -1px; }

.arrow-black-up {
  background: url(../assets/vector/icons/Icon/Dropdown/darkest.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#menu-item-1598 > a {
  position: relative; }

#menu-item-1598 > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  left: 4.9rem; }

#menu-item-1606 > a {
  position: relative; }

#menu-item-1606 > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  left: 46px; }

#menu-menu-english > .main-about-nav a:first-child::before {
  left: 55px !important; }

@media (min-width: 81.25rem) {
  #menu-menu-english > .main-about-nav a:first-child::before {
    left: 47px !important; } }

#menu-menu-english > .main-product-nav a:first-child::before {
  left: 92px !important; }

@media (min-width: 81.25rem) {
  #menu-menu-english > .main-product-nav a:first-child::before {
    left: 80px !important; } }

@media (min-width: 81.25rem) {
  .main-product-nav,
  .main-about-nav {
    margin-right: 2.7rem !important; } }

.scroll-down {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  transition: all 0.5s ease-in; }

.scroll-up {
  -webkit-transform: 0;
          transform: 0;
  background-color: white;
  border-bottom: solid var(--clr-n-100) 1px;
  z-index: 9999;
  transition: all 0.5s ease-in; }

@media (min-width: 68.125rem) {
  .scroll-up a {
    color: var(--clr-n-500) !important; } }

.scrolled {
  background-color: white;
  border-bottom: 1px solid var(--clr-n-100); }

.site-header-w {
  position: absolute;
  width: 100%;
  padding: 30px 30px 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: all 0.7s ease-in-out;
  z-index: 9999;
  overflow-x: hidden; }

.site-header-p {
  position: fixed;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: all 0.7s ease-in-out;
  z-index: 2;
  overflow-x: hidden; }

.site-header {
  position: fixed;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: all 0.7s ease-in-out;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0; }

@media (min-width: 81.25rem) {
  .site-header {
    position: fixed; } }

.no-scroll-header {
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: all 0.7s ease-in-out;
  z-index: 500;
  top: 0;
  left: 0; }

.home-carousel-section {
  height: 100vh;
  padding-top: 3rem; }

.product-home {
  margin-top: 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid var(--clr-n-500);
  border-bottom: 1px solid var(--clr-n-500); }

.no-sel {
  margin-top: 14px; }

.no-sel img {
  filter: blur(2px);
  -webkit-filter: blur(2px); }

.no-sel .btn-ghost {
  display: none; }

.no-sel p {
  display: none; }

.no-sel h4 {
  display: none; }

.nav-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 2.5em; }

.nav-dot {
  width: 10px;
  height: 10px;
  border: solid 1px var(--clr-s-300);
  margin-left: 3px;
  border-radius: 100%; }

.nav-active {
  background-color: var(--clr-s-300); }

.nav-arrows {
  position: absolute;
  left: 33%;
  width: 33%;
  z-index: 50; }

.nav-arrow-left {
  position: absolute;
  left: -62px;
  top: 40%; }

.nav-arrow-right {
  position: absolute;
  right: -62px;
  top: 40%;
  z-index: 20; }

.main-carousel {
  height: 134vw; }

@media (min-width: 35rem) {
  .main-carousel {
    height: 31vw; } }

@media (min-width: 35rem) {
  .main-carousel {
    width: 150vw;
    -webkit-transform: translateX(-16.65%);
            transform: translateX(-16.65%);
    height: 70vw; } }

@media (min-width: 64rem) {
  .main-carousel {
    width: 114.0625vw;
    height: 52.7vw;
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%); } }

@media (min-width: 81.25rem) {
  .main-carousel {
    -webkit-transform: translateX(-0.72%);
            transform: translateX(-0.72%);
    width: 100vw;
    height: 38vw; } }

@media (min-width: 110rem) {
  .main-carousel {
    height: 31vw; } }

.main-carousel > .flickity-prev-next-button {
  width: 33px; }

@media (min-width: 35rem) {
  .main-carousel > .flickity-prev-next-button.next {
    left: 67%; } }

@media (min-width: 64rem) {
  .main-carousel > .flickity-prev-next-button.next {
    left: 67%; } }

@media (min-width: 81.25rem) {
  .main-carousel > .flickity-prev-next-button.next {
    left: 62.85%; } }

@media (min-width: 110rem) {
  .main-carousel > .flickity-prev-next-button.next {
    left: 61.5%;
    top: 50%; } }

@media (min-width: 35rem) {
  .main-carousel > .flickity-prev-next-button.previous {
    left: 30.3% !important; } }

@media (min-width: 64rem) {
  .main-carousel > .flickity-prev-next-button.previous {
    left: 30.2% !important; } }

@media (min-width: 81.25rem) {
  .main-carousel > .flickity-prev-next-button.previous {
    left: 35.5% !important; } }

@media (min-width: 110rem) {
  .main-carousel > .flickity-prev-next-button.previous {
    left: 37.5% !important;
    top: 50%; } }

@media (min-width: 81.25rem) {
  .main-carousel > .flickity-viewport {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 81.25rem) {
  .main-carousel > .flicikity-slider {
    width: 100%; } }

.flickity-page-dots > .dot {
  background-color: transparent !important;
  border: solid 1px var(--clr-p-200);
  opacity: 1 !important; }

.flickity-page-dots > .dot.is-selected {
  background-color: var(--clr-p-200) !important; }

.carousel-cell {
  font-family: "Avant Garde Cond";
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1rem 2rem;
  will-change: transform;
  margin-top: 14px; }

@media (min-width: 35rem) {
  .carousel-cell {
    width: calc(100% / 3);
    padding: 2rem; } }

@media (min-width: 64rem) {
  .carousel-cell {
    width: calc(100% / 3);
    padding: 2rem; } }

@media (min-width: 81.25rem) {
  .carousel-cell {
    width: calc(80% / 3);
    padding: 2rem; } }

@media (min-width: 110rem) {
  .carousel-cell {
    width: calc(70% / 3);
    padding: 2rem; } }

.carousel-cell img {
  filter: blur(2px);
  -webkit-filter: blur(2px); }

.carousel-cell .btn-ghost {
  opacity: 0; }

.carousel-cell p {
  opacity: 0;
  margin-bottom: 1.5rem; }

.carousel-cell h4 {
  opacity: 0;
  margin-bottom: 1rem; }

.carousel-cell > .btn-ghost {
  margin-top: 2.875rem; }

.is-selected {
  transition: opacity 1s ease-in-out; }

.is-selected img {
  filter: none;
  -webkit-filter: none; }

.is-selected .btn-ghost {
  opacity: 1; }

.is-selected h4 {
  -webkit-animation: selectedsAnimation 1s;
          animation: selectedsAnimation 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 1; }

.is-selected h4 {
  opacity: 1; }

.flickity-page-dots {
  z-index: -1;
  top: -64px; }

.flickity-page-dots > .dot {
  margin: 0 4px !important; }

.homepage-product-carousel-layout-wrapper {
  position: relative; }

.flickity-button {
  background: transparent !important; }

.carousel-cell img {
  display: block; }

.webi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: all 0.8s ease-in-out;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 35rem) {
  .webi {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.webi-home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: all 0.8s ease-in-out;
  height: 105vh;
  transition: background-color 0.5s ease-in; }

.webi-home .webi-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.webi-home .webi-img-home {
  transition: -webkit-clip-path 0.5s ease-in;
  transition: clip-path 0.5s ease-in;
  transition: clip-path 0.5s ease-in, -webkit-clip-path 0.5s ease-in; }

.webi-img-home {
  background-image: url("../assets/images/webi-image.jpg");
  background-size: cover;
  -ms-flex: 100%;
      flex: 100%;
  padding-bottom: 80%; }

@media (min-width: 35rem) {
  .webi-img-home {
    -ms-flex: 50% !important;
        flex: 50% !important;
    background-position: 30% 43%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0; } }

@media (min-width: 81.25rem) {
  .webi-img-home {
    display: block !important; } }

.webi-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 7rem;
  padding-bottom: 7rem;
  width: 100%;
  padding-left: 5%;
  -ms-flex: 100%;
      flex: 100%;
  padding-right: 30px; }

@media (min-width: 35rem) {
  .webi-content {
    -ms-flex: 50%;
        flex: 50%; } }

.webi-content h3 {
  max-width: 13ch; }

.webi-content h4 {
  font-weight: 100; }

@media (min-width: 35rem) {
  .webi-content {
    padding-left: 9%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    -ms-flex: 50%;
        flex: 50%; }
  .webi-content h3 {
    max-width: 18ch; } }

@media (min-width: 64rem) {
  .webi-content {
    padding-left: 11.5%; } }

@media (min-width: 81.25rem) {
  .webi-content {
    padding-left: 9%; } }

@media (min-width: 110rem) {
  .webi-content {
    padding-left: 15%; } }

.subheading-webi {
  margin-bottom: 0.6875rem; }

body.home .webi-content {
  padding-top: 102px;
  padding-bottom: 140px; }

.blog-cards {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  transition: 1s ease-in-out;
  overflow: hidden; }

.blog-cards .is-selected {
  transition: none; }

@media (min-width: 35rem) {
  .blog-cards {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 157vw;
    -webkit-transform: translateX(7vw);
            transform: translateX(7vw);
    margin-right: 1rem; } }

@media (min-width: 64rem) {
  .blog-cards {
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
    padding: 0 11.5%; } }

@media (min-width: 81.25rem) {
  .blog-cards {
    margin-left: 0;
    width: 100%;
    padding: 0 9%; } }

@media (min-width: 110rem) {
  .blog-cards {
    padding: 0 15%; } }

.blog-cards > .flickity-viewport {
  width: 100%; }

.blog-cards > .flickity-button {
  display: none; }

.blog-cards > .flickity-page-dots {
  display: none; }

.blog-cards .blog-card:not(.is-selected) {
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }

@media (min-width: 35rem) {
  .blog-cards .blog-card:not(.is-selected) {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .blog-cards .blog-card:not(.is-selected):not(:last-child) {
    margin-right: 10px; } }

@media (min-width: 35rem) and (min-width: 81.25rem) {
  .blog-cards .blog-card:not(.is-selected):not(:last-child) {
    margin-right: 24px; } }

.blog-cards > .blog-card.is-selected  {
  margin: 0; }

.blog-cards:after {
  content: "flickity";
  display: none; }

@media (min-width: 64rem) {
  .blog-cards:after {
    content: ""; } }

.blog-card > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50; }

@media (min-width: 64rem) {
  .blog-card {
    width: 100% !important;
    -webkit-transform: none;
            transform: none; } }

.blog-card {
  width: 82%;
  border: 1px solid var(--clr-n-500);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 35rem) {
  .blog-card {
    width: calc((100% / 3) - 1rem); } }

@media (min-width: 81.25rem) {
  .blog-card {
    width: 80%;
    -ms-flex-positive: 0;
        flex-grow: 0; } }

@media (min-width: 81.25rem) {
  .blog-card:not(:last-child) {
    margin-right: 10px; } }

.blog-card h4 {
  font-family: "Avant Garde Cond";
  font-weight: 300;
  color: var(--clr-s-200);
  font-size: 14px;
  padding: 8px 16px 8px 16px; }

.blog-card h4 > ul > li {
  list-style-type: none; }

.blog-card h4 > ul > li > a {
  color: var(--clr-p-200); }

.blog-card .blog-title {
  color: var(--clr-p-500);
  padding: 1.5rem; }

.blog-card .blog-cat {
  position: relative;
  padding: 0.75rem 1rem; }

.blog-card .blog-cat li {
  margin-left: 0; }

.blog-feat-img {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding-top: 66.6666666667%;
  background-position: center center; }

@media (min-width: 81.25rem) {
  .blog-feat-img {
    background-size: cover;
    transition: all 1s ease-in-out; } }

.tax-carousel-item {
  padding: 1.625rem 2rem 2rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }

.tax-carousel-item h4 {
  text-align: center; }

.tax-carousel-item img {
  padding: 2rem 2rem 0rem 0rem; }

.tax-carousel-item p {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  font-family: "Avant Garde";
  text-align: center;
  letter-spacing: 0; }

.tax-carousel-item .btn-ghost {
  margin-top: 0; }

@media (min-width: 35rem) {
  .tax-carousel-item {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .tax-carousel-item h4,
  .tax-carousel-item p {
    text-align: left; }
  .tax-carousel-item > .btn-ghost {
    margin-left: 0 !important;
    margin-right: none !important; }
  .tax-carousel-item img {
    padding: 2rem 0rem 0rem 0rem; } }

@media (min-width: 35rem) and (min-width: 35rem) {
  .tax-carousel-item:nth-of-type(1) {
    padding: 2.625rem 3rem 2rem 0rem; } }

@media (min-width: 35rem) and (min-width: 35rem) {
  .tax-carousel-item:nth-of-type(2) {
    padding: 2.625rem 0rem 2rem 3rem; } }

@media (min-width: 64rem) {
  .tax-carousel-item:nth-of-type(1), .tax-carousel-item:nth-of-type(2) {
    padding: 1.625rem 3.5rem 2rem 3.5rem;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%; } }

@media (min-width: 81.25rem) {
  .tax-carousel-item {
    padding: 2rem 3rem 2rem 2rem;
    -ms-flex: 0 0 35%;
        flex: 0 0 35%; }
  .tax-carousel-item:nth-of-type(1), .tax-carousel-item:nth-of-type(2) {
    padding: 2rem 3rem 2rem 2rem;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%; } }

.product-carousel-slider .flickity-prev-next-button.next {
  top: 40%;
  left: 90%;
  z-index: 50; }

.product-carousel-slider .flickity-prev-next-button.previous {
  top: 40%;
  left: -2%;
  z-index: 50; }

.car-item {
  width: calc(100% / 3) !important; }

.tax-product-carousel-layout {
  position: absolute; }

@media (min-width: 35rem) {
  .tax-product-carousel-layout {
    margin-top: 20px;
    position: absolute;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: calc(100vw / 2.2);
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1; } }

.product-carousel-layout-lines-tax {
  height: 100%;
  position: relative;
  display: inherit; }

@media (min-width: 35rem) {
  .product-carousel-layout-lines-tax {
    display: inherit;
    width: 100%;
    left: 0;
    top: 0; } }

.product-tax-filter {
  margin-top: 2em;
  margin-left: 5%;
  margin-right: 5%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-positive: 0;
      flex-grow: 0;
  border: 1px solid black;
  margin-bottom: 4em;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 35rem) {
  .product-tax-filter {
    margin-left: 9%;
    margin-right: 9%; } }

@media (min-width: 64rem) {
  .product-tax-filter {
    margin-left: 11.5%;
    margin-right: 11.5%; } }

@media (min-width: 81.25rem) {
  .product-tax-filter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 51.5%;
    margin-left: 9%; } }

@media (min-width: 110rem) {
  .product-tax-filter {
    margin-left: 15%; } }

.product-tax-filter div {
  padding-left: 40px; }

.product-tax-filter .filter-item {
  padding: 0.5em 0em 0.5em 0em;
  color: var(--clr-n-500);
  -ms-flex: 50%;
      flex: 50%;
  text-align: center; }

@media (min-width: 35rem) {
  .product-tax-filter .filter-item {
    padding: 0.5em 3.5em 0.5em 3.5em; } }

@media (min-width: 81.25rem) {
  .product-tax-filter .filter-item {
    -ms-flex: 25%;
        flex: 25%; } }

.product-tax-filter .filter-item:not(:last-child) {
  border-right: 1px solid black; }

.product-tax-filter .filter-item:nth-child(1) {
  border-bottom: 1px solid black; }

@media (min-width: 81.25rem) {
  .product-tax-filter .filter-item:nth-child(1) {
    border-bottom: none; } }

.product-tax-filter .filter-item:nth-child(2) {
  border-bottom: 1px solid black;
  border-right: none; }

@media (min-width: 81.25rem) {
  .product-tax-filter .filter-item:nth-child(2) {
    border-bottom: none;
    border-right: 1px solid black; } }

.product-tax-filter .filter-sel {
  color: white;
  background-color: var(--clr-n-500);
  cursor: pointer; }

.product-tax-filter h4 {
  font-size: 14px;
  letter-spacing: 1pt; }

.filter-item:hover,
.filter-item:active {
  color: white;
  background-color: var(--clr-n-500);
  cursor: pointer; }

.tax-product-carousel-layout {
  position: absolute;
  height: 100%;
  margin-top: 20px;
  position: absolute;
  -ms-flex-pack: justify;
      justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1; }

@media (min-width: 110rem) {
  .tax-product-carousel-layout {
    height: 540px;
    margin-top: 50px; } }

@media (min-width: 35rem) {
  .taxonomy-left {
    display: none; } }

@media (min-width: 64rem) {
  .taxonomy-left {
    display: block; } }

@media (min-width: 35rem) {
  .rad-outer {
    height: auto; } }

@media (min-width: 81.25rem) {
  .radiology-tax-carousels {
    height: auto; } }

@media (min-width: 110rem) {
  .radiology-tax-carousels {
    height: auto; } }

.submenu-wrapper {
  z-index: 50;
  background: #fff;
  margin: 5.625rem 0; }

.submenu-wrapper__product {
  margin: 4.4375rem 0 3.1875rem 0; }

@media (min-width: 35rem) {
  .submenu-wrapper {
    margin: 4.4375rem 0 0 0; }
  .submenu-wrapper__product {
    margin-top: 6.25rem;
    margin-bottom: 6.5rem; } }

@media (min-width: 64rem) {
  .submenu-wrapper__product {
    margin: 6.25rem 0; } }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 2rem; }

.dropdown-resp-label {
  border-bottom: solid 1px;
  padding-bottom: 1rem;
  font-weight: 300;
  position: relative; }

.dropdown-resp-label a {
  font-family: "Avant Garde Cond";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2pt; }

@media (min-width: 81.25rem) {
  .dropdown-resp-label {
    display: none;
    padding-left: 5%;
    border-bottom: none;
    padding-bottom: none; } }

.dropdown-resp-label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../assets/vector/icons/Icon/Dropdown/Darkest.svg);
  right: 0;
  left: 93%;
  height: 32px;
  width: 32px;
  background-size: cover;
  transition: 0.3s ease-in-out; }

@media (min-width: 64rem) {
  .dropdown-resp-label::before {
    left: 96%; } }

.submenu-flip::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.product-submenu {
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: -webkit-sticky;
  top: 10px;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 6;
  height: 0px;
  visibility: hidden; }

@media (min-width: 81.25rem) {
  .product-submenu {
    opacity: 1;
    -ms-flex-direction: row;
        flex-direction: row;
    border-bottom: 1px solid var(--clr-n-500);
    height: auto;
    width: 100%;
    visibility: visible; } }

.product-submenu .product-submenu-item {
  padding-bottom: 0.5rem; }

.product-submenu .product-submenu-item a {
  font-family: "Avant Garde Cond";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--clr-n-300); }

@media (min-width: 81.25rem) {
  .product-submenu .product-submenu-item {
    text-align: center;
    -ms-flex-positive: 1;
        flex-grow: 1; } }

.product-submenu .submenu-selected a {
  font-weight: 300;
  color: var(--clr-n-500); }

@media (min-width: 81.25rem) {
  .product-submenu .submenu-selected {
    border-bottom: 3px var(--clr-s-300) solid;
    height: inherit; } }

.submenu-responsive-reveal {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
  height: 13.25rem;
  transition: all 0.5s ease-in-out;
  visibility: visible;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }

#related-prods {
  padding-top: 9.6875rem; }

@media (min-width: 35rem) {
  #related-prods {
    padding-top: 12.6875rem; } }

#related-prods h3 {
  text-align: center;
  padding-bottom: 6.3125rem; }

@media (min-width: 35rem) {
  #related-prods h3 {
    text-align: left;
    padding-bottom: 3.8125rem; } }

@media (min-width: 35rem) {
  .related-products-line-container-outer {
    margin-bottom: 14rem; } }

.rel-products-layout {
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 35rem) {
  .rel-products-layout {
    width: 100vw; } }

@media (min-width: 64rem) {
  .rel-products-layout {
    width: 105vw;
    -webkit-transform: translateX(11.5vw);
            transform: translateX(11.5vw); } }

@media (min-width: 81.25rem) {
  .rel-products-layout {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.related-products-line-container > .product-carousel-home {
  max-width: 100%; }

.carousel-item-sing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 0 5%;
  text-align: center; }

.carousel-item-sing img {
  max-width: 100%;
  margin-bottom: 40px; }

.carousel-item-sing h4 {
  padding-bottom: 20px; }

.carousel-item-sing .btn-ghost {
  margin-right: none;
  margin-top: 1rem;
  margin-bottom: 0.25rem; }

.carousel-item-sing p {
  color: var(--clr-n-300); }

@media (min-width: 35rem) {
  .carousel-item-sing {
    padding: 2%;
    width: 50%;
    text-align: left;
    padding: 1rem 3rem 1rem 4rem; }
  .carousel-item-sing .btn-ghost {
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 0; }
  .carousel-item-sing h4  {
    margin-bottom: 2rem; } }

@media (min-width: 64rem) {
  .carousel-item-sing {
    width: calc((100% / 3) + 8px);
    padding: 1rem 3rem; } }

@media (min-width: 81.25rem) {
  .carousel-item-sing {
    -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    padding: 0.875rem 2.5rem 0.625rem;
    text-align: left;
    width: 100%; }
  .carousel-item-sing .btn-ghost {
    margin-top: 3rem; }
  .carousel-item-sing:first-child {
    text-align: left; } }

.outer-borders-rel {
  padding-top: 1.625rem;
  padding-bottom: 1.5rem;
  margin-top: 5px;
  margin-bottom: 9.4375rem; }

@media (min-width: 81.25rem) {
  .outer-borders-rel {
    margin: 0 9%; } }

@media (min-width: 110rem) {
  .outer-borders-rel {
    margin: 0 15%; } }

.related-products-line-container-outer {
  position: relative; }

.rel-products-layout:after {
  content: "flickity";
  display: none; }

@media (min-width: 81.25rem) {
  .rel-products-layout:after {
    content: ""; } }

.rel-products-layout .flickity-viewport {
  width: 100%;
  padding: 0.5rem; }

@media (min-width: 35rem) {
  .rel-products-layout .flickity-viewport {
    height: 68vw !important; } }

@media (min-width: 64rem) {
  .rel-products-layout .flickity-viewport {
    height: 53vw !important; } }

.rel-products-layout .flickity-page-dots {
  display: none;
  top: -6.25rem; }

.rel-products-layout .flickity-prev-next-button {
  top: 35%; }

.rel-products-layout li {
  padding-left: 0 !important; }

.form-contact {
  margin-top: -2rem;
  padding: 0rem 5%; }

@media (min-width: 35rem) {
  .form-contact {
    padding: 2rem 9%; } }

@media (min-width: 64rem) {
  .form-contact {
    padding: 2rem 11.5%; } }

@media (min-width: 81.25rem) {
  .form-contact {
    padding: 0 9%;
    margin: 0; } }

@media (min-width: 110rem) {
  .form-contact {
    padding: 0 15%; } }

.form-contact :focus {
  outline: none !important;
  border-color: var(--clr-p-200) !important;
  color: var(--clr-p-200); }

.form-contact .footer-nl__container {
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: 0 !important; }

@media (min-width: 81.25rem) {
  .form-contact .footer-nl__container {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.form-contact .footer-nl__container input[type=checkbox]:not(:checked) + label,
.form-contact .footer-nl__container .footer-nl__container input[type=checkbox]:checked + label {
  margin-top: 0 !important;
  margin-right: 0 !important; }

.form-contact .footer-nl__container input[type=checkbox]:checked + label {
  margin-top: 0 !important; }

.form-contact .footer-nl__container input[type=checkbox]:checked {
  margin-right: 0 !important; }

.form-contact .footer-nl__container input[type=checkbox]:not(:checked) {
  margin-right: 0 !important; }

.form-contact .footer-nl__container label > p {
  color: var(--clr-s-400);
  text-transform: none;
  margin-left: 1rem; }

.form-contact .footer-nl__container label > p :is(:checked) {
  color: var(--clr-p-200); }

.form-contact .footer-nl__checkmark::after {
  top: 0.1875rem; }

.form-contact .footer-nl label {
  margin-left: 0;
  margin-top: 0 !important; }

.activated-first-time input,
.activated-first-time textarea {
  outline: none !important;
  border-color: var(--clr-p-200) !important;
  color: var(--clr-p-200) !important; }

.main-form-container {
  -ms-flex-direction: column;
      flex-direction: column; }

.main-form-container h4 {
  margin-bottom: 1rem; }

.main-form-container h3 {
  margin-bottom: 1.625rem;
  padding-bottom: 0; }

.main-form-container p {
  margin-bottom: 4rem; }

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(7, minmax(0, 1fr));
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  min-height: 0;
  /* NEW */
  min-width: 0;
  /* NEW; needed for Firefox */
  background-color: var(--clr-s-500);
  padding-bottom: 6rem; }

@media (min-width: 35rem) {
  .form-grid {
    padding-bottom: 8.5rem; } }

.form-grid input[type=text] {
  height: 56px;
  background-color: var(--clr-s-500);
  border: 1px solid var(--clr-s-400);
  padding: 1.125rem 1.5rem;
  color: var(--clr-p-200); }

.form-grid input::-webkit-input-placeholder, .form-grid textarea::-webkit-input-placeholder {
  opacity: 1;
  color: var(--clr-s-400); }

.form-grid input::-moz-placeholder, .form-grid textarea::-moz-placeholder {
  opacity: 1;
  color: var(--clr-s-400); }

.form-grid input:-ms-input-placeholder, .form-grid textarea:-ms-input-placeholder {
  opacity: 1;
  color: var(--clr-s-400); }

.form-grid input::-ms-input-placeholder, .form-grid textarea::-ms-input-placeholder {
  opacity: 1;
  color: var(--clr-s-400); }

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  opacity: 1;
  color: var(--clr-s-400); }

.form-grid input[type=text] {
  width: 100%; }

.form-grid p,
.form-grid label {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  margin-left: 1.5rem; }

.form-grid .grid-2-col {
  grid-column: span 2; }

.form-grid .grid-4-row {
  grid-row: span 2; }

.form-grid .grid-4-row textarea {
  padding-bottom: 4rem;
  background-color: transparent;
  width: 100%;
  min-height: 10rem;
  border: 1px solid var(--clr-s-400);
  padding: 1.125rem 1.5rem;
  color: var(--clr-p-200); }

.form-grid .right {
  color: var(--clr-s-500);
  margin-right: 0;
  font-weight: 300; }

@media (min-width: 35rem) {
  .form-grid .right {
    float: right; } }

input[type=checkbox]:not(:checked) + label,
input[type=checkbox]:checked + label {
  margin-top: 0;
  width: 100%;
  margin-left: 8px;
  color: var(--clr-s-400);
  text-transform: capitalize;
  font-family: "Avant Garde Cond";
  font-size: 14px;
  letter-spacing: 1pt; }

input[type=checkbox]:not(:checked) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 16px;
  width: 16px;
  border: 1px solid var(--clr-s-400);
  background-color: transparent;
  color: var(--clr-s-400);
  margin-top: -10px; }

input[type=checkbox]:checked {
  height: 16px;
  width: 16px; }

.newsletter-privacy {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

@media (min-width: 35rem) {
  .newsletter-privacy.cf-field {
    margin-top: 0; } }

.form-grid-item {
  grid-row: span 1;
  width: 100%;
  grid-column: span 2; }

@media (min-width: 64rem) {
  .form-grid-item {
    grid-column: span 1; } }

@media (min-width: 35rem) {
  .form-grid-item:nth-child(9),
  .form-grid-item:nth-child(10) {
    grid-column: span 1; } }

.country-container label {
  text-transform: none;
  margin-left: 0; }

.select-box,
.select-box-crm {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column; }

.select-box-active {
  z-index: 10; }

.container-above {
  z-index: 20 !important; }

.options-container,
.options-container-crm {
  position: absolute; }

.selected-box-first-time .selected,
.selected-box-first-time .selected-crm {
  color: var(--clr-p-200) !important;
  border: solid 1px var(--clr-p-200) !important; }

.selected-box-first-time .selected::before,
.selected-box-first-time .selected-crm::before {
  border-left: solid 1px var(--clr-p-200); }

.select-box .options-container,
.select-box-crm .options-container-crm {
  background: var(--clr-s-500);
  color: var(--clr-p-200);
  border: solid 1px var(--clr-s-400);
  width: 100%;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
  position: absolute;
  -ms-flex-order: 1;
      order: 1; }

.selected,
.selected-crm {
  background: var(--clr-s-500);
  border: solid 1px var(--clr-s-400);
  color: var(--clr-s-400);
  position: relative;
  -ms-flex-order: 0;
      order: 0;
  z-index: 3; }

.selected::after,
.selected-crm::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 14px;
  bottom: 0;
  height: 100%;
  width: 30px;
  background: url(../assets/vector/icons/Icon/Arrow/arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  z-index: 3; }

.selected::before,
.selected-crm::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: solid 1px var(--clr-s-400);
  height: 100%;
  width: 60px; }

.select-box .options-container.active,
.select-box-crm .options-container-crm.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
  z-index: 2;
  margin-top: 3.5rem; }

.select-box .options-container.active {
  margin-top: 3.5rem; }

.options-container,
.options-container-crm {
  transition: all 0.5s ease-in-out; }

#contact-form-submit {
  display: none; }

.select-box .options-container.active + .selected::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.select-box-crm .options-container-crm.active + .selected-crm::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  background: var(--clr-s-300); }

.select-box .options-container::-webkit-scrollbar,
.select-box-crm .options-container-crm::-webkit-scrollbar {
  width: 8px;
  background: var(--clr-s-300); }

.select-box .options-container::-webkit-scrollbar-thumb {
  background: var(--clr-s-400); }

.select-box-crm .options-container-crm::-webkit-scrollbar-thumb {
  background: var(--clr-s-400); }

.select-box .option,
.selected {
  padding: 0.9375rem 1.5rem;
  cursor: pointer; }

.select-box-crm .option-crm,
.selected-crm {
  padding: 0.9375rem 1.5rem;
  cursor: pointer; }

.select-box .option:hover {
  background: var(--clr-s-300);
  color: var(--clr-s-500); }

.select-box-crm .option-crm:hover {
  background: var(--clr-s-300);
  color: var(--clr-s-500); }

.select-box label,
.select-box-crm label {
  cursor: pointer; }

.select-box .option .radio,
.select-box-crm .option-crm .radio {
  display: none; }

@media (min-width: 64rem) {
  .con-quien {
    grid-column: span 2; } }

.search-box input {
  width: 100%;
  padding: 0.75rem 1rem;
  position: absolute;
  border-top: none !important;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s; }

.select-box .options-container.active ~ .search-box input {
  opacity: 1;
  pointer-events: auto; }

.select-box-crm input,
.select-box input {
  display: none; }

.about-timeline {
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 64rem) {
  .about-timeline {
    display: -ms-flexbox;
    display: flex; } }

.timeline-caption {
  letter-spacing: 1pt !important;
  margin-top: 0.5rem; }

.about-timeline-heading {
  display: block;
  padding-top: 13.6875rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--clr-n-300); }

.about-timeline-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }

.about-timeline-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 35rem) {
  .about-timeline-item {
    -ms-flex-direction: row;
        flex-direction: row; } }

.about-timeline-item:first-child {
  margin-top: 3.5rem;
  padding-top: 0.875rem;
  border-top: 1px solid var(--clr-n-300); }

@media (min-width: 35rem) {
  .about-timeline-item:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 6.625rem; } }

@media (min-width: 35rem) {
  .about-timeline-item:not(:first-child) {
    margin-top: 11.75rem; } }

.about-timeline-item-heading {
  font-weight: 300; }

.about-timeline-item-left {
  -ms-flex: 34%;
      flex: 34%; }

.about-timeline-item-left h3 {
  padding-top: 3rem;
  padding-bottom: 0; }

@media (min-width: 35rem) {
  .about-timeline-item-left h3 {
    padding-top: 6.625rem;
    font-size: var(--fs-h2); } }

@media (min-width: 81.25rem) {
  .about-timeline-item-left h3 {
    text-align: right; } }

.about-timeline-item-left p {
  font-size: 0.875rem;
  display: block;
  width: 100%; }

@media (min-width: 35rem) {
  .about-timeline-item-left {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    -ms-flex-positive: 1;
        flex-grow: 1; } }

@media (min-width: 81.25rem) {
  .about-timeline-item-left {
    -ms-flex-preferred-size: 41.5%;
        flex-basis: 41.5%;
    padding-right: 3.4375rem; } }

.about-timeline-item-right {
  -ms-flex-direction: column;
      flex-direction: column; }

.about-timeline-item-right .inner-item .img-wrapper {
  margin-top: 2.625rem; }

.about-timeline-item-right .inner-item p:last-child {
  padding-bottom: 0; }

.about-timeline-item-right h4 {
  padding-bottom: 3rem; }

@media (min-width: 35rem) {
  .about-timeline-item-right {
    padding-bottom: 0;
    padding-left: 3rem;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.about-timeline-item-right .inner-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 35rem) {
  .about-timeline-item-right .inner-item {
    -ms-flex-direction: row;
        flex-direction: row; } }

.item-1 .about-timeline-item-left p {
  text-align: right; }

@media (min-width: 35rem) {
  .item-1 .about-timeline-item-left p {
    text-align: left; }
  .item-1 .about-timeline-item-left h3 {
    padding-top: 2.3125rem; } }

@media (min-width: 81.25rem) {
  .item-1 .about-timeline-item-left h3 {
    padding-top: 3.375rem; } }

@media (min-width: 35rem) {
  .item-1 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: calc(60% - 2rem);
        flex-basis: calc(60% - 2rem);
    margin-right: 2rem; }
  .item-1 .about-timeline-item-right .img-wrapper {
    margin-top: 0;
    -ms-flex: 40%;
        flex: 40%; } }

@media (min-width: 64rem) {
  .item-1 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem); }
  .item-1 .about-timeline-item-right .img-wrapper {
    -ms-flex: 50%;
        flex: 50%; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-2 .about-timeline-item-left h3 {
    padding-top: 6.625rem; } }

@media (min-width: 35rem) and (min-width: 64rem) {
  .about-timeline-item.item-2 .about-timeline-item-left h3 {
    padding-top: 4.6875rem; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-2 .about-timeline-item-right h3 {
    padding-top: 5rem; }
  .about-timeline-item.item-2 .about-timeline-item-right .inner-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-timeline-item.item-2 .about-timeline-item-right .about-timeline-item-content,
  .about-timeline-item.item-2 .about-timeline-item-right .img-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-2 .about-timeline-item-right .about-timeline-item-content,
  .about-timeline-item.item-2 .about-timeline-item-right .img-wrapper {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%; } }

@media (min-width: 81.25rem) {
  .about-timeline-item.item-2 .about-timeline-item-right .about-timeline-item-content,
  .about-timeline-item.item-2 .about-timeline-item-right .img-wrapper {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-3 .about-timeline-item-left h3 {
    padding-top: 6.6875rem; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-3 .about-timeline-item-left h3 {
    padding-top: 4.6875rem; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-3 .about-timeline-item-right .inner-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-timeline-item.item-3 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: 100%;
        flex: 100%; }
  .about-timeline-item.item-3 .about-timeline-item-right .img-wrapper {
    -ms-flex: 60%;
        flex: 60%;
    -ms-flex-positive: 0;
        flex-grow: 0; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-3 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: calc(60% - 2rem);
        flex: calc(60% - 2rem);
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .about-timeline-item.item-3 .about-timeline-item-right .img-wrapper {
    -ms-flex: 40%;
        flex: 40%;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-top: 0; } }

.about-timeline-item.item-4 .about-timeline-item-left {
  padding-top: 1rem;
  border-top: 1px solid var(--clr-n-200);
  margin-top: 8.1875rem; }

@media (min-width: 35rem) {
  .about-timeline-item.item-4 .about-timeline-item-left h3 {
    padding-top: 15.5rem; } }

.about-timeline-item.item-4 .about-timeline-item-left p {
  text-align: right;
  color: var(--clr-n-200); }

@media (min-width: 35rem) {
  .about-timeline-item.item-4 .about-timeline-item-left {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .about-timeline-item.item-4 .about-timeline-item-left p {
    text-align: left;
    margin-top: 0;
    padding-top: 0; }
  .about-timeline-item.item-4 .about-timeline-item-left h3 {
    padding-top: 2.3125rem; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-4 .about-timeline-item-left h3 {
    padding-top: 2.3125rem; } }

@media (min-width: 81.25rem) {
  .about-timeline-item.item-4 .about-timeline-item-left p {
    padding-top: 0.1875rem; }
  .about-timeline-item.item-4 .about-timeline-item-left h3 {
    padding-top: 3.1875rem; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-4 .about-timeline-item-right .inner-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-timeline-item.item-4 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: 100%;
        flex: 100%; }
  .about-timeline-item.item-4 .about-timeline-item-right .img-wrapper {
    -ms-flex: 80%;
        flex: 80%;
    -ms-flex-positive: 0;
        flex-grow: 0; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-4 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: calc(40% - 2rem);
        flex: calc(40% - 2rem);
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .about-timeline-item.item-4 .about-timeline-item-right .img-wrapper {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin-top: 0; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-5 .about-timeline-item-left h3 {
    padding-top: 6.6875rem; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-5 .about-timeline-item-left h3 {
    padding-top: 4.6875rem; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-5 .about-timeline-item-right .inner-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-timeline-item.item-5 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: 100%;
        flex: 100%; }
  .about-timeline-item.item-5 .about-timeline-item-right .wrapper-1 {
    -ms-flex: 50%;
        flex: 50%;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-order: 1;
        order: 1; }
  .about-timeline-item.item-5 .about-timeline-item-right .wrapper-2 {
    -ms-flex: calc(50% - 1rem);
        flex: calc(50% - 1rem);
    margin-right: 1rem; } }

@media (min-width: 81.25rem) {
  .about-timeline-item.item-5 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: calc(47% - 1rem);
        flex: calc(47% - 1rem);
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .about-timeline-item.item-5 .about-timeline-item-right .wrapper-1 {
    -ms-flex: calc(50% - 1rem);
        flex: calc(50% - 1rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-order: 0;
        order: 0;
    margin-left: 2rem;
    margin-top: 0; }
  .about-timeline-item.item-5 .about-timeline-item-right .wrapper-2 {
    -ms-flex: calc(47% - 1rem);
        flex: calc(47% - 1rem);
    margin-right: 1rem;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-top: -5rem; } }

@media (min-width: 110rem) {
  .about-timeline-item.item-5 .about-timeline-item-right .wrapper-2 {
    margin-top: -13rem; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-6 .about-timeline-item-left h3 {
    padding-top: 6.625rem; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-6 .about-timeline-item-left h3 {
    padding-top: 4.6875rem; } }

.about-timeline-item.item-6 .about-timeline-item-right .inner-item {
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 81.25rem) {
  .about-timeline-item.item-6 .about-timeline-item-right .inner-item {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-timeline-item.item-6 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .about-timeline-item.item-6 .about-timeline-item-right .img-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.about-timeline-item.item-7 {
  width: 100%; }

@media (min-width: 35rem) {
  .about-timeline-item.item-7 .about-timeline-item-right .inner-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-timeline-item.item-7 .about-timeline-item-right .wrapper-1,
  .about-timeline-item.item-7 .about-timeline-item-right .wrapper-3 {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem); }
  .about-timeline-item.item-7 .about-timeline-item-right .about-timeline-item-content,
  .about-timeline-item.item-7 .about-timeline-item-right .wrapper-2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 2rem; }
  .about-timeline-item.item-7 .about-timeline-item-right .wrapper-1 {
    margin-top: 0; }
  .about-timeline-item.item-7 .about-timeline-item-right .wrapper-3 {
    -ms-flex-item-align: end;
        align-self: end; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-7 .about-timeline-item-right .wrapper-1,
  .about-timeline-item.item-7 .about-timeline-item-right .wrapper-3 {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem); } }

@media (min-width: 81.25rem) {
  .about-timeline-item.item-7 .about-timeline-item-right .wrapper-1,
  .about-timeline-item.item-7 .about-timeline-item-right .wrapper-3 {
    -ms-flex-preferred-size: calc(50% - 4rem);
        flex-basis: calc(50% - 4rem); } }

@media (min-width: 35rem) {
  .about-timeline-item.item-8 .about-timeline-item-left h3 {
    padding-top: 4.875rem; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-8 .about-timeline-item-left h3 {
    padding-top: 4.6875rem; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-8 .about-timeline-item-right .inner-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-timeline-item.item-8 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: 100%;
        flex: 100%; }
  .about-timeline-item.item-8 .about-timeline-item-right .wrapper-1 {
    -ms-flex: 100%;
        flex: 100%; }
  .about-timeline-item.item-8 .about-timeline-item-right .wrapper-2 {
    -ms-flex: calc(50% - 1rem);
        flex: calc(50% - 1rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-right: 1rem; }
  .about-timeline-item.item-8 .about-timeline-item-right .wrapper-3 {
    -ms-flex: 50%;
        flex: 50%;
    margin-top: 3.375rem; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-8 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: 85%;
        flex: 85%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .about-timeline-item.item-8 .about-timeline-item-right .wrapper-1 {
    -ms-flex: 85%;
        flex: 85%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .about-timeline-item.item-8 .about-timeline-item-right .wrapper-2 {
    margin-right: 4rem; }
  .about-timeline-item.item-8 .about-timeline-item-right .wrapper-3 {
    -ms-flex: calc(50% - 3rem);
        flex: calc(50% - 3rem);
    margin-top: 3.375rem;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-item-align: end;
        align-self: end; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-9 .about-timeline-item-left h3 {
    padding-top: 4.6875rem; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-9 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: calc(50% - 1rem);
        flex: calc(50% - 1rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-right: 2rem; }
  .about-timeline-item.item-9 .about-timeline-item-right .img-wrapper {
    -ms-flex: calc(50% - 1rem);
        flex: calc(50% - 1rem);
    margin-top: 0; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-10 .about-timeline-item-left h3 {
    padding-top: 4.6875rem; } }

.about-timeline-item.item-10 .about-timeline-item-right .inner-item {
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 35rem) {
  .about-timeline-item.item-10 .about-timeline-item-right .about-timeline-item-content {
    max-width: 100%; } }

@media (min-width: 81.25rem) {
  .about-timeline-item.item-10 .about-timeline-item-right .inner-item {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-timeline-item.item-10 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .about-timeline-item.item-10 .about-timeline-item-right .img-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-11 .about-timeline-item-left h3 {
    padding-top: 4.6875rem; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-11 .about-timeline-item-right .inner-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-timeline-item.item-11 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: calc(50% - 1rem);
        flex: calc(50% - 1rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-right: 2rem; }
  .about-timeline-item.item-11 .about-timeline-item-right .wrapper-1 {
    -ms-flex: calc(50% - 1rem);
        flex: calc(50% - 1rem);
    margin-top: 0; }
  .about-timeline-item.item-11 .about-timeline-item-right .wrapper-2 {
    -ms-flex: 100%;
        flex: 100%; } }

@media (min-width: 81.25rem) {
  .about-timeline-item.item-11 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: calc(40% - 1rem);
        flex: calc(40% - 1rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-right: 2rem; }
  .about-timeline-item.item-11 .about-timeline-item-right .wrapper-2 {
    -ms-flex: 87%;
        flex: 87%;
    -ms-flex-positive: 0;
        flex-grow: 0; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-12 .about-timeline-item-left h3 {
    padding-top: 4.6875rem; } }

@media (min-width: 35rem) {
  .about-timeline-item.item-12 .about-timeline-item-right .inner-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-timeline-item.item-12 .about-timeline-item-right .about-timeline-item-content {
    -ms-flex: calc(50% - 1rem);
        flex: calc(50% - 1rem);
    margin-right: 2rem;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .about-timeline-item.item-12 .about-timeline-item-right .img-wrapper:nth-of-type(1) {
    -ms-flex: calc(50% - 1rem);
        flex: calc(50% - 1rem);
    margin-top: 0; }
  .about-timeline-item.item-12 .about-timeline-item-right .img-wrapper:nth-of-type(2) {
    -ms-flex: 70%;
        flex: 70%;
    -ms-flex-positive: 0;
        flex-grow: 0; } }

@media (min-width: 64rem) {
  .about-timeline-item.item-12 .about-timeline-item-right .about-timeline-item-content {
    margin-right: 2rem; }
  .about-timeline-item.item-12 .about-timeline-item-right .img-wrapper:nth-of-type(1) {
    margin-top: 0;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .about-timeline-item.item-12 .about-timeline-item-right .img-wrapper:nth-of-type(1) .timeline-caption {
    text-align: center;
    margin-left: 5.125rem; }
  .about-timeline-item.item-12 .about-timeline-item-right .img-wrapper:nth-of-type(2) {
    -ms-flex: calc(50% - 1rem);
        flex: calc(50% - 1rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-top: -1.875rem; } }

@media (min-width: 81.25rem) {
  .about-timeline-item.item-12 .about-timeline-item-right .about-timeline-item-content {
    margin-right: 3rem;
    -ms-flex: calc(47% - 2rem);
        flex: calc(47% - 2rem);
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .about-timeline-item.item-12 .about-timeline-item-right .img-wrapper:nth-of-type(2) {
    -ms-flex: calc(46% - 1rem);
        flex: calc(46% - 1rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-top: -3.875rem; } }

.timeline-line-vert {
  position: absolute;
  height: 99%;
  left: 33%;
  top: 0;
  bottom: 5%;
  z-index: -1; }

@media (min-width: 35rem) {
  .timeline-line-vert {
    margin-top: 6.625rem;
    left: 21%;
    height: 99%; } }

@media (min-width: 81.25rem) {
  .timeline-line-vert {
    left: 30%; } }

@media (min-width: 64rem) {
  .item-1 .about-timeline-item-right .inner-item,
  .item-3 .about-timeline-item-right .inner-item,
  .item-4 .about-timeline-item-right .inner-item,
  .item-5 .about-timeline-item-right .inner-item,
  .item-7 .about-timeline-item-right .inner-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.about-timeline-top-row {
  -ms-flex: 100%;
      flex: 100%;
  display: -ms-flexbox;
  display: flex; }

.about-timeline-bottom-row {
  -ms-flex: 100%;
      flex: 100%;
  display: -ms-flexbox;
  display: flex; }

.about-timeline-item-content > img {
  float: left; }

.senior-header {
  display: block;
  padding-top: 13.6875rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--clr-n-300);
  width: 100%;
  margin-bottom: 4.5rem; }

@media (min-width: 35rem) {
  .senior-header {
    padding-top: 18.6875rem;
    padding-bottom: 1.5rem;
    font-size: var(--fs-h2); } }

@media (min-width: 64rem) {
  .senior-header {
    margin-bottom: 7.375rem; } }

.about-senior-top {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 35rem) {
  .about-senior-top {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.senior-hidden {
  opacity: 0;
  pointer-events: none; }

.senior-member {
  width: 100%;
  cursor: pointer; }

.senior-member__img {
  position: relative;
  background-size: cover;
  background-position: center; }

.senior-member__img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%; }

.senior-member__img > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.senior-member__name {
  margin-top: 1.3125rem; }

.senior-member__rank {
  text-transform: uppercase;
  margin-bottom: 3.1875rem;
  font-size: 0.875rem;
  letter-spacing: 1pt !important; }

@media (min-width: 35rem) {
  .senior-member {
    -ms-flex: calc(50% - 0.25rem);
        flex: calc(50% - 0.25rem);
    -ms-flex-positive: 0;
        flex-grow: 0; } }

@media (min-width: 64rem) {
  .senior-member {
    -ms-flex: calc(50% - 2.25rem);
        flex: calc(50% - 2.25rem);
    -ms-flex-positive: 0;
        flex-grow: 0; } }

@media (min-width: 81.25rem) {
  .senior-member {
    -ms-flex: calc(33.3333333% - 0.75rem);
        flex: calc(33.3333333% - 0.75rem);
    -ms-flex-positive: 0;
        flex-grow: 0; } }

@media (min-width: 35rem) {
  .third-senior .senior-member__rank {
    margin-bottom: 0; } }

.senior-last .senior-member__rank {
  margin-bottom: 0; }

.senior-member-expanded {
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.senior-member-expanded .senior-member-expanded-left {
  width: 100%; }

.senior-member-expanded .senior-member-expanded-left img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  border-right: 24px solid white; }

.senior-member-expanded .senior-member-expanded-right {
  padding-left: 4rem;
  position: relative; }

.senior-member-expanded .senior-member-expanded-right > .senior-member-name {
  margin-top: 3.5rem; }

.senior-member-card {
  margin-top: 3rem;
  margin-bottom: 1rem; }

@media (min-width: 35rem) {
  .video-header {
    margin-bottom: 7.375rem; } }

.about-videos-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 35rem) {
  .about-videos-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.about-videos-inner-left {
  position: relative;
  width: 100%; }

@media (min-width: 35rem) {
  .about-videos-inner-left {
    width: 100%; } }

@media (min-width: 81.25rem) {
  .about-videos-inner-left {
    -ms-flex-preferred-size: calc((8 / 12) * 100%);
        flex-basis: calc((8 / 12) * 100%);
    -ms-flex-positive: 0;
        flex-grow: 0; } }

.about-video {
  position: relative;
  width: 100%; }

.about-video:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 64.2857142857%; }

.about-video > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 35rem) {
  .about-video {
    padding: 2rem; } }

.about-video iframe {
  padding: 0 !important; }

@media (min-width: 81.25rem) {
  .about-video {
    height: 100%; } }

.about-video iframe {
  position: absolute;
  padding: 0 2rem 2rem 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 4;
  top: 0;
  left: 0; }

.thumbnails {
  position: absolute;
  top: 0;
  left: 0; }

.about-videos-inner-right .about-videos-list {
  padding: 1.7rem 1rem 1.7rem 0rem;
  border-bottom: 1px solid var(--clr-n-300);
  cursor: pointer;
  position: relative; }

.about-videos-inner-right .about-videos-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../assets/vector/icons/Icon/Play.svg);
  background-repeat: no-repeat;
  left: 90%;
  top: 40%; }

@media (min-width: 35rem) {
  .about-videos-inner-right .about-videos-list::after {
    left: 93%; } }

@media (min-width: 81.25rem) {
  .about-videos-inner-right .about-videos-list::after {
    left: 87%; } }

@media (min-width: 35rem) {
  .about-videos-inner-right .about-videos-list {
    padding: 1.7rem 1rem 1.7rem 1.5rem; } }

@media (min-width: 35rem) {
  .about-videos-inner-right {
    width: 100%; } }

@media (min-width: 64rem) {
  .about-videos-inner-right {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem; }
  .about-videos-inner-right .about-videos-list {
    padding: 1.7rem 6rem 1.7rem 1.5rem; } }

@media (min-width: 81.25rem) {
  .about-videos-inner-right {
    grid-template-columns: repeat(1, auto);
    -ms-flex-preferred-size: calc((4 / 12) * 100%);
        flex-basis: calc((4 / 12) * 100%);
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding-left: 1rem; }
  .about-videos-inner-right .about-videos-list {
    padding: 1.7rem 4rem 1.7rem 1.5rem; } }

.about-certifications {
  margin-top: 13.6875rem;
  padding: 3.6875rem 0 6.5rem 0; }

.about-certifications h3 {
  padding-bottom: 3.3125rem; }

@media (min-width: 35rem) {
  .about-certifications {
    padding: 5.1875rem 0 5.1875rem 0; }
  .about-certifications h3  {
    padding-bottom: 1.5rem; } }

@media (min-width: 64rem) {
  .about-certifications .inner-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .about-certifications h3 {
    padding-bottom: 0; }
  .about-certifications .about-certification-badges {
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 81.25rem) {
  .about-certifications {
    padding: 4.25rem 0 6.75rem 0; } }

.about-certification-badges {
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 35rem) {
  .about-certification-badges {
    padding-top: 0; } }

@media (min-width: 81.25rem) {
  .about-certification-badges {
    margin-right: calc((1 / 12) * 100%); } }

.about-certifications-badges-item {
  -ms-flex: 50%;
      flex: 50%;
  padding-bottom: 3rem; }

.about-certifications-badges-item img {
  width: 120px; }

@media (min-width: 64rem) {
  .about-certifications-badges-item img {
    width: 140px; } }

@media (min-width: 35rem) {
  .about-certifications-badges-item {
    -ms-flex: calc(25% - 1rem);
        flex: calc(25% - 1rem);
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding-bottom: 0; } }

@media (min-width: 64rem) {
  .about-certifications-badges-item {
    -ms-flex: calc(30% - 3rem);
        flex: calc(30% - 3rem);
    -ms-flex-positive: 0;
        flex-grow: 0; } }

@media (min-width: 64rem) {
  .about-jobs {
    display: -ms-flexbox;
    display: flex;
    margin-top: 12.6875rem;
    margin-bottom: 18.5rem; } }

.about-jobs-left {
  -ms-flex-direction: column;
      flex-direction: column; }

.about-jobs-left h4 {
  font-weight: 300; }

.about-jobs-left > h3 {
  padding-top: 13.6875rem;
  padding-bottom: 0; }

.about-jobs-left span {
  padding-bottom: 1rem;
  padding-top: 1rem;
  display: block; }

.about-jobs-left p {
  padding-top: 1.625rem;
  padding-bottom: 64px; }

@media (min-width: 35rem) {
  .about-jobs-left h3 {
    padding-top: 12.6875rem; } }

@media (min-width: 64rem) {
  .about-jobs-left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .about-jobs-left h3 {
    padding-top: 0;
    padding-bottom: 2rem; } }

.about-job-item {
  padding-left: 2rem;
  padding-bottom: 1rem;
  position: relative; }

.about-job-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../assets/vector/icons/Icon/Open-New.svg);
  height: 32px;
  width: 32px;
  background-repeat: no-repeat; }

.about-jobs-right {
  width: 100%;
  margin-top: 2rem;
  position: relative; }

.about-jobs-right:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 76.1904761905%; }

.about-jobs-right > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 35rem) {
  .about-jobs-right {
    position: relative; }
  .about-jobs-right:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 75.9493670886%; }
  .about-jobs-right > .image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media (min-width: 64rem) {
  .about-jobs-right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-left: 32px white solid;
    margin-top: 0;
    position: relative; }
  .about-jobs-right:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 77.5510204082%; }
  .about-jobs-right > .image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

.timeline-inner-left {
  -ms-flex: 50%;
      flex: 50%; }

.about-timeline-top-row .timeline-img {
  position: relative;
  background-size: cover; }

.about-timeline-top-row .timeline-img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 121.3015621626%; }

.about-timeline-top-row .timeline-img > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.about-timeline-bottom-row .image-wrapper:nth-child(1) .timeline-img {
  position: relative;
  background-size: cover; }

.about-timeline-bottom-row .image-wrapper:nth-child(1) .timeline-img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 141.0256410256%; }

.about-timeline-bottom-row .image-wrapper:nth-child(1) .timeline-img > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.about-timeline-bottom-row .image-wrapper:nth-child(2) > .timeline-img {
  position: relative;
  background-size: cover; }

.about-timeline-bottom-row .image-wrapper:nth-child(2) > .timeline-img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 124.8201438849%; }

.about-timeline-bottom-row .image-wrapper:nth-child(2) > .timeline-img > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-1 {
  position: relative;
  background-size: cover; }

.img-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 114.2857142857%; }

.img-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-2 {
  position: relative;
  background-size: cover; }

.img-2:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 71.237458194%; }

.img-2 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-3 {
  position: relative;
  background-size: cover; }

.img-3:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 82.3529411765%; }

.img-3 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-4 {
  position: relative;
  background-size: cover;
  background-position: center; }

.img-4:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 88.8888888889%; }

.img-4 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 64rem) {
  .img-4 {
    position: relative; }
  .img-4:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 89.1304347826%; }
  .img-4 > .image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

.img-5-1 {
  position: relative;
  background-size: cover; }

.img-5-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 128.0555555556%; }

.img-5-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-5-2 {
  position: relative;
  background-size: cover; }

.img-5-2:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 95.2380952381%; }

.img-5-2 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-6 {
  position: relative;
  background-size: cover; }

.img-6:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 64.5161290323%; }

.img-6 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-7-1 {
  position: relative;
  background-size: cover; }

.img-7-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 124.8201438849%; }

.img-7-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-7-2 {
  position: relative;
  background-size: cover; }

.img-7-2:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 141.0256410256%; }

.img-7-2 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-7-3 {
  position: relative;
  background-size: cover; }

.img-7-3:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 124.8201438849%; }

.img-7-3 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-8-1 {
  position: relative;
  background-size: cover; }

.img-8-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 73.8434163701%; }

.img-8-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-8-2 {
  position: relative;
  background-size: cover; }

.img-8-2:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 141.6666666667%; }

.img-8-2 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-8-3 {
  position: relative;
  background-size: cover; }

.img-8-3:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 126.6917293233%; }

.img-8-3 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-9 {
  position: relative;
  background-size: cover; }

.img-9:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 140.4069767442%; }

.img-9 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-10 {
  position: relative;
  background-size: cover; }

.img-10:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 58.064516129%; }

.img-10 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-11-1 {
  position: relative;
  background-size: cover; }

.img-11-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 66.6666666667%; }

.img-11-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-11-2 {
  position: relative;
  background-size: cover; }

.img-11-2:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75.0769230769%; }

.img-11-2 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-12-1 {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat; }

.img-12-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 133.2558139535%; }

.img-12-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 64rem) {
  .img-12-1 {
    position: relative;
    height: 100%; }
  .img-12-1:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 101.7985611511%; }
  .img-12-1 > .image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media (min-width: 81.25rem) {
  .img-12-1 {
    position: relative;
    background-position: right; }
  .img-12-1:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 144.8837209302%; }
  .img-12-1 > .image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

.img-12-2 {
  position: relative;
  background-size: cover; }

.img-12-2:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 84.0707964602%; }

.img-12-2 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.item-2 h3,
.item-3 h3,
.item-5 h3,
.item-6 h3,
.item-7 h3,
.item-8 h3,
.item-9 h3,
.item-10 h3,
.item-11 h3,
.item-12 h3 {
  padding-top: 6.625rem; }

@media (min-width: 64rem) {
  .item-2 h3,
  .item-3 h3,
  .item-5 h3,
  .item-6 h3,
  .item-7 h3,
  .item-8 h3,
  .item-9 h3,
  .item-10 h3,
  .item-11 h3,
  .item-12 h3 {
    padding-top: 5rem; } }

.mail-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 5% 5rem 0; }

@media (min-width: 35rem) {
  .mail-form {
    padding: 1rem 0 5rem 0;
    margin-right: 5%; } }

@media (min-width: 64rem) {
  .mail-form {
    margin-right: 10%; } }

@media (min-width: 81.25rem) {
  .mail-form {
    padding: 0 0 5rem 0; } }

.mail-form .newsletter-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.mail-form ::-webkit-input-placeholder {
  color: var(--clr-p-400); }

.mail-form ::-moz-placeholder {
  color: var(--clr-p-400); }

.mail-form :-ms-input-placeholder {
  color: var(--clr-p-400); }

.mail-form ::-ms-input-placeholder {
  color: var(--clr-p-400); }

.mail-form ::placeholder {
  color: var(--clr-p-400); }

.mail-form :focus {
  outline: none !important;
  border-color: var(--clr-s-400) !important; }

.mail-form .footer-input-wrapper {
  -ms-flex: 70%;
      flex: 70%;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.mail-form .footer-input-wrapper .submit {
  position: relative;
  height: 100%;
  float: left;
  font-size: 0;
  margin-left: -2px; }

.mail-form input[type=text] {
  height: 100%;
  background-color: transparent;
  border: none;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex: 80%;
      flex: 80%;
  padding-left: 1.8rem; }

@media (min-width: 35rem) {
  .mail-form input[type=text] {
    padding: 8px 1.5rem;
    -ms-flex: 70%;
        flex: 70%; } }

@media (min-width: 64rem) {
  .mail-form input[type=text] {
    -ms-flex: 60%;
        flex: 60%; } }

@media (min-width: 81.25rem) {
  .mail-form input[type=text] {
    -ms-flex: 58%;
        flex: 58%; } }

.mail-form input[type=text] ::-webkit-input-placeholder {
  color: var(--clr-s-400) !important; }

.mail-form input[type=text] ::-moz-placeholder {
  color: var(--clr-s-400) !important; }

.mail-form input[type=text] :-ms-input-placeholder {
  color: var(--clr-s-400) !important; }

.mail-form input[type=text] ::-ms-input-placeholder {
  color: var(--clr-s-400) !important; }

.mail-form input[type=text] ::placeholder {
  color: var(--clr-s-400) !important; }

.mail-form input[class=submit] {
  background-color: transparent;
  border: none;
  border-left: none;
  background-image: url("../assets/vector/icons/Icon/Arrow/right-darkest.svg");
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex: 7%;
      flex: 7%;
  -webkit-appearance: none;
  border-radius: 0; }

@media (min-width: 35rem) {
  .mail-form input[class=submit] {
    -ms-flex: 10%;
        flex: 10%;
    background-size: 39%;
    width: 48px;
    height: 48px;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.mail-form .newsletter-title {
  font-family: "Avant Garde Cond";
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 16px;
  letter-spacing: 2px;
  -ms-flex-order: -1;
      order: -1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  color: var(--clr-s-400);
  font-weight: 300; }

@media (min-width: 35rem) {
  .mail-form .newsletter-title {
    -ms-flex-order: 0;
        order: 0;
    padding-left: 23px;
    text-align: right; } }

@media (min-width: 64rem) {
  .mail-form .newsletter-title {
    -ms-flex-order: none;
        order: none;
    padding-left: 0;
    margin-left: 50px; } }

@media (min-width: 81.25rem) {
  .mail-form .newsletter-title {
    text-align: right; } }

.mail-form input[type=checkbox]:not(:checked) {
  margin-top: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 16px;
  width: 16px;
  border: 1px solid var(--clr-s-200);
  background-color: transparent;
  left: 0;
  margin-top: 19px;
  margin-right: 8px; }

.footer-nl__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

@media (min-width: 81.25rem) {
  .footer-nl__container {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

.footer-nl__container input:checked ~ {
  display: block; }

.footer-nl__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5.4px;
  top: 22px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.footer-nl__container input[type=checkbox]:not(:checked) + label,
.footer-nl__container input[type=checkbox]:checked + label {
  margin-top: 19px;
  margin-left: 0;
  color: var(--clr-s-200);
  font-family: "Avant Garde Cond";
  letter-spacing: 1.4pt;
  font-weight: 100;
  font-size: 0.875rem;
  height: 36px;
  margin-left: 0 !important; }

.footer-nl__container input[type=checkbox]:checked {
  margin-top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  border: 1px solid var(--clr-s-200); }

.footer-nl__container input[type=checkbox]:checked ~ .footer-nl__checkmark::after {
  display: block; }

#newsletter-privacy-box {
  margin-top: 0;
  margin-bottom: 0; }

.i-hor-fot,
.i-vert-fot {
  background-color: white !important; }

.fot-right {
  right: 0; }

.fot-right-right {
  right: 48px; }

.blog-archive-filters-top {
  z-index: 2; }

.archive-options-container {
  position: absolute; }

.archive-select-box .archive-options-container {
  background: var(--clr-s-500);
  color: var(--clr-s-100);
  border: solid 1px var(--clr-p-200);
  width: 90%;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
  position: absolute;
  -ms-flex-order: 1;
      order: 1; }

@media (min-width: 35rem) {
  .archive-select-box .archive-options-container {
    width: 61.5%; } }

@media (min-width: 64rem) {
  .archive-select-box .archive-options-container {
    width: 38.5%; } }

@media (min-width: 81.25rem) {
  .archive-select-box .archive-options-container {
    width: 41%; } }

.archive-selected {
  background: white;
  border: solid 1px var(--clr-n-500);
  color: var(--clr-n-500);
  position: relative;
  -ms-flex-order: 0;
      order: 0; }

@media (min-width: 35rem) {
  .archive-selected {
    z-index: 3; } }

.archive-selected::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 14px;
  bottom: 0;
  height: 100%;
  width: 30px;
  background: url(../assets/vector/icons/Icon/Arrow/arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out; }

.archive-selected::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: solid 1px var(--clr-n-500);
  height: 100%;
  width: 60px; }

.archive-select-box .archive-options-container.archive-active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
  width: 90%; }

@media (min-width: 35rem) {
  .archive-select-box .archive-options-container.archive-active {
    width: 61.5%;
    z-index: 2; } }

@media (min-width: 64rem) {
  .archive-select-box .archive-options-container.archive-active {
    width: 38.5%; } }

@media (min-width: 81.25rem) {
  .archive-select-box .archive-options-container.archive-active {
    width: 41%; } }

.archive-options-container {
  transition: all 0.5s ease-in-out; }

.archive-select-box .archive-options-container.archive-active + .archive-selected::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.archive-select-box .archive-options-container::-webkit-scrollbar {
  width: 8px;
  background: var(--clr-s-300); }

.archive-select-box .archive-options-container::-webkit-scrollbar-thumb {
  background: var(--clr-s-400); }

.archive-select-box .archive-option,
.archive-selected {
  padding: 15px 24px;
  cursor: pointer; }

.archive-select-box .archive-option:hover {
  background: var(--clr-s-300); }

.archive-select-box label {
  cursor: pointer; }

.archive-select-box .archive-option .archive-radio {
  display: none; }

.blog-archive-filters-bottom {
  display: -ms-flexbox;
  display: flex; }

.archive-filter-bottom-item {
  position: relative;
  padding: 1rem 3rem 0.8rem 1.5rem;
  margin: 1.5rem 1rem 0 0;
  border-radius: 0.5rem;
  background-color: var(--clr-s-100);
  color: var(--clr-s-400);
  font-family: "Avant Garde Cond";
  font-weight: 300;
  letter-spacing: 2pt;
  font-size: 0.875rem; }

@media (min-width: 35rem) {
  .archive-filter-bottom-item {
    padding: 1rem 3rem 0.8rem 1rem; } }

.archive-filter-bottom-item::after {
  position: absolute;
  content: "";
  background-image: url(../assets/vector/icons/Icon/ClosePopup.svg);
  background-size: cover;
  height: 24px;
  width: 24px;
  padding-right: 1rem;
  right: 16px;
  top: 28%; }

.archive-filter-bottom-item p {
  text-transform: uppercase; }

.home-slider-container {
  height: 100vh;
  max-height: 100vh; }

.hero-slide-container,
.hero-slide-container-2,
.hero-slide-container-3 {
  height: 100vh;
  top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 2s;
  transition: clip-path 2s;
  transition: clip-path 2s, -webkit-clip-path 2s; }

.hero-slide-container .hero-img,
.hero-slide-container-2 .hero-img,
.hero-slide-container-3 .hero-img {
  height: 100vh;
  background-size: cover; }

.hero-slide-container .hero-home-content,
.hero-slide-container-2 .hero-home-content,
.hero-slide-container-3 .hero-home-content {
  position: absolute;
  height: 100vh;
  padding-right: 1rem;
  overflow-x: hidden;
  top: 10%;
  left: 60%;
  color: white; }

.hero-slide-container p,
.hero-slide-container-2 p,
.hero-slide-container-3 p {
  padding-top: 16px;
  padding-bottom: 32px; }

#home-slide-1 .hero-home-content {
  position: absolute;
  height: 100vh;
  padding-right: 1rem;
  overflow-x: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  left: 5%;
  top: 53%;
  color: white; }

@media (min-width: 64rem) {
  #home-slide-1 .hero-home-content {
    top: 50%;
    left: 57%; } }

@media (min-width: 81.25rem) {
  #home-slide-1 .hero-home-content {
    top: 55%;
    left: 65%;
    right: 10%; } }

@media (min-width: 110rem) {
  #home-slide-1 .hero-home-content {
    left: 60%;
    right: 15%; } }

#home-slide-1 h2 {
  color: var(--clr-p-500); }

#home-slide-1 .hero-img {
  background-position: 90% 0%; }

@media (min-width: 35rem) {
  #home-slide-1 {
    left: 0; } }

.hero-slide-container-2 .hero-img {
  height: 100vh;
  background-size: cover;
  background-position: center; }

@media (min-width: 35rem) {
  .hero-slide-container-2 .hero-img {
    background-position: 60%; } }

.hero-slide-container-2 .hero-home-content {
  position: absolute;
  height: 100vh;
  color: white;
  padding-right: 1rem;
  left: 5%;
  top: 51%; }

.hero-slide-container-2 .hero-home-content > p {
  max-width: 30ch;
  color: white; }

@media (min-width: 35rem) {
  .hero-slide-container-2 .hero-home-content {
    left: 55%;
    top: 15%; } }

@media (min-width: 64rem) {
  .hero-slide-container-2 .hero-home-content {
    left: 57%;
    top: 15%;
    right: 11.5%; } }

@media (min-width: 81.25rem) {
  .hero-slide-container-2 .hero-home-content {
    padding-right: 0;
    top: 20%;
    left: 65%;
    right: 10%; } }

@media (min-width: 110rem) {
  .hero-slide-container-2 .hero-home-content {
    left: 60%;
    right: 15%; } }

.hero-slide-container-3 h2 {
  color: var(--clr-p-500);
  max-width: 13ch; }

.hero-slide-container-3 .hero-home-content {
  top: 49%;
  left: 5%; }

@media (min-width: 35rem) {
  .hero-slide-container-3 .hero-home-content {
    left: 56%;
    top: 15%;
    right: 5%;
    position: absolute;
    height: 100vh;
    padding-right: 1rem; } }

@media (min-width: 64rem) {
  .hero-slide-container-3 .hero-home-content {
    left: 70%;
    top: 21%; } }

@media (min-width: 81.25rem) {
  .hero-slide-container-3 .hero-home-content {
    padding-right: 0;
    left: 65%;
    top: 20%;
    right: 10%; } }

@media (min-width: 110rem) {
  .hero-slide-container-3 .hero-home-content {
    left: 70%;
    right: 15%; } }

.hero-slide-container-3 .hero-img {
  background: url("../assets/images/iStock-1148818392-B-2.jpg");
  background-size: cover;
  height: 100vh; }

@media (min-width: 35rem) {
  .hero-slide-container-3 .hero-img {
    background-position: right; } }

@media (min-width: 64rem) {
  .hero-slide-container-3 .hero-img {
    background-position: center; } }

@media (min-width: 81.25rem) {
  .hero-slide-container-3 .hero-img {
    background-position: top; } }

.dfw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.df {
  display: -ms-flexbox;
  display: flex; }

.flex-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.aic {
  -ms-flex-align: center;
      align-items: center; }

.jsb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

[class^=col-] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

@media (min-width: 81.25rem) {
  .col-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%; }
  .col-offset-1 {
    margin-left: 8.3333333333%; }
  .col-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%; }
  .col-offset-2 {
    margin-left: 16.6666666667%; }
  .col-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .col-offset-3 {
    margin-left: 25%; }
  .col-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%; }
  .col-offset-4 {
    margin-left: 33.3333333333%; }
  .col-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%; }
  .col-offset-5 {
    margin-left: 41.6666666667%; }
  .col-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .col-offset-6 {
    margin-left: 50%; }
  .col-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%; }
  .col-offset-7 {
    margin-left: 58.3333333333%; }
  .col-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%; }
  .col-offset-8 {
    margin-left: 66.6666666667%; }
  .col-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  .col-offset-9 {
    margin-left: 75%; }
  .col-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%; }
  .col-offset-10 {
    margin-left: 83.3333333333%; }
  .col-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%; }
  .col-offset-11 {
    margin-left: 91.6666666667%; }
  .col-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .col-offset-12 {
    margin-left: 100%; } }

.white {
  color: var(--clr-n-100); }

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

.white-bg .multi-link-active::before {
  content: url(../assets/vector/icons/Icon/Dropdown/Darkest.svg) !important; }

.cond-100 {
  font-family: "Avant Garde Cond";
  font-weight: 100;
  letter-spacing: 2pt; }

.cond-200 {
  font-family: "Avant Garde Cond";
  font-weight: 200;
  letter-spacing: 2pt; }

.cond-300 {
  font-family: "Avant Garde Cond";
  font-weight: 300;
  letter-spacing: 2pt; }

.bold {
  font-weight: 600; }

.semibold {
  font-weight: 300; }

.nobold {
  font-weight: 100; }

.nomargin-bot {
  margin-bottom: 0; }

.mart-3 {
  margin-top: 3rem; }

.footer-margin {
  margin-bottom: 18.5rem; }

.bor-top {
  border-top: 1px solid var(--clr-n-500); }

.bor-bottom {
  border-bottom: 1px solid var(--clr-n-500); }

@media (min-width: 81.25rem) and (min-width: 64rem) {
  .bor-left {
    border-left: 1px solid var(--clr-n-500); } }

@media (min-width: 81.25rem) and (min-width: 64rem) {
  .bor-right {
    border-right: 1px solid var(--clr-n-500); } }

@media (min-width: 81.25rem) {
  .bor-tobo {
    border-top: 1px solid var(--clr-n-500);
    border-bottom: 1px solid var(--clr-n-500); } }

@media (min-width: 81.25rem) {
  .bor-tole {
    border-top: 1px solid var(--clr-n-500);
    border-left: 1px solid var(--clr-n-500); } }

@media (min-width: 81.25rem) {
  .bor-tori {
    border-top: 1px solid var(--clr-n-500);
    border-right: 1px solid var(--clr-n-500); } }

@media (min-width: 81.25rem) {
  .bor-bori {
    border-right: 1px solid var(--clr-n-500);
    border-bottom: 1px solid var(--clr-n-500); } }

.no-border-bottom {
  border-bottom: none !important; }

.only-desk {
  display: none; }

@media (min-width: 64rem) {
  .only-desk {
    display: block; } }

.desk-tablet {
  display: none; }

@media (min-width: 35rem) {
  .desk-tablet {
    display: block; } }

.display-none {
  display: none !important; }

.mask-hidden {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0) !important;
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0) !important;
  transition: -webkit-clip-path 0.1s ease-in-out;
  transition: clip-path 0.1s ease-in-out;
  transition: clip-path 0.1s ease-in-out, -webkit-clip-path 0.1s ease-in-out; }

.mask-revealed {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  transition: -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  z-index: 0; }

@media (min-width: 35rem) {
  .line-vert {
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: var(--clr-n-300);
    z-index: 50; } }

.line-hor {
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: var(--clr-n-300); }

.product-carousel-layout {
  position: absolute;
  height: 100%;
  position: absolute;
  -ms-flex-pack: justify;
      justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none; }

.product-carousel-layout-lines {
  display: inherit;
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0; }

.carousel-slider-layout-outer {
  position: relative; }

@media (min-width: 64rem) {
  .carousel-slider-layout-outer {
    margin-bottom: 7rem; } }

.line-hor-serv-bottom {
  top: 180%; }

@media (min-width: 35rem) {
  .line-hor-serv-bottom {
    top: 135%; } }

@media (min-width: 64rem) {
  .line-hor-serv-bottom {
    display: none; } }

@media (min-width: 81.25rem) {
  .line-hor-serv-bottom-med {
    top: 100%; } }

.vert-left {
  height: 90%;
  left: 10%;
  top: 5%;
  bottom: 5%; }

@media (min-width: 35rem) {
  .vert-left {
    left: 25%; } }

@media (min-width: 64rem) {
  .vert-left {
    left: 31%; } }

@media (min-width: 81.25rem) {
  .vert-left {
    left: 10%; } }

@media (min-width: 110rem) {
  .vert-left {
    left: 15%; } }

.vert-left-left {
  display: none; }

@media (min-width: 81.25rem) {
  .vert-left-left {
    display: block;
    height: 90%;
    top: 5%;
    bottom: 5%;
    margin-left: 10%;
    left: calc(80% / 3);
    margin-left: 10%; } }

@media (min-width: 110rem) {
  .vert-left-left {
    left: calc(70% / 3);
    margin-left: 15%; } }

.vert-right {
  height: 90%;
  right: 10%;
  top: 5%;
  bottom: 5%; }

@media (min-width: 35rem) {
  .vert-right {
    right: 25%; } }

@media (min-width: 64rem) {
  .vert-right {
    right: 30.8%; } }

@media (min-width: 81.25rem) {
  .vert-right {
    right: 10%; } }

@media (min-width: 110rem) {
  .vert-right {
    right: 15%; } }

.vert-right-right {
  height: 90%;
  top: 5%;
  bottom: 5%;
  margin-right: 5%;
  display: none; }

@media (min-width: 81.25rem) {
  .vert-right-right {
    display: block;
    right: calc(80% / 3);
    margin-right: 10%; } }

@media (min-width: 110rem) {
  .vert-right-right {
    right: calc(70% / 3);
    margin-right: 15%; } }

.product-carousel-layout-taxonomy {
  position: absolute;
  height: 100%;
  position: absolute;
  -ms-flex-pack: justify;
      justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1; }

.carousel-slider-layout-outer-taxonomy {
  position: relative; }

@media (min-width: 64rem) {
  .carousel-slider-layout-outer-taxonomy {
    margin-bottom: 7rem; } }

.vert-right-taxonomy {
  display: none; }

@media (min-width: 35rem) {
  .vert-right-taxonomy {
    display: block;
    height: 90%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    margin-right: 5%; } }

@media (min-width: 81.25rem) {
  .vert-right-taxonomy {
    right: calc(80% / 3);
    margin-right: 10%; } }

.vert-right-right-taxonomy {
  display: none; }

@media (min-width: 64rem) {
  .vert-right-right-taxonomy {
    display: block;
    height: 90%;
    right: 9%;
    top: 5%;
    bottom: 5%;
    margin-right: 5%; } }

@media (min-width: 81.25rem) {
  .vert-right-right-taxonomy {
    right: calc(80% / 3);
    margin-right: 10%; } }

@media (min-width: 110rem) {
  .vert-right-right-taxonomy {
    right: calc(70% / 3);
    margin-right: 15%; } }

.vert-left-taxonomy {
  height: 90%;
  left: 54%;
  top: 5%;
  bottom: 5%; }

@media (min-width: 35rem) {
  .vert-left-taxonomy {
    left: 50%; } }

@media (min-width: 81.25rem) {
  .vert-left-taxonomy {
    left: 10%; } }

@media (min-width: 110rem) {
  .vert-left-taxonomy {
    left: 15%; } }

@media (min-width: 35rem) {
  .vert-left-left-taxonomy {
    height: 90%;
    top: 5%;
    bottom: 5%;
    left: 5%; } }

@media (min-width: 64rem) {
  .vert-left-left-taxonomy {
    left: 10%; } }

@media (min-width: 81.25rem) {
  .vert-left-left-taxonomy {
    left: calc(80% / 3);
    margin-left: 10%; } }

@media (min-width: 110rem) {
  .vert-left-left-taxonomy {
    left: calc(70% / 3);
    margin-left: 15%; } }

@media (min-width: 81.25rem) {
  .hor3 {
    width: 33% !important; } }

@media (min-width: 81.25rem) {
  .hor6 {
    width: 75% !important; } }

.hor-top {
  top: 0; }

.hor-bottom {
  bottom: 0; }

.vert-left-related {
  height: 90%;
  top: 5%;
  bottom: 5%;
  left: 5%; }

@media (min-width: 35rem) {
  .vert-left-related {
    display: none; } }

@media (min-width: 64rem) {
  .vert-left-related {
    display: block;
    left: 11.5%; } }

@media (min-width: 81.25rem) {
  .vert-left-related {
    left: 9%; } }

@media (min-width: 110rem) {
  .vert-left-related {
    left: 15%; } }

.vert-right-related {
  height: 90%;
  top: 5%;
  bottom: 5%;
  right: 5%; }

@media (min-width: 35rem) {
  .vert-right-related {
    display: none; } }

@media (min-width: 64rem) {
  .vert-right-related {
    display: block;
    right: 19.5%; } }

@media (min-width: 81.25rem) {
  .vert-right-related {
    right: 9%; } }

@media (min-width: 110rem) {
  .vert-right-related {
    right: 15%; } }

.vert-right-right-related {
  height: 90%;
  top: 5%;
  bottom: 5%;
  right: 36%; }

@media (min-width: 35rem) {
  .vert-right-right-related {
    right: 50%; } }

@media (min-width: 64rem) {
  .vert-right-right-related {
    right: 54%; } }

@media (min-width: 81.25rem) {
  .vert-right-right-related {
    right: 36.3%; } }

@media (min-width: 110rem) {
  .vert-right-right-related {
    right: 38.3%; } }

.vert-left-left-related {
  height: 90%;
  top: 5%;
  bottom: 5%;
  left: 34%; }

@media (min-width: 35rem) {
  .vert-left-left-related {
    display: none; } }

@media (min-width: 81.25rem) {
  .vert-left-left-related {
    display: block;
    left: 36.3%; } }

@media (min-width: 110rem) {
  .vert-left-left-related {
    left: 38.3%; } }

.vert-right-service {
  display: none; }

@media (min-width: 64rem) {
  .vert-right-service {
    display: block;
    top: 0;
    right: 50%; } }

.vert-right-service-plan {
  display: none; }

@media (min-width: 64rem) {
  .vert-right-service-plan {
    display: block;
    top: 0;
    right: 0; } }

.btn-vert {
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: var(--clr-n-500);
  z-index: 50;
  top: 0; }

.btn-vert__left {
  left: 0; }

.btn-vert__right {
  right: 0; }

.btn-hor {
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: var(--clr-n-500);
  left: 0; }

.btn-hor__top {
  top: 0; }

.btn-hor__bottom {
  bottom: 0;
  left: 100%; }

.btn-hor__bottom-inverted {
  left: 100%;
  bottom: 0; }

.blog-vert {
  display: none;
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: var(--clr-n-500);
  z-index: 50;
  top: 0; }

.blog-vert__left {
  left: 0; }

.blog-vert__right {
  right: 0; }

.blog-hor {
  display: none;
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: var(--clr-n-500);
  left: 0; }

.blog-hor__top {
  top: 0;
  left: 0%; }

.blog-hor__bottom {
  bottom: 0;
  left: 0%; }

@media (min-width: 35rem) {
  .timeline-line-vert {
    height: 99%;
    width: 1px;
    position: absolute;
    background-color: var(--clr-n-500); } }

.product-taxonomy-layout__2-p {
  display: inherit;
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0; }

@media (min-width: 35rem) {
  .product-taxonomy-layout__2-p .vert-left-left-taxonomy {
    display: none; } }

@media (min-width: 64rem) {
  .product-taxonomy-layout__2-p .vert-left-left-taxonomy {
    display: block;
    left: 11.5%; }
  .product-taxonomy-layout__2-p .vert-right-right-taxonomy {
    right: 14%; }
  .product-taxonomy-layout__2-p .vert-left-taxonomy {
    left: 46%; } }

@media (min-width: 81.25rem) {
  .product-taxonomy-layout__2-p .line-hor {
    width: 70%; }
  .product-taxonomy-layout__2-p .vert-left-taxonomy {
    height: 96%;
    top: 2%;
    bottom: 2%;
    left: 36%; }
  .product-taxonomy-layout__2-p .vert-left-left-taxonomy {
    height: 96%;
    top: 2%;
    bottom: 2%;
    left: 0;
    margin-left: 8%; }
  .product-taxonomy-layout__2-p .vert-right-right-taxonomy {
    right: 22%;
    height: 96%;
    top: 2%;
    bottom: 2%;
    margin-right: 14%; } }

@media (min-width: 110rem) {
  .product-taxonomy-layout__2-p .vert-left-taxonomy {
    left: 39.5%; }
  .product-taxonomy-layout__2-p .vert-left-left-taxonomy {
    margin-left: 14%; }
  .product-taxonomy-layout__2-p .vert-right-right-taxonomy {
    right: 21%; } }

.product-taxonomy-layout__3-p {
  display: inherit;
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0; }

@media (min-width: 35rem) {
  .product-taxonomy-layout__3-p .vert-left-left-taxonomy {
    display: none; } }

@media (min-width: 64rem) {
  .product-taxonomy-layout__3-p .vert-left-left-taxonomy {
    display: block;
    left: 11.5%; }
  .product-taxonomy-layout__3-p .vert-right-right-taxonomy {
    right: 14%; }
  .product-taxonomy-layout__3-p .vert-left-taxonomy {
    left: 46%; } }

@media (min-width: 81.25rem) {
  .product-taxonomy-layout__3-p .line-hor {
    width: 100%; }
  .product-taxonomy-layout__3-p .vert-left-taxonomy {
    height: 96%;
    top: 2%;
    bottom: 2%;
    left: 36%; }
  .product-taxonomy-layout__3-p .vert-left-left-taxonomy {
    height: 96%;
    top: 2%;
    bottom: 2%;
    left: 0;
    margin-left: 8%; }
  .product-taxonomy-layout__3-p .vert-right-right-taxonomy {
    right: 22%;
    height: 96%;
    top: 2%;
    bottom: 2%;
    margin-right: 14%; } }

@media (min-width: 110rem) {
  .product-taxonomy-layout__3-p .vert-left-taxonomy {
    left: 39.5%; }
  .product-taxonomy-layout__3-p .vert-left-left-taxonomy {
    margin-left: 14%; }
  .product-taxonomy-layout__3-p .vert-right-right-taxonomy {
    right: 21%; } }

.about-hero-heading {
  padding-top: 7.75rem;
  padding-left: 5%;
  padding-right: 5%; }

@media (min-width: 35rem) {
  .about-hero-heading {
    padding-top: 10.8125rem;
    padding-left: 9%;
    padding-right: 9%; } }

@media (min-width: 64rem) {
  .about-hero-heading {
    padding-left: 11.5%;
    padding-right: 11.5%; } }

@media (min-width: 81.25rem) {
  .about-hero-heading {
    padding-left: 9%;
    padding-right: 9%; } }

@media (min-width: 110rem) {
  .about-hero-heading {
    padding-left: 15%;
    padding-right: 15%; } }

.about-intro {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  padding-top: 1rem; }

@media (min-width: 81.25rem) {
  .about-intro {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-top: 12.5rem; } }

.about-intro-item:first-child {
  position: relative; }

.about-intro-item:first-child:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 66.6666666667%; }

.about-intro-item:first-child > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 64rem) {
  .about-intro-item:first-child {
    position: relative; }
  .about-intro-item:first-child:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 66.6666666667%; }
  .about-intro-item:first-child > .image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media (min-width: 81.25rem) {
  .about-intro-item:first-child {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%; } }

.about-intro-item {
  padding-bottom: 2rem;
  background-size: cover; }

.about-intro-item h2 {
  border-bottom: 0.125rem solid var(--clr-n-500);
  padding-bottom: 1.625rem; }

.about-intro-item .first-para {
  margin-top: 2.8125rem;
  margin-bottom: 1.5rem; }

@media (min-width: 35rem) {
  .about-intro-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-intro-item .first-para {
    margin-top: 0;
    margin-bottom: 0; }
  .about-intro-item h2 {
    border-bottom: none;
    padding-top: 9.6875rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 2.625rem; }
  .about-intro-item p {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

.about-intro-item p {
  color: var(--clr-n-400); }

@media (min-width: 64rem) {
  .about-intro-item {
    border-bottom: none;
    padding-bottom: 4rem; }
  .about-intro-item h2 {
    border-bottom: none;
    padding-top: 9.6875rem; } }

@media (min-width: 81.25rem) {
  .about-intro-item {
    display: block;
    padding-bottom: 0; } }

@media (min-width: 81.25rem) {
  .about-intro-item:last-child {
    -ms-flex-preferred-size: calc(34% - 2.875rem);
        flex-basis: calc(34% - 2.875rem);
    margin-left: 2.875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-intro-item:last-child h2 {
    padding-top: 0;
    padding-bottom: 0rem;
    margin-bottom: 0; }
  .about-intro-item:last-child .first-para {
    padding-bottom: 0;
    margin-top: 2rem;
    margin-bottom: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .about-intro-item:last-child .semibold {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 1rem; } }

.popup-about {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-color: var(--clr-s-500);
  z-index: 9999;
  overflow-y: scroll;
  pointer-events: none; }

.popup-about p {
  color: var(--clr-n-100) !important; }

.popup-about .senior-member__name {
  color: var(--clr-p-200) !important; }

.popup-about .line-hor,
.popup-about .line-vert {
  background-color: var(--clr-p-200);
  display: block !important; }

.popup-about .line-vert {
  top: 0;
  position: absolute;
  height: 100%;
  width: 1px; }

.popup-about__frame {
  position: relative;
  margin: 1rem; }

@media (min-width: 81.25rem) {
  .popup-about__frame {
    margin: 6rem 40% 6rem 4rem; } }

@media (min-width: 110rem) {
  .popup-about__frame {
    margin-right: 50%; } }

.popup-about__inner-content {
  padding: 4rem 2.5rem; }

.popup-about__name {
  font-weight: 400; }

.popup-about__linkedin {
  display: block;
  margin-top: 1rem; }

.popup-about .closing-popup {
  position: absolute;
  right: 2.5rem;
  top: 4rem;
  cursor: pointer; }

.popup-about .vert-right-service {
  right: 0; }

.about__certifications__text {
  padding-bottom: 3.3125rem; }

@media (min-width: 81.25rem) {
  .about__certifications__text {
    padding-bottom: 2rem; } }

.about__certifications__documents {
  padding-top: 3.12rem; }

.about__certifications__documents a,
.about__certifications__documents li {
  color: var(--clr-n-100);
  list-style-type: none;
  margin-left: 0; }

body.home #webi-section {
  transition: background-color 0.5s ease-in; }

body.home #webi-section .webi-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

body.home #webi-section .webi-img-home {
  transition: -webkit-clip-path 0.5s ease-in;
  transition: clip-path 0.5s ease-in;
  transition: clip-path 0.5s ease-in, -webkit-clip-path 0.5s ease-in; }

body.home .blog-card {
  border: none; }

body.home .blog-card .blog-hor {
  display: block; }

body.home .blog-card .blog-vert {
  display: block; }

@media (min-width: 64rem) {
  .hero-home {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    background-position: top top;
    background-repeat: no-repeat;
    background-size: 100%; } }

.intro-home {
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
  height: 105vh;
  display: grid;
  -ms-flex-align: center;
      align-items: center; }

.intro-home .hero-h1 {
  max-width: 95ch;
  text-align: center;
  margin: auto auto 0.75em auto; }

.intro-home p {
  max-width: 35ch;
  margin: 6.8125rem auto 4rem auto; }

.product-section-home {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  padding: 9.3125rem 0 9rem 0; }

.product-section-home h3 {
  -ms-flex-item-align: center;
      align-self: center; }

.product-section-home .prod-tagline {
  margin-top: 5em;
  margin-bottom: 5rem;
  padding: 0 5%;
  color: var(--clr-n-300); }

@media (min-width: 81.25rem) {
  .product-section-home .prod-tagline {
    padding: 0; } }

@media (min-width: 35rem) {
  .product-section-home {
    padding: 9.3125rem 0 12.5rem 0; } }

.prod-heading {
  max-width: 12ch;
  font-size: var(--fs-h2); }

@media (min-width: 35rem) {
  .prod-heading {
    max-width: 24ch;
    font-size: var(--fs-h3); } }

.blog-heading-home {
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 9.125rem; }

.blog-heading-home p {
  color: var(--clr-n-300);
  padding-bottom: 5.1875rem; }

.blog-heading-home h4 {
  padding-bottom: 0.6875rem; }

.blog-heading-home h3 {
  font-size: 2.5rem; }

@media (min-width: 35rem) {
  .blog-heading-home h3 {
    font-size: var(--fs-h2); } }

.blog-heading-home h4,
.blog-heading-home h3,
.blog-heading-home p {
  padding-left: 5%;
  padding-right: 5%; }

@media (min-width: 35rem) {
  .blog-heading-home h4,
  .blog-heading-home h3,
  .blog-heading-home p {
    padding-left: 9%; } }

@media (min-width: 64rem) {
  .blog-heading-home h4,
  .blog-heading-home h3,
  .blog-heading-home p {
    padding-left: 11.5%; } }

@media (min-width: 81.25rem) {
  .blog-heading-home h4,
  .blog-heading-home h3,
  .blog-heading-home p {
    padding-left: 9%; } }

@media (min-width: 110rem) {
  .blog-heading-home h4,
  .blog-heading-home h3,
  .blog-heading-home p {
    padding-left: 15%; } }

.progress-bar-container {
  display: none; }

@media (min-width: 35rem) {
  .progress-bar-container {
    display: block;
    position: absolute;
    right: 10%;
    left: 55%;
    bottom: 6%; } }

@media (min-width: 64rem) {
  .progress-bar-container {
    left: 57%; } }

@media (min-width: 81.25rem) {
  .progress-bar-container {
    top: 95%;
    left: 65%;
    right: 10%; } }

@media (min-width: 81.25rem) {
  .progress-bar-container {
    left: 65%;
    right: 10%; } }

@media (min-width: 110rem) {
  .progress-bar-container {
    left: 60%;
    right: 15%; } }

.slider-progress-bar-base {
  height: 1px;
  position: relative;
  opacity: 0.4; }

.slider-progress-bar-top {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 33%;
  height: 3px; }

@media (min-width: 35rem) {
  .prod-heading {
    padding: 1rem; } }

.blog-cards-home .blog-card > .blog-title {
  height: 100px; }

@media (min-width: 35rem) {
  .blog-cards-home .blog-card > .blog-title {
    height: 150px !important; } }

@media (min-width: 64rem) {
  .blog-cards-home .blog-card > .blog-title {
    height: auto !important; } }

.blog-cards-home .is-selected > .blog-title {
  height: auto !important;
  min-height: 100px; }

@media (min-width: 35rem) {
  .blog-cards-home .is-selected > .blog-title {
    height: 150px !important; } }

@media (min-width: 64rem) {
  .blog-cards-home .is-selected > .blog-title {
    height: auto !important; } }

.inner-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 35rem) {
  .inner-container {
    max-width: 82%; } }

@media (min-width: 64rem) {
  .inner-container {
    max-width: 77%; } }

@media (min-width: 81.25rem) {
  .inner-container {
    max-width: 82%; } }

@media (min-width: 110rem) {
  .inner-container {
    max-width: 70%; } }

.full-width {
  margin-left: calc(-100vw / 2 + 15em / 2);
  margin-right: calc(-100vw / 2 + 15em / 2); }

.column-4 {
  max-width: calc((100vw - 5rem) / 12 * 4 - 5rem); }

.column-4 {
  max-width: calc((100vw - 5rem) / 12 * 4 - 5rem); }

@media (min-width: 64rem) {
  .inner-container-ipad {
    padding: 0 calc(((100vw - 64px) / 12));
    margin: 0 32px; } }

@media (min-width: 81.25rem) {
  .inner-container-ipad {
    padding: 0 9%; } }

@media (min-width: 110rem) {
  .inner-container-ipad {
    padding: 0 15%;
    margin: 0; } }

body.tax-products-catalog #logo-radiologia > g > path,
body.tax-products-catalog #responsive-outer-logo > g > path,
body.tax-products-catalog .mobile-nav-main-icon > g > path {
  fill: var(--clr-p-200); }

body.tax-products-catalog .mobile-nav-main-icon > g > path {
  fill: white; }

body.tax-products-catalog .menu-white-back {
  color: white !important;
  position: relative; }

body.tax-products-catalog .menu-white-back::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: url(../assets/vector/icons/Icon/Dropdown/Lightest.svg);
  height: 1.5rem;
  width: 1.5rem;
  left: 5.75rem;
  top: 0px; }

body.tax-products-catalog #menu-item-197 a:first-child ::before  {
  content: url(../assets/vector/icons/Icon/Dropdown/Lightest.svg); }

body.tax-products-catalog .main-nav-item > a {
  color: white; }

body.tax-products-catalog #menu-menu-principal #menu-item-169 a:first-child::before {
  content: url(../assets/vector/icons/Icon/Dropdown/lightest.svg); }

body.tax-products-catalog #menu-menu-principal > #menu-item-197 a:first-child::before {
  content: url(../assets/vector/icons/Icon/Dropdown/lightest.svg); }

.hero-product-tax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 7.625rem;
  padding-bottom: 17.875rem;
  padding-left: 5%;
  padding-right: 5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.hero-product-tax h1 {
  padding-bottom: 3.3125rem; }

@media (min-width: 35rem) {
  .hero-product-tax {
    padding-top: 11.625rem;
    padding-bottom: 7.5rem;
    padding-left: 9%;
    padding-right: 9%; } }

@media (min-width: 64rem) {
  .hero-product-tax {
    padding-left: 11.5%;
    padding-right: 11.5%; } }

@media (min-width: 81.25rem) {
  .hero-product-tax {
    padding-left: 9%;
    padding-right: 9%; } }

@media (min-width: 110rem) {
  .hero-product-tax {
    padding-left: 15%;
    padding-right: 15%; } }

.hero-product-tax {
  -ms-flex-direction: column;
      flex-direction: column; }

.hero-product-tax .hero-content-product-tax {
  max-width: 60ch;
  color: var(--clr-n-100); }

.hero-product-tax h1 {
  color: var(--clr-n-100); }

.main-content-product-tax {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 6.6875rem;
  padding-bottom: 4.5rem; }

.main-content-product-tax .selection-filter {
  color: var(--clr-n-300);
  padding-top: 3rem; }

.main-content-product-tax h3,
.main-content-product-tax .selection-filter {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 6rem; }

@media (min-width: 35rem) {
  .main-content-product-tax h3,
  .main-content-product-tax .selection-filter {
    text-align: left;
    padding-left: 9%;
    padding-right: 9%;
    padding-bottom: 3.8125rem; } }

@media (min-width: 64rem) {
  .main-content-product-tax h3,
  .main-content-product-tax .selection-filter {
    padding-left: 11.5%;
    padding-right: 11.5%; } }

@media (min-width: 81.25rem) {
  .main-content-product-tax h3,
  .main-content-product-tax .selection-filter {
    padding-bottom: 0;
    padding-left: 9%;
    padding-right: 9%; }
  .main-content-product-tax h3 {
    padding-bottom: 48px; } }

@media (min-width: 110rem) {
  .main-content-product-tax h3,
  .main-content-product-tax .selection-filter {
    padding-left: 15%;
    padding-right: 15%; } }

.product-carousel-slider {
  margin-left: 5%;
  margin-right: 5%;
  height: 145vw; }

.product-carousel-slider .flickity-viewport {
  z-index: 2;
  height: 100% !important; }

@media (min-width: 35rem) {
  .product-carousel-slider {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    border-bottom: none;
    margin-left: 9%;
    margin-right: 9%; } }

@media (min-width: 64rem) {
  .product-carousel-slider {
    margin-left: 11.5%;
    margin-right: 11.5%; } }

@media (min-width: 81.25rem) {
  .product-carousel-slider {
    margin-left: 9%;
    height: 100%; } }

@media (min-width: 110rem) {
  .product-carousel-slider {
    margin-left: 15%;
    margin-right: 14%; } }

.product-carousel-slider::after {
  content: "flickity";
  display: none; }

@media (min-width: 35rem) {
  .product-carousel-slider::after {
    content: ""; } }

.radiology-tax-carousels {
  position: relative; }

.tax-rad-carousel-1,
.tax-rad-carousel-2,
.tax-rad-carousel-3,
.tax-rad-carousel-4 {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none; }

.static {
  position: static !important; }

.carousel-active {
  opacity: 1;
  pointer-events: unset; }

.taxi-slider {
  height: 135vw; }

@media (min-width: 35rem) {
  .taxi-slider {
    height: 100%; } }

.taxi-slider .flickity-page-dots {
  top: -41px; }

.radi-heading {
  padding-bottom: 0; }

body.single-products .footer-top {
  margin-top: 0.5rem; }

@media (min-width: 110rem) {
  body.single-products .form-contact {
    margin: 0; } }

#caracteristicas-producto li,
#adquisicion-opciones-container li,
#clinical-use li,
#tech-specs li {
  margin-left: 5%;
  padding-left: 0.75rem;
  line-height: 1.7142857143; }

@media (min-width: 35rem) {
  #caracteristicas-producto li,
  #adquisicion-opciones-container li,
  #clinical-use li,
  #tech-specs li {
    margin-left: 2.1875rem; } }

@media (min-width: 64rem) {
  #caracteristicas-producto li,
  #adquisicion-opciones-container li,
  #clinical-use li,
  #tech-specs li {
    margin-left: 2.2rem; } }

#caracteristicas-producto p,
#caracteristicas-producto li,
#adquisicion-opciones-container p,
#adquisicion-opciones-container li,
#clinical-use p,
#clinical-use li,
#tech-specs p,
#tech-specs li {
  color: var(--clr-n-300);
  font-size: 0.875rem; }

.main-form-container {
  padding-top: 6.25rem; }

.hero-product-single {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.625rem; }

@media (min-width: 35rem) {
  .hero-product-single {
    padding-top: 11.625rem; } }

.hero-product-single p {
  max-width: 84ch;
  font-size: 1rem !important;
  padding-top: 1.5rem; }

.hero-product-single h3 {
  padding-left: 5%;
  padding-bottom: 2.8125rem; }

@media (min-width: 35rem) {
  .hero-product-single h3 {
    padding-left: 9%; } }

@media (min-width: 64rem) {
  .hero-product-single h3 {
    padding-left: 11.5%; } }

@media (min-width: 81.25rem) {
  .hero-product-single h3 {
    padding-left: 9%; } }

@media (min-width: 110rem) {
  .hero-product-single h3 {
    padding-left: 15%; } }

@media (min-width: 64rem) {
  .hero-product-single {
    padding-top: 11.625rem; } }

.ov-none {
  overflow: visible; }

.product-feat-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.product-feat-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 82.2695035461%; }

.product-feat-image > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.suplementary-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5rem; }

@media (min-width: 35rem) {
  .suplementary-images {
    padding-top: 5.4375rem; } }

@media (min-width: 64rem) {
  .suplementary-images {
    padding-top: 5.5rem; } }

.suplementary-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  -ms-flex: 100%;
      flex: 100%;
  position: relative; }

@media (min-width: 81.25rem) {
  .suplementary-image {
    -ms-flex: 50%;
        flex: 50%; } }

@media (min-width: 81.25rem) {
  .suplementary-image:not(:first-child) {
    border-left: white 10px solid; } }

.suplementary-image:not(:last-child) {
  margin-bottom: 1rem; }

@media (min-width: 35rem) {
  .suplementary-image:not(:last-child) {
    margin-bottom: 2rem; } }

@media (min-width: 81.25rem) {
  .suplementary-image:not(:last-child) {
    margin-bottom: 0;
    border-right: white 10px solid; } }

.suplementary-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 82.4593128391%; }

.suplementary-image > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#caracteristicas-producto {
  margin-top: 5rem;
  margin-bottom: 3rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 35rem) {
  #caracteristicas-producto {
    padding-bottom: 3.125rem;
    margin-bottom: 0; } }

#caracteristicas-producto .hor-bottom {
  display: none; }

@media (min-width: 35rem) {
  #caracteristicas-producto .hor-bottom {
    display: block; } }

#caracteristicas-producto .caracteristicas-title {
  position: relative;
  color: var(--clr-n-400);
  letter-spacing: 1pt;
  -ms-flex: 100%;
      flex: 100%; }

@media (min-width: 35rem) {
  #caracteristicas-producto .caracteristicas-title {
    margin-bottom: 2.375rem; } }

#caracteristicas-producto .caracteristicas-1,
#caracteristicas-producto .caracteristicas-2 {
  -ms-flex: 100%;
      flex: 100%;
  color: var(--clr-n-300);
  font-size: 14px; }

@media (min-width: 81.25rem) {
  #caracteristicas-producto .caracteristicas-1,
  #caracteristicas-producto .caracteristicas-2 {
    -ms-flex: 50%;
        flex: 50%; } }

@media (min-width: 35rem) {
  #caracteristicas-producto .caracteristicas-1 {
    padding-right: 2rem; } }

@media (min-width: 64rem) {
  #caracteristicas-producto .caracteristicas-2 {
    margin-top: 0; } }

@media (min-width: 35rem) {
  #caracteristicas-producto h4 {
    padding-top: 8px; } }

#adquisicion-opciones-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4.5rem;
  position: relative; }

@media (min-width: 35rem) {
  #adquisicion-opciones-container {
    margin-top: 0; } }

#adquisicion-opciones-container .features-subtitle {
  padding: 2rem 5%; }

#adquisicion-opciones-container .features-subtitle h4 {
  color: var(--clr-n-400); }

#adquisicion-opciones-container .features-subtitle .opcional-titulo h4 {
  margin-left: 16px; }

@media (min-width: 35rem) {
  #adquisicion-opciones-container .features-subtitle {
    padding: 0; } }

#adquisicion-producto {
  position: relative; }

#adquisicion-producto p,
#adquisicion-producto li {
  color: var(--clr-n-300); }

#adquisicion-producto .hor-bottom {
  display: none; }

#adquisicion-producto .adquisicion-titulo {
  position: relative; }

@media (min-width: 35rem) {
  #adquisicion-producto .hor-bottom {
    display: block; }
  #adquisicion-producto .adquisicion-titulo {
    margin-bottom: 2.375rem; } }

@media (min-width: 64rem) {
  #adquisicion-producto .adquisicion-titulo {
    margin-bottom: 0; }
  #adquisicion-producto .adquisicion-content {
    padding-right: 1.3rem; } }

#opcional-producto {
  position: relative; }

#opcional-producto p,
#opcional-producto li {
  color: var(--clr-n-300); }

#opcional-producto .opcional-titulo {
  position: relative; }

#opcional-producto .opcional-titulo .hor-bottom {
  display: none; }

@media (min-width: 35rem) {
  #opcional-producto .opcional-titulo {
    margin-bottom: 2.375rem; }
  #opcional-producto .opcional-titulo .hor-bottom {
    display: block; } }

@media (min-width: 64rem) {
  #opcional-producto .opcional-titulo {
    margin-bottom: 0; } }

#opcional-producto .features-subtitle:last-child {
  padding-bottom: 4.5rem; }

@media (min-width: 35rem) {
  #opcional-producto .features-subtitle:last-child {
    padding-bottom: 3.125rem; }
  #opcional-producto .features-subtitle:last-child ul {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, auto); }
  #opcional-producto .features-subtitle:last-child li {
    margin-left: 2.25rem; } }

.opcional-container,
.adquisicion-container {
  -ms-flex: 100%;
      flex: 100%; }

@media (min-width: 64rem) {
  .opcional-container,
  .adquisicion-container {
    -ms-flex: 50%;
        flex: 50%; }
  .opcional-container ul,
  .adquisicion-container ul {
    padding: 2.375rem 2rem; } }

.adquisicion-content {
  padding-bottom: 4.5rem; }

@media (min-width: 35rem) {
  .adquisicion-content {
    padding-bottom: 3.125rem !important; } }

@media (min-width: 64rem) {
  .adquisicion-content {
    padding-bottom: 0; }
  .adquisicion-content ul {
    padding: 2.375rem 0 0; }
  .adquisicion-content ul li {
    margin-left: 0; } }

.adquisicion-content,
.adquisicion-titulo {
  font-size: 14px;
  width: 100%;
  -ms-flex: 100%;
      flex: 100%; }

@media (min-width: 64rem) {
  .adquisicion-content,
  .adquisicion-titulo {
    border-right: 1px solid black;
    -ms-flex: 50%;
        flex: 50%; } }

@media (min-width: 35rem) {
  .opcional-titulo .hor-top {
    display: none; } }

#caracteristicas-producto h4 {
  padding-top: 2rem;
  margin-bottom: 2.75rem; }

#caracteristicas-producto h4,
.adquisicion-titulo h4,
.opcional-titulo h4 {
  padding-bottom: 0;
  font-weight: 300; }

#caracteristicas-producto h4 .hor-bottom,
.adquisicion-titulo h4 .hor-bottom,
.opcional-titulo h4 .hor-bottom {
  display: none; }

@media (min-width: 35rem) {
  #caracteristicas-producto h4,
  .adquisicion-titulo h4,
  .opcional-titulo h4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-weight: 300;
    margin-bottom: 0; }
  #caracteristicas-producto h4 .hor-bottom,
  .adquisicion-titulo h4 .hor-bottom,
  .opcional-titulo h4 .hor-bottom {
    display: block; } }

@media (min-width: 64rem) {
  .opcional-content ul {
    padding: 2.375rem 0rem; }
  .opcional-content ul li {
    margin-left: 2.2rem !important; } }

.clinical-use-sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--clr-n-300);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.clinical-use-sub h3 {
  color: var(--clr-n-500); }

@media (min-width: 64rem) {
  .clinical-use-sub {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .clinical-use-sub .features-subtitle,
  .clinical-use-sub .suplementary-image {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .clinical-use-sub .features-subtitle {
    margin-top: 0.5rem; }
  .clinical-use-sub .features-subtitle li {
    margin-left: 2.2rem !important; }
  .clinical-use-sub .suplementary-image {
    position: relative;
    border-right: none !important; }
  .clinical-use-sub .suplementary-image:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 73.4693877551%; }
  .clinical-use-sub .suplementary-image > .image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media (min-width: 81.25rem) {
  .clinical-use-sub {
    -ms-flex-align: center;
        align-items: center; }
  .clinical-use-sub .features-subtitle {
    margin-top: 0;
    -ms-flex: 0 0 calc(50% - 1.5rem);
        flex: 0 0 calc(50% - 1.5rem);
    margin-left: 1.5rem;
    padding-right: 4.4rem;
    -ms-flex-negative: 1;
        flex-shrink: 1; } }

.clinical-use h3 {
  padding-top: 10.1875rem; }

@media (min-width: 35rem) {
  .clinical-use h3  {
    padding-top: 11.1875rem; } }

@media (min-width: 64rem) {
  .clinical-use h3 {
    padding-top: 11.875rem;
    padding-bottom: 2.625rem; } }

@media (min-width: 64rem) {
  .clinical-use-sub .suplementary-image {
    border-right: 32px solid white;
    background-size: cover; } }

.tech-specs h4 {
  color: var(--clr-n-500) !important; }

.tech-specs h3 {
  padding-bottom: 2.8125rem;
  padding-top: 10.8125rem; }

@media (min-width: 35rem) {
  .tech-specs h3 {
    padding-top: 11.1875rem; } }

@media (min-width: 64rem) {
  .tech-specs h3 {
    padding-top: 11.8125rem; } }

.tech-specs-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px var(--clr-n-300) solid;
  border-bottom: 1px var(--clr-n-300) solid;
  -ms-flex-pack: center;
      justify-content: center; }

@media (min-width: 64rem) {
  .tech-specs-grid {
    -ms-flex-pack: start;
        justify-content: start; } }

.tech-specs-grid .tech-spec-grid-item {
  display: -ms-flexbox;
  display: flex;
  padding: 1.3125rem 0;
  color: var(--clr-n-300);
  -ms-flex-align: start;
      align-items: flex-start;
  min-height: 100px;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  position: relative; }

.tech-specs-grid .tech-spec-grid-item:not(:first-child)   {
  border-top: 1px var(--clr-n-300) solid; }

.tech-specs-grid .tech-spec-grid-item:not(:last-child) {
  border-bottom: 1px var(--clr-n-300) solid; }

@media (min-width: 35rem) {
  .tech-specs-grid .tech-spec-grid-item {
    padding: 1.3125rem 1.5rem;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 100%; } }

@media (min-width: 64rem) {
  .tech-specs-grid .tech-spec-grid-item {
    padding: 2em; } }

@media (min-width: 81.25rem) {
  .tech-specs-grid .tech-spec-grid-item:nth-child(7) {
    border-bottom: none; } }

.tech-grid-flex {
  border: none; }

.tech-spec-flex {
  -ms-flex: 100% !important;
      flex: 100% !important; }

@media (min-width: 64rem) {
  .tech-spec-flex .subitem-content {
    text-align: right !important; } }

@media (min-width: 64rem) {
  .tech-spec-flex {
    position: relative;
    border: none !important;
    padding: 2rem 0 !important; } }

.tech-spec-flex h4 {
  color: var(--clr-n-500); }

.tech-spec-flex .tech-spec-grid-subitem {
  padding: 0 2rem; }

.flexible-tech-specs-container  {
  position: relative; }

#docu {
  padding: 5rem 0; }

#docu p {
  color: var(--clr-n-100);
  font-size: 1rem; }

#docu .heading-docu {
  padding-bottom: 3rem; }

@media (min-width: 35rem) {
  #docu {
    padding: 5rem 0 8.1875rem; } }

.product-docu {
  margin-top: 10rem; }

.not-bot {
  border-bottom: 0; }

@media (min-width: 81.25rem) {
  .bor-left {
    border-left: 1px var(--clr-n-500) solid; } }

.documentation-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.documentation-inner h4 {
  padding-bottom: 1.5rem; }

.docu-inner-item a {
  color: white; }

.docu-inner-item:last-child h4 {
  margin-top: 2.25rem; }

@media (min-width: 64rem) {
  .docu-inner-item:last-child {
    margin-left: 3rem; }
  .docu-inner-item:last-child h4 {
    margin-top: 0; } }

@media (min-width: 81.25rem) {
  .docu-inner-item:last-child {
    margin-left: 0; } }

.icon-download,
.icon-link {
  padding-bottom: 1.1rem;
  color: var(--clr-n-100) !important; }

.icon-download {
  display: -ms-flexbox;
  display: flex;
  color: var(--clr-n-100) !important;
  position: relative; }

.icon-download p {
  padding-left: 40px; }

.icon-download::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: initial;
  height: 20px;
  width: 20px;
  padding-right: 30px;
  background-image: url(../assets/vector/icons/Icon/Download.svg);
  background-size: 75%;
  background-repeat: no-repeat; }

.icon-link {
  display: -ms-flexbox;
  display: flex;
  color: var(--clr-n-100) !important;
  position: relative; }

.icon-link p {
  padding-left: 40px; }

.icon-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: initial;
  height: 20px;
  width: 20px;
  padding-right: 30px;
  background-image: url(../assets/vector/icons/Icon/Link.svg);
  background-size: 75%;
  background-repeat: no-repeat; }

.adquisicion-titulo,
.opcional-titulo {
  padding-bottom: 0 !important; }

.feat-excellence {
  position: relative; }

.feat-excellence:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 82.2695035461%; }

.feat-excellence > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sup-1-1 {
  position: relative; }

.sup-1-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%; }

.sup-1-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.feat-fp {
  position: relative; }

.feat-fp:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 73.7588652482%; }

.feat-fp > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.feat-poly  {
  position: relative; }

.feat-poly :before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 74.4680851064%; }

.feat-poly  > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sup-552-416 {
  position: relative; }

.sup-552-416:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75.3623188406%; }

.sup-552-416 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.clin-side-heading-poly {
  -ms-flex-align: top;
      align-items: top;
  margin-top: 10rem; }

@media (min-width: 64rem) {
  .clin-side-heading-poly .clinical-use-sub {
    -ms-flex-align: start;
        align-items: flex-start; } }

.clin-side-heading-poly .clinical-use-sub .features-subtitle h3 {
  padding-top: 0; }

.clin-side-heading-poly .suplementary-image  {
  position: relative; }

.clin-side-heading-poly .suplementary-image :before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 72.4637681159%; }

.clin-side-heading-poly .suplementary-image  > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.clin-side-heading-poly .features-subtitle  h3 {
  padding-top: 0;
  color: var(--clr-n-500); }

.feat-1128-856 {
  position: relative; }

.feat-1128-856:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75.8865248227%; }

.feat-1128-856 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.feat-1128-840 {
  position: relative; }

.feat-1128-840:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 74.4680851064%; }

.feat-1128-840 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sup-552-672 {
  position: relative; }

.sup-552-672:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 121.7391304348%; }

.sup-552-672 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sup-532-536 {
  position: relative; }

.sup-532-536:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100.7518796992%; }

.sup-532-536 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.cli-1-1 .suplementary-image {
  position: relative; }

.cli-1-1 .suplementary-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%; }

.cli-1-1 .suplementary-image > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.feat-pio {
  position: relative; }

.feat-pio:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 74.4680851064%; }

.feat-pio > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sup-532-648 {
  position: relative; }

.sup-532-648:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 121.8045112782%; }

.sup-532-648 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.feat-1128-751 {
  position: relative; }

.feat-1128-751:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 66.5780141844%; }

.feat-1128-751 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.feat-dr {
  position: relative; }

.feat-dr:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 74.4680851064%; }

.feat-dr > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.feat-canon {
  position: relative; }

.feat-canon:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 60.9929078014%; }

.feat-canon > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.feat-primos {
  position: relative; }

.feat-primos:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 60.9929078014%; }

.feat-primos > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.dmina {
  position: relative; }

.dmina:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 137.6811594203%; }

.dmina > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.single-femina {
  margin-top: 5rem; }

.has-borders .suplementary-image {
  border: 1px var(--clr-n-500) solid !important; }

.has-borders .suplementary-image {
  border: 1px var(--clr-n-500) solid !important; }

.product-feat-image .has-borders {
  border: 1px var(--clr-n-500) solid !important; }

.cli-no-img .suplementary-image {
  display: none; }

.sup-primos {
  position: relative; }

.sup-primos:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 60.8695652174%; }

.sup-primos > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.clin-primos .suplementary-image {
  position: relative; }

.clin-primos .suplementary-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 60.8695652174%; }

.clin-primos .suplementary-image > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.tech-spec-flex {
  border-bottom: none; }

@media (min-width: 81.25rem) {
  .tech-spec-flex {
    border-bottom: 1px var(--clr-n-300) solid; } }

.chars-unique .features-title {
  border-bottom: 1px solid var(--clr-n-500); }

.img-575-456 {
  position: relative; }

.img-575-456:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 79.3043478261%; }

.img-575-456 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-1128-520 {
  position: relative; }

.img-1128-520:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 46.0992907801%; }

.img-1128-520 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-575-520 {
  position: relative; }

.img-575-520:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 90.4347826087%; }

.img-575-520 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-574-1023 {
  position: relative; }

.img-574-1023:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 178.2229965157%; }

.img-574-1023 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-1128-634 {
  position: relative; }

.img-1128-634:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.2056737589%; }

.img-1128-634 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-20-15  {
  position: relative; }

.img-20-15 :before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75%; }

.img-20-15  > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sup-552-760 {
  position: relative; }

.sup-552-760:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 137.6811594203%; }

.sup-552-760 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sup-15-20 {
  position: relative; }

.sup-15-20:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 133.3333333333%; }

.sup-15-20 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 64rem) {
  .opcional-poly {
    margin-top: 1rem; } }

.has-the-border {
  border: 1px solid var(--clr-n-500);
  border-right: 1px solid var(--clr-n-500) !important;
  border-left: 1px solid var(--clr-n-500) !important; }

.opcional-poly > .submenu-product-temp {
  margin-top: 0rem !important;
  border-bottom: 1px solid var(--clr-n-300);
  padding-bottom: 3rem; }

@media (min-width: 81.25rem) {
  .sup-trans > .suplementary-images {
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.sup-trans > .suplementary-images .suplementary-image {
  -ms-flex: calc(50% - 0.5rem);
      flex: calc(50% - 0.5rem);
  -ms-flex-positive: 0;
      flex-grow: 0; }

@media (min-width: 81.25rem) {
  .trans-borders {
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 81.25rem) {
  .has-borders {
    -ms-flex: 0 0 calc(50% - 0.15rem);
        flex: 0 0 calc(50% - 0.15rem); } }

@media (min-width: 81.25rem) {
  body.parent-page-id-912 .webi {
    margin-bottom: -11rem; } }

.hero-single-serv {
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 64rem) {
  .hero-single-serv {
    margin-top: 13.6875rem; } }

.hero-single-serv-heading {
  padding-top: 7.75rem;
  position: relative; }

.hero-single-serv-heading .line-hor {
  height: 0.125rem; }

@media (min-width: 64rem) {
  .hero-single-serv-heading {
    padding-top: 0; } }

.hero-single-serv-heading h2 {
  font-size: 2.25rem;
  padding-bottom: 1.5rem; }

@media (min-width: 35rem) {
  .hero-single-serv-heading h2 {
    margin-bottom: 4rem;
    font-size: var(--fs-h2); } }

@media (min-width: 110rem) {
  .form-contact {
    margin: 0 0 -11.9375rem 0; } }

.hero-single-serv-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.hero-single-serv-content div:not(:first-child) {
  position: relative; }

.hero-single-serv-content div:not(:first-child):before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 71.4285714286%; }

.hero-single-serv-content div:not(:first-child) > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 35rem) {
  .hero-single-serv-content div:not(:first-child) {
    position: relative; }
  .hero-single-serv-content div:not(:first-child):before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.206088993%; }
  .hero-single-serv-content div:not(:first-child) > .image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media (min-width: 81.25rem) {
  .hero-single-serv-content div:not(:first-child) {
    border-left: 3rem solid white; } }

.hero-single-serv-content > .hero-content-r {
  background-repeat: no-repeat;
  -ms-flex: 100%;
      flex: 100%;
  background-position: center;
  background-size: cover; }

@media (min-width: 81.25rem) {
  .hero-single-serv-content > .hero-content-r {
    -ms-flex: 70%;
        flex: 70%; } }

@media (min-width: 35rem) {
  .hero-single-serv-content {
    -ms-flex-direction: row;
        flex-direction: row; } }

.hero-single-serv-content > .hero-content-l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  -ms-flex: 100%;
      flex: 100%; }

@media (min-width: 35rem) {
  .hero-single-serv-content > .hero-content-l {
    padding-bottom: 0;
    -ms-flex-order: 1;
        order: 1; }
  .hero-single-serv-content > .hero-content-l p {
    margin-left: 1.5rem;
    max-width: 90%; } }

@media (min-width: 64rem) {
  .hero-single-serv-content > .hero-content-l {
    -ms-flex: 30%;
        flex: 30%; }
  .hero-single-serv-content > .hero-content-l p {
    margin-left: 1.5rem;
    max-width: 70%; } }

@media (min-width: 81.25rem) {
  .hero-single-serv-content > .hero-content-l {
    -ms-flex-order: 0;
        order: 0; } }

.education-main {
  position: relative;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.education-main > .hor-bottom {
  display: none; }

@media (min-width: 81.25rem) {
  .education-main > .hor-bottom {
    display: block; } }

@media (min-width: 64rem) {
  .education-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.test-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.edu-main-headings {
  position: relative;
  padding-top: 2.625rem;
  padding-bottom: 2.25rem; }

@media (min-width: 35rem) {
  .edu-main-headings {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

.edu-main-headings > .hor-bottom {
  display: none; }

@media (min-width: 81.25rem) {
  .edu-main-headings > .hor-bottom {
    display: block; } }

.edu-main-content {
  padding: 0rem 0 4.5rem; }

@media (min-width: 35rem) {
  .edu-main-content {
    padding: 0;
    margin-top: 2.5rem;
    margin-bottom: 3rem; } }

.edu-main-content li span {
  position: relative;
  left: 0.2rem; }

.edu-train {
  padding-top: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.edu-train .edu-train-content {
  width: 100%; }

.edu-train .edu-train-content .edu-train-text {
  padding-bottom: 2rem;
  font-size: 14px;
  color: var(--clr-n-300); }

.edu-train .edu-train-content .edu-train-text .bold {
  font-size: 1rem; }

.edu-train .edu-train-content .edu-train-text li span {
  position: relative;
  left: 1rem; }

.edu-train .edu-train-content .edu-train-text p {
  padding-top: 1rem; }

.edu-train .edu-train-content .edu-train-text ul {
  padding-left: 11%;
  padding-right: 3%;
  padding-top: 1rem; }

@media (min-width: 64rem) {
  .edu-train .edu-train-content .edu-train-text {
    padding-top: 3rem;
    padding-left: 2rem; } }

.edu-train .edu-train-content .edu-train-img {
  padding-bottom: 28rem; }

.sp {
  background-position: center top;
  background-size: cover;
  -ms-flex: 100%;
      flex: 100%;
  position: relative; }

.sp:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 69.5035460993%; }

.sp > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 64rem) {
  .sp {
    -ms-flex: 50%;
        flex: 50%; } }

.maintenance-main {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  position: relative; }

@media (min-width: 64rem) {
  .maintenance-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 64rem) {
  .m-flexible-heading .vert-right-service-plan {
    display: none; } }

@media (min-width: 81.25rem) {
  .m-flexible-heading .vert-right-service-plan {
    display: none; } }

.m-flexible-content {
  list-style-position: inside; }

.m-flexible-content ol {
  padding-top: 1rem;
  list-style-type: decimal;
  padding-left: 1rem;
  padding-right: 5%; }

.m-flexible-content li span {
  position: relative;
  left: 1rem; }

@media (min-width: 81.25rem) {
  .m-flexible-content {
    grid-row: 2;
    grid-row-end: auto;
    grid-row-end: 5; } }

.distributors-training-content,
.m-flexible-content {
  list-style-position: inside; }

.distributors-training-content ol,
.m-flexible-content ol {
  padding-top: 1rem;
  list-style-type: decimal;
  padding-left: 1rem;
  padding-right: 5%; }

@media (min-width: 35rem) {
  .distributors-training-content ol,
  .m-flexible-content ol {
    padding-left: 4rem; } }

@media (min-width: 81.25rem) {
  .distributors-training-content ol,
  .m-flexible-content ol {
    padding-left: 6rem; } }

.distributors-training-content li span,
.m-flexible-content li span {
  position: relative; }

@media (min-width: 81.25rem) {
  .distributors-training-content,
  .remote-tech-content {
    padding-bottom: 3rem; } }

.planning-main {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-top: 6rem; }

@media (min-width: 64rem) {
  .planning-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .planning-main .equipment-heading,
  .planning-main .equipment-content {
    grid-column: 1; }
  .planning-main .p-site-title {
    grid-column: 2; }
  .planning-main .p-site-title .line-vert {
    display: none; }
  .planning-main .p-site-content .line-vert {
    display: none; }
  .planning-main .equipment-content {
    grid-row: 2; }
  .planning-main .install-title {
    grid-column: 1;
    grid-row: 3; }
  .planning-main .install-title .line-hor {
    width: 200%; }
  .planning-main .install-content {
    grid-column: 1;
    grid-row: 4; } }

@media (min-width: 81.25rem) {
  .planning-main {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .planning-main .equipment-content {
    grid-row: 2;
    grid-column: 1; }
  .planning-main .p-site-title {
    grid-column: 2; }
  .planning-main .p-site-title .line-vert {
    display: block; }
  .planning-main .p-site-content {
    grid-row: 2;
    grid-column: 2; }
  .planning-main .p-site-content .line-vert {
    display: block; }
  .planning-main .install-title {
    grid-column: 3;
    grid-row: 1; }
  .planning-main .install-title .line-vert {
    display: none; }
  .planning-main .install-title .line-hor {
    width: 100%; }
  .planning-main .install-content {
    grid-column: 3;
    grid-row: 2; }
  .planning-main .install-content .line-vert {
    display: none; } }

.serv-no-margin-mob {
  margin-bottom: 0; }

@media (min-width: 35rem) {
  .serv-no-margin-mob {
    margin-bottom: 3rem; } }

.planning-item,
.maintenance-item {
  position: relative; }

.planning-item h4,
.maintenance-item h4 {
  margin-top: 2.625rem;
  margin-bottom: 2.25rem;
  font-weight: 300;
  color: var(--clr-n-400); }

@media (min-width: 35rem) {
  .planning-item h4,
  .maintenance-item h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; } }

.planning-item p,
.maintenance-item p {
  margin-bottom: 1rem; }

@media (min-width: 35rem) {
  .planning-item p,
  .maintenance-item p {
    margin-top: 2.5rem;
    margin-bottom: 3rem; } }

@media (min-width: 35rem) {
  .planning-item h4,
  .planning-item p,
  .maintenance-item h4,
  .maintenance-item p {
    margin-left: 2rem; } }

@media (min-width: 64rem) {
  .planning-item h4,
  .planning-item p,
  .maintenance-item h4,
  .maintenance-item p {
    margin-left: 0; } }

.planning-item li span,
.maintenance-item li span {
  position: relative;
  left: 1rem; }

@media (min-width: 81.25rem) {
  .maintenance-item p {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
    margin-top: 0;
    margin-bottom: 0; }
  .maintenance-item p ol {
    padding-top: 46px; } }

.serv-int-header {
  position: relative; }

.serv-int-links {
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 6.625rem; }

.serv-int-links .line-hor-serv-bottom-med {
  display: none; }

.serv-int-links .line-hor {
  height: 0.125rem; }

.serv-int-links h3 {
  font-size: 2.3125rem; }

@media (min-width: 35rem) {
  .serv-int-links h3 {
    font-size: var(--fs-h2); } }

@media (min-width: 81.25rem) {
  .serv-int-links h3 {
    font-size: var(--fs-h3); } }

@media (min-width: 64rem) {
  .serv-int-links {
    margin-bottom: 10rem;
    padding-top: 13.6875rem;
    position: relative; }
  .serv-int-links .line-hor-serv-bottom-med {
    display: block; } }

.serv-int-links h3 {
  padding-bottom: 1.5rem; }

.serv-int-container {
  margin-top: 5rem;
  margin-bottom: 16.5rem; }

.img-serv-int {
  background-size: cover;
  position: relative;
  background-blend-mode: multiply;
  margin-bottom: 9rem;
  position: relative;
  position: relative; }

.img-serv-int:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 66.6666666667%; }

.img-serv-int > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 64rem) {
  .img-serv-int {
    -ms-flex: 50%;
        flex: 50%;
    margin-top: 0; } }

@media (min-width: 64rem) {
  .img-serv-int:last-child {
    border-left: 12px solid white; } }

@media (min-width: 64rem) {
  .img-serv-int:first-child {
    border-right: 12px solid white; } }

.img-serv-int .tooltip {
  color: white;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  z-index: 2; }

.img-serv-int .int-1 {
  margin-bottom: 8rem; }

@media (min-width: 64rem) {
  .img-serv-int .int-1 {
    margin-bottom: 0; } }

.img-serv-int::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 44%;
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  background-blend-mode: multiply; }

.buttom-container {
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.buttom-container .col-6:not(:first-child) {
  padding-left: 8px; }

.buttom-container a {
  padding-left: 2rem;
  padding-right: 2rem; }

.serv-button {
  position: absolute;
  top: 110%; }

.serv-button .btn-ghost {
  margin-top: 0; }

.formacion-aplicacion-titulo h4,
.formacion-tecnico-titulo h4,
.formacion-personalizada-titulo h4,
.formacion-servicio-titulo h4 {
  font-weight: 300; }

.formacion-aplicacion-titulo h4,
.formacion-tecnico-titulo h4,
.formacion-personalizada-titulo h4,
.formacion-servicio-titulo h4,
.formacion-aplicacion-content p,
.formacion-tecnico-content p,
.formacion-personalizada-content p,
.formacion-servicio-content p,
.planning-item p,
.planning-item h4,
.maintenance-item p,
.maintenance-item h4 {
  position: relative; }

@media (min-width: 64rem) {
  .formacion-aplicacion-titulo h4,
  .formacion-tecnico-titulo h4,
  .formacion-personalizada-titulo h4,
  .formacion-servicio-titulo h4,
  .formacion-aplicacion-content p,
  .formacion-tecnico-content p,
  .formacion-personalizada-content p,
  .formacion-servicio-content p,
  .planning-item p,
  .planning-item h4,
  .maintenance-item p,
  .maintenance-item h4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media (min-width: 81.25rem) {
  .formacion-aplicacion-titulo h4,
  .formacion-tecnico-titulo h4,
  .formacion-personalizada-titulo h4,
  .formacion-servicio-titulo h4,
  .formacion-aplicacion-content p,
  .formacion-tecnico-content p,
  .formacion-personalizada-content p,
  .formacion-servicio-content p,
  .planning-item p,
  .planning-item h4,
  .maintenance-item p,
  .maintenance-item h4 {
    padding-left: 2rem;
    padding-right: 2rem; } }

.formacion-aplicacion-titulo > .hor-bottom,
.formacion-tecnico-titulo > .hor-bottom,
.formacion-personalizada-titulo > .hor-bottom,
.formacion-servicio-titulo > .hor-bottom {
  display: none; }

@media (min-width: 35rem) {
  .formacion-aplicacion-titulo > .hor-bottom,
  .formacion-tecnico-titulo > .hor-bottom,
  .formacion-personalizada-titulo > .hor-bottom,
  .formacion-servicio-titulo > .hor-bottom {
    display: block; } }

.m-flexible-content,
.remote-tech-content,
.distributors-training-content {
  margin-bottom: 4.5rem; }

@media (min-width: 64rem) {
  .m-flexible-content,
  .remote-tech-content,
  .distributors-training-content {
    margin-bottom: 0; } }

@media (min-width: 64rem) {
  .formacion-servicio-content,
  .equipment-content,
  .p-site-content {
    grid-row: 2; } }

@media (min-width: 64rem) {
  .formacion-tecnico-content {
    grid-row: 4; } }

.formacion-personalizada-content > .hor-bottom {
  width: 50%; }

.maintenance-item p,
.maintenance-item li,
.planning-item p,
.edu-main-content {
  color: #838383;
  font-size: 14px; }

.maintenance-item p ul,
.maintenance-item li ul,
.planning-item p ul,
.edu-main-content ul {
  padding-left: 11%;
  padding-right: 3%;
  padding-top: 1rem; }

.maintenance-item li {
  list-style-type: decimal !important;
  list-style-position: inside; }

.maintenance-item li strong {
  color: var(--clr-n-300);
  font-weight: 300; }

@media (min-width: 81.25rem) {
  .maintenance-item li {
    padding-right: 32px; } }

.remote-tech-content li,
.distributors-training-heading li {
  list-style-type: disc !important; }

.remote-tech-content ul,
.distributors-training-heading ul {
  padding-left: 1rem;
  padding-right: 5%; }

@media (min-width: 35rem) {
  .remote-tech-content ul,
  .distributors-training-heading ul {
    padding-left: 4rem; } }

@media (min-width: 64rem) {
  .remote-tech-content ul,
  .distributors-training-heading ul {
    margin-bottom: 4.5rem; } }

@media (min-width: 81.25rem) {
  .remote-tech-content ul,
  .distributors-training-heading ul {
    padding-left: 6rem; } }

.m-flexible-content li {
  padding-bottom: 2.25rem; }

@media (min-width: 64rem) {
  .m-flexible-content {
    grid-column: 1; } }

@media (min-width: 64rem) {
  .remote-tech-heading {
    grid-row: 1; } }

@media (min-width: 64rem) {
  .distributors-training-heading {
    grid-column: 1; }
  .distributors-training-heading .line-hor {
    width: 200%; } }

@media (min-width: 81.25rem) {
  .distributors-training-heading {
    grid-column: 2; }
  .distributors-training-heading .line-vert {
    display: none; }
  .distributors-training-heading .line-hor {
    width: 100%; } }

@media (min-width: 64rem) {
  .distributors-training-content {
    grid-column: 1; } }

@media (min-width: 81.25rem) {
  .distributors-training-content {
    grid-column: 2; }
  .distributors-training-content .line-vert {
    display: none; } }

.service-hero-content > h2 {
  padding: 13.6875rem 0 5rem 0;
  max-width: 28ch; }

.service-hero-content > .service-hero-intro {
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 35rem) {
  .service-hero-content > .service-hero-intro {
    padding-bottom: 9.6875rem; } }

@media (min-width: 64rem) {
  .service-hero-content > .service-hero-intro {
    -ms-flex-direction: inherit;
        flex-direction: inherit; } }

.service-hero-intro {
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 64rem) {
  .service-hero-intro .service-hero-intro-col {
    -ms-flex-preferred-size: calc(50% - 2.25rem);
        flex-basis: calc(50% - 2.25rem);
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .service-hero-intro .service-hero-intro-col:first-child {
    padding-right: 2.25rem; }
  .service-hero-intro .service-hero-intro-col:last-child {
    padding-left: 2.25rem; } }

.service-hero-intro .service-hero-intro-col p {
  margin-bottom: 2rem; }

.suplementary-image-serv {
  -ms-flex-order: 1;
      order: 1; }

@media (min-width: 35rem) {
  .suplementary-image-serv {
    -ms-flex-order: 0;
        order: 0; } }

.suplementary-images-service:first-child {
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 48rem) {
  .suplementary-images-service:first-child > .suplementary-image-serv {
    -ms-flex: 40% !important;
        flex: 40% !important;
    border-right: white 10px solid; } }

@media (min-width: 64rem) {
  .suplementary-images-service:first-child > .suplementary-image-serv {
    -ms-flex: 50% !important;
        flex: 50% !important; } }

.suplementary-images-service:first-child > .suplementary-image-serv-content {
  padding: 3rem 5% 3rem 5%; }

@media (min-width: 48rem) {
  .suplementary-images-service:first-child > .suplementary-image-serv-content {
    -ms-flex: 60%;
        flex: 60%;
    -ms-flex-order: 1;
        order: 1;
    border-left: none;
    padding: 4rem 9% 2rem 2rem; } }

@media (min-width: 64rem) {
  .suplementary-images-service:first-child > .suplementary-image-serv-content {
    -ms-flex: 50% !important;
        flex: 50% !important;
    padding: 4rem 4% 2rem 2rem; } }

@media (min-width: 81.25rem) {
  .suplementary-images-service:first-child > .suplementary-image-serv-content {
    border-left: 10px white solid;
    padding-left: 8rem;
    padding-right: 9%; } }

@media (min-width: 110rem) {
  .suplementary-images-service:first-child > .suplementary-image-serv-content {
    padding-right: 15%; } }

.suplementary-images-service:first-child > .suplementary-image-serv-content > .serv-inner > p {
  -ms-flex: 100%;
      flex: 100%;
  padding-right: 16px; }

@media (min-width: 35rem) {
  .suplementary-images-service:first-child > .suplementary-image-serv-content > .serv-inner > p {
    padding-right: 0; } }

.suplementary-images-service:first-child > .suplementary-image-serv-content > .serv-inner > .btn-ghost-w {
  -ms-flex: 50%;
      flex: 50%;
  -ms-flex-order: 2;
      order: 2;
  margin-top: -1rem;
  margin-top: 0rem; }

@media (min-width: 35rem) {
  .suplementary-images-service:first-child > .suplementary-image-serv-content > .serv-inner > .btn-ghost-w {
    -ms-flex-order: inherit;
        order: inherit; } }

.suplementary-images-service:first-child > .suplementary-image-serv-content > .serv-inner > .icon-service {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex: 20%;
      flex: 20%;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: -34px; }

@media (min-width: 35rem) {
  .suplementary-images-service:first-child > .suplementary-image-serv-content > .serv-inner > .icon-service {
    -ms-flex-order: inherit;
        order: inherit;
    -ms-flex: 50%;
        flex: 50%;
    -ms-flex-item-align: inherit;
        align-self: inherit;
    margin-top: inherit; } }

@media (min-width: 35rem) {
  .suplementary-images-service:first-child {
    -ms-flex-direction: inherit;
        flex-direction: inherit; } }

.suplementary-images-service:nth-child(2) {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

@media (min-width: 48rem) {
  .suplementary-images-service:nth-child(2) > .suplementary-image-serv {
    -ms-flex: 40% !important;
        flex: 40% !important;
    border-right: white 10px solid;
    background-position: bottom; } }

@media (min-width: 64rem) {
  .suplementary-images-service:nth-child(2) > .suplementary-image-serv {
    -ms-flex: 50% !important;
        flex: 50% !important;
    border-right: none; } }

.suplementary-images-service:nth-child(2) > .suplementary-image-serv-content {
  padding: 3rem 5% 3rem 5%; }

@media (min-width: 48rem) {
  .suplementary-images-service:nth-child(2) > .suplementary-image-serv-content {
    -ms-flex: 60%;
        flex: 60%;
    -ms-flex-order: 1;
        order: 1;
    border-left: none;
    padding: 4rem 9% 2rem 2rem; } }

@media (min-width: 64rem) {
  .suplementary-images-service:nth-child(2) > .suplementary-image-serv-content {
    -ms-flex: 50%;
        flex: 50%;
    -ms-flex-order: inherit;
        order: inherit;
    border-right: white 10px solid; } }

@media (min-width: 81.25rem) {
  .suplementary-images-service:nth-child(2) > .suplementary-image-serv-content {
    padding-left: 9%; } }

@media (min-width: 110rem) {
  .suplementary-images-service:nth-child(2) > .suplementary-image-serv-content {
    padding-left: 15%; } }

.suplementary-images-service:nth-child(2) > .suplementary-image-serv-content > .serv-inner > p {
  -ms-flex: 100%;
      flex: 100%; }

@media (min-width: 35rem) {
  .suplementary-images-service:nth-child(2) > .suplementary-image-serv-content > .serv-inner > p {
    padding-right: 0; } }

.suplementary-images-service:nth-child(2) > .suplementary-image-serv-content > .serv-inner > .btn-ghost-w {
  -ms-flex: 50%;
      flex: 50%;
  -ms-flex-order: 0;
      order: 0;
  margin-top: 0; }

@media (min-width: 35rem) {
  .suplementary-images-service:nth-child(2) > .suplementary-image-serv-content > .serv-inner > .btn-ghost-w {
    -ms-flex-order: inherit;
        order: inherit; } }

.suplementary-images-service:nth-child(2) > .suplementary-image-serv-content > .serv-inner > .icon-service {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 30%;
      flex: 30%;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: -14px; }

@media (min-width: 35rem) {
  .suplementary-images-service:nth-child(2) > .suplementary-image-serv-content > .serv-inner > .icon-service {
    -ms-flex-order: inherit;
        order: inherit;
    -ms-flex: 50%;
        flex: 50%;
    -ms-flex-item-align: inherit;
        align-self: inherit;
    margin-top: inherit; } }

@media (min-width: 35rem) {
  .suplementary-images-service:nth-child(2) {
    -ms-flex-direction: inherit;
        flex-direction: inherit; } }

.suplementary-images-service:nth-child(3) {
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 48rem) {
  .suplementary-images-service:nth-child(3) > .suplementary-image-serv {
    -ms-flex: 40% !important;
        flex: 40% !important;
    border-right: white 10px solid;
    background-position: bottom; } }

@media (min-width: 64rem) {
  .suplementary-images-service:nth-child(3) > .suplementary-image-serv {
    -ms-flex: 50% !important;
        flex: 50% !important; } }

.suplementary-images-service:nth-child(3) > .suplementary-image-serv-content {
  padding: 3rem 5% 3rem 5%; }

@media (min-width: 48rem) {
  .suplementary-images-service:nth-child(3) > .suplementary-image-serv-content {
    -ms-flex: 60%;
        flex: 60%;
    -ms-flex-order: 1;
        order: 1;
    border-left: none;
    padding: 4rem 9% 2rem 2rem; } }

@media (min-width: 64rem) {
  .suplementary-images-service:nth-child(3) > .suplementary-image-serv-content {
    -ms-flex: 50% !important;
        flex: 50% !important;
    border-right: none;
    -ms-flex-order: inherit;
        order: inherit;
    padding: 4rem 4% 2rem 2rem; } }

@media (min-width: 81.25rem) {
  .suplementary-images-service:nth-child(3) > .suplementary-image-serv-content {
    border-left: 10px white solid;
    padding-left: 8rem;
    padding-right: 9%; } }

@media (min-width: 110rem) {
  .suplementary-images-service:nth-child(3) > .suplementary-image-serv-content {
    padding-right: 15%; } }

.suplementary-images-service:nth-child(3) > .suplementary-image-serv-content > .serv-inner > p {
  -ms-flex: 100%;
      flex: 100%;
  padding-right: 16px; }

@media (min-width: 35rem) {
  .suplementary-images-service:nth-child(3) > .suplementary-image-serv-content > .serv-inner > p {
    -ms-flex: 100%;
        flex: 100%;
    padding-right: 0; } }

.suplementary-images-service:nth-child(3) > .suplementary-image-serv-content > .serv-inner > .btn-ghost-w {
  -ms-flex: 50%;
      flex: 50%;
  -ms-flex-order: 2;
      order: 2;
  margin-top: 0; }

@media (min-width: 35rem) {
  .suplementary-images-service:nth-child(3) > .suplementary-image-serv-content > .serv-inner > .btn-ghost-w {
    -ms-flex-order: inherit;
        order: inherit; } }

.suplementary-images-service:nth-child(3) > .suplementary-image-serv-content > .serv-inner > .icon-service {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex: 30%;
      flex: 30%;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: -15px; }

@media (min-width: 35rem) {
  .suplementary-images-service:nth-child(3) > .suplementary-image-serv-content > .serv-inner > .icon-service {
    -ms-flex-order: inherit;
        order: inherit;
    -ms-flex: 50%;
        flex: 50%;
    -ms-flex-item-align: inherit;
        align-self: inherit;
    margin-top: inherit; } }

@media (min-width: 35rem) {
  .suplementary-images-service:nth-child(3) {
    -ms-flex-direction: inherit;
        flex-direction: inherit; } }

.suplementary-images-service {
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem; }

@media (min-width: 81.25rem) {
  .suplementary-images-service {
    padding-top: 1.3rem; } }

.service-arch-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

@media (min-width: 81.25rem) {
  .service-arch-r {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: 5%;
    padding-left: 5%; } }

.service-arch-r h3 {
  padding-bottom: 2.625rem; }

@media (min-width: 35rem) {
  .service-arch-r h3 {
    max-width: 19ch; } }

.service-arch-r p {
  padding-bottom: 3.5rem; }

.service-arch-r .serv-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.service-arch-r .serv-inner > p {
  -ms-flex: 100%;
      flex: 100%; }

.service-arch-r .serv-inner > a {
  -ms-flex: 50%;
      flex: 50%; }

.service-arch-r .serv-inner > div {
  -ms-flex: 50%;
      flex: 50%;
  background-repeat: no-repeat;
  background-position: right; }

.service-arch-r .icon-service {
  height: 100px;
  width: 100px; }

@media (min-width: 35rem) {
  .service-arch-r .icon-service {
    height: 160px;
    width: 160px; } }

.service-arch-l {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

@media (min-width: 81.25rem) {
  .service-arch-l {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 5%;
    padding-left: 10%; } }

@media (min-width: 35rem) {
  .service-arch-l {
    padding-right: 7rem; } }

.service-arch-l h3 {
  padding-bottom: 2.625rem; }

.service-arch-l p {
  padding-bottom: 6rem; }

.service-arch-l .serv-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.service-arch-l .serv-inner > p {
  -ms-flex: 100%;
      flex: 100%; }

.service-arch-l .serv-inner > a {
  -ms-flex: 50%;
      flex: 50%; }

.service-arch-l .serv-inner > div {
  -ms-flex: 50%;
      flex: 50%;
  background-repeat: no-repeat;
  background-position: right; }

.service-arch-l .icon-service {
  height: 100px;
  width: 100px; }

@media (min-width: 35rem) {
  .service-arch-l .icon-service {
    height: 160px;
    width: 160px; } }

.suplementary-image-serv {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.suplementary-image-serv:is(:first-child) {
  background-position: right; }

.suplementary-image-serv:not(:first-child) {
  background-position: right; }

@media (min-width: 81.25rem) {
  .suplementary-image-serv:not(:first-child) {
    border-left: white 10px solid; } }

@media (min-width: 35rem) {
  .suplementary-image-serv:not(:last-child) {
    border-right: white 10px solid; } }

.suplementary-image-serv:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 77.4962742176%; }

.suplementary-image-serv > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 35rem) {
  .suplementary-image-serv-content:not(:first-child) {
    border-left: white 10px solid; } }

@media (min-width: 64rem) {
  .suplementary-image-serv-content:not(:last-child) {
    border-right: white 10px solid; } }

.service-arch-l {
  -ms-flex-order: 2;
      order: 2; }

@media (min-width: 35rem) {
  .service-arch-l {
    -ms-flex-order: 0;
        order: 0; } }

.service-arch-r > .serv-inner > .icon-service {
  margin-top: 0 !important;
  margin-right: 20px; }

.footer-top {
  margin-top: 12.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 35rem) {
  .footer-top {
    -ms-flex-direction: row;
        flex-direction: row; } }

.footer-top-f {
  margin-top: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 35rem) {
  .footer-top-f {
    -ms-flex-direction: row;
        flex-direction: row; } }

.svg-footer path {
  fill: white; }

.footer-top-left {
  -ms-flex: 0 0 35.333%;
      flex: 0 0 35.333%;
  padding: 64px 5% 72px;
  transition: all 0.5s ease-in; }

@media (min-width: 35rem) {
  .footer-top-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 50%;
        flex: 50%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 4rem 5% 3.1875rem 9%; } }

@media (min-width: 64rem) {
  .footer-top-left {
    padding: 64px 11.5% 72px; } }

@media (min-width: 81.25rem) {
  .footer-top-left {
    padding: 4rem 9% 0.75rem;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-right: 10px;
    -ms-flex: 21.5%;
        flex: 21.5%; } }

@media (min-width: 110rem) {
  .footer-top-left {
    padding: 129px 0% 12px 15%;
    -ms-flex: 36%;
        flex: 36%; } }

.footer-top-left p {
  font-family: "Avant Garde Cond";
  font-weight: 100;
  padding-top: 3rem;
  line-height: 1.6; }

@media (min-width: 81.25rem) {
  .footer-top-left p {
    padding-top: 2.5rem; } }

.footer-top-left .tagline-logo {
  color: white;
  width: 75%; }

.footer-top-left svg {
  fill: white;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 35rem) {
  .footer-top-left svg {
    margin-left: 0;
    margin-right: 0; } }

.copyright {
  padding-bottom: 1rem;
  letter-spacing: 1.4pt;
  font-size: 0.875rem; }

@media (min-width: 35rem) {
  .copyright {
    padding-bottom: 0; } }

.footer-top-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0 5%;
  -ms-flex: 60%;
      flex: 60%;
  -ms-flex-order: -1;
      order: -1;
  transition: all 0.5s ease-in; }

@media (min-width: 35rem) {
  .footer-top-right {
    padding: 4rem 9% 0 9%;
    -ms-flex: 100%;
        flex: 100%;
    padding-top: 5rem; } }

@media (min-width: 64rem) {
  .footer-top-right {
    padding: 4rem 11.5% 0 11.5%; } }

@media (min-width: 81.25rem) {
  .footer-top-right {
    -ms-flex: 50%;
        flex: 50%;
    -ms-flex-order: 0;
        order: 0;
    -ms-flex-align: start;
        align-items: start;
    padding: 4rem 9% 0 3rem; } }

@media (min-width: 110rem) {
  .footer-top-right {
    -ms-flex: 60%;
        flex: 60%;
    padding: 8rem 15% 0 3rem; } }

.footer-bottom {
  display: -ms-flexbox;
  display: flex;
  padding: 40px 5% 6.25rem 5%;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

@media (min-width: 35rem) {
  .footer-bottom {
    padding: 64px 9% 3.1875rem 5%;
    -ms-flex: 50%;
        flex: 50%;
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (min-width: 64rem) {
  .footer-bottom {
    padding: 40px 10% 4.6rem; } }

@media (min-width: 81.25rem) {
  .footer-bottom {
    -ms-flex: 100%;
        flex: 100%;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 40px 9% 6.25rem 9%; } }

@media (min-width: 110rem) {
  .footer-bottom {
    padding: 0;
    padding-top: 4.375rem;
    padding-bottom: 6.25rem; } }

.footer-bottom .address {
  padding-left: 0;
  max-width: 36ch;
  letter-spacing: 1.4pt;
  font-size: 0.875rem;
  line-height: 1.7142857143; }

.footer-links {
  display: none; }

@media (min-width: 81.25rem) {
  .footer-links {
    margin-top: -0.1875rem;
    display: block; } }

@media (min-width: 110rem) {
  .footer-links {
    width: 68%; } }

.footer-links > a {
  font-size: 0.875rem;
  line-height: 1.7142857143; }

.footer-links .footer-link {
  text-transform: uppercase;
  padding-right: 8px; }

.footer-links .footer-link:not(:last-child) {
  border-right: 1px solid var(--clr-p-200); }

.footer-links .footer-link:not(:first-child) {
  padding-left: 8px; }

@media (min-width: 35rem) {
  .footer-links .footer-link:nth-child(4) {
    padding-left: 0; } }

@media (min-width: 81.25rem) {
  .footer-links .footer-link:nth-child(4) {
    padding-left: 0.5rem; } }

@media (min-width: 81.25rem) {
  .footer-links .footer-link:nth-child(5) {
    padding-left: 0; } }

@media (min-width: 110rem) {
  .footer-links .footer-link:nth-child(5) {
    padding-left: 0.5rem; } }

.footer-social-item {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.footer-social,
.footer-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 100%;
      flex: 100%;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-bottom: 2rem; }

@media (min-width: 35rem) {
  .footer-social,
  .footer-header {
    -ms-flex-order: -1;
        order: -1;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; } }

@media (min-width: 81.25rem) {
  .footer-social,
  .footer-header {
    -ms-flex-order: none;
        order: none;
    -ms-flex-align: none;
        align-items: none;
    -ms-flex-order: 0;
        order: 0;
    -ms-flex: 28%;
        flex: 28%; } }

@media (min-width: 110rem) {
  .footer-social,
  .footer-header {
    -ms-flex: auto;
        flex: auto; } }

@media (min-width: 35rem) {
  .footer-social a,
  .footer-header a {
    margin-left: 1rem; } }

.footer-social a .twitter,
.footer-header a .twitter {
  width: 32px;
  height: 32px; }

.footer-social a .linkedin,
.footer-header a .linkedin {
  width: 24px;
  height: 24px;
  margin-left: 1rem; }

.footer-social a .youtube,
.footer-header a .youtube {
  width: 34px;
  height: 100%;
  margin-right: 0 !important;
  margin-left: 1rem; }

@media (min-width: 81.25rem) {
  .footer-social a .youtube,
  .footer-header a .youtube {
    margin-right: 1rem; } }

.footer-social a:not(:first-child),
.footer-header a:not(:first-child) {
  margin-left: 1rem; }

@media (min-width: 35rem) {
  .footer-header {
    -ms-flex-pack: start;
        justify-content: start; } }

.youtube {
  width: 34px;
  height: 100%;
  margin-right: 0 !important; }

@media (min-width: 81.25rem) {
  .youtube {
    margin-right: 1rem; } }

.footer-address {
  -ms-flex: 100%;
      flex: 100%; }

@media (min-width: 35rem) {
  .footer-address {
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: right; } }

@media (min-width: 81.25rem) {
  .footer-address {
    -ms-flex: 0 0 32.667%;
        flex: 0 0 32.667%;
    -ms-flex-item-align: start;
        align-self: start;
    text-align: left; } }

@media (min-width: 110rem) {
  .footer-address {
    -ms-flex: 0 0 37.667%;
        flex: 0 0 37.667%;
    padding-left: 15%;
    -ms-flex: 0 0 38%;
        flex: 0 0 38%; } }

.footer-bottom-right {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media (min-width: 35rem) {
  .footer-bottom-right {
    -ms-flex-order: -1;
        order: -1; } }

@media (min-width: 64rem) {
  .footer-bottom-right {
    padding-top: 1.4rem; } }

@media (min-width: 81.25rem) {
  .footer-bottom-right {
    -ms-flex-order: 0;
        order: 0;
    padding-top: 0;
    padding-left: 3rem; } }

@media (min-width: 110rem) {
  .footer-bottom-right {
    -ms-flex: 100%;
        flex: 100%;
    margin-right: 15%;
    padding-left: 3rem;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 81.25rem) {
  .footer-social {
    -ms-flex: 39%;
        flex: 39%; } }

.footer-w-form {
  margin-top: 3rem; }

@media (min-width: 64rem) {
  .footer-w-form {
    margin-top: 0.5rem; } }

.footer-w-form .footer-top {
  margin-top: 1rem; }

@media (min-width: 35rem) {
  .footer-w-form .footer-top {
    margin-top: 0.5rem !important; } }

@media (min-width: 110rem) {
  .footer-w-form .footer-top {
    margin-top: 12.5rem !important; } }

.blog-archive {
  display: -ms-flexbox;
  display: flex; }

.blog-archive-hero {
  padding-top: 7.6875rem;
  padding-bottom: 2.375rem; }

@media (min-width: 35rem) {
  .blog-archive-hero {
    padding-top: 14.1875rem;
    padding-bottom: 4.875rem; } }

.blog-archive-hero h1 {
  padding-bottom: 1.875rem; }

.blog-archive-hero .white {
  margin-bottom: 3.6875rem; }

.blog-archive-hero .mail-form {
  padding: 0; }

@media (min-width: 35rem) {
  .blog-archive-hero .mail-form input[type=text] {
    -ms-flex: 0 0 calc((6 / 8) * 89.5%);
        flex: 0 0 calc((6 / 8) * 89.5%); } }

@media (min-width: 64rem) {
  .blog-archive-hero .mail-form .newsletter-form {
    -ms-flex-align: center;
        align-items: center; }
  .blog-archive-hero .mail-form .newsletter-title {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    padding-bottom: 0;
    -ms-flex-order: 0;
        order: 0; } }

.blog-archive-hero .newsletter-title {
  margin-top: 0; }

@media (min-width: 35rem) {
  .blog-archive-hero .newsletter-title {
    -ms-flex-order: -1;
        order: -1;
    padding-left: 0;
    text-align: left;
    -ms-flex: 100%;
        flex: 100%; } }

.blog-archive-filters-top {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media (min-width: 35rem) {
  .blog-archive-filters-top {
    padding-top: 3.25rem; } }

.blog-archive-filters-top__right {
  -ms-flex-order: -1;
      order: -1;
  width: 100%;
  -ms-flex: 100%;
      flex: 100%; }

@media (min-width: 35rem) {
  .blog-archive-filters-top__right {
    -ms-flex-order: 0;
        order: 0; } }

@media (min-width: 64rem) {
  .blog-archive-filters-top__right {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }

.blog-archive-filters-top__right .archive-filters-right-inner-container {
  margin-top: 45px;
  margin-bottom: 44px;
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 64rem) {
  .blog-archive-filters-top__right .archive-filters-right-inner-container {
    margin-bottom: -0.3125rem;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 2.6875rem; } }

.blog-archive-filters-top__right .archive-filters-right-inner-container .inner-left {
  margin-bottom: 8px;
  margin-left: 24px; }

@media (min-width: 64rem) {
  .blog-archive-filters-top__right .archive-filters-right-inner-container .inner-left {
    width: 21%;
    margin-bottom: 0; } }

@media (min-width: 81.25rem) {
  .blog-archive-filters-top__right .archive-filters-right-inner-container .inner-left {
    -webkit-transform: translate(8px, -14px);
            transform: translate(8px, -14px); } }

@media (min-width: 110rem) {
  .blog-archive-filters-top__right .archive-filters-right-inner-container .inner-left {
    -webkit-transform: translate(38px, -14px);
            transform: translate(38px, -14px); } }

.blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right {
  color: var(--clr-n-300); }

@media (min-width: 35rem) {
  .blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right {
    width: 75%; } }

@media (min-width: 64rem) {
  .blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right {
    width: auto;
    margin-left: 1rem; } }

@media (min-width: 81.25rem) {
  .blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right {
    width: 100%; } }

.blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right::before {
  margin-left: 0; }

@media (min-width: 64rem) {
  .blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right::before {
    margin-left: 1rem; } }

.blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right > input::-webkit-input-placeholder {
  color: var(--clr-n-200); }

.blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right > input::-moz-placeholder {
  color: var(--clr-n-200); }

.blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right > input:-ms-input-placeholder {
  color: var(--clr-n-200); }

.blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right > input::-ms-input-placeholder {
  color: var(--clr-n-200); }

.blog-archive-filters-top__right .archive-filters-right-inner-container .inner-right > input::placeholder {
  color: var(--clr-n-200); }

.blog-archive-filters-top__right .archive-filters-right-inner-container input {
  width: 100%;
  padding-bottom: 0.5rem;
  color: var(--clr-n-300); }

@media (min-width: 64rem) {
  .blog-archive-filters-top__right .archive-filters-right-inner-container input {
    width: calc(100% - 1rem);
    margin-left: 1rem; } }

.fdc  {
  -ms-flex-direction: column;
      flex-direction: column; }

.blog-archive-filters {
  display: -ms-flexbox;
  display: flex; }

.blog-cards__archive {
  padding: 0;
  margin: 0; }

.blog-cards__archive .blog-card {
  -ms-flex: 0 0 calc((100% / 3) - 0.625rem);
      flex: 0 0 calc((100% / 3) - 0.625rem);
  margin-right: 0; }

@media (min-width: 81.25rem) {
  .blog-cards__archive {
    margin-left: auto;
    margin-right: auto;
    -ms-flex: 0 0 calc((100% / 3) - 10px);
        flex: 0 0 calc((100% / 3) - 10px); } }

.blog-archive-filters-top {
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.archive-filters-right-inner-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 2rem; }

@media (min-width: 81.25rem) {
  .archive-filters-right-inner-container {
    width: 100%;
    -ms-flex-pack: end;
        justify-content: end; } }

.archive-filters-right-inner-container > .inner-right {
  position: relative; }

.archive-filters-right-inner-container > .inner-right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../assets/vector/search.svg);
  height: 24px;
  width: 24px;
  margin-left: 4rem; }

@media (min-width: 64rem) {
  .archive-filters-right-inner-container > .inner-right input {
    margin-left: 0; } }

.archive-filters-right-inner-container > .inner-right > input {
  padding-left: 3rem;
  outline: white;
  border: 1px solid white;
  border-bottom: 1px solid var(--clr-n-200); }

@media (min-width: 81.25rem) {
  .archive-filters-right-inner-container {
    padding-left: 3rem; } }

.archive-filters-top-left h4 {
  font-size: 0.875rem;
  margin-left: 1.5rem;
  padding-bottom: 0.5rem;
  color: var(--clr-n-400); }

.archive-filters-top-left .archive-selected {
  color: var(--clr-n-300); }

.archive-filters-top-left,
.archive-filters-top__right {
  -ms-flex: 100%;
      flex: 100%; }

@media (min-width: 64rem) {
  .archive-filters-top-left,
  .archive-filters-top__right {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }

@media (min-width: 35rem) {
  .archive-filters-top-left {
    -ms-flex: 0 0 calc((6 / 8) * 100%);
        flex: 0 0 calc((6 / 8) * 100%); } }

@media (min-width: 64rem) {
  .archive-filters-top-left {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }

.cards-archive {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4.5rem;
  margin-bottom: 375px; }

@media (min-width: 35rem) {
  .cards-archive {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7.5rem; } }

@media (min-width: 64rem) {
  .cards-archive {
    max-width: 77%;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 81.25rem) {
  .cards-archive {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 110rem) {
  .cards-archive {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; } }

.card-archive {
  width: 100% !important;
  -ms-flex: 100% !important;
      flex: 100% !important;
  margin: 1.5rem 5% 0 !important;
  -webkit-transform: none !important;
          transform: none !important; }

.card-archive > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50; }

@media (min-width: 35rem) {
  .card-archive {
    -ms-flex: 0 0 calc(50% - 0.25rem) !important;
        flex: 0 0 calc(50% - 0.25rem) !important;
    margin: 0 !important;
    margin-bottom: 0.5rem !important; } }

@media (min-width: 64rem) {
  .card-archive {
    -ms-flex: 0 0 calc(50% - 2.25rem) !important;
        flex: 0 0 calc(50% - 2.25rem) !important;
    margin-bottom: 4.5rem !important; } }

@media (min-width: 81.25rem) {
  .card-archive {
    -ms-flex: 0 0 calc((100% / 3) - 0.75rem) !important;
        flex: 0 0 calc((100% / 3) - 0.75rem) !important; } }

.blog-archive-filters-bottom {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 100%;
      flex: 100%;
  margin-top: 1.5rem; }

.blog-archive-filters-bottom .btn-ghost {
  width: auto;
  margin-top: 0;
  margin-left: 0; }

body.post-template-default .blog-cards {
  margin-top: 3rem; }

@media (min-width: 35rem) {
  body.post-template-default .blog-cards {
    width: calc(150vw - 25%) !important;
    -webkit-transform: translateX(7%);
            transform: translateX(7%); } }

@media (min-width: 64rem) {
  body.post-template-default .blog-cards {
    width: 100% !important;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

body.post-template-default #menu-item-169 > a::before,
body.post-template-default #menu-item-197 > a::before {
  content: url(../assets/vector/icons/Icon/Dropdown/Lightest.svg) !important; }

body.post-template-default .blog-card {
  width: 80%;
  margin-right: 0 !important; }

@media (min-width: 35rem) {
  body.post-template-default .blog-card {
    -ms-flex: 0 0 calc(33% - 0.5rem);
        flex: 0 0 calc(33% - 0.5rem);
    width: 100%; } }

@media (min-width: 81.25rem) {
  body.post-template-default .blog-card {
    -ms-flex: 0 0 calc((100% / 3) - 1rem);
        flex: 0 0 calc((100% / 3) - 1rem); } }

body.post-template-default .twitter img {
  height: 2rem;
  width: 2rem; }

body.post-template-default .linkedin img {
  height: 1.5rem;
  width: 1.5rem; }

body.post-template-default #logo-radiologia > g > path,
body.post-template-default #responsive-outer-logo > g > path,
body.post-template-default .mobile-nav-main-icon > g > path {
  fill: var(--clr-p-200); }

body.post-template-default .mobile-nav-main-icon > g > path {
  fill: white; }

body.post-template-default .main-nav-item > a {
  color: white; }

.single-blog-heading {
  background-color: white;
  margin: 0rem 5%; }

@media (min-width: 35rem) {
  .single-blog-heading {
    margin: 0rem 8vw 0 0; } }

@media (min-width: 64rem) {
  .single-blog-heading {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    margin: 0; } }

@media (min-width: 81.25rem) {
  .single-blog-heading {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%; } }

.hero-blog {
  margin-top: 0rem;
  background-size: auto 70%;
  background-position: top 50%;
  padding-top: 16rem;
  background-repeat: no-repeat;
  background-position: top right;
  pointer-events: none;
  position: relative; }

@media (min-width: 35rem) {
  .hero-blog {
    padding-top: 20rem; } }

.hero-blog::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 80%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 30%);
  background-blend-mode: multiply;
  pointer-events: none; }

@media (min-width: 64rem) {
  .hero-blog {
    display: -ms-flexbox;
    display: flex;
    background-size: 100%;
    padding-bottom: 0; } }

@media (min-width: 81.25rem) {
  .hero-blog {
    padding-top: 28.5rem; } }

.single-blog-heading-container:nth-of-type(1) {
  padding: 32px 0rem 1rem 0px;
  background-color: #fff;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto; }

@media (min-width: 35rem) {
  .single-blog-heading-container:nth-of-type(1) {
    margin-left: 9%;
    padding: 3rem 0rem 3.5rem 0%; } }

@media (min-width: 64rem) {
  .single-blog-heading-container:nth-of-type(1) {
    margin-right: 0;
    max-width: 100%;
    margin-left: 11.5vw;
    padding-right: 2rem;
    padding: 2.625rem 0rem 0rem 0%; } }

@media (min-width: 81.25rem) {
  .single-blog-heading-container:nth-of-type(1) {
    margin-left: 9vw; } }

@media (min-width: 110rem) {
  .single-blog-heading-container:nth-of-type(1) {
    margin-left: 15vw; } }

.single-blog-heading-container:nth-of-type(2) {
  padding: 0 9%;
  pointer-events: auto;
  -ms-flex-align: center;
      align-items: center; }

.single-blog-heading-container:nth-of-type(2) a {
  margin-right: 1rem; }

@media (min-width: 64rem) {
  .single-blog-heading-container:nth-of-type(2) {
    padding: 0; } }

.blog-image {
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

@media (min-width: 35rem) {
  .blog-image {
    margin: 2.5rem 0 3.5rem; } }

@media (min-width: 81.25rem) {
  .blog-image {
    margin-bottom: 7.125rem; } }

.blog-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 71.4285714286%; }

.blog-image > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.single-blog-content {
  margin-top: 2.8125rem; }

@media (min-width: 64rem) {
  .single-blog-content {
    margin-top: 9.1875rem; } }

@media (min-width: 81.25rem) {
  .single-blog-content {
    margin-top: 0 !important; } }

.single-blog-content a {
  color: var(--clr-p-200);
  text-decoration: underline; }

.single-blog-content-section-left {
  padding: 0 5vw; }

@media (min-width: 35rem) {
  .single-blog-content-section-left {
    padding: 1rem 9% 0; } }

@media (min-width: 64rem) {
  .single-blog-content-section-left {
    padding-right: 11.5%;
    padding-left: 11.5%; } }

@media (min-width: 81.25rem) {
  .single-blog-content-section-left {
    padding: 0;
    padding-left: 9vw;
    -ms-flex: 50%;
        flex: 50%;
    padding-right: 3.5rem; } }

@media (min-width: 110rem) {
  .single-blog-content-section-left {
    padding-left: 15vw; } }

@media (min-width: 64rem) {
  .single-blog-content-section-left p {
    padding-left: 0;
    padding-bottom: 1rem; } }

.single-blog-content-section-left .blog-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.single-blog-content-section-left .blog-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 72.347826087%; }

.single-blog-content-section-left .blog-image > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 81.25rem) {
  .single-blog-content-section-left .blog-image {
    margin-top: 7.125rem;
    margin-left: -9vw;
    margin-right: 5vw; } }

@media (min-width: 110rem) {
  .single-blog-content-section-left .blog-image {
    margin-left: -15vw; } }

.single-blog-content-section-left .blog-image .img-1128-634 {
  position: relative; }

.single-blog-content-section-left .blog-image .img-1128-634:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.2056737589%; }

.single-blog-content-section-left .blog-image .img-1128-634 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.single-blog-content-section-left .blog-image .img-574-1023 {
  position: relative; }

.single-blog-content-section-left .blog-image .img-574-1023:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 178.2229965157%; }

.single-blog-content-section-left .blog-image .img-574-1023 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.single-blog-author {
  padding-bottom: 2rem;
  font-size: 0.875rem;
  padding-left: 5vw;
  padding-right: 5vw; }

@media (min-width: 35rem) {
  .single-blog-author {
    padding-left: 9vw;
    padding-bottom: 4rem; } }

@media (min-width: 64rem) {
  .single-blog-author {
    padding-left: 11.5vw; } }

@media (min-width: 81.25rem) {
  .single-blog-author {
    -ms-flex: 100%;
        flex: 100%;
    padding-left: 9vw;
    padding-bottom: 5rem; } }

@media (min-width: 110rem) {
  .single-blog-author {
    padding-left: 15vw; } }

.single-blog-content-section-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 5vw; }

@media (min-width: 35rem) {
  .single-blog-content-section-right {
    padding: 0 9%; } }

@media (min-width: 64rem) {
  .single-blog-content-section-right {
    padding-right: 11.5vw;
    padding-left: 11.5vw; } }

@media (min-width: 81.25rem) {
  .single-blog-content-section-right {
    padding-right: 9vw;
    padding-left: 0;
    -ms-flex: 50%;
        flex: 50%;
    padding-left: 3.5rem; } }

@media (min-width: 110rem) {
  .single-blog-content-section-right {
    padding-right: 15vw; } }

.single-blog-content-section-right .blog-image {
  -ms-flex-order: 1;
      order: 1;
  position: relative;
  margin-bottom: 7.4375rem; }

.single-blog-content-section-right .blog-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 72.347826087%; }

.single-blog-content-section-right .blog-image > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 81.25rem) {
  .single-blog-content-section-right .blog-image {
    -ms-flex-order: 0;
        order: 0;
    order: 0;
    margin-left: 5vw;
    margin-bottom: 7.125rem;
    margin-right: -9vw;
    margin-top: 0; } }

@media (min-width: 110rem) {
  .single-blog-content-section-right .blog-image {
    margin-right: -15vw; } }

.single-blog-content-section-left p,
.single-blog-content-section-right p {
  padding-bottom: 1rem; }

.single-blog-bottom-nav {
  margin-top: 0;
  margin-bottom: 203px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid;
  margin-top: 125px; }

.single-blog-bottom-nav .blog-nav-left {
  margin-top: 1rem;
  background-image: url(../assets/vector/icons/Icon/Arrow/left-darkest.svg);
  width: 16px;
  height: 24px; }

.single-blog-bottom-nav .blog-nav-right {
  margin-top: 1rem;
  background-image: url(../assets/vector/icons/Icon/Arrow/right-darkest.svg);
  width: 16px;
  height: 24px;
  position: relative; }

.blog-single__imagen-bottom {
  width: 100%;
  background-size: cover;
  margin-bottom: 0;
  margin-top: 5rem; }

@media (min-width: 64rem) {
  .blog-social-item {
    margin-top: 0; } }

.blog-social-item .twitter {
  height: 2rem;
  width: 2rem; }

.single-blog-heading-container {
  pointer-events: none; }

.single-blog-heading-container .post-categories {
  color: var(--clr-p-200); }

.single-blog-heading-container .post-categories li {
  list-style: none !important; }

.single-blog-heading-container h4 {
  padding-bottom: 1.5rem; }

@media (min-width: 35rem) {
  .rel-articles {
    margin-bottom: 18.5rem; } }

.rel-articles h3 {
  font-size: 42px;
  text-transform: none;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 61px; }

@media (min-width: 35rem) {
  .rel-articles h3 {
    margin-left: 9vw; } }

@media (min-width: 64rem) {
  .rel-articles h3 {
    margin-left: 11.5vw; } }

@media (min-width: 81.25rem) {
  .rel-articles h3 {
    margin-left: 9vw; } }

@media (min-width: 110rem) {
  .rel-articles h3 {
    margin-left: 15vw; } }

@media (min-width: 64rem) {
  div.single-blog-heading-container:nth-child(2) {
    margin-top: 12vw; }
  .single-blog-heading {
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 81.25rem) {
  div.single-blog-heading-container:nth-child(2) {
    -ms-flex: 100%;
        flex: 100%;
    margin-left: 0;
    padding-left: 2rem;
    background-color: white;
    padding-top: 1rem;
    margin-top: 0;
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 81.25rem) and (min-width: 81.25rem) {
  div.single-blog-heading-container:nth-child(2) {
    -ms-flex-item-align: top;
        align-self: top;
    margin-top: 90px;
    padding-bottom: 170px;
    -ms-flex-align: top;
        align-items: top;
    -ms-flex-align: center;
        align-items: center; } }

@media (min-width: 81.25rem) and (min-width: 110rem) {
  div.single-blog-heading-container:nth-child(2) {
    margin-top: 125px; } }

.single-blog-heading-container .post-categories li {
  margin-left: 0; }

.single-blog-heading-container .post-categories li a {
  color: var(--clr-p-200) !important; }

.prev-next > a {
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  color: var(--clr-n-400) !important;
  font-family: "Avant Garde Cond";
  text-decoration: none !important;
  letter-spacing: 1pt; }

.prev > a {
  margin-left: 35px; }

.next > a {
  margin-right: 35px !important;
  -webkit-transform: translate(-85px, 3px);
          transform: translate(-85px, 3px);
  display: block; }

.next-en > a {
  -webkit-transform: translate(-53px, 3px);
          transform: translate(-53px, 3px); }

.flickity-slider > .blog-card {
  width: 100%; }

@media (min-width: 35rem) {
  .flickity-slider > .blog-card {
    width: calc(33% - 0.5rem); } }

.single-blog-content-section-right .single-1-1 {
  position: relative; }

.single-blog-content-section-right .single-1-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%; }

.single-blog-content-section-right .single-1-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

body.page-id-924 .multi-link-active::before {
  content: url(../assets/vector/icons/Icon/Dropdown/Darkest.svg);
  margin-top: -0.125rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.contact-top-outer {
  margin-top: 11.25rem; }

.contact-outer {
  background: white; }

@media (min-width: 81.25rem) {
  .contact-outer {
    margin-top: 6.875rem; } }

.contact-headquarters {
  margin-bottom: -12.49rem;
  padding: 80px 5%;
  position: relative; }

.contact-headquarters .adquisicion-titulo {
  border-top: none; }

.contact-headquarters .hor-bottom {
  display: none;
  height: 0.0625rem; }

.contact-headquarters .hor-top {
  width: 90%;
  top: 5rem; }

.contact-headquarters h4 {
  margin-left: 0;
  font-weight: 300;
  margin-bottom: 2rem; }

.contact-headquarters p {
  color: var(--clr-n-300); }

.contact-headquarters .__bold {
  font-weight: 600;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  color: var(--clr-n-300); }

.contact-headquarters__column {
  position: relative;
  padding-top: 2rem; }

.contact-headquarters__column .hor-top {
  width: 100%;
  top: 0; }

.contact-headquarters__column:last-child, .contact-headquarters__column:nth-child(2) {
  margin-top: 0;
  padding-bottom: 72px;
  margin-bottom: 66px; }

@media (min-width: 64rem) {
  .contact-headquarters__column:last-child .hor-bottom, .contact-headquarters__column:nth-child(2) .hor-bottom {
    display: block; }
  .contact-headquarters__column:last-child .hor-top, .contact-headquarters__column:nth-child(2) .hor-top {
    display: none !important; } }

@media (min-width: 35rem) {
  .contact-headquarters {
    padding: 1rem 9% 12.5rem 9%; }
  .contact-headquarters__column:nth-child(1) {
    margin-top: 200px; }
  .contact-headquarters__column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0; }
  .contact-headquarters__column .top-container {
    grid-column: span 2;
    position: relative;
    margin-bottom: 2.375rem;
    height: 80px; }
  .contact-headquarters__column .top-container .hor-bottom {
    display: block;
    height: 0.0625rem; }
  .contact-headquarters__column h4 {
    grid-column: 1;
    grid-row: 1;
    margin-left: 2rem;
    padding-top: 1.8125rem;
    margin-bottom: 1.625rem; }
  .contact-headquarters__column p {
    margin-left: 2rem; }
  .contact-headquarters__column .contact-direccion {
    grid-column: span 2;
    grid-row: 2; }
  .contact-headquarters__column .contact-enquiries {
    grid-column: 1;
    grid-row: 3; }
  .contact-headquarters__column .contact-email-phone:nth-child(1) {
    grid-column: 1;
    grid-row: 4; }
  .contact-headquarters__column .contact-tech {
    grid-row: 3;
    grid-column: 2; }
  .contact-headquarters__column .contact-email-phone {
    grid-row: 4;
    padding-left: 24px;
    max-width: 27ch; } }

@media (min-width: 64rem) {
  .contact-headquarters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: var(--padding-ic-ipad);
    margin: var(--margin-ic-ipad);
    padding-bottom: 50px; }
  .contact-headquarters .contact-headquarters__column .contact-email-phone {
    grid-row: auto; }
  .contact-headquarters .contact-headquarters__column .contact-tech {
    grid-row: auto;
    grid-column: span 2; }
  .contact-headquarters__column div,
  .contact-headquarters__column p {
    grid-column: span 2;
    grid-row: auto; }
  .contact-headquarters .contact-email-phone:nth-child(1) {
    grid-row: 4; }
  .contact-headquarters__column:last-child .top-container .line-hor {
    display: block; }
  .contact-headquarters__column:first-child {
    padding-bottom: 72px;
    margin-bottom: 66px; }
  .contact-headquarters__column:first-child .line-hor {
    display: block; } }

@media (min-width: 81.25rem) {
  .contact-headquarters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 9%;
    margin: 0; }
  .contact-headquarters__column .contact-direccion {
    grid-column: span 2;
    grid-row: 2; }
  .contact-headquarters__column .contact-enquiries {
    grid-column: 1;
    grid-row: 3; }
  .contact-headquarters__column .phone-enquiries {
    grid-row: 4 !important;
    grid-column: 1 !important; }
  .contact-headquarters__column .phone-tech {
    grid-column: 2 !important;
    grid-row: 4 !important; }
  .contact-headquarters__column .contact-tech {
    grid-row: 3;
    grid-column: 2 !important; }
  .contact-headquarters__column .contact-headquarters .contact-headquarters__column .contact-tech {
    grid-row: 3;
    grid-column: 2; } }

@media (min-width: 110rem) {
  .contact-headquarters {
    padding: 0 15%; } }

.double-col {
  padding-bottom: 72px;
  margin-bottom: 66px; }

@media (min-width: 64rem) {
  .double-col {
    grid-column: span 2;
    margin-bottom: 0 !important; }
  .double-col .contact-email-phone:nth-of-type(1) {
    grid-row: 4;
    grid-column: 1; }
  .double-col .contact-tech {
    grid-row: 3; }
  .double-col .contact-email-phone:nth-of-type(2) {
    grid-column: 2;
    grid-row: 4; } }

.last-hor {
  display: block !important; }

.para-image {
  padding-top: 125px;
  color: var(--clr-n-300); }

@media (min-width: 64rem) {
  .para-image {
    padding-top: 41px;
    display: -ms-flexbox;
    display: flex; } }

.logo-fime {
  position: relative;
  background-size: 75%;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 90px; }

.logo-fime:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 52.6315789474%; }

.logo-fime > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 35rem) {
  .logo-fime {
    margin-top: 61px; } }

@media (min-width: 64rem) {
  .seccion-fime {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.lp-fime-1 {
  position: relative;
  background-size: 65%;
  background-position: top center;
  background-repeat: no-repeat;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.lp-fime-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 133.3333333333%; }

.lp-fime-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 64rem) {
  .lp-fime-1 {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%; } }

@media (min-width: 81.25rem) {
  .lp-fime-1 {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    -ms-flex-positive: 0;
        flex-grow: 0; } }

.lp-fime-2 {
  position: relative;
  background-size: 90%;
  background-position: top center;
  background-repeat: no-repeat;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.lp-fime-2:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75%; }

.lp-fime-2 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 81.25rem) {
  .lp-fime-2 {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    -ms-flex-positive: 0;
        flex-grow: 0; } }

.lp-fime-3 {
  position: relative; }

.lp-fime-3:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 51.0638297872%; }

.lp-fime-3 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.double-para {
  display: block;
  padding-bottom: 2rem;
  color: var(--clr-n-300);
  padding-top: 41px; }

@media (min-width: 35rem) {
  .double-para {
    padding-top: 65px; } }

@media (min-width: 64rem) {
  .double-para {
    padding-top: 61px; } }

@media (min-width: 81.25rem) {
  .double-para {
    display: -ms-flexbox;
    display: flex; } }

.double-para__last {
  display: block;
  color: var(--clr-n-300);
  padding-top: 41px;
  padding-bottom: 160px; }

@media (min-width: 35rem) {
  .double-para__last {
    padding-top: 65px; } }

@media (min-width: 64rem) {
  .double-para__last {
    padding-top: 61px; } }

@media (min-width: 81.25rem) {
  .double-para__last {
    display: -ms-flexbox;
    display: flex; } }

/* ============= ============= ============= =============
*  SERVO ASISTENCIA
============= ============= ============= ============= */
.lp-servo-1 {
  position: relative; }

.lp-servo-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 51.0638297872%; }

.lp-servo-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.para-container {
  margin-top: 4.875rem; }

@media (min-width: 35rem) {
  .para-container {
    margin-top: 8.875rem; } }

@media (min-width: 64rem) {
  .para-container {
    display: -ms-flexbox;
    display: flex;
    position: relative; } }

.servo-para-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.servo-para-left a {
  color: var(--clr-p-200);
  text-decoration: underline; }

.servo-para-1 {
  color: var(--clr-n-300);
  margin-top: 0;
  margin-left: 5vw;
  margin-right: 5vw; }

.servo-para-1 a {
  color: var(--clr-p-200);
  text-decoration: underline; }

.servo-para-1 ul {
  margin-top: 1.5rem;
  margin-left: 1.5rem; }

.servo-para-1 ul li {
  margin-bottom: 24px;
  padding-left: 1rem; }

@media (min-width: 35rem) {
  .servo-para-1 {
    margin-left: 9vw;
    margin-right: 9vw; } }

@media (min-width: 64rem) {
  .servo-para-1 {
    margin-left: 11.5vw;
    margin-right: 11.5vw; } }

@media (min-width: 81.25rem) {
  .servo-para-1 {
    margin-left: 9vw;
    margin-right: 0; } }

@media (min-width: 110rem) {
  .servo-para-1 {
    margin-left: 15vw; } }

.img-para-izq {
  background-size: cover;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 3rem;
  position: relative; }

@media (min-width: 35rem) {
  .img-para-izq {
    margin-right: 9vw;
    margin-left: 9vw; } }

@media (min-width: 64rem) {
  .img-para-izq {
    margin-right: 28.5vw;
    margin-left: 0; } }

@media (min-width: 81.25rem) {
  .img-para-izq {
    margin-right: 10rem;
    margin-left: 0; } }

@media (min-width: 110rem) {
  .img-para-izq {
    margin-right: 113px;
    margin-top: 0; } }

.img-para-izq:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 91.8260869565%; }

.img-para-izq > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.servo-para-right {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }

.servo-para-right a {
  color: var(--clr-p-200);
  text-decoration: underline; }

@media (min-width: 64rem) {
  .servo-para-right {
    margin-right: 0;
    margin-left: 0; } }

.img-para-right-top {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 3rem;
  position: relative; }

@media (min-width: 35rem) {
  .img-para-right-top {
    margin-left: 9vw;
    margin-right: 9vw;
    margin-top: 3rem; } }

@media (min-width: 64rem) {
  .img-para-right-top {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0; } }

@media (min-width: 81.25rem) {
  .img-para-right-top {
    margin-bottom: 75px;
    margin-left: 144px; } }

@media (min-width: 110rem) {
  .img-para-right-top {
    margin-right: 0; } }

.img-para-right-top:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 79.4425087108%; }

.img-para-right-top > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-para-right-bottom {
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 3rem;
  position: relative; }

@media (min-width: 35rem) {
  .img-para-right-bottom {
    margin-left: 9vw;
    margin-right: 9vw;
    margin-top: 3rem; } }

@media (min-width: 64rem) {
  .img-para-right-bottom {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0; } }

@media (min-width: 81.25rem) {
  .img-para-right-bottom {
    margin-left: 144px; } }

@media (min-width: 110rem) {
  .img-para-right-bottom {
    background-size: cover; } }

.img-para-right-bottom:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 60.6956521739%; }

.img-para-right-bottom > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* ============= ============= ============= =============
*  FORMACIÓN
============= ============= ============= ============= */
.lp-formacion-1 {
  position: relative; }

.lp-formacion-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 61.6134751773%; }

.lp-formacion-1 > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.formacion-container {
  margin-top: 7.5625rem;
  margin-bottom: 7.5625rem;
  color: var(--clr-n-300); }

@media (min-width: 81.25rem) {
  .formacion-container {
    display: -ms-flexbox;
    display: flex; } }

.formacion-container__left p,
.formacion-container__left li {
  margin-bottom: 1.5rem; }

.formacion-container__left ul {
  margin-left: 1.5rem; }

.formacion-container__left li {
  padding-left: 1rem; }

.formacion-img {
  background-size: cover;
  position: relative; }

@media (min-width: 81.25rem) {
  .formacion-img {
    margin-left: 9vw;
    margin-right: -9vw; } }

.formacion-img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 104.8695652174%; }

.formacion-img > .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.privacy-content h3 {
  padding-bottom: 0.5rem;
  padding-top: 2rem; }

.privacy-content p,
.privacy-content li {
  padding-bottom: 1rem; }

.privacy-content a {
  color: var(--clr-p-200);
  text-decoration: underline; }

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0; }

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45); }

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1; }

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  font-family: "Avant Garde", sans-serif;
  font-weight: 100;
  font-size: var(--fs-p);
  overflow-x: hidden !important;
  color: var(--clr-n-500);
  margin: 0;
  padding: 0;
  transition: background-color 0.5s ease-in; }

body ::-moz-selection {
  background-color: var(--clr-p-100);
  color: var(--clr-p-500); }

body ::selection {
  background-color: var(--clr-p-100);
  color: var(--clr-p-500); }

body input {
  -webkit-appearance: none;
  border-radius: 0; }

.linkedin {
  width: 1.5rem; }

.twitter {
  width: 2rem; }

.page-id-924 {
  background: linear-gradient(0deg, white 50%, var(--clr-s-500) 50%); }

.overlay-desktop {
  position: fixed;
  transition: opacity 0.3s ease-in;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--clr-p-400);
  z-index: 0;
  top: 6.25rem;
  left: 0;
  pointer-events: none; }

.overlay-lang {
  position: fixed;
  transition: opacity 0.3s ease-in;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--clr-p-400);
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

a {
  color: var(--clr-n-500);
  text-decoration: none; }

li {
  list-style-type: disc;
  margin-left: 16px; }

@media (max-width: 1040px) {
  li {
    margin-left: 0; } }

h1 {
  font-family: "Bookmania Semibold";
  font-size: var(--fs-h1);
  text-transform: uppercase;
  line-height: 1.066666; }

.fm-small {
  font-size: 0.875rem;
  line-height: 1.7142857143; }

h2 {
  font-family: "Bookmania Semibold";
  font-size: var(--fs-h2);
  text-transform: uppercase;
  line-height: 1.2; }

h3 {
  font-size: var(--fs-h2);
  font-family: "Bookmania Regular";
  line-height: 1.2;
  padding-bottom: 1rem; }

@media (min-width: 64rem) {
  h3 {
    font-size: var(--fs-h3); } }

h4 {
  font-family: "Avant Garde Cond";
  font-size: var(--fs-h4);
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2pt; }

.h4-medium {
  font-family: "Avant Garde Cond";
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 2pt; }

.h4-book {
  font-family: "Avant Garde Cond";
  font-weight: 100;
  font-size: 1.125rem;
  letter-spacing: 2pt; }

.h4-demi {
  font-family: "Avant Garde Cond";
  font-weight: 200;
  font-size: 1.125rem;
  letter-spacing: 2pt; }

.logo-radiologia-blanco > g > path {
  fill: white; }

.logo-radiologia-p200 > g > path {
  fill: var(--clr-p-200); }

.logo-radiologia-negro > g > path {
  fill: var(--clr-p-500); }

.logo-radiologia-blanco > g > path {
  fill: var(--clr-p-500); }

.top-nav-blanco .main-nav-item > a {
  color: white; }

.breadcrumb {
  font-family: "Avant Garde Cond";
  letter-spacing: 2pt;
  font-size: 18px;
  font-weight: 100;
  color: var(--clr-p-200);
  padding-bottom: 1rem;
  text-transform: uppercase; }

.loader,
.loader__content {
  min-height: 100vh;
  position: fixed;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%; }

.loader {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--bcg-loaderblue);
  overflow: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: var(--clr-p-200);
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 50; }

.loader .inner,
.loader__content .inner {
  width: var(--loader-width);
  height: var(--loader-height); }

.loader .inner {
  background-color: var(--bcg-loaderbluedark); }

.loader__content {
  z-index: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: transparent;
  visibility: hidden;
  /* hide loader content by default */ }

.loader__image {
  width: var(--loader-width);
  padding-bottom: 50vh;
  overflow: hidden;
  position: relative; }

.loader__title--mask {
  overflow: hidden; }

.loader__title--mask span {
  display: block; }

.loader__image--mask {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute; }

td {
  border: 1px solid black;
  padding: 0.5rem; }

/*# sourceMappingURL=file:///Applications/MAMP/htdocs/radiologiasa/wp-content/themes/radiologiasa/app/scss/style.scss */
/*# sourceMappingURL=style.css.map */
