@charset "UTF-8";
.image-responsive, .image-full {
  height: auto; }

.image-full {
  width: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear-fix, dl.data-list, .row, .control-uploader__preview.\--multiple {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, .control-uploader__preview.\--multiple:before, .clear-fix:after, dl.data-list:after, .row:after, .control-uploader__preview.\--multiple:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .row:after, .control-uploader__preview.\--multiple:after {
    clear: both; }

.fade {
  opacity: 0;
  display: block; }
  .fade.in {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

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

figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0; }

form, fieldset, label, legend, button, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, q, s, small, strike, strong, sub, sup, tt, var, samp, dd, dl, dt, li, ol, ul, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: 1; }

body {
  font-family: "neue-haas-unica", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 2rem ;
  line-height: 1;
  font-family: "degular", sans-serif;
  font-weight: bold; }

h1, .h1 {
  font-size: 3.764rem ; }

h2, .h2 {
  font-size: 2.823rem ; }

h3, .h3 {
  font-size: 2.588rem ; }

h4, .h4 {
  font-size: 2.235rem ; }

h5, .h5 {
  font-size: 1.411rem ; }

h6, .h6 {
  font-size: 1.176rem ; }

p {
  font-family: "neue-haas-unica", sans-serif;
  line-height: inherit;
  margin-bottom: 2rem ; }

strong {
  font-style: inherit; }

ul, ol {
  margin-bottom: 2rem ;
  margin-left: 2em; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.5; }

small {
  font-size: .8em; }

dl {
  margin-bottom: 2rem ; }
  dl dt, dl dd {
    line-height: 1.5; }
  dl dd {
    line-height: 1.5; }

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit; }

abbr {
  font-size: .9em;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

code {
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: .18em .4em .18em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
  border-radius: 3px; }

hr, .hr {
  margin: 0;
  margin-bottom: 2rem ;
  border: 0;
  border-bottom: 1px solid #CCC; }

span.hr {
  display: block; }

.hr-dotted {
  border-bottom-style: dashed; }

.bold, strong, dl dt {
  font-weight: 700; }

ul.unstyled, ol.unstyled {
  list-style: none;
  margin-left: 0; }

ul.inline li, ol.inline li {
  display: inline-block;
  vertical-align: top; }

.strike-out {
  text-decoration: line-through; }

.text-align-right {
  text-align: right; }

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

dl.data-list {
  margin-bottom: 0; }
  dl.data-list dt {
    float: left; }
  dl.data-list dd {
    overflow: hidden;
    text-align: right; }

.arrow {
  background: #efefef;
  width: 300px;
  height: 50px;
  margin-bottom: 4rem;
  position: relative; }
  .arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000; }

div[class*="offset-pad-"], div[class*="offset-pad-"] .row div[class*="col-"], .offset-pad-1.ctc-col-parent .row div[class*="col-"], * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.offset-bottom-10 {
  margin-bottom: 100px !important; }

.offset-bottom-9 {
  margin-bottom: 90px !important; }

.offset-bottom-8 {
  margin-bottom: 80px !important; }

.offset-bottom-7 {
  margin-bottom: 70px !important; }

.offset-bottom-6 {
  margin-bottom: 60px !important; }

.offset-bottom-5 {
  margin-bottom: 50px !important; }

.offset-bottom-4 {
  margin-bottom: 40px !important; }

.offset-bottom-3 {
  margin-bottom: 30px !important; }

.offset-bottom-2 {
  margin-bottom: 20px !important; }

.offset-bottom-1 {
  margin-bottom: 10px !important; }

.offset-bottom-0 {
  margin-bottom: 0px !important; }

.offset-bottom {
  margin-bottom: 2rem !important; }

.offset-bottom-none {
  margin-bottom: 0 !important; }

.offset-bottom-half {
  margin-bottom: 1rem ; }

.relate-to-this {
  position: relative; }

.row {
  width: 100%; }

.hide {
  display: none !important; }

.transparent {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.\+i3TODO {
  outline: 2px dashed #ff0000; }

html, body {
  font-size: 17px;
  color: #597084;
  line-height: 1.5; }

i.icon {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  line-height: 1; }

.image-full {
  display: block; }

.image-content {
  display: block;
  margin-bottom: 2rem ;
  margin-right: 2rem ;
  margin-left: 2rem ; }
  .image-content.pull-left {
    margin-left: 0; }

.grid-table {
  display: table;
  width: 100%; }
  .grid-table .grid-table-row {
    display: table-row; }
  .grid-table .grid-table-cell {
    display: table-cell; }
  .grid-table.two-blocks .grid-table-cell {
    width: 50%; }
  .grid-table.three-blocks .grid-table-cell {
    width: 33%; }
  .grid-table.four-blocks .grid-table-cell {
    width: 25%; }
  .grid-table.five-blocks .grid-table-cell {
    width: 20%; }

.ctc-col-parent {
  float: none !important; }
  .ctc-col-parent .col-33 {
    width: 33.33% !important; }

div[class*="offset-pad-"].offset-bottom-1 .row div[class*="col-"] {
  margin-bottom: 10px; }

div[class*="offset-pad-"].offset-bottom-2 .row div[class*="col-"] {
  margin-bottom: 20px; }

div[class*="offset-pad-"].offset-bottom-3 .row div[class*="col-"] {
  margin-bottom: 30px; }

div[class*="offset-pad-"].offset-bottom-4 .row div[class*="col-"] {
  margin-bottom: 40px; }

div[class*="offset-pad-"].offset-bottom-5 .row div[class*="col-"] {
  margin-bottom: 50px; }

div[class*="offset-pad-"].offset-bottom-6 .row div[class*="col-"] {
  margin-bottom: 60px; }

div[class*="offset-pad-"].offset-bottom-7 .row div[class*="col-"] {
  margin-bottom: 70px; }

div[class*="offset-pad-"].offset-bottom-8 .row div[class*="col-"] {
  margin-bottom: 80px; }

div[class*="offset-pad-"].offset-bottom-9 .row div[class*="col-"] {
  margin-bottom: 90px; }

div[class*="offset-pad-"].offset-bottom-10 .row div[class*="col-"] {
  margin-bottom: 100px; }

.offset-pad-1 {
  padding-left: 5px;
  padding-right: 5px; }
  .offset-pad-1.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px; }
    .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
      padding: 0px 5px; }

.offset-pad-2 {
  padding-left: 10px;
  padding-right: 10px; }
  .offset-pad-2.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -10px;
    margin-right: -10px; }
    .offset-pad-2.ctc-col-parent .row div[class*="col"] {
      padding: 0px 10px; }

.offset-pad-3 {
  padding-left: 15px;
  padding-right: 15px; }
  .offset-pad-3.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
    margin-right: -15px; }
    .offset-pad-3.ctc-col-parent .row div[class*="col"] {
      padding: 0px 15px; }

.offset-pad-4 {
  padding-left: 20px;
  padding-right: 20px; }
  .offset-pad-4.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -20px;
    margin-right: -20px; }
    .offset-pad-4.ctc-col-parent .row div[class*="col"] {
      padding: 0px 20px; }

.offset-pad-5 {
  padding-left: 25px;
  padding-right: 25px; }
  .offset-pad-5.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -25px;
    margin-right: -25px; }
    .offset-pad-5.ctc-col-parent .row div[class*="col"] {
      padding: 0px 25px; }

.offset-pad-6 {
  padding-left: 30px;
  padding-right: 30px; }
  .offset-pad-6.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -30px;
    margin-right: -30px; }
    .offset-pad-6.ctc-col-parent .row div[class*="col"] {
      padding: 0px 30px; }

.offset-pad-7 {
  padding-left: 35px;
  padding-right: 35px; }
  .offset-pad-7.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -35px;
    margin-right: -35px; }
    .offset-pad-7.ctc-col-parent .row div[class*="col"] {
      padding: 0px 35px; }

.offset-pad-8 {
  padding-left: 40px;
  padding-right: 40px; }
  .offset-pad-8.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -40px;
    margin-right: -40px; }
    .offset-pad-8.ctc-col-parent .row div[class*="col"] {
      padding: 0px 40px; }

.offset-pad-9 {
  padding-left: 45px;
  padding-right: 45px; }
  .offset-pad-9.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -45px;
    margin-right: -45px; }
    .offset-pad-9.ctc-col-parent .row div[class*="col"] {
      padding: 0px 45px; }

.offset-pad-10 {
  padding-left: 50px;
  padding-right: 50px; }
  .offset-pad-10.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -50px;
    margin-right: -50px; }
    .offset-pad-10.ctc-col-parent .row div[class*="col"] {
      padding: 0px 50px; }

.ctc-entity-banners {
  position: relative; }
  .ctc-entity-banners img {
    display: block;
    margin: 0 auto; }

[class*="col-"] {
  float: left; }

.col-100, .w-100 {
  width: 100%; }

.offset-100 {
  margin-left: 100%; }

.col-99, .w-99 {
  width: 99%; }

.offset-99 {
  margin-left: 99%; }

.col-98, .w-98 {
  width: 98%; }

.offset-98 {
  margin-left: 98%; }

.col-97, .w-97 {
  width: 97%; }

.offset-97 {
  margin-left: 97%; }

.col-96, .w-96 {
  width: 96%; }

.offset-96 {
  margin-left: 96%; }

.col-95, .w-95 {
  width: 95%; }

.offset-95 {
  margin-left: 95%; }

.col-94, .w-94 {
  width: 94%; }

.offset-94 {
  margin-left: 94%; }

.col-93, .w-93 {
  width: 93%; }

.offset-93 {
  margin-left: 93%; }

.col-92, .w-92 {
  width: 92%; }

.offset-92 {
  margin-left: 92%; }

.col-91, .w-91 {
  width: 91%; }

.offset-91 {
  margin-left: 91%; }

.col-90, .w-90 {
  width: 90%; }

.offset-90 {
  margin-left: 90%; }

.col-89, .w-89 {
  width: 89%; }

.offset-89 {
  margin-left: 89%; }

.col-88, .w-88 {
  width: 88%; }

.offset-88 {
  margin-left: 88%; }

.col-87, .w-87 {
  width: 87%; }

.offset-87 {
  margin-left: 87%; }

.col-86, .w-86 {
  width: 86%; }

.offset-86 {
  margin-left: 86%; }

.col-85, .w-85 {
  width: 85%; }

.offset-85 {
  margin-left: 85%; }

.col-84, .w-84 {
  width: 84%; }

.offset-84 {
  margin-left: 84%; }

.col-83, .w-83 {
  width: 83%; }

.offset-83 {
  margin-left: 83%; }

.col-82, .w-82 {
  width: 82%; }

.offset-82 {
  margin-left: 82%; }

.col-81, .w-81 {
  width: 81%; }

.offset-81 {
  margin-left: 81%; }

.col-80, .w-80 {
  width: 80%; }

.offset-80 {
  margin-left: 80%; }

.col-79, .w-79 {
  width: 79%; }

.offset-79 {
  margin-left: 79%; }

.col-78, .w-78 {
  width: 78%; }

.offset-78 {
  margin-left: 78%; }

.col-77, .w-77 {
  width: 77%; }

.offset-77 {
  margin-left: 77%; }

.col-76, .w-76 {
  width: 76%; }

.offset-76 {
  margin-left: 76%; }

.col-75, .w-75 {
  width: 75%; }

.offset-75 {
  margin-left: 75%; }

.col-74, .w-74 {
  width: 74%; }

.offset-74 {
  margin-left: 74%; }

.col-73, .w-73 {
  width: 73%; }

.offset-73 {
  margin-left: 73%; }

.col-72, .w-72 {
  width: 72%; }

.offset-72 {
  margin-left: 72%; }

.col-71, .w-71 {
  width: 71%; }

.offset-71 {
  margin-left: 71%; }

.col-70, .w-70 {
  width: 70%; }

.offset-70 {
  margin-left: 70%; }

.col-69, .w-69 {
  width: 69%; }

.offset-69 {
  margin-left: 69%; }

.col-68, .w-68 {
  width: 68%; }

.offset-68 {
  margin-left: 68%; }

.col-67, .w-67 {
  width: 67%; }

.offset-67 {
  margin-left: 67%; }

.col-66, .w-66 {
  width: 66%; }

.offset-66 {
  margin-left: 66%; }

.col-65, .w-65 {
  width: 65%; }

.offset-65 {
  margin-left: 65%; }

.col-64, .w-64 {
  width: 64%; }

.offset-64 {
  margin-left: 64%; }

.col-63, .w-63 {
  width: 63%; }

.offset-63 {
  margin-left: 63%; }

.col-62, .w-62 {
  width: 62%; }

.offset-62 {
  margin-left: 62%; }

.col-61, .w-61 {
  width: 61%; }

.offset-61 {
  margin-left: 61%; }

.col-60, .w-60 {
  width: 60%; }

.offset-60 {
  margin-left: 60%; }

.col-59, .w-59 {
  width: 59%; }

.offset-59 {
  margin-left: 59%; }

.col-58, .w-58 {
  width: 58%; }

.offset-58 {
  margin-left: 58%; }

.col-57, .w-57 {
  width: 57%; }

.offset-57 {
  margin-left: 57%; }

.col-56, .w-56 {
  width: 56%; }

.offset-56 {
  margin-left: 56%; }

.col-55, .w-55 {
  width: 55%; }

.offset-55 {
  margin-left: 55%; }

.col-54, .w-54 {
  width: 54%; }

.offset-54 {
  margin-left: 54%; }

.col-53, .w-53 {
  width: 53%; }

.offset-53 {
  margin-left: 53%; }

.col-52, .w-52 {
  width: 52%; }

.offset-52 {
  margin-left: 52%; }

.col-51, .w-51 {
  width: 51%; }

.offset-51 {
  margin-left: 51%; }

.col-50, .w-50 {
  width: 50%; }

.offset-50 {
  margin-left: 50%; }

.col-49, .w-49 {
  width: 49%; }

.offset-49 {
  margin-left: 49%; }

.col-48, .w-48 {
  width: 48%; }

.offset-48 {
  margin-left: 48%; }

.col-47, .w-47 {
  width: 47%; }

.offset-47 {
  margin-left: 47%; }

.col-46, .w-46 {
  width: 46%; }

.offset-46 {
  margin-left: 46%; }

.col-45, .w-45 {
  width: 45%; }

.offset-45 {
  margin-left: 45%; }

.col-44, .w-44 {
  width: 44%; }

.offset-44 {
  margin-left: 44%; }

.col-43, .w-43 {
  width: 43%; }

.offset-43 {
  margin-left: 43%; }

.col-42, .w-42 {
  width: 42%; }

.offset-42 {
  margin-left: 42%; }

.col-41, .w-41 {
  width: 41%; }

.offset-41 {
  margin-left: 41%; }

.col-40, .w-40 {
  width: 40%; }

.offset-40 {
  margin-left: 40%; }

.col-39, .w-39 {
  width: 39%; }

.offset-39 {
  margin-left: 39%; }

.col-38, .w-38 {
  width: 38%; }

.offset-38 {
  margin-left: 38%; }

.col-37, .w-37 {
  width: 37%; }

.offset-37 {
  margin-left: 37%; }

.col-36, .w-36 {
  width: 36%; }

.offset-36 {
  margin-left: 36%; }

.col-35, .w-35 {
  width: 35%; }

.offset-35 {
  margin-left: 35%; }

.col-34, .w-34 {
  width: 34%; }

.offset-34 {
  margin-left: 34%; }

.col-33, .w-33 {
  width: 33%; }

.offset-33 {
  margin-left: 33%; }

.col-32, .w-32 {
  width: 32%; }

.offset-32 {
  margin-left: 32%; }

.col-31, .w-31 {
  width: 31%; }

.offset-31 {
  margin-left: 31%; }

.col-30, .w-30 {
  width: 30%; }

.offset-30 {
  margin-left: 30%; }

.col-29, .w-29 {
  width: 29%; }

.offset-29 {
  margin-left: 29%; }

.col-28, .w-28 {
  width: 28%; }

.offset-28 {
  margin-left: 28%; }

.col-27, .w-27 {
  width: 27%; }

.offset-27 {
  margin-left: 27%; }

.col-26, .w-26 {
  width: 26%; }

.offset-26 {
  margin-left: 26%; }

.col-25, .w-25 {
  width: 25%; }

.offset-25 {
  margin-left: 25%; }

.col-24, .w-24 {
  width: 24%; }

.offset-24 {
  margin-left: 24%; }

.col-23, .w-23 {
  width: 23%; }

.offset-23 {
  margin-left: 23%; }

.col-22, .w-22 {
  width: 22%; }

.offset-22 {
  margin-left: 22%; }

.col-21, .w-21 {
  width: 21%; }

.offset-21 {
  margin-left: 21%; }

.col-20, .w-20 {
  width: 20%; }

.offset-20 {
  margin-left: 20%; }

.col-19, .w-19 {
  width: 19%; }

.offset-19 {
  margin-left: 19%; }

.col-18, .w-18 {
  width: 18%; }

.offset-18 {
  margin-left: 18%; }

.col-17, .w-17 {
  width: 17%; }

.offset-17 {
  margin-left: 17%; }

.col-16, .w-16 {
  width: 16%; }

.offset-16 {
  margin-left: 16%; }

.col-15, .w-15 {
  width: 15%; }

.offset-15 {
  margin-left: 15%; }

.col-14, .w-14 {
  width: 14%; }

.offset-14 {
  margin-left: 14%; }

.col-13, .w-13 {
  width: 13%; }

.offset-13 {
  margin-left: 13%; }

.col-12, .w-12 {
  width: 12%; }

.offset-12 {
  margin-left: 12%; }

.col-11, .w-11 {
  width: 11%; }

.offset-11 {
  margin-left: 11%; }

.col-10, .w-10 {
  width: 10%; }

.offset-10 {
  margin-left: 10%; }

.col-9, .w-9 {
  width: 9%; }

.offset-9 {
  margin-left: 9%; }

.col-8, .w-8 {
  width: 8%; }

.offset-8 {
  margin-left: 8%; }

.col-7, .w-7 {
  width: 7%; }

.offset-7 {
  margin-left: 7%; }

.col-6, .w-6 {
  width: 6%; }

.offset-6 {
  margin-left: 6%; }

.col-5, .w-5 {
  width: 5%; }

.offset-5 {
  margin-left: 5%; }

.col-4, .w-4 {
  width: 4%; }

.offset-4 {
  margin-left: 4%; }

.col-3, .w-3 {
  width: 3%; }

.offset-3 {
  margin-left: 3%; }

.col-2, .w-2 {
  width: 2%; }

.offset-2 {
  margin-left: 2%; }

.col-1, .w-1 {
  width: 1%; }

.offset-1 {
  margin-left: 1%; }

[class*=content-col-] {
  margin-left: 4.4%;
  float: left; }
  [class*=content-col-]:first-child {
    margin-left: 0; }
  [class*=content-col-]:last-child {
    float: right; }

.content-col-1 {
  width: 4.3%; }

.content-col-2 {
  width: 13%; }

.content-col-3 {
  width: 21.679%; }

.content-col-4 {
  width: 30.37%; }

.content-col-5 {
  width: 39.1%; }

.content-col-6 {
  width: 47.8%; }

.content-col-7 {
  width: 56.5%; }

.content-col-8 {
  width: 65.2%; }

.content-col-9 {
  width: 73.9%; }

.content-col-10 {
  width: 82.6%; }

.content-col-11 {
  width: 91.3%; }

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

table.table-core {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  margin-bottom: 2rem ;
  font-size: 1em;
  border-collapse: collapse; }
  table.table-core th,
  table.table-core td {
    padding: 10px 10px 9px;
    line-height: 1.5;
    text-align: left; }
  table.table-core th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle; }
  table.table-core td {
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table.table-core tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top; }

table.table-core.table-condensed th,
table.table-core.table-condensed td {
  padding: 4px 5px; }

table.table-core.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */ }
  table.table-core.table-bordered th + th,
  table.table-core.table-bordered td + td,
  table.table-core.table-bordered th + td {
    border-left: 1px solid #ddd; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.table-striped tbody tr td,
.table-striped tbody tr th {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
  background-color: #f5f5f5; }

table.table-core .header {
  cursor: pointer; }
  table.table-core .header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden; }

table.table-core .headerSortUp,
table.table-core .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

table.table-core .header:hover:after {
  visibility: visible; }

table.table-core .headerSortDown:after,
table.table-core .headerSortDown:hover:after {
  visibility: visible;
  opacity: 60; }

table.table-core .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

audio,
canvas,
video {
  display: inline-block;
  vertical-align: top; }

audio:not([controls]) {
  display: none; }

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

a:focus {
  outline: thin dotted; }

a {
  color: #e51b24; }

a:hover,
a:active {
  outline: 0;
  color: #e51b24; }

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

html, body {
  padding: 0;
  margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

* {
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: 'default';
  src: url("/wp-content/themes/qualitetch-ltd/_ui/media/fonts/default.ttf?qanpxa") format("truetype"), url("/wp-content/themes/qualitetch-ltd/_ui/media/fonts/default.woff?qanpxa") format("woff"), url("/wp-content/themes/qualitetch-ltd/_ui/media/fonts/default.svg?qanpxa#default") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube:before {
  content: "\e920"; }

.icon-more:before {
  content: "\e91f"; }

.icon-instagram:before {
  content: "\e91a"; }

.icon-twitter:before {
  content: "\e921"; }

.icon-linkedin:before {
  content: "\e91c"; }

.icon-facebook:before {
  content: "\e91d"; }

.icon-30:before {
  content: "\e91e"; }

.icon-arrow_up:before {
  content: "\e900"; }

.icon-arrow_right:before {
  content: "\e901"; }

.icon-arrow_left:before {
  content: "\e902"; }

.icon-arrow_down:before {
  content: "\e903"; }

.icon-arrow-up-right:before {
  content: "\e904"; }

.icon-pin:before {
  content: "\e905"; }

.icon-time:before {
  content: "\e906"; }

.icon-search:before {
  content: "\e907"; }

.icon-plus-minus:before {
  content: "\e908"; }

.icon-bar:before {
  content: "\e909"; }

.icon-stop:before {
  content: "\e90a"; }

.icon-tooling:before {
  content: "\e90b"; }

.icon-play:before {
  content: "\e90c"; }

.icon-track:before {
  content: "\e90d"; }

.icon-certified:before {
  content: "\e90f"; }

.icon-users:before {
  content: "\e911"; }

.icon-send:before {
  content: "\e912"; }

.icon-email:before {
  content: "\e913"; }

.icon-layers:before {
  content: "\e914"; }

.icon-chat:before {
  content: "\e915"; }

.icon-search-2:before {
  content: "\e916"; }

.icon-drop:before {
  content: "\e917"; }

.icon-tell:before {
  content: "\e918"; }

.icon-email2:before {
  content: "\e919"; }

.icon-close:before {
  content: "\e910"; }

.icon-menu:before {
  content: "\e90e"; }

#i3-QUALITETCH .\+ff {
  font-family: "neue-haas-unica", sans-serif; }

#i3-QUALITETCH .\+fw-ebold {
  font-weight: 800; }

#i3-QUALITETCH .\+fw-bold {
  font-weight: 700; }

#i3-QUALITETCH .\+fw-normal {
  font-weight: 400; }

#i3-QUALITETCH .\+c-white {
  color: #fff; }

#i3-QUALITETCH .\+c-brand {
  color: #e51b24; }

#i3-QUALITETCH .\+c-brand-blue {
  color: #e51b24; }

#i3-QUALITETCH .\+c-green {
  color: #1d3922; }

#i3-QUALITETCH .\+c-l-green {
  color: #7fb931; }

#i3-QUALITETCH .\+c-red {
  color: #d51051; }

#i3-QUALITETCH .\+c-teal {
  color: #2a665e; }

#i3-QUALITETCH .\+ls--1 {
  letter-spacing: -1px; }

#i3-QUALITETCH .\+ls-1 {
  letter-spacing: 1px; }

#i3-QUALITETCH .\+ls-2 {
  letter-spacing: 2px; }

#i3-QUALITETCH .\+ls-3 {
  letter-spacing: 3px; }

#i3-QUALITETCH .\+tt-uppercase {
  text-transform: uppercase; }

#i3-QUALITETCH .\+td-none {
  text-decoration: none; }

#i3-QUALITETCH .\+td-underline {
  text-decoration: underline; }

#i3-QUALITETCH .\+fs-x-large {
  background-color: #91b843;
  font-size: 75px;
  font-weight: bold;
  letter-spacing: -3px;
  line-height: 1;
  color: #fff;
  display: table;
  padding: 5px 15px 13px; }
  #i3-QUALITETCH .\+fs-x-large > span:after {
    content: " "; }
  #i3-QUALITETCH .\+fs-x-large:nth-child(odd) {
    background-color: #44895c; }

#i3-QUALITETCH .\+fs-large {
  font-size: 20px;
  line-height: 1.6; }

#i3-QUALITETCH .\+fs-30 {
  font-size: 30px; }

#i3-QUALITETCH .\+fs-24 {
  font-size: 24px; }

#i3-QUALITETCH .\+fs-16 {
  font-size: 16px; }

#i3-QUALITETCH .\+fs-13 {
  font-size: 13px; }

#i3-QUALITETCH .\+fs-medium {
  font-size: 18px; }
  #i3-QUALITETCH .\+fs-medium > .icon {
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px; }

#i3-QUALITETCH .\+ta-left {
  text-align: left; }

#i3-QUALITETCH .\+ta-center {
  text-align: center; }

@media (min-width: 992px) {
  #i3-QUALITETCH .\+ta-right {
    text-align: right; } }

#i3-QUALITETCH .\+m-auto {
  margin-left: auto;
  margin-right: auto; }

#i3-QUALITETCH .\+br-4 {
  border-radius: 4px; }

#i3-QUALITETCH .\+pad-l-4 {
  padding-left: 40px; }

#i3-QUALITETCH .\+pad-r-4 {
  padding-right: 40px; }

#i3-QUALITETCH .\+pad-b-35 {
  padding-bottom: 35px; }

#i3-QUALITETCH .\+d-block {
  display: block; }

#i3-QUALITETCH .\+bdr-lg-left {
  border-left: 1px solid #D7E3CA; }

#i3-QUALITETCH .\+hr-l-g {
  border-color: #D7E3CA; }

#i3-QUALITETCH .\+d-inline-block {
  display: inline-block;
  vertical-align: middle; }

#i3-QUALITETCH .\+disabled {
  opacity: 0.8;
  cursor: not-allowed; }

#i3-QUALITETCH .\+hide-on-desktop {
  display: none; }
  @media (max-width: 769px) {
    #i3-QUALITETCH .\+hide-on-desktop {
      display: block; } }

#i3-QUALITETCH .\+hide {
  display: none; }

#i3-QUALITETCH .\+link {
  font-family: "degular", sans-serif;
  font-size: 1.17647rem;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #171717; }
  #i3-QUALITETCH .\+link i {
    font-size: 1.29412rem;
    vertical-align: middle;
    color: #e51b24; }

#i3-QUALITETCH .\+font-heading {
  font-family: "degular", sans-serif; }

body {
  background-color: #fff;
  position: relative;
  overflow-x: hidden; }
  body.\--show-menu {
    overflow: hidden; }
  body .body-container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative; }

.admin-bar .ph__top {
  margin-top: 32px; }

img {
  max-width: 100%;
  height: auto; }

.global-double-donation-message {
  font-weight: 700;
  font-size: 12px;
  color: #d51051;
  border: 1px solid #CCC;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05); }
  .global-double-donation-message i {
    margin-top: 3px; }

.offset-bottom-rem-0 {
  margin-bottom: 0rem; }

.offset-bottom-rem-1 {
  margin-bottom: 0.55556rem; }

.offset-bottom-rem-2 {
  margin-bottom: 1.11111rem; }

.offset-bottom-rem-3 {
  margin-bottom: 1.66667rem; }

.offset-bottom-rem-4 {
  margin-bottom: 2.22222rem; }

.offset-bottom-rem-5 {
  margin-bottom: 2.77778rem; }

.offset-bottom-rem-6 {
  margin-bottom: 3.33333rem; }

.offset-bottom-rem-7 {
  margin-bottom: 3.88889rem; }

.offset-bottom-rem-8 {
  margin-bottom: 4.44444rem; }

.offset-bottom-rem-9 {
  margin-bottom: 5rem; }

.offset-bottom-rem-10 {
  margin-bottom: 5.55556rem; }

@media (max-width: 992px) {
  .offset-bottom-3 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-4 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-5 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-6 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-7 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-8 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-9 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-10 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 19px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 20px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 21px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 22px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 23px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 24px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 25px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 26px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 27px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 28px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 29px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 30px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 31px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 32px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  .offset-bottom-0 {
    margin-bottom: 0px !important; } }

.i3d-w-loader {
  background-color: #000; }
  .i3d-w-loader .i3d-w-loader__mark__svg {
    stroke: #999; }

@media (min-width: 993px) {
  .panel-grid {
    margin-bottom: 0 !important; } }

.panel-row-style {
  background-repeat: no-repeat; }
  @media (min-width: 993) {
    .panel-row-style.\--hide-bg-small {
      background: unset; } }

@media (min-width: 993px) {
  .\--style-so-stretch .panel-grid-cell > div, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] {
    height: 100%; } }

@media (min-width: 993px) {
  .i3-overlap-row {
    margin-top: -555px; } }

@media (min-width: 993px) {
  .grid-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px; } }

@media (min-width: 993px) {
  .grid-contact__cell {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
    width: 50%; } }

.grid-contact__cell > * {
  width: 100%;
  display: block; }

@media (min-width: 993px) {
  .upper-row {
    margin-top: -70px; } }

@media (max-width: 992px) {
  .upper-row {
    margin-top: -32px; } }

body.\--show-mobile-menu {
  overflow-y: hidden; }

.container {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .container .container:not(.container-pad) {
    padding-left: 0;
    padding-right: 0; }
  .container.\--style-large {
    max-width: 1380px; }
  .container.\--style-medium-large {
    max-width: 1020px; }
  .container.\--style-medium {
    max-width: 815px; }
  .container.\--style-small {
    max-width: 790px; }
  .container.\--style-x-small {
    max-width: 520px; }
  .container.\--style-full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }

.ph {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  max-width: 1920px;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s; }
  .ph__top {
    background: #e51b24;
    color: #fff;
    padding: 0.47059rem 0; }
    .ph__top p {
      font-family: "degular", sans-serif;
      font-size: 0.88235rem;
      margin-bottom: 0; }
    .ph__top a {
      color: #fff; }
    .ph__top__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .ph__top ul li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-family: "degular", sans-serif;
      position: relative;
      padding-right: 0.70588rem; }
      @media (min-width: 1060px) {
        .ph__top ul li {
          padding-right: 1.47059rem; } }
      .ph__top ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.88235rem;
        font-weight: 600; }
        .ph__top ul li a i {
          padding-right: 0.70588rem;
          font-size: 0.88235rem; }
      .ph__top ul li + li {
        padding-left: 1.17647rem; }
        @media (min-width: 1060px) {
          .ph__top ul li + li {
            padding-left: 1.47059rem; } }
        @media (min-width: 992px) {
          .ph__top ul li + li:before {
            content: ' ';
            position: absolute;
            top: 0;
            left: 0;
            border-left: 2px solid rgba(255, 255, 255, 0.4);
            width: 2px;
            height: 100%; } }
  .ph__lang > ul li {
    padding: 5px 0; }
    .ph__lang > ul li a {
      color: #fff; }
    .ph__lang > ul li.menu-item-has-children > a:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e903";
      font-size: 0.88235rem;
      padding-left: 0.47059rem;
      position: relative;
      top: 2px; }
    .ph__lang > ul li > ul.sub-menu {
      background-color: #e51b24;
      position: absolute;
      margin: 0;
      width: 185px;
      visibility: hidden;
      top: 25px;
      padding: 5px 0 10px;
      left: -9px; }
      @media (max-width: 700px) {
        .ph__lang > ul li > ul.sub-menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-align: baseline;
          -ms-flex-align: baseline;
          align-items: baseline;
          width: 140px; } }
      .ph__lang > ul li > ul.sub-menu > li {
        padding: 5px 10px;
        display: block; }
    .ph__lang > ul li:before {
      display: none; }
    .ph__lang > ul li:hover > ul.sub-menu {
      visibility: visible; }
  @media (max-width: 991px) {
    .ph__site-info {
      display: none; } }
  .ph__site-info ul li {
    padding: 0.29412rem 0;
    padding-right: 0.70588rem; }
    @media (min-width: 1060px) {
      .ph__site-info ul li {
        padding-right: 1.47059rem; } }
  @media (max-width: 991px) {
    .ph__tagline {
      display: none; } }
  @media (max-width: 991px) {
    .ph__search-lang {
      width: 100%; }
      .ph__search-lang ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  @media (max-width: 767px) {
    .ph__contact {
      display: none !important; } }
  .ph__search {
    padding: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .ph__search form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .ph__search input {
      background-color: transparent !important;
      border: 0 !important;
      font-family: "degular", sans-serif;
      font-size: 0.88235rem;
      padding: 0 !important;
      max-width: 7.35294rem;
      color: #fff !important; }
      .ph__search input::-webkit-input-placeholder {
        color: #fff; }
      .ph__search input:-ms-input-placeholder {
        color: #fff; }
      .ph__search input::-ms-input-placeholder {
        color: #fff; }
      .ph__search input::placeholder {
        color: #fff; }
    .ph__search button {
      background-color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 0.58824rem; }
      .ph__search button i {
        color: #fff; }
  .ph__bottom {
    padding: 1.47059rem 0;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    @media (min-width: 700px) {
      .ph__bottom {
        padding: 2.35294rem 0; } }
    .ph__bottom__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .ph__logo__contrast {
    display: none; }
  .ph__logo__white {
    display: block; }
  .ph__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px; }
    @media (min-width: 1060px) {
      .ph__menu {
        gap: 40px; } }
    @media (max-width: 991px) {
      .ph__menu__list {
        display: none; } }
    .ph__menu > ul > li {
      position: relative;
      display: inline-block;
      margin-left: 0.88235rem; }
      @media (min-width: 1060px) {
        .ph__menu > ul > li {
          margin-left: 2.35294rem; } }
      .ph__menu > ul > li > a {
        font-family: "degular", sans-serif;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 0.76471rem 0;
        border-bottom: 3px solid transparent;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .ph__menu > ul > li > a:hover {
          border-color: #e51b24; }
      .ph__menu > ul > li.menu-item-has-children > a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e903";
        font-size: 1.05882rem;
        padding-left: 0.58824rem;
        position: relative;
        top: 3px; }
  .ph__sub-menu {
    display: none;
    background-color: #e51b24; }
    @media (min-width: 992px) {
      .ph__sub-menu {
        position: absolute;
        left: -18px;
        width: 300px;
        top: 30px;
        padding-top: 42px;
        background-color: transparent; } }
    .ph__sub-menu__container {
      padding: 10px; }
      @media (min-width: 992px) {
        .ph__sub-menu__container {
          padding: 40px 30px;
          background-color: #272727;
          position: relative; }
          .ph__sub-menu__container::before {
            content: '';
            width: 20px;
            height: 20px;
            background: #272727;
            position: absolute;
            top: -10px;
            -webkit-transform: rotateZ(45deg);
            -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
            left: 50px; } }
    .ph__sub-menu li + li {
      margin-top: 10px; }
    .ph__sub-menu a {
      position: relative;
      font-family: "degular", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff; }
      @media (min-width: 992px) {
        .ph__sub-menu a {
          font-weight: 600;
          font-size: 20px;
          color: #a9a9a9;
          -webkit-transition: ease all 0.4s;
          -o-transition: ease all 0.4s;
          transition: ease all 0.4s; }
          .ph__sub-menu a::before {
            content: '\e901';
            color: #e51b24;
            position: absolute;
            left: -10px;
            font-family: 'default';
            opacity: 0;
            font-size: 1.44444rem; } }
      .ph__sub-menu a:hover {
        color: #fff;
        text-decoration: underline; }
        @media (min-width: 992px) {
          .ph__sub-menu a:hover {
            color: #FFF;
            text-decoration: none;
            padding-left: 20px; }
            .ph__sub-menu a:hover::before {
              opacity: 1; } }
    .menu-item-has-children.\--show .ph__sub-menu {
      z-index: 10; }
  .ph__toggle {
    margin-right: 1rem; }
    @media (min-width: 769px) {
      .ph__toggle {
        margin-right: 2rem; } }
    .ph__toggle i.icon {
      font-size: 2.05882rem;
      color: #fff; }
      .ph.\--style-fixed .ph__toggle i.icon {
        color: #2B2B2B; }
    @media (min-width: 992px) {
      .ph__toggle {
        display: none; } }
  body.--menu-active .ph .ph__bottom {
    background-color: #fff; }
  body.--menu-active .ph .ph__menu > ul > li > a {
    color: #1E2829; }
  body.--menu-active .ph .ph__logo__white {
    display: none; }
  body.--menu-active .ph .ph__logo__contrast {
    display: block; }
  .ph.\--style-fixed {
    -webkit-box-shadow: 0 2px 30px rgba(7, 7, 7, 0.05);
    box-shadow: 0 2px 30px rgba(7, 7, 7, 0.05); }
    .ph.\--style-fixed .ph__bottom {
      padding: 20px 0;
      background-color: #fff; }
      @media (min-width: 700px) {
        .ph.\--style-fixed .ph__bottom {
          padding: 32px 0; } }
    .ph.\--style-fixed .ph__menu > ul > li > a {
      color: #1E2829; }
    .ph.\--style-fixed .ph__logo__contrast {
      display: block; }
    .ph.\--style-fixed .ph__logo__white {
      display: none; }

.pf__newsletter {
  background-color: #e51b24;
  padding: 2.05882rem 0 1.17647rem; }
  @media (min-width: 992px) {
    .pf__newsletter {
      padding: 3.35294rem 0 2.17647rem; } }
  .pf__newsletter__title {
    font-size: 2.11765rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 12px; }
  @media (min-width: 992px) {
    .pf__newsletter__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .pf__newsletter__grid > div {
    margin-bottom: 20px; }
  .pf__newsletter__content p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0; }
  .pf__newsletter__form {
    width: 100%; }
    @media (min-width: 992px) {
      .pf__newsletter__form {
        max-width: 520px; } }
    @media (min-width: 992px) {
      .pf__newsletter__form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px; } }
    .pf__newsletter__form__row > div:first-child {
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .pf__newsletter__form__row > div:first-child {
          margin-bottom: 0px; } }
    .pf__newsletter__form label {
      display: block;
      font-family: "degular", sans-serif;
      font-size: 0.76471rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #FFFFFF;
      padding-bottom: 5px; }
    .pf__newsletter__form input[type="email"] {
      background-color: transparent;
      padding: 5px 0;
      border: 0;
      border-bottom: 3px solid rgba(255, 255, 255, 0.5);
      color: #fff; }
    .pf__newsletter__form button {
      width: 160px;
      padding: 18px 5px;
      text-align: center; }
      .pf__newsletter__form button i {
        font-size: 12px !important;
        color: #141414;
        margin-top: 3px !important;
        margin-left: 8px; }
    .pf__newsletter__form .control-group {
      margin-bottom: 0; }
    .pf__newsletter__form .wpcf7-response-output {
      border-color: #2b2b2b !important;
      font-family: "degular", sans-serif;
      font-size: 1rem;
      text-transform: none;
      color: #fff;
      padding: 10px 15px !important; }
    .pf__newsletter__form .wpcf7-not-valid-tip {
      color: #ffffff; }

.pf__title {
  font-size: 1.17647rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #171717;
  margin-bottom: 1.76471rem; }

.pf__top {
  padding: 30px 0;
  border-bottom: 2px solid #D3DCE5; }
  @media (min-width: 992px) {
    .pf__top {
      padding: 4.70588rem 0 4.70588rem; } }
  .pf__top__title {
    font-size: 1.52941rem;
    margin-bottom: 1.47059rem;
    letter-spacing: 0; }
    @media (min-width: 700px) {
      .pf__top__title {
        font-size: 2.23529rem;
        margin-bottom: 2.17647rem; } }
  @media (min-width: 992px) {
    .pf__top__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 5.29412rem; } }
  .pf__top__grid > div {
    margin-bottom: 1.17647rem; }

.pf__social-links {
  margin-top: 2.05882rem; }

.pf__about span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.88235rem; }
  @media (min-width: 700px) {
    .pf__about span {
      margin-bottom: 1.47059rem; } }
  .pf__about span a {
    font-family: "degular", sans-serif;
    font-size: 1.41176rem;
    font-weight: 600;
    color: #597084;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    .pf__about span a i {
      padding-right: 0.82353rem;
      font-size: 1rem;
      color: #E51B24; }
    .pf__about span a:hover {
      color: #e51b24; }

.pf__menu {
  max-width: 215px;
  width: 100%; }
  .pf__menu li {
    margin-bottom: 0.64706rem; }
    .pf__menu li a {
      color: #597084;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
      .pf__menu li a:hover {
        color: #e51b24; }

.pf__site-info {
  max-width: 225px;
  width: 100%; }
  .pf__site-info p {
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0; }

.pf__bottom {
  padding: 20px 0 10px; }
  @media (min-width: 992px) {
    .pf__bottom {
      padding: 2.64706rem 0 1.76471rem; } }
  .pf__bottom__grid {
    text-align: center; }
    @media (min-width: 992px) {
      .pf__bottom__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: unset; } }
    .pf__bottom__grid > div {
      margin-bottom: 0.88235rem; }
  .pf__bottom__menu ul {
    margin-bottom: 0; }
    .pf__bottom__menu ul li {
      display: inline-block;
      padding: 0 5px; }
      @media (min-width: 700px) {
        .pf__bottom__menu ul li {
          padding: 0 1.29412rem; } }
      .pf__bottom__menu ul li a {
        font-family: "degular", sans-serif;
        font-size: 1.17647rem;
        font-weight: 600;
        text-transform: capitalize;
        color: #597084;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        transition: ease 0.3s; }
        .pf__bottom__menu ul li a:hover {
          color: #e51b24; }

.pf__copyright p {
  margin-bottom: 0; }

.btn {
  background-color: #e51b24;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline;
  padding: 20px 36px 21px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  font-family: "degular", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .btn .icon {
    font-size: 19px;
    margin-top: -2px; }
    .btn .icon:not(.icon-send) {
      margin-left: 0.4rem; }
  .btn:disabled {
    opacity: .5;
    pointer-events: none; }
  .btn.\--disabled {
    opacity: .5;
    pointer-events: none; }
  .btn.\--theme-primary {
    background-color: #e51b24;
    color: #FFF; }
    .btn.\--theme-primary:hover {
      color: #FFFFFF;
      background-color: #cf1820; }
  .btn.\--theme-secondary {
    background-color: #141414;
    color: #FFF; }
    .btn.\--theme-secondary i {
      color: #e51b24; }
    .btn.\--theme-secondary:hover {
      color: #FFFFFF;
      background-color: #070707; }
  .btn.\--theme-white {
    background-color: #fff;
    color: #e51b24; }
    .btn.\--theme-white:hover {
      color: #e51b24;
      background-color: #f2f2f2; }
  .btn.\--theme-transparent {
    padding: 1.05882rem 2.11765rem;
    background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.55);
    color: #fff; }
    .btn.\--theme-transparent:hover {
      color: #FFFFFF;
      border-color: #e51b24;
      background-color: #e51b24; }
  .btn.\--style-block {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .btn.\--style-large {
    padding: 18px 80px; }
    @media (max-width: 992px) {
      .btn.\--style-large {
        padding: 18px 24px; } }
    .btn.\--style-large i {
      font-size: 20px;
      vertical-align: sub; }
  .btn.\--style-medium {
    padding-top: .8rem;
    padding-bottom: .8rem; }
  .btn.\--style-small {
    font-size: .85rem;
    padding: 14px 1.6em; }
  .btn.\--style-form {
    padding: 1.17647rem 4rem 1.23529rem; }
  .btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .btn__wrapper.\--left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .btn__wrapper.\--center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .btn__wrapper.\--right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }

a.btn {
  text-decoration: none; }

@-webkit-keyframes button-icon-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes button-icon-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

html, body {
  font-size: 17px; }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

table:not(.ui-datepicker-calendar) {
  width: 100%;
  font-size: 16px;
  border: 1px solid #cccccc;
  margin-bottom: 30px; }
  table:not(.ui-datepicker-calendar) th {
    background-color: #0074c3;
    color: #FFF;
    font-size: 15px;
    padding: 15px 24px;
    text-align: left;
    line-height: 20px;
    font-weight: 700; }
  table:not(.ui-datepicker-calendar) td {
    padding: 20px 24px;
    text-align: left; }
  table:not(.ui-datepicker-calendar) tr {
    border-bottom: 1px solid #cccccc; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #2B2B2B; }

@media (max-width: 699px) {
  h1, .h1 {
    font-size: 2.94118rem; } }

@media (max-width: 699px) {
  h2, .h2 {
    font-size: 2.11765rem; } }

@media (max-width: 699px) {
  h3, .h3 {
    font-size: 1.76471rem; } }

hr {
  margin-bottom: 30px;
  border: 1px solid #D3DCE5; }

.cms-content ul:not(.unstyled) {
  margin-left: 1em; }
  .cms-content ul:not(.unstyled) li {
    margin-bottom: .5rem; }

p {
  margin-bottom: 1.4rem; }
  p:last-child {
    margin-bottom: 0; }

blockquote {
  border-left: 4px solid #e51b24;
  padding: 4px 0;
  padding-left: 1.47059rem;
  margin-bottom: 1.76471rem; }
  @media (max-width: 460px) {
    blockquote {
      margin-bottom: 15px; } }
  blockquote .blockquote__title {
    font-size: 1.47059rem;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 0; }
  blockquote p.blockquote__text {
    font-family: "degular", sans-serif;
    font-size: 1.11765rem;
    font-weight: 500;
    line-height: 1.64706rem;
    color: #31485C; }

@media (max-width: 991px) {
  br {
    display: none; } }

.layout {
  margin-bottom: 2rem; }
  @media (min-width: 993px) {
    .layout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 4rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 993px) {
    .layout__content {
      width: 73.5%;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; } }
  .layout__aside {
    display: none; }
    @media (min-width: 993px) {
      .layout__aside {
        width: 23.5%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block !important; } }
    .layout__aside__title {
      font-size: 1.70588rem;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem;
      border-bottom: 3px solid #e51b24; }
    .layout__aside__widget {
      border-bottom: 3px solid #e51b24;
      margin-bottom: 2rem; }
      .layout__aside__widget.\--hide .layout__aside__widget__content {
        display: none; }
      .layout__aside__widget.\--hide .layout__aside__widget__title i.icon:before {
        content: "\e92b"; }
      .layout__aside__widget__title {
        font-size: 1.52941rem;
        margin-bottom: 2rem; }
        .layout__aside__widget__title > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          text-decoration: none; }
        .layout__aside__widget__title i.icon {
          font-size: .8rem; }
          .layout__aside__widget__title i.icon:before {
            content: "\e92c"; }
      .layout__aside__widget__list {
        font-weight: 700; }
        .layout__aside__widget__list a {
          text-decoration: none; }
        .layout__aside__widget__list > li {
          margin-bottom: 0; }
          .layout__aside__widget__list > li > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: .6rem 0; }
          .layout__aside__widget__list > li.\--active > a {
            color: #e51b24;
            text-decoration: underline; }
            .layout__aside__widget__list > li.\--active > a .layout__aside__widget__list__count {
              color: #e51b24; }
        .layout__aside__widget__list__media {
          display: block;
          width: 38px;
          height: 38px;
          background-size: cover;
          background-position: center;
          background-color: #fff;
          background-repeat: no-repeat;
          border-radius: 50%;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          margin-left: .8rem; }
        .layout__aside__widget__list__label {
          margin-right: .2rem;
          padding-left: .8rem; }
        .layout__aside__widget__list__count {
          color: #325C6C; }
  .layout__toggle {
    margin-bottom: 2rem;
    display: block;
    padding: 1rem;
    text-align: center;
    border: 2px solid #e51b24;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none; }
    @media (min-width: 993px) {
      .layout__toggle {
        display: none;
        margin-bottom: 0; } }
  @media (min-width: 769px) {
    .layout__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -2rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .layout__grid__item {
    padding-bottom: 2rem; }
    @media (min-width: 769px) {
      .layout__grid__item {
        width: 33.333%;
        padding-left: 2rem; } }
  @media (max-width: 1280px) {
    .layout.\--style-single-news .container {
      padding: 0; } }
  .layout.\--style-single-news .layout__content {
    width: 100%; }
    @media (min-width: 993px) {
      .layout.\--style-single-news .layout__content {
        width: 70%; } }
    @media (min-width: 993px) {
      .layout.\--style-single-news .layout__content .cms-content {
        padding-right: 90px;
        border-right: 2px solid #DDE3E9; } }
  .layout.\--style-single-news .layout__aside {
    width: 100%;
    display: block; }
    @media (max-width: 992px) {
      .layout.\--style-single-news .layout__aside {
        margin-top: 30px; } }
    @media (min-width: 993px) {
      .layout.\--style-single-news .layout__aside {
        width: 26.7%; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*! Copyright © 2009-2020 Postcode Anywhere (Holdings) Ltd. (http://www.postcodeanywhere.co.uk)
 *
 * Address v3.91
 * Styles for the address control.
 *
 * web-1-5 14/10/2020 13:25:44
 */
.pca {
  margin: 0;
  padding: 0;
  position: static;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.pca * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.pca .pcatext {
  font: 9pt arial;
  color: #333; }

.pca .pcalist {
  position: relative;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fafafa; }

.pca .pcaitem {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 9px 10px 9px 10px;
  padding: 7px 10px;
  line-height: 15px;
  text-align: left;
  white-space: nowrap;
  border: solid 1px transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  border-bottom-color: transparent;
  padding-right: 22px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #000; }

.pca .pcaselected {
  color: #333;
  background-color: #e5f0ff;
  background-color: #f0f0f0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  border-bottom-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000; }

.pca .pcalastitem {
  border-bottom: none; }

.pca .pcadisableselect {
  -moz-user-select: none;
  -webkit-user-select: none; }

.pca .pcaautocomplete {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-bottom: 0;
  background: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  width: inherit;
  position: absolute;
  z-index: 9999999999; }

.pca .pcaanchor {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0; }

.pca .pcaanchor .pcachain {
  position: relative; }

.pca .pcaautocomplete .pcaheader {
  background-color: #fafafa;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  color: #969696; }

.pca .pcaautocomplete .pcamessage {
  padding: 8px 10px;
  line-height: 18px; }

.pca .pcaautocomplete .pcalist {
  height: 244px;
  width: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc; }

.pca .pcaautocomplete .pcafooter {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  background-color: #fafafa;
  height: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 138px;
  overflow: hidden; }

.pca .pcanotification {
  background-color: #fafafa;
  padding: 8px 10px 8px 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  position: absolute;
  z-index: 100000;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  opacity: 1;
  display: none; }

.pca .pcanotification.pcavisible {
  display: block; }

.pca .pcanotification.pcafade {
  opacity: 0; }

.pca .pcanotification.pcaerror {
  background-color: #db7f83;
  color: #fff; }

.pca .pcaautocomplete .pcafooter .pcamessage {
  font: bold 9pt arial;
  color: #969696;
  margin: 9px 0 0 5px;
  padding: 0;
  position: relative;
  float: right; }

.pca .pcamodal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000; }

.pca .pcamodal .pcalist {
  height: 244px;
  width: auto;
  min-width: 200px;
  min-height: 100px; }

.pca .pcamodal .pcaborder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  border-radius: 0px;
  opacity: .20;
  filter: alpha(opacity=20); }

.pca .pcamodal .pcaframe {
  position: relative;
  margin: 12px;
  background-color: #f5f7f9;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #c8cacc; }

.pca .pcamodal .pcacontent {
  position: relative;
  padding: 15px; }

.pca .pcamodal .pcacontent .pcainputrow {
  width: 450px;
  text-align: right; }

.pca .pcamodal .pcacontent .pcainputrow input {
  width: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4;
  padding: 8px;
  margin: 15px;
  background: #fff; }

.pca .pcamodal .pcacontent .pcainputrow input:invalid {
  -webkit-box-shadow: 0 0 1.5px 1px #ff0000;
  -moz-box-shadow: 0 0 1.5px 1px #ff0000;
  box-shadow: 0 0 1.5px 1px #ff0000; }

.pca .pcamodal .pcacontent .pcainputrow .pcahalf {
  width: 126px; }

.pca .pcamodal .pcacontent .pcainputrow label {
  font: bold 14px arial;
  color: #444444; }

.pca .pcamodal .pcaheader {
  position: relative;
  top: 0;
  left: 0;
  border-top: 1px solid #e1e3e5;
  border-bottom: 1px solid  #c8cacc;
  border-radius: 0px 0px 0 0;
  background: #e1e3e5;
  background: -moz-linear-gradient(top, #e1e3e5 0%, #e1e3e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e3e5), color-stop(100%, #e1e3e5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e3e5',endColorstr='#e1e3e5',GradientType=0); }

.pca .pcamodal .pcaheader .pcatitle {
  font: bold 18px arial;
  color: #005db9;
  margin: 15px; }

.pca .pcamodal .pcafooter {
  position: relative;
  bottom: 0;
  left: 0;
  border-top: 1px solid  #c8cacc;
  background: #fff; }

.pca .pcamodal .pcafooter .pcabutton {
  width: 150px;
  margin: 15px; }

.pca .pcafullscreen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.pca .pcamask {
  background-color: #000;
  opacity: .40;
  filter: alpha(opacity=40);
  z-index: 100000; }

.pca .pcabutton {
  font: bold 14px arial;
  color: #444444;
  border: 1px solid  #d4d4d4;
  border-radius: 0px;
  padding: 8px;
  cursor: pointer;
  background: #f5f7f9;
  background: -moz-linear-gradient(top, #f5f7f9 0%, #f5f7f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f7f9), color-stop(100%, #f5f7f9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7f9',endColorstr='#f5f7f9',GradientType=0); }

.pca .pcatooltip {
  position: absolute;
  z-index: 100000; }

.pca .pcatooltip .pcabackground {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  border-radius: 5px;
  opacity: .60;
  filter: alpha(opacity=60); }

.pca .pcatooltip .pcamessage {
  position: relative;
  padding: 5px;
  font: 9pt arial;
  color: #fff; }

.pca .pcabutton:hover {
  color: #444444; }

.pca .pcalink {
  font: bold 9pt arial;
  cursor: pointer; }

.pca .pcaclear {
  clear: both; }

.pcaflag {
  width: 14px;
  height: 12px;
  position: absolute;
  font-size: 0;
  background-image: url(//services.postcodeanywhere.co.uk/images/flags16x16.png);
  -moz-box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3);
  box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3); }

.pca .pcaautocomplete .pcafooter .pcaflagbutton {
  width: 31px;
  height: 21px;
  position: relative;
  float: right;
  padding: 5px 6px;
  cursor: pointer;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_down.png);
  background-position: 5px 5px;
  background-repeat: no-repeat; }

.pca .pcaautocomplete .pcafooter .pcaflagbutton:hover {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_down_hover.png); }

.pca .pcaautocomplete .pcafooter .pcaflagbutton .pcaflag {
  top: 9px;
  left: 9px; }

.pca .pcaautocomplete .pcaflaglabel {
  position: relative;
  left: 26px; }

.pca .pcacountrylist .pcafooter .pcaflagbutton {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_up.png); }

.pca .pcacountrylist .pcafooter .pcaflagbutton:hover {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_up_hover.png); }

.pca .pcaexpandable {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/chevron.png);
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
  background-position: right 7px center; }

.pca .pcaautocomplete .pcafooter .geoLocationIcon {
  width: 21px;
  height: 21px;
  font-size: 0;
  margin: 0px 5px 0px 0px;
  padding: 5px 0px 5px 5px;
  position: relative;
  float: right;
  cursor: pointer;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/geolocationicon.svg);
  background-position: right;
  background-repeat: no-repeat;
  color: #7E8593;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  visibility: hidden; }

.pca .pcaautocomplete .pcafooter .geoLocationIcon.active {
  visibility: visible; }

.pca .pcaautocomplete .pcafooter .geoLocationIcon.working {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/loader.gif); }

.pca .pcaautocomplete .pcafooter .geoLocationMessage {
  color: #7E8593;
  padding: 9px 0px;
  position: relative;
  float: right;
  cursor: pointer;
  font-size: 11px;
  visibility: hidden; }

.pca .pcaautocomplete .pcafooter .geoLocationMessage.active {
  visibility: visible; }

.pca .pcaautocomplete .pcafooter .pcalogo {
  width: 68px;
  height: 16px;
  margin: 7px 0px 0px 7px;
  font-size: 0;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/loqatelogoinverted.svg); }

.pca .pcaautocomplete .pcafooter .adsylogo {
  width: 68px;
  height: 16px;
  margin: 7px 0px 0px 7px;
  font-size: 0;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/loqatelogoinverted.svg); }

.pca .pcaautocomplete .pcafooter .aclogo {
  width: 112px;
  height: 15px;
  font-size: 0;
  margin: 8px 5px 8px 11px;
  position: relative;
  float: left;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/address_complete_logo_en.png); }

.pca .pcaautocomplete .pcafooter .aclogo.pcalogofr {
  width: 118px;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/address_complete_logo_fr.png); }

.pca .pcaautocomplete .pcafooter .dtlogo {
  width: 100px;
  height: 14px;
  font-size: 0;
  margin: 9px 5px 6px 9px;
  position: relative;
  float: left;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/dt_express_capture_logo.png); }

.pca .pcaautocomplete .pcafooter .anlogo {
  width: 129px;
  height: 11px;
  font-size: 0;
  margin: 10px 5px 9px 9px;
  position: relative;
  float: left;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/address_now_logo.png); }

.pca .pcaitem .pcadescription {
  color: #888;
  margin-left: 8px; }

.pca .pcaitem .pcautilitytype {
  padding-right: 8px;
  font-style: italic; }

.pm {
  background: #141414;
  position: fixed;
  top: 0;
  bottom: 0;
  background-size: cover;
  overflow-y: auto;
  height: 100%;
  width: 35%;
  padding: 25px;
  z-index: 99;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: none; }
  @media (max-width: 991px) {
    .pm {
      display: block; } }
  @media (max-width: 1100px) {
    .pm {
      width: 50%; } }
  @media (max-width: 767px) {
    .pm {
      width: 100%; } }
  body.\--show-mobile-menu .pm {
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .pm__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .pm__toggle {
    font-size: 25px;
    color: #fff; }
  .pm__tell {
    font-size: 18px;
    color: #fff; }
  .pm__menu {
    margin-bottom: 20px; }
    .pm__menu ul {
      margin: 0; }
      .pm__menu ul li a {
        color: #fff;
        padding: 12px 0;
        display: block; }
      .pm__menu ul li.menu-item-has-children .sub-menu {
        display: none; }
      .pm__menu ul li.menu-item-has-children.--show .sub-menu {
        display: block; }
      .pm__menu ul li.menu-item-has-children > a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e903";
        font-size: 1.05882rem;
        padding-left: 0.58824rem;
        position: relative;
        top: 3px; }
    .pm__menu .sub-menu {
      display: none;
      list-style: none; }
      .pm__menu .sub-menu li a {
        padding: 10px 10px; }
  .pm__social-share {
    border-top: 2px solid #E8E8E8;
    border-bottom: 2px solid #E8E8E8;
    padding: 20px 0;
    margin-bottom: 20px; }
    .pm__social-share__title {
      text-align: center;
      font-family: "neue-haas-unica", sans-serif;
      font-weight: 500;
      color: #fff;
      margin-bottom: 20px; }
    .pm__social-share .w-social-links ul {
      text-align: center; }
      .pm__social-share .w-social-links ul li {
        border: 2px solid #fff;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        font-size: 18px; }
        .pm__social-share .w-social-links ul li a {
          color: #fff; }
  .pm__contact {
    margin-bottom: 25px; }
  .pm__copyright {
    text-align: center;
    margin-bottom: 30px; }
    .pm__copyright a {
      color: #fff; }

@-webkit-keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

@keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=date],
input[type=password],
textarea {
  border: 0;
  width: 100%;
  outline: 0;
  padding: 0.58824rem 1.29412rem;
  font-size: 1rem;
  letter-spacing: -0.3px;
  color: #4F667A;
  background: #FFFFFF;
  border: 2px solid #B5BEC7;
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  input[type=email].wpcf7-not-valid,
  input[type=number].wpcf7-not-valid,
  input[type=tel].wpcf7-not-valid,
  input[type=text].wpcf7-not-valid,
  input[type=date].wpcf7-not-valid,
  input[type=password].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    border-color: #F53131; }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=date]:focus,
  input[type=password]:focus,
  textarea:focus {
    border-color: #171717; }

input[type="checkbox"] {
  border: 2px solid #002A3A;
  border-radius: 1px;
  width: 26px;
  height: 26px; }

span.wpcf7-list-item {
  margin-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  span.wpcf7-list-item span.wpcf7-list-item-label {
    padding-left: 12px;
    font-size: 0.82353rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #59626A; }

.wpcf7-recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

textarea {
  height: 180px;
  resize: vertical; }

input[type=date] {
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  height: 46px; }

fieldset {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #8D9EA4; }
  fieldset legend {
    color: #e51b24;
    font-weight: 700;
    font-size: 1.64706rem;
    margin-bottom: 2rem; }

[readonly], [disabled] {
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: #59626A; }

:-moz-placeholder {
  color: #59626A; }

:-ms-input-placeholder {
  color: #59626A; }

:-moz-placeholder {
  color: #59626A; }

.form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem; }
  .form__grid__item {
    padding-left: 1rem;
    width: 50%; }

.form__toggle {
  display: none;
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s; }
  .\--show-hidden-form .form__toggle {
    display: block; }

form p {
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px; }

form.form-filters-horizontal .control-group {
  padding-right: 10px; }

div.wpcf7-response-output {
  margin: 10px 0 40px 0;
  padding: 10px;
  border: 2px solid #e51b24;
  line-height: 1.5;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px; }
  div.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #ee8426;
    border-color: #ee8426; }
  div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #e51b24;
    border-color: #e51b24; }

span.wpcf7-not-valid-tip {
  color: #e51b24;
  font-size: 13px;
  display: block;
  padding: 10px 0 0 0; }

div.wpcf7-validation-errors {
  color: #e51b24;
  border: 2px solid #e51b24;
  border-radius: 0;
  padding-left: 20px; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
  color: #2b2b2b; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450; }

.control-checkbox {
  line-height: 1;
  display: inline-block;
  font-size: 0.82353rem;
  cursor: pointer; }
  .control-checkbox > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .control-checkbox input[type=checkbox] {
    position: absolute;
    top: 1px;
    opacity: 0;
    position: absolute; }
    .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox {
      border-color: #e51b24;
      background-color: #e51b24; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox > i {
        opacity: 1;
        color: #FFF; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox + .control-checkbox__text {
        color: #e51b24; }
  .control-checkbox__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 2px solid #e51b24;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #FFF;
    background-color: #FFF; }
    .control-checkbox__checkbox > i {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .control-checkbox__checkbox > i:before {
        content: '\e902'; }
  .control-checkbox__text {
    display: block;
    margin-left: .5rem;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }

.control-checkbox + .control-checkbox {
  margin-top: 10px; }

.control-group {
  margin-bottom: 1.17647rem; }
  .control-group__label {
    font-size: 1rem;
    color: #002A3A;
    line-height: 1.5;
    font-weight: 700; }
    .control-group__label label {
      display: inline-block;
      font-size: 1rem;
      color: #171717;
      line-height: 1.5;
      font-weight: 700;
      margin-bottom: 0.70588rem; }
      .control-group__label label span {
        color: #e51b24; }
  .control-group .asterix {
    color: #e51b24; }
  .control-group__control {
    position: relative; }
  @media (min-width: 769px) {
    .control-group.\--type-search .control-group__control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .control-group.\--type-search .control-group__control input:active, .control-group.\--type-search .control-group__control input:focus {
    border-color: #000; }
  .control-group.\--type-search .control-group__control i.icon {
    margin: 3px 10px 0 0 !important;
    font-size: 16px; }
  .control-group.\--type-search .control-group__control button {
    padding: 16px 10px;
    width: 100%; }
    @media (min-width: 769px) {
      .control-group.\--type-search .control-group__control button {
        margin-left: 1rem;
        max-width: 170px; } }
    @media (max-width: 768px) {
      .control-group.\--type-search .control-group__control button {
        margin-top: 20px; } }
  .control-group.\--type-filter-search {
    max-width: 166px; }
    .control-group.\--type-filter-search .control-group__control input {
      border: 0;
      padding: 0;
      padding-left: 2.05882rem; }
    .control-group.\--type-filter-search i {
      position: absolute;
      left: 0;
      top: 50%;
      left: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #4F667A;
      font-size: 15px; }
  @media (min-width: 769px) {
    .control-group.\--type-horizontal {
      display: table;
      width: 100%; } }
  @media (min-width: 769px) {
    .control-group.\--type-horizontal.\--long-labels .control-group__label {
      width: 50%; } }
  @media (min-width: 769px) {
    .control-group.\--type-horizontal .control-group__label {
      display: table-cell;
      width: 234px;
      padding-top: 14px;
      vertical-align: top; } }
  .control-group.\--type-horizontal .control-group__label label {
    display: inline-block; }
  @media (min-width: 769px) {
    .control-group.\--type-horizontal .control-group__control {
      display: table-cell; } }
  .control-group label.error {
    display: block;
    color: #e51b24;
    font-size: .7rem;
    padding: 1rem 0; }

select {
  opacity: 0; }

.control-select {
  position: relative;
  border: 0;
  width: 100%;
  outline: 0;
  padding: 0.58824rem 1.29412rem 0.70588rem;
  padding-right: 40px;
  font-size: 0.94118rem;
  letter-spacing: -0.3px;
  color: #4F667A;
  background: #FFFFFF;
  border: 2px solid #B5BEC7;
  border-radius: 2px;
  outline: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .control-select.\--focus {
    border-color: #666; }
  .control-select select {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    width: 100%; }
  .control-select > span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    min-height: 15px;
    line-height: 1.3;
    vertical-align: middle; }
    .control-select > span:after {
      font-size: 18px;
      content: '\e903';
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -10px;
      color: #141414; }

.control-uploader {
  position: relative;
  font-size: 17px;
  padding: 17px 15px;
  border: 2px solid #B5BEC7;
  border-radius: 2px;
  padding-right: 22px;
  line-height: normal;
  background-color: #FFF;
  color: #4F667A; }
  .control-uploader input[type=file] {
    border: initial;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
  .control-uploader__filename {
    display: block;
    max-width: 250px;
    white-space: nowrap;
    line-height: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .control-uploader__action, .control-uploader .action {
    font-size: 12px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 3px;
    text-align: center;
    width: 140px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    line-height: 54px;
    background: #8298AB;
    font-family: "degular", sans-serif; }
    @media (max-width: 700px) {
      .control-uploader__action, .control-uploader .action {
        width: 90px; } }
  .control-uploader__preview {
    background-color: #fff;
    border-radius: 2px;
    width: 96px;
    height: 96px;
    border: 1px solid #00acc4;
    position: relative; }
    .control-uploader__preview__no-preview {
      font-size: 20px !important;
      line-height: 1;
      text-transform: uppercase;
      display: block;
      padding-top: 30px;
      text-align: center; }
      .control-uploader__preview__no-preview em {
        font-style: normal;
        display: block;
        font-size: 12px;
        margin-top: 5px; }
    .control-uploader__preview .i3-preview-wrap {
      width: 100%;
      height: 100%;
      text-align: center;
      background-color: #fff; }
      .control-uploader__preview .i3-preview-wrap:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .control-uploader__preview .i3-preview-wrap img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
        padding: 5px; }
    .control-uploader__preview.\--multiple {
      background-color: #fff;
      min-height: 200px;
      border: 1px solid #ccc;
      border-radius: 0;
      width: auto;
      height: auto; }
      .control-uploader__preview.\--multiple:empty {
        display: none; }
      .control-uploader__preview.\--multiple .preview-wrapper {
        overflow-x: auto;
        height: 100%;
        white-space: nowrap; }
      .control-uploader__preview.\--multiple .i3-preview-wrap {
        background-color: transparent;
        width: auto;
        min-width: 200px;
        height: 200px;
        position: relative;
        display: inline-block;
        border: 1px solid #ccc;
        margin: 10px 5px; }
        .control-uploader__preview.\--multiple .i3-preview-wrap img {
          max-width: none;
          height: 100%;
          width: auto; }
    .control-uploader__preview__msg {
      color: #666666;
      font-size: 13px; }
      .control-uploader__preview__msg .icon {
        vertical-align: middle;
        margin-right: 5px;
        color: #999; }
  .control-uploader__hint {
    margin-bottom: 30px;
    color: #999; }
    .control-uploader__hint small {
      margin-top: 10px;
      display: block; }
  .control-uploader__remove {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #00acc4;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    padding-top: 4px;
    color: #00acc4; }

@media (min-width: 700px) {
  .grid-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; } }

.grid-flex__spacer {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.grid-flex.\--jc-right {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right; }

.grid-flex.\--jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.grid-flex.\--style-double > *:last-child {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.grid-flex.\--type-responsive > * {
  width: 100% !important; }
  @media (min-width: 1023px) {
    .grid-flex.\--type-responsive > * {
      width: 33.333% !important; } }

.ipad .grid-flex.\--style-equal-heights > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
  .ipad .grid-flex.\--style-equal-heights > * > div {
    height: auto;
    width: 100%; }

.grid-flex.\--style-equal-heights > * > * {
  height: 100%; }

.grid-flex.\--style-recurring-option-steps > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

@media (max-width: 1140px) {
  .grid-flex.\--style-recurring-option-steps > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0; } }

.grid-flex.\--style-center-aligned {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.grid-flex.\--style-vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.grid-flex.\--style-bottom-aligned {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.grid-flex.\--style-left-aligned {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.grid-flex.\--type-one-block > *, .grid-flex.\--type-one-blocks > * {
  width: 100%; }

.grid-flex.\--type-two-blocks > * {
  width: 50%; }

@media (min-width: 700px) {
  .grid-flex.\--type-three-blocks > * {
    width: 50%; } }

@media (min-width: 992px) {
  .grid-flex.\--type-three-blocks > * {
    width: 33.333%; } }

.grid-flex.\--type-three-blocks > .\--style-two-third {
  width: 66.666%; }

@media (min-width: 992px) {
  .grid-flex.\--type-four-blocks > * {
    width: 25%; } }

.grid-flex.\--type-five-blocks > * {
  width: 20%; }

@media (min-width: 992px) {
  .grid-flex.\--style-blog-offset {
    margin-left: -25px; }
    .grid-flex.\--style-blog-offset > * {
      padding-left: 25px; } }

.grid-flex.\--style-offsets-1 {
  margin-left: -10px; }
  .grid-flex.\--style-offsets-1 > * {
    padding-left: 10px; }
  .grid-flex.\--style-offsets-1.\--style-blocks > * {
    padding-bottom: 10px; }

.grid-flex.\--style-offsets-2 {
  margin-left: -20px; }
  .grid-flex.\--style-offsets-2 > * {
    padding-left: 20px; }
  .grid-flex.\--style-offsets-2.\--style-blocks > * {
    padding-bottom: 20px; }

.grid-flex.\--style-offsets-3 {
  margin-left: -30px; }
  .grid-flex.\--style-offsets-3 > * {
    padding-left: 30px; }
  .grid-flex.\--style-offsets-3.\--style-blocks > * {
    padding-bottom: 30px; }

.grid-flex.\--style-offsets-4 {
  margin-left: -40px; }
  .grid-flex.\--style-offsets-4 > * {
    padding-left: 40px; }
  .grid-flex.\--style-offsets-4.\--style-blocks > * {
    padding-bottom: 40px; }

.grid-flex.\--style-offsets-5 {
  margin-left: -50px; }
  .grid-flex.\--style-offsets-5 > * {
    padding-left: 50px; }
  .grid-flex.\--style-offsets-5.\--style-blocks > * {
    padding-bottom: 50px; }

.grid-flex.\--style-offsets-6 {
  margin-left: -60px; }
  .grid-flex.\--style-offsets-6 > * {
    padding-left: 60px; }
  .grid-flex.\--style-offsets-6.\--style-blocks > * {
    padding-bottom: 60px; }

.grid-flex.\--style-offsets-7 {
  margin-left: -70px; }
  .grid-flex.\--style-offsets-7 > * {
    padding-left: 70px; }
  .grid-flex.\--style-offsets-7.\--style-blocks > * {
    padding-bottom: 70px; }

.grid-flex.\--style-offsets-8 {
  margin-left: -80px; }
  .grid-flex.\--style-offsets-8 > * {
    padding-left: 80px; }
  .grid-flex.\--style-offsets-8.\--style-blocks > * {
    padding-bottom: 80px; }

.grid-flex.\--style-offsets-9 {
  margin-left: -90px; }
  .grid-flex.\--style-offsets-9 > * {
    padding-left: 90px; }
  .grid-flex.\--style-offsets-9.\--style-blocks > * {
    padding-bottom: 90px; }

.grid-flex.\--style-offsets-10 {
  margin-left: -100px; }
  .grid-flex.\--style-offsets-10 > * {
    padding-left: 100px; }
  .grid-flex.\--style-offsets-10.\--style-blocks > * {
    padding-bottom: 100px; }

.grid-flex.\--style-offsets-11 {
  margin-left: -110px; }
  .grid-flex.\--style-offsets-11 > * {
    padding-left: 110px; }
  .grid-flex.\--style-offsets-11.\--style-blocks > * {
    padding-bottom: 110px; }

.grid-flex.\--style-offsets-12 {
  margin-left: -120px; }
  .grid-flex.\--style-offsets-12 > * {
    padding-left: 120px; }
  .grid-flex.\--style-offsets-12.\--style-blocks > * {
    padding-bottom: 120px; }

.grid-flex.\--style-offsets-13 {
  margin-left: -130px; }
  .grid-flex.\--style-offsets-13 > * {
    padding-left: 130px; }
  .grid-flex.\--style-offsets-13.\--style-blocks > * {
    padding-bottom: 130px; }

.grid-flex.\--style-offsets-14 {
  margin-left: -140px; }
  .grid-flex.\--style-offsets-14 > * {
    padding-left: 140px; }
  .grid-flex.\--style-offsets-14.\--style-blocks > * {
    padding-bottom: 140px; }

.grid-flex.\--style-offsets-15 {
  margin-left: -150px; }
  .grid-flex.\--style-offsets-15 > * {
    padding-left: 150px; }
  .grid-flex.\--style-offsets-15.\--style-blocks > * {
    padding-bottom: 150px; }

.grid-flex.\--style-offset-blocks-small {
  margin-left: -12px; }
  .grid-flex.\--style-offset-blocks-small > * {
    padding-left: 12px;
    padding-bottom: 12px; }

.grid-flex.\--style-offset-blocks-large {
  margin-left: -70px; }
  .grid-flex.\--style-offset-blocks-large > * {
    padding-left: 70px;
    padding-bottom: 70px; }

.grid-flex.\--style-offset-blocks-medium {
  margin-left: -30px; }
  .grid-flex.\--style-offset-blocks-medium > * {
    padding-left: 30px;
    padding-bottom: 30px; }

ul.grid-flex {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.list-default {
  margin-left: 0 !important;
  list-style: none;
  margin-bottom: 1.76471rem; }
  .list-default li {
    position: relative;
    padding-left: 40px; }
    .list-default li:before {
      content: "\e911";
      position: absolute;
      left: 0;
      top: 10px;
      font-size: 12px;
      color: #0073bb;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.box-result {
  border: 1px solid #ABBDC8;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  font-size: 16px; }
  .box-result__type {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background: #e51b24;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFF; }
  .box-result p {
    margin-bottom: 0; }
  .box-result__title {
    margin-bottom: 14px;
    padding-right: 120px; }
    @media (max-width: 700px) {
      .box-result__title {
        padding-right: 0px;
        padding-top: 16px; } }
    .box-result__title a {
      text-decoration: none; }

.box-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%; }
  .box-post > div {
    width: 100%; }
  .box-post__media {
    position: relative;
    margin-bottom: 25px; }
    .box-post.--style-list .box-post__media {
      display: none; }
    .box-post__media img {
      width: 100%;
      height: 220px;
      display: block; }
      .box-post.--style-small .box-post__media img {
        height: 200px; }
      .box-post__media img.no-image {
        -o-object-fit: cover;
        object-fit: cover; }
    .box-post__media__cta {
      text-align: center;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .box-post__media__cta a {
        padding: 1.17647rem 1.47059rem; }
        .box-post__media__cta a i {
          color: #e51b24;
          font-weight: 700; }
  .box-post__title {
    font-size: 1.47059rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #2B2B2B;
    margin-bottom: 0.88235rem; }
    .box-post.--style-list .box-post__title {
      font-size: 1.29412rem; }
    .box-post__title a {
      color: #2B2B2B; }
  .box-post__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .box-post__content p {
      font-size: 0.94118rem;
      font-weight: 400;
      color: #597084;
      margin-bottom: 1.05882rem; }
      .box-post.--style-list .box-post__content p {
        font-size: 0.88235rem;
        margin-bottom: 0.70588rem; }
  .box-post__meta {
    margin-bottom: 10px; }
    .box-post.--style-list .box-post__meta {
      display: none; }
    .box-post__meta span {
      font-family: "degular", sans-serif;
      font-size: 0.88235rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #5A7083; }
      .box-post__meta span.bar {
        padding: 0 9px 0 10px;
        color: #D3DCE5; }
  .box-post__cta {
    font-family: "degular", sans-serif;
    font-size: 1.17647rem;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #171717; }
    .box-post__cta i {
      font-size: 1.29412rem;
      color: #e51b24;
      line-height: 1.47059rem; }
  .box-post:hover .box-post__media__cta {
    opacity: 1; }
  .box-post.\--style-widget .box-post__meta span {
    color: #e51b24; }

.box-team__media {
  position: relative;
  margin-bottom: 1.29412rem; }
  .box-team__media img {
    width: 100%;
    height: 280px;
    display: none !important; }

.box-team__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e51b24;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s; }
  .box-team__icon i {
    font-size: 1.35294rem; }

.box-team__title {
  font-size: 1.52941rem;
  letter-spacing: -0.5px;
  margin-bottom: 0.47059rem; }

.box-team__position {
  display: block;
  font-family: "degular", sans-serif;
  font-size: 0.88235rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #e51b24;
  margin-bottom: 0.47059rem; }

.box-team__content p {
  font-size: 0.94118rem;
  letter-spacing: -0.5px;
  color: #597084; }

.box-team:hover .box-team__icon {
  background-color: #e51b24;
  color: #fff; }

.box-blog__date {
  font-family: "degular", sans-serif;
  font-size: 0.76471rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #778EA2;
  display: block;
  margin-bottom: 0.35294rem; }

.box-blog__title {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 0.94118rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #3F3F3F;
  line-height: 1.4;
  margin-bottom: 0; }
  .box-blog__title a {
    color: #3F3F3F; }

.box-blog.\--style-sidebar {
  border-bottom: 1px solid #D3DCE5;
  padding-bottom: 1.17647rem;
  margin-bottom: 1.17647rem; }
  .box-blog.\--style-sidebar:last-child {
    border: 0;
    padding-bottom: 0;
    margin: 0; }

.box-service {
  position: relative; }
  .box-service__media {
    position: relative;
    margin-bottom: 1.47059rem; }
    .box-service__media img {
      width: 100%;
      height: 240px;
      display: block; }
    .box-service__media__cta {
      text-align: center;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .box-service__media__cta a {
        padding: 1.17647rem 1.47059rem; }
        .box-service__media__cta a i {
          color: #e51b24;
          font-weight: 700; }
  .box-service__content {
    text-align: center; }
    .box-service__content p {
      letter-spacing: -0.2px;
      margin-bottom: 0.58824rem; }
  .box-service__title {
    font-size: 1.76471rem;
    font-weight: 700;
    color: #2B2B2B;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 1.17647rem; }
    .box-service__title a {
      color: #2B2B2B; }
  .box-service__cta {
    display: block; }
    .box-service__cta a {
      display: inline-block;
      font-family: "degular", sans-serif;
      font-size: 1rem;
      font-weight: 600;
      padding: 10px 0;
      border-bottom: 2px solid transparent;
      color: #171717; }
      .box-service__cta a i {
        vertical-align: middle;
        font-size: 1.23529rem;
        padding-left: 0.47059rem;
        color: #e51b24; }
  .box-service.\--style-fancy .box-service__title a {
    color: #fff; }
  .box-service.\--style-fancy p {
    color: #fff; }
  .box-service.\--style-fancy .box-service__cta a {
    border-color: transparent !important;
    color: #fff; }
    .box-service.\--style-fancy .box-service__cta a i {
      color: #fff; }
  .box-service:hover .box-service__media__cta {
    opacity: 1; }
  .box-service:hover .box-service__media__cta a {
    border-color: #e51b24; }

.w-accordion__link {
  position: relative;
  font-weight: 500; }
  .w-accordion__link a {
    font-size: 1.41176rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 3px solid #E5E5E5;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #1E2829; }
    .w-accordion__link a:focus {
      outline: 0; }
    .w-accordion__link a.active i.w-accordion__link__icon {
      color: #e51b24; }
    .w-accordion__link a.active i.w-accordion__link__icon:before {
      content: "\e900"; }
  .w-accordion__link__icon {
    font-size: 1.64706rem;
    margin-top: .2rem; }
  .w-accordion__link i.icon:not(.w-accordion__link__icon) {
    position: absolute;
    top: .3rem;
    left: 0;
    color: #6e298c;
    font-size: .6em; }
    @media (min-width: 769px) {
      .w-accordion__link i.icon:not(.w-accordion__link__icon) {
        top: 0;
        font-size: 1em; } }

.w-accordion__content {
  margin-bottom: 2rem; }

.w-page-header {
  position: relative;
  margin-bottom: 2.35294rem; }
  .w-page-header__container {
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 610px; }
  .w-page-header__title {
    color: #fff;
    letter-spacing: -2px;
    margin-bottom: 1.17647rem; }
    @media (max-width: 992px) {
      .w-page-header__title {
        margin-bottom: 15px;
        font-size: 44px; } }
  .w-page-header__subtitle {
    font-size: 0.94118rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0.88235rem; }
    @media (min-width: 992px) {
      .w-page-header__subtitle {
        margin-bottom: 1.47059rem; } }
  .w-page-header__meta {
    display: block;
    font-size: 0.94118rem;
    letter-spacing: -0.4px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.17647rem; }
    @media (min-width: 992px) {
      .w-page-header__meta {
        font-size: 1.11765rem;
        margin-bottom: 1.76471rem; } }
  .w-page-header__top {
    text-align: center;
    padding: 10rem 0 2.35294rem 0;
    color: #FFF;
    position: relative; }
    @media (min-width: 992px) {
      .w-page-header__top {
        padding: 11.76471rem 0 5.88235rem 0; } }
  .w-page-header__media {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover; }
  .w-page-header__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center center;
    background-size: cover; }
  .w-page-header__content {
    position: relative;
    z-index: 2; }
    .w-page-header__content p {
      letter-spacing: -0.4px;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 0; }
      @media (min-width: 993px) {
        .w-page-header__content p {
          font-size: 1.17647rem; } }
  .w-page-header__date {
    display: block;
    letter-spacing: -0.01em;
    color: #CED7DF; }
    .w-page-header__date span {
      color: #fff; }
  @media (max-width: 991px) {
    .w-page-header.offset-bottom-1 {
      margin-bottom: 0px !important; } }
  @media (max-width: 991px) {
    .w-page-header.\--media-center {
      margin-bottom: 0px !important; } }
  .w-page-header.\--media-center .w-page-header__container {
    max-width: 690px; }
  @media (max-width: 992px) {
    .w-page-header.\--media-center .w-page-header__title {
      font-size: 40px; } }

.w-social-links ul {
  margin-bottom: 0; }
  .w-social-links ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.17647rem;
    padding-right: 1.17647rem; }
    .w-social-links ul li a {
      color: #597084;
      outline: none; }
      .w-social-links ul li a:hover {
        color: #e51b24; }

.w-social__title {
  font-size: 0.94118rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #597084; }

.w-social__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0; }
  .w-social__share ul li {
    display: inline-block;
    padding-left: 1.05882rem;
    line-height: normal;
    vertical-align: unset !important; }
    .w-social__share ul li span {
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer; }
    .w-social__share ul li i.icon {
      vertical-align: middle; }
      .w-social__share ul li i.icon.icon-more {
        color: #fff;
        background-color: #e51b24;
        font-size: 12px;
        padding: 4px;
        border-radius: 3px; }
      .w-social__share ul li i.icon.icon-twitter {
        color: #1DA1F2; }
      .w-social__share ul li i.icon.icon-facebook {
        color: #3B5998; }
      .w-social__share ul li i.icon.icon-linkedin {
        color: #0072B1; }
      .w-social__share ul li i.icon.icon-instagram {
        color: #597084; }

.w-social.\--style-list .w-social__title {
  display: none; }

.w-social.\--style-list ul {
  display: block; }
  .w-social.\--style-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    border: 2px solid #C9D2DB;
    border-radius: 2px;
    height: 2.94118rem;
    width: 2.94118rem;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.76471rem; }

.w-filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px; }
  @media (min-width: 992px) {
    .w-filter__form {
      -webkit-box-pack: unset;
      -ms-flex-pack: unset;
      justify-content: unset;
      gap: 40px; } }
  .w-filter__form > div {
    margin: 0; }
    @media (max-width: 991px) {
      .w-filter__form > div {
        max-width: 60%; } }

.w-wp-pagination {
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .w-wp-pagination {
      margin-bottom: 100px; } }
  .w-wp-pagination__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .w-wp-pagination .page-numbers {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 1rem;
    font-weight: 500;
    color: #485C74;
    letter-spacing: -0.03em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
    margin: 0 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .w-wp-pagination .page-numbers.dots {
      pointer-events: none; }
    .w-wp-pagination .page-numbers.current {
      background-color: #e51b24;
      color: #fff; }
      .w-wp-pagination .page-numbers.current:hover {
        border-color: #e51b24; }
    .w-wp-pagination .page-numbers.prev, .w-wp-pagination .page-numbers.next {
      display: none;
      position: absolute;
      top: 0;
      border-color: #CACACA;
      text-decoration: none;
      font-size: .78rem;
      padding-top: .6rem;
      padding-bottom: .6rem;
      font-weight: 500;
      color: #636A6A; }
      .w-wp-pagination .page-numbers.prev:hover, .w-wp-pagination .page-numbers.next:hover {
        border-color: #171717; }
    .w-wp-pagination .page-numbers.prev {
      left: 0; }
    .w-wp-pagination .page-numbers.next {
      right: 0; }

.w-image {
  position: relative; }
  .w-image .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .w-image .slick-slide {
    height: auto;
    position: relative; }
  .w-image__extra {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover; }
  .w-image.\--style-align-right img {
    float: right; }
  .w-image img {
    display: block; }
    .w-image img.\--style-full {
      width: 100%; }
  .w-image__caption {
    margin-top: 0.82353rem; }
    .w-image__caption__title {
      font-weight: 600;
      letter-spacing: -0.5px;
      color: #171717;
      margin-bottom: 0; }
    .w-image__caption__content {
      margin-bottom: 0; }
  @media (min-width: 1440px) {
    .w-image.\--style-right {
      margin-right: calc(-1 * (1440px - 1160px) / 2);
      padding-left: 88px; } }
  .w-image.\--link > div a {
    display: block;
    position: relative; }
    .w-image.\--link > div a i {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #fff;
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #e51b24;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s;
      font-size: 1.35294rem; }
    .w-image.\--link > div a:hover i {
      background-color: #e51b24;
      color: #fff; }

.w-video__inner {
  position: relative; }
  .w-video__inner a {
    display: block;
    position: relative; }
  .w-video__inner img {
    display: block;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 700px) {
      .w-video__inner img {
        height: 240px; } }

.w-video__icon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .w-video__icon i {
    font-size: 0.58824rem !important;
    vertical-align: initial;
    padding-right: 0.47059rem;
    margin: 0; }

.w-video__caption {
  position: absolute;
  bottom: 2.35294rem;
  left: 2.35294rem;
  letter-spacing: -0.3px;
  font-size: 0.88235rem;
  color: #fff; }
  @media (max-width: 700px) {
    .w-video__caption {
      bottom: 20px;
      left: 0;
      right: 0;
      text-align: center; } }

.w-hero {
  background-color: #1E2829; }
  .w-hero__top {
    position: relative;
    padding-top: 11.76471rem;
    padding-bottom: 1.17647rem; }
    @media (min-width: 992px) {
      .w-hero__top {
        padding-top: 14.41176rem;
        padding-bottom: 6.47059rem; } }
  .w-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat; }
  .w-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .w-hero__content {
    position: relative;
    z-index: 1; }
    .w-hero__content p {
      font-size: 0.94118rem;
      letter-spacing: -0.4px;
      color: rgba(255, 255, 255, 0.8);
      text-align: center; }
      @media (min-width: 700px) {
        .w-hero__content p {
          font-size: 1.29412rem; } }
  .w-hero__subtitle {
    font-size: 0.94118rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.58824rem; }
    @media (min-width: 700px) {
      .w-hero__subtitle {
        margin-bottom: 1.17647rem; } }
  .w-hero__title {
    font-size: 2.64706rem;
    letter-spacing: -2px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1.17647rem; }
    @media (min-width: 700px) {
      .w-hero__title {
        margin-bottom: 1.47059rem;
        font-size: 3.76471rem; } }
  @media (min-width: 992px) {
    .w-hero__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      gap: 35px; } }
  .w-hero__grid > div {
    width: 100%; }
  .w-hero__bottom {
    padding: 1.76471rem 0 1.17647rem;
    color: #fff; }
    @media (min-width: 992px) {
      .w-hero__bottom {
        padding: 2.94118rem 0 5.58824rem; } }
  .w-hero__asubtitle {
    font-weight: 600;
    font-size: 1.17647rem;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.70588rem; }
  .w-hero__atitle {
    font-size: 2.58824rem;
    letter-spacing: -1.5px;
    color: #fff;
    margin-bottom: 1.17647rem; }
  .w-hero__cta-content {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .w-hero__cta-content {
        max-width: 530px;
        margin-bottom: 0; } }
    .w-hero__cta-content p {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.9); }
  .w-hero__cta ul {
    list-style: none;
    margin: 0 -15px; }
    @media (min-width: 700px) {
      .w-hero__cta ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    .w-hero__cta ul li {
      border-bottom: 3px solid transparent;
      padding: 0 15px; }
      @media (min-width: 700px) {
        .w-hero__cta ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 50%; } }
      .w-hero__cta ul li a {
        font-family: "degular", sans-serif;
        font-size: 1.05882rem;
        font-weight: 400;
        letter-spacing: -0.2px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        border-bottom: 3px solid transparent;
        padding: 15px 0;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        transition: ease 0.3s; }
        .w-hero__cta ul li a span {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        .w-hero__cta ul li a i {
          font-size: 1.64706rem;
          padding-right: 1.17647rem; }
        .w-hero__cta ul li a .icon-arrow_right {
          font-size: 1.17647rem;
          padding: 0; }
        .w-hero__cta ul li a:hover {
          border-color: #e51b24; }
          .w-hero__cta ul li a:hover i {
            color: #e51b24; }
            .w-hero__cta ul li a:hover i.icon-arrow_right {
              color: #FFF; }
  .w-hero__btn {
    text-align: center; }
    .w-hero__btn a {
      display: table;
      margin: 0 auto;
      margin-bottom: 20px; }
      @media (min-width: 700px) {
        .w-hero__btn a {
          display: inline-block;
          margin: 0 3px; } }
      @media (min-width: 992px) {
        .w-hero__btn a {
          margin-bottom: 0px; } }

.w-latest-news__header {
  margin-bottom: 2.35294rem; }

.w-latest-news__grid {
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .w-latest-news__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 2.05882rem; } }

.w-latest-news__tab ul {
  margin: 0;
  list-style: none; }
  .w-latest-news__tab ul li {
    display: inline-block;
    margin-right: 1.17647rem;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .w-latest-news__tab ul li {
        margin-right: 2.64706rem;
        margin-bottom: 0; } }
    .w-latest-news__tab ul li a {
      display: block;
      font-family: "degular", sans-serif;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: -0.2px;
      color: #8298AB;
      border-bottom: 2px solid transparent;
      padding-bottom: 10px;
      outline: none;
      line-height: normal; }
      @media (min-width: 700px) {
        .w-latest-news__tab ul li a {
          font-size: 1.17647rem; } }
      .w-latest-news__tab ul li a.active {
        border-color: #e51b24;
        color: #171717; }
    .w-latest-news__tab ul li:hover {
      color: #171717; }
      .w-latest-news__tab ul li:hover a {
        border-color: #e51b24; }

.w-latest-news__cta a {
  font-family: "degular", sans-serif;
  font-size: 1.17647rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #171717; }
  .w-latest-news__cta a i {
    font-size: 1.29412rem;
    padding-left: 8px;
    color: #e51b24; }

.w-fancy-link {
  position: relative;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  border: 2px solid transparent;
  padding: 1.64706rem 1.17647rem; }
  @media (max-width: 991px) {
    .w-fancy-link {
      border-color: #171717; } }
  .w-fancy-link p {
    font-size: 0.88235rem;
    margin: 0; }
  .w-fancy-link__title {
    position: relative;
    padding-right: 1.17647rem;
    margin-bottom: 0.70588rem; }
    .w-fancy-link__title i {
      position: absolute;
      color: #e51b24;
      right: 0;
      top: 1px;
      opacity: 0;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
      @media (max-width: 991px) {
        .w-fancy-link__title i {
          opacity: 1; } }
  .w-fancy-link__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .w-fancy-link:hover {
    border-color: #171717; }
    .w-fancy-link:hover .w-fancy-link__title i {
      opacity: 1; }

.w-raw-facts {
  text-align: center;
  margin-bottom: 1.17647rem; }
  .w-raw-facts__icon {
    display: block;
    margin-bottom: 1.47059rem; }
    .w-raw-facts__icon i {
      font-size: 2.58824rem;
      color: #e51b24; }
  .w-raw-facts__title {
    letter-spacing: -0.2px;
    color: #171717;
    margin-bottom: 1.29412rem; }
  .w-raw-facts p {
    color: #597084;
    font-weight: 100;
    margin-bottom: 1.05882rem; }
  .w-raw-facts__cta {
    font-family: "degular", sans-serif;
    font-size: 1.11765rem;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #171717; }
    .w-raw-facts__cta i {
      vertical-align: middle;
      color: #e51b24;
      font-size: 1.17647rem;
      margin-top: -3px; }

.w-team__header {
  margin-bottom: 2.35294rem; }

.w-team__container {
  text-align: center;
  max-width: 590px;
  width: 100%;
  padding: 0 0.88235rem;
  margin: 0 auto; }

.w-team__title {
  margin-bottom: 1.29412rem; }

.w-header {
  border-bottom: 2px solid #D3DCE5;
  margin-bottom: 1.76471rem; }
  @media (min-width: 992px) {
    .w-header {
      margin-bottom: 3.23529rem; } }
  @media (min-width: 992px) {
    .w-header__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .w-header__menu__list li {
    display: inline-block;
    margin-right: 0.58824rem; }
    @media (min-width: 700px) {
      .w-header__menu__list li {
        margin-right: 1.76471rem; } }
    .w-header__menu__list li a {
      font-family: "degular", sans-serif;
      font-weight: 600;
      font-size: 0.94118rem;
      letter-spacing: -0.2px;
      color: #171717;
      padding-bottom: 2.11765rem;
      border-bottom: 3px solid transparent;
      padding: 1.47059rem 0;
      display: block;
      margin-bottom: -2px; }
      @media (min-width: 700px) {
        .w-header__menu__list li a {
          padding: 1.47059rem 0;
          font-size: 1.11765rem; } }
    .w-header__menu__list li.current-menu-item a, .w-header__menu__list li:hover a {
      border-color: #e51b24; }
  @media (max-width: 991px) {
    .w-header__social {
      display: none; } }
  @media (max-width: 991px) {
    .w-header__search {
      padding: 20px 0;
      border-top: 2px solid #D3DCE5; }
      .w-header__search .w-filter .container {
        max-width: 100%; } }
  .w-header.\--single-post .w-header__menu__list li a {
    padding-bottom: 25px; }
  .w-header.\--style-listing .w-header__menu__list li a {
    padding: 1.47059rem 0; }
    @media (min-width: 992px) {
      .w-header.\--style-listing .w-header__menu__list li a {
        padding: 2.11765rem 0; } }

@media (min-width: 993px) {
  .w-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.w-form__content {
  margin-bottom: 30px; }
  @media (min-width: 993px) {
    .w-form__content {
      margin-bottom: 0;
      width: 37.3%; } }
  .w-form__content p {
    font-size: 1.11765rem; }
  @media (max-width: 360px) {
    .w-form__content h3 {
      font-size: 36px; } }
  .w-form__content span {
    display: block;
    margin-bottom: 0.88235rem; }
    .w-form__content span a {
      font-family: "degular", sans-serif;
      font-weight: 600;
      font-size: 1.23529rem;
      color: #2D2D2D; }
      .w-form__content span a i {
        vertical-align: middle;
        font-size: 1.05882rem;
        padding-right: 0.58824rem;
        color: #e51b24; }

@media (min-width: 993px) {
  .w-form__form {
    width: 47%; } }

.w-form__title {
  letter-spacing: -1.8px;
  margin-bottom: 1.29412rem; }

.w-form .control-group__control {
  width: 100%; }

.w-form textarea {
  height: 138px; }

.w-process__media {
  position: relative;
  margin-bottom: 1.47059rem; }
  .w-process__media img {
    display: block;
    width: 100%; }

@media (min-width: 992px) {
  .w-process__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 140px; } }

.w-process__container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 615px;
  width: 100%; }

@media (min-width: 992px) {
  .w-process__content {
    max-width: 580px; } }

.w-process__num {
  position: absolute;
  background: #1C2226;
  width: 3.05882rem;
  height: 3.05882rem;
  top: 1.76471rem;
  right: 1.76471rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "degular", sans-serif;
  font-weight: 700;
  font-size: 0.94118rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF; }

.w-process__title {
  font-size: 1.47059rem;
  letter-spacing: -0.5px;
  color: #171717;
  font-weight: 600;
  margin-bottom: 0.94118rem; }

.w-process__controls {
  margin-bottom: 1.76471rem; }
  @media (min-width: 992px) {
    .w-process__controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 0; } }
  .w-process__controls ul {
    list-style: none;
    margin-bottom: 1.17647rem; }
    .w-process__controls ul li {
      margin: 0 !important; }
      .w-process__controls ul li a {
        border-left: 3px solid #D3DCE5;
        padding: 0.58824rem 0;
        padding-left: 1.76471rem;
        display: block;
        outline: none; }
        .w-process__controls ul li a.active {
          border-color: #e51b24; }

.w-process__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.35294rem;
  margin-bottom: 0; }
  .w-process__arrow button {
    background: #ECEFF1;
    border-radius: 1px;
    width: 3.05882rem;
    height: 3.05882rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.29412rem;
    color: #e51b24;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    .w-process__arrow button:hover {
      background: #e51b24;
      color: #fff; }

.w-process__number {
  font-family: "degular", sans-serif;
  font-weight: 700;
  font-size: 0.82353rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #8CA3B7; }

.w-process__nav-title {
  font-size: 1.17647rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #171717;
  margin-bottom: 0; }

.w-section-links {
  border-bottom: 2px solid #D3DCE5; }
  @media (min-width: 992px) {
    .w-section-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 500px) {
    .w-section-links {
      overflow-x: auto;
      overflow-y: hidden; }
      .w-section-links > div {
        width: 500px; } }
  .w-section-links__list li {
    display: inline-block;
    margin-right: 0.58824rem; }
    @media (min-width: 700px) {
      .w-section-links__list li {
        margin-right: 1.76471rem; } }
    .w-section-links__list li a {
      font-family: "degular", sans-serif;
      font-weight: 600;
      font-size: 0.94118rem;
      letter-spacing: -0.2px;
      color: #171717;
      padding-bottom: 2.11765rem;
      border-bottom: 3px solid transparent;
      margin-bottom: -2px;
      padding: 25px 0;
      display: block;
      outline: none; }
      @media (min-width: 700px) {
        .w-section-links__list li a {
          padding: 1.47059rem 0;
          font-size: 1.11765rem; } }
    .w-section-links__list li:hover a {
      border-color: #e51b24; }
  @media (max-width: 991px) {
    .w-section-links__share {
      display: none; } }
  .w-section-links__share .w-social__share li {
    margin-bottom: 0 !important; }

.w-page-relation {
  background-image: url("/wp-content/themes/qualitetch-ltd/_ui/media/uploads/content-slider-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.76471rem 1.17647rem 2.64706rem;
  margin: 0 -20px; }
  @media (min-width: 1230px) {
    .w-page-relation {
      background-size: contain;
      background-position: bottom center;
      margin: 0; } }

.w-timeline__box {
  position: relative;
  padding: 0 0.94118rem; }
  .w-timeline__box p {
    margin-bottom: 1.47059rem; }
    @media (min-width: 700px) {
      .w-timeline__box p {
        margin-bottom: 3.52941rem; } }
  .w-timeline__box:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #B5BEC7;
    border-radius: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    background: #fff; }
    .slick-active .w-timeline__box:after {
      background: #B5BEC7; }
    .slick-current .w-timeline__box:after {
      background: #e51b24;
      border-color: #e51b24; }
  .w-timeline__box:before {
    content: '';
    border-bottom: 2px solid #D3DCE5;
    display: block;
    position: absolute;
    bottom: 7px;
    width: 100%; }

.w-timeline__container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 590px;
  width: 100%; }

.w-timeline__year {
  display: block;
  font-family: "degular", sans-serif;
  font-size: 0.94118rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e51b24;
  margin-bottom: 0.94118rem; }

.w-timeline__title {
  font-size: 1.47059rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 0.70588rem; }

.w-timeline__controls ul {
  text-align: center;
  margin: 0 !important;
  list-style: none; }
  .w-timeline__controls ul li {
    display: inline-block;
    padding: 0 0.58824rem;
    margin: 0 !important; }
    .w-timeline__controls ul li a {
      font-family: "degular", sans-serif;
      font-size: 1.05882rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #6D8498;
      outline: none;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
      .w-timeline__controls ul li a:hover {
        color: #e51b24; }
      .w-timeline__controls ul li a.active {
        color: #e51b24; }

.w-timeline__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.17647rem;
  gap: 15px; }
  @media (min-width: 700px) {
    .w-timeline__grid {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: -2.05882rem; } }

.w-timeline__btn {
  font-family: "degular", sans-serif;
  font-size: 1.11765rem;
  font-weight: 600;
  background: #EFF2F4;
  border-radius: 1px;
  letter-spacing: -0.2px;
  color: #171717;
  padding: 10px 18px; }
  .w-timeline__btn i {
    vertical-align: middle;
    font-size: 1.17647rem;
    margin-top: -4px;
    color: #e51b24; }

.page-mediacenter__section {
  padding: 1.76471rem 0 2.35294rem; }
  @media (min-width: 992px) {
    .page-mediacenter__section.\--blog {
      padding: 1.76471rem 0 7.05882rem; } }
  @media (min-width: 992px) {
    .page-mediacenter__section {
      padding: 4.70588rem 0 2.94118rem; } }
  .page-mediacenter__section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.47059rem; }
    @media (min-width: 992px) {
      .page-mediacenter__section__header {
        margin-bottom: 2.35294rem; } }
  .page-mediacenter__section__title {
    letter-spacing: -1.5px;
    margin-bottom: 0; }
    @media (max-width: 700px) {
      .page-mediacenter__section__title {
        font-size: 25px; } }
  .page-mediacenter__section__cta {
    font-family: "degular", sans-serif;
    font-size: 1.17647rem;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #171717; }
    @media (max-width: 700px) {
      .page-mediacenter__section__cta {
        font-size: 0.94118rem;
        position: relative;
        top: 3px; } }
    .page-mediacenter__section__cta i {
      font-size: 1.29412rem;
      color: #e51b24; }
      @media (max-width: 700px) {
        .page-mediacenter__section__cta i {
          font-size: 1.05882rem; } }
  .page-mediacenter__section.\--bg-blue {
    background-color: #F3F9F9; }

.page-mediacenter__list > div {
  margin-bottom: 1.17647rem; }
  .page-mediacenter__list > div:last-child {
    margin-bottom: 0rem; }

@media (min-width: 992px) {
  .page-mediacenter__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; } }

@media (max-width: 991px) {
  .page-mediacenter__grid > div {
    padding-bottom: 1.47059rem;
    border-bottom: 2px solid #d5dce5;
    margin-bottom: 1.47059rem; } }

@media (min-width: 992px) {
  .page-mediacenter__grid.\--list {
    max-width: 263px; } }

.page-mediacenter__grid .box-post {
  display: block; }

.page-contact__grid {
  margin-bottom: 2.64706rem; }
  @media (min-width: 992px) {
    .page-contact__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 48px; } }
  .page-contact__grid > div {
    margin-bottom: 1.47059rem; }

.page-contact__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (min-width: 992px) {
    .page-contact__content > div {
      max-width: 75%; } }
  .page-contact__content a {
    font-family: "degular", sans-serif;
    font-size: 1.17647rem;
    font-weight: 600;
    color: #171717;
    letter-spacing: -0.2px; }
    .page-contact__content a i {
      font-size: 1.17647rem;
      vertical-align: middle;
      color: #e51b24;
      font-weight: 700; }

.page-contact__meta {
  width: 100%; }
  @media (min-width: 992px) {
    .page-contact__meta {
      max-width: 260px; } }
  .page-contact__meta span {
    display: block;
    margin-bottom: 0.47059rem; }
    .page-contact__meta span a {
      font-size: 1rem;
      color: #597084; }

.page-contact__follow {
  width: 100%; }
  @media (min-width: 992px) {
    .page-contact__follow {
      max-width: 166px; } }

.page-contact .w-social-links__title {
  font-size: 1rem !important;
  padding: 0;
  color: #597084;
  display: block !important;
  margin-bottom: 0.82353rem; }

.page-contact .w-social-links ul li {
  padding-right: 0.58824rem; }

.page-contact__map img {
  width: 100%; }

.page-contact__form__title {
  letter-spacing: -1.5px;
  color: #2B2B2B;
  text-align: center;
  margin-bottom: 1.29412rem; }

.page-contact__form__header {
  text-align: center;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .page-contact__form__header {
      padding: 0 15px; } }

.page-contact__form form.sent .wpcf7-response-output {
  display: none; }

.page-post__related-section {
  background-color: #F3F8F8;
  padding: 2rem 0; }
  @media (min-width: 992px) {
    .page-post__related-section {
      padding: 5rem 0; } }

.page-post__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .page-post__grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .page-post__grid > div {
    width: 100%;
    margin-bottom: 1.47059rem; }

@media (min-width: 992px) {
  .page-post__recent {
    max-width: 160px; } }

@media (max-width: 991px) {
  .page-post__recent {
    margin-bottom: 0px; } }

.page-post__recent__title {
  letter-spacing: -0.5px;
  color: #171717; }

@media (min-width: 992px) {
  .page-post__content {
    max-width: 555px; } }

@media (max-width: 991px) {
  .page-post__content {
    margin-bottom: 40px; } }

.page-post__content .cms-content p a {
  color: #597084;
  text-decoration: underline; }

@media (min-width: 700px) {
  .page-post__content__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.page-post__content .w-social__share ul li.w-social__title {
  padding-left: 0; }

.page-post__share {
  max-width: 50px; }
  @media (max-width: 991px) {
    .page-post__share {
      display: none; } }

.page-post__follow {
  font-family: "degular", sans-serif;
  font-weight: 600;
  display: block;
  color: #171717;
  margin-bottom: 1.17647rem; }
  .page-post__follow a {
    color: #597084;
    font-style: italic;
    text-decoration: underline;
    padding-left: 1px; }

.page-post__title {
  letter-spacing: -2.1px;
  margin-bottom: 1.17647rem; }

.page-post__cta {
  font-family: "degular", sans-serif;
  font-size: 1.17647rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #171717;
  display: block;
  margin-bottom: 1.41176rem; }
  .page-post__cta i {
    font-size: 1.17647rem;
    vertical-align: middle;
    font-weight: 700;
    color: #e51b24;
    margin-top: -2px; }

.page-post__date {
  display: block;
  font-weight: 500;
  font-size: 1.05882rem;
  letter-spacing: -1px;
  color: #597084;
  margin-bottom: 1.76471rem; }
  .page-post__date i {
    font-size: 0.88235rem;
    font-weight: 600;
    vertical-align: baseline;
    color: #e51b24;
    padding-right: 5px; }

@media (max-width: 991px) {
  .page-post__meta {
    margin-bottom: 20px; } }

.page-post__meta span {
  font-family: "degular", sans-serif;
  font-size: 0.82353rem;
  font-weight: 700;
  display: inline-block;
  background: #EFF2F4;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #597084;
  border-radius: 2px;
  margin-right: 5px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
  .fancybox-bg.\--type-content {
    background: rgba(6, 67, 112, 0.3); }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: #000;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  text-align: center;
  right: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-left: 25px;
  padding-right: 25px; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider {
  padding-left: 0;
  padding-right: 0; }
  .slick-slider.\--style-bleed {
    padding-left: 0;
    padding-right: 0; }
  .slick-slider.\--type-arrows-home .slick-prev {
    left: 8%; }
  .slick-slider.\--type-arrows-home .slick-next {
    right: 8%; }
  .slick-slider .slick-slide {
    margin: 0 15px; }
  .slick-slider .slick-list {
    margin: 0 -15px; }
  @media (min-width: 769px) {
    .slick-slider.\--style-equal-heights .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      display: -webkit-flex; }
      .slick-slider.\--style-equal-heights .slick-track .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        height: auto; }
        .slick-slider.\--style-equal-heights .slick-track .slick-slide > div {
          width: 100%;
          height: 100%; }
          .ipad .slick-slider.\--style-equal-heights .slick-track .slick-slide > div,
          .mobile .slick-slider.\--style-equal-heights .slick-track .slick-slide > div {
            height: auto; } }
  .slick-slider.\--style-testimonial .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-flex; }
    .slick-slider.\--style-testimonial .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      height: auto; }
      .slick-slider.\--style-testimonial .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
        .ipad .slick-slider.\--style-testimonial .slick-track .slick-slide > div,
        .mobile .slick-slider.\--style-testimonial .slick-track .slick-slide > div {
          height: auto; }
  .slick-slider.\--style-inset {
    padding-left: 100px;
    padding-right: 100px; }
    .slick-slider.\--style-inset .slick-next, .slick-slider.\--style-inset .slick-prev {
      width: 50px;
      height: 50px;
      border: 1px solid #666;
      color: #666;
      border-radius: 50%; }
      .slick-slider.\--style-inset .slick-next:hover, .slick-slider.\--style-inset .slick-prev:hover {
        background-color: #f53131;
        border-color: #f53131; }
        .slick-slider.\--style-inset .slick-next:hover:before, .slick-slider.\--style-inset .slick-prev:hover:before {
          color: #FFF; }
    .slick-slider.\--style-inset .slick-next {
      right: 30px; }
    .slick-slider.\--style-inset .slick-prev {
      left: 30px; }
  .slick-slider.\--style-arrows-inset .slick-next {
    right: 8px; }
  .slick-slider.\--style-arrows-inset .slick-prev {
    left: 8px; }
  @media (min-width: 1441px) {
    .slick-slider.\--type-full-width .slick-list {
      overflow: unset; }
    .slick-slider.\--type-full-width .slick-slide {
      margin: 0 60px; }
    .slick-slider.\--type-full-width .slick-list {
      margin: 0 -60px; } }
  .slick-slider.\--type-full-width .slick-prev, .slick-slider.\--type-full-width .slick-next {
    background: #EDE8DE;
    color: #024930;
    height: 100px;
    width: 100px; }
    .slick-slider.\--type-full-width .slick-prev:before, .slick-slider.\--type-full-width .slick-next:before {
      font-size: 32px;
      top: 34px; }
  .slick-slider.\--type-full-width .slick-prev {
    left: -200px; }
    .slick-slider.\--type-full-width .slick-prev:before {
      left: 38px; }
  .slick-slider.\--type-full-width .slick-next {
    right: -200px; }
    .slick-slider.\--type-full-width .slick-next:before {
      left: 44px; }
  .slick-slider.\--product-gallery {
    overflow: hidden; }
    .slick-slider.\--product-gallery .slick-list {
      margin: 0 -10px; }
    .slick-slider.\--product-gallery .slick-slide {
      margin: 0 10px; }
  .slick-slider.\--small-arrow .slick-prev, .slick-slider.\--small-arrow .slick-next {
    height: 35px;
    width: 35px;
    top: 80%; }
    .slick-slider.\--small-arrow .slick-prev:before, .slick-slider.\--small-arrow .slick-next:before {
      top: 12px;
      font-size: 12px; }
  .slick-slider.\--small-arrow .slick-prev:before {
    left: 14px; }
  .slick-slider.\--small-arrow .slick-next:before {
    left: 15px; }
  .slick-slider.\--style-logo .slick-prev, .slick-slider.\--style-logo .slick-next {
    -webkit-transform: scale(1) translateY(-28px);
    -ms-transform: scale(1) translateY(-28px);
    transform: scale(1) translateY(-28px); }
  .slick-slider.\--style-w-page-relation .slick-list {
    margin: 0 -15px; }
  .slick-slider.\--style-w-page-relation .slick-slide {
    margin: 0 15px; }
  .slick-slider.\--style-w-team .slick-list {
    margin: 0 -15px; }
  .slick-slider.\--style-w-team .slick-slide {
    margin: 0 15px; }
  .slick-slider.\--style-w-raw-facts .slick-list {
    margin: 0 -15px; }
  .slick-slider.\--style-w-raw-facts .slick-slide {
    margin: 0 15px; }
  .slick-slider.\--style-testimonial .slick-list {
    margin: 0 -16px;
    padding: 0 !important;
    overflow: visible; }
  .slick-slider.\--style-testimonial .slick-slide {
    margin: 0;
    opacity: 0.6;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    .slick-slider.\--style-testimonial .slick-slide.slick-active {
      opacity: 1; }
  .slick-slider.\--dots-white .slick-dots li button {
    background: #fff; }
  .slick-slider.\--dots-white .slick-dots li.slick-active button {
    background: transparent;
    border: 1px solid #fff; }
  .slick-slider.\--drag-cursor-icon {
    cursor: url("/wp-content/themes/qualitetch-ltd/_ui/media/drag-cursor.png") 50 50, auto; }
  .slick-slider.\--arrow-black .slick-prev, .slick-slider.\--arrow-black .slick-next {
    background: #141414; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/qualitetch-ltd/_ui/media/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  border-radius: 50%;
  outline: none;
  color: #fff;
  background-color: #e51b24;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    background: #EDE8DE;
    color: #e51b24; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "default";
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .container__bg-pattern-dark .slick-prev:before, .container__bg-pattern-dark
  .slick-next:before {
    color: white; }

.slick-prev {
  left: -30px;
  -webkit-transform: scale(0.9) translateY(-48px);
  -moz-transform: scale(0.9) translateY(-48px);
  -o-transform: scale(0.9) translateY(-48px);
  -ms-transform: scale(0.9) translateY(-48px);
  transform: scale(0.9) translateY(-48px); }
  @media (min-width: 769px) {
    .slick-prev {
      left: -90px;
      -webkit-transform: scale(1) translateY(-45px);
      -moz-transform: scale(1) translateY(-45px);
      -o-transform: scale(1) translateY(-45px);
      -ms-transform: scale(1) translateY(-45px);
      transform: scale(1) translateY(-45px); } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    left: 14px;
    content: "\e902"; }
    [dir="rtl"] .slick-prev:before {
      content: "\e901"; }

.slick-next {
  right: -30px;
  -webkit-transform: scale(0.9) translateY(-48px);
  -moz-transform: scale(0.9) translateY(-48px);
  -o-transform: scale(0.9) translateY(-48px);
  -ms-transform: scale(0.9) translateY(-48px);
  transform: scale(0.9) translateY(-48px); }
  @media (min-width: 769px) {
    .slick-next {
      right: -90px;
      -webkit-transform: scale(1) translateY(-45px);
      -moz-transform: scale(1) translateY(-45px);
      -o-transform: scale(1) translateY(-45px);
      -ms-transform: scale(1) translateY(-45px);
      transform: scale(1) translateY(-45px); } }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    left: 16px;
    content: "\e901"; }
    [dir="rtl"] .slick-next:before {
      content: "\e902"; }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 25px 0 0 0;
  margin: 0 !important;
  width: 100%; }
  @media (max-width: 1100px) {
    .slick-dots {
      padding-top: 15px; } }
  @media (max-width: 767px) {
    .slick-dots {
      padding-top: 10px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #8BA2B6;
      display: block;
      height: 100%;
      width: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      border-radius: 50px; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background: #333; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
    .slick-dots li.slick-active button {
      background-color: transparent;
      border: 1px solid #8BA2B6; }
