@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 {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, .clear-fix:after, dl.data-list:after, .row:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .row: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: "Muring 01", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 1.4rem ;
  line-height: 1.2;
  font-family: "Muring 01", sans-serif;
  font-weight: 500; }

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

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

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

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

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

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

p {
  font-family: "Muring 01", sans-serif;
  line-height: inherit;
  margin-bottom: 1.4rem ; }

strong {
  font-style: inherit; }

ul, ol {
  margin-bottom: 1.4rem ;
  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.4; }

small {
  font-size: .8em; }

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

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: 1.4rem ;
  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, ul.list-default, ol.unstyled, ol.list-default {
  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: 1.4rem !important; }

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

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

.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: 22px;
  color: rgba(4, 25, 50, 0.9);
  line-height: 1.4; }

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

.image-full {
  display: block; }

.image-content {
  display: block;
  margin-bottom: 1.4rem ;
  margin-right: 1.4rem ;
  margin-left: 1.4rem ; }
  .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: 1.4rem ;
  font-size: 1em;
  border-collapse: collapse; }
  table.table-core th,
  table.table-core td {
    padding: 10px 10px 9px;
    line-height: 1.4;
    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: #041932; }

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

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/roadphone-nrb/_ui/media/fonts/default.ttf?qanpxa") format("truetype"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/default.woff?qanpxa") format("woff"), url("/wp-content/themes/roadphone-nrb/_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-menu-toggle:before {
  content: "\e918"; }

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

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

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

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

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

.icon-check-list:before {
  content: "\e904"; }

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

.icon-chevron-down-simple:before {
  content: "\e906"; }

.icon-chevron-left-simple:before {
  content: "\e907"; }

.icon-chevron-right-simple:before {
  content: "\e908"; }

.icon-chevron-up-simple:before {
  content: "\e909"; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-chevron-up:before {
  content: "\e916"; }

#i3-ROADPHONE-NRB .\+ff {
  font-family: "Muring 01", sans-serif; }

#i3-ROADPHONE-NRB .\+ff-pixelify {
  font-family: "Pixelify Sans", sans-serif; }

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

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

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

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

#i3-ROADPHONE-NRB .\+c-black {
  color: #000; }

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

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

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

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

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

#i3-ROADPHONE-NRB .\+tt-capitalize {
  text-transform: capitalize; }

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

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

#i3-ROADPHONE-NRB .\+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-ROADPHONE-NRB .\+fs-x-large > span:after {
    content: " "; }
  #i3-ROADPHONE-NRB .\+fs-x-large:nth-child(odd) {
    background-color: #44895c; }

#i3-ROADPHONE-NRB .\+fs-large {
  font-size: 0.90909rem;
  line-height: 1.6; }

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

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

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

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

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

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

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

#i3-ROADPHONE-NRB .\+ta-right {
  text-align: right; }

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

#i3-ROADPHONE-NRB .\+mb-0 {
  margin-bottom: 0px; }

#i3-ROADPHONE-NRB .\+ml-5 {
  margin-left: 5px; }

#i3-ROADPHONE-NRB .\+ml-10 {
  margin-left: 10px; }

#i3-ROADPHONE-NRB .\+ml-15 {
  margin-left: 15px; }

#i3-ROADPHONE-NRB .\+ml-20 {
  margin-left: 20px; }

#i3-ROADPHONE-NRB .\+mr-5 {
  margin-right: 5px; }

#i3-ROADPHONE-NRB .\+mr-10 {
  margin-right: 10px; }

#i3-ROADPHONE-NRB .\+mr-15 {
  margin-right: 15px; }

#i3-ROADPHONE-NRB .\+mr-20 {
  margin-right: 20px; }

#i3-ROADPHONE-NRB .\+mt-5 {
  margin-top: 5px; }

#i3-ROADPHONE-NRB .\+mt-10 {
  margin-top: 10px; }

#i3-ROADPHONE-NRB .\+mt-15 {
  margin-top: 15px; }

#i3-ROADPHONE-NRB .\+mt-20 {
  margin-top: 20px; }

#i3-ROADPHONE-NRB .\+mt-25 {
  margin-top: 25px; }

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

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

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

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

#i3-ROADPHONE-NRB .\+pad-b-30 {
  padding-bottom: 30px; }

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

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

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

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

#i3-ROADPHONE-NRB .\+ajax-container {
  opacity: 1;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#i3-ROADPHONE-NRB .\+ajax-content-loading {
  opacity: .8;
  pointer-events: none;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98); }

#i3-ROADPHONE-NRB .\+lh-1 {
  line-height: 1rem; }

#i3-ROADPHONE-NRB .\+lh-12 {
  line-height: 1.2rem; }

#i3-ROADPHONE-NRB .\+lh-14 {
  line-height: 1.4rem; }

#i3-ROADPHONE-NRB .\+lh-16 {
  line-height: 1.6rem; }

#i3-ROADPHONE-NRB .\+lh-18 {
  line-height: 1.8rem; }

#i3-ROADPHONE-NRB .\+lh-20 {
  line-height: 2rem; }

#i3-ROADPHONE-NRB .\+lh-22 {
  line-height: 2.2rem; }

#i3-ROADPHONE-NRB .\+lh-32 {
  line-height: 3.2rem; }

#i3-ROADPHONE-NRB .\+d-none {
  display: none; }

#i3-ROADPHONE-NRB .\+label-icon {
  border-radius: 100px;
  border: 0.8px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  padding: 0.54545rem 0.90909rem 0.54545rem 1.18182rem;
  font-size: 0.77273rem;
  font-weight: 500;
  font-family: "Muring 01", sans-serif;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF; }
  #i3-ROADPHONE-NRB .\+label-icon i {
    width: 0.54545rem;
    height: 0.54545rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    border: 0.099px solid rgba(0, 0, 0, 0.4);
    background: #CFFF49;
    outline: 3px rgba(207, 255, 73, 0.32) solid;
    -webkit-box-shadow: 0px 0px 0px 0.31818rem rgba(207, 255, 73, 0.2);
    box-shadow: 0px 0px 0px 0.31818rem rgba(207, 255, 73, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-right: 0.68182rem;
    margin-top: -1px;
    -webkit-animation: i3radiationPulseLabel 1.5s infinite;
    animation: i3radiationPulseLabel 1.5s infinite; }
  #i3-ROADPHONE-NRB .\+label-icon.\--style-light {
    background: #F3F7FD;
    border-color: rgba(15, 49, 91, 0.12);
    color: #041932; }
    #i3-ROADPHONE-NRB .\+label-icon.\--style-light i {
      background: #1512B4;
      outline-color: rgba(21, 18, 180, 0.32);
      -webkit-box-shadow: 0px 0px 0px 7px rgba(21, 18, 180, 0.2);
      box-shadow: 0px 0px 0px 7px rgba(21, 18, 180, 0.2);
      -webkit-animation: i3radiationPulseLabelLight 1.5s infinite;
      animation: i3radiationPulseLabelLight 1.5s infinite; }

#i3-ROADPHONE-NRB .\+label-icon-no-bg {
  font-size: 0.77273rem;
  font-weight: 500;
  font-family: "Muring 01", sans-serif;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF; }
  #i3-ROADPHONE-NRB .\+label-icon-no-bg i {
    width: 0.54545rem;
    height: 0.54545rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    border: 0.099px solid rgba(0, 0, 0, 0.4);
    background: #CFFF49;
    outline: 3px rgba(207, 255, 73, 0.32) solid;
    -webkit-box-shadow: 0px 0px 0px 0.31818rem rgba(207, 255, 73, 0.2);
    box-shadow: 0px 0px 0px 0.31818rem rgba(207, 255, 73, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-right: 0.68182rem;
    margin-top: -1px;
    -webkit-animation: i3radiationPulseLabel 1.5s infinite;
    animation: i3radiationPulseLabel 1.5s infinite; }

@-webkit-keyframes i3radiationPulseLabel {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 10px rgba(207, 255, 73, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0); } }

@keyframes i3radiationPulseLabel {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 10px rgba(207, 255, 73, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0); } }

@-webkit-keyframes i3radiationPulseLabelLight {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(21, 18, 180, 0.6);
    box-shadow: 0 0 0 0 rgba(21, 18, 180, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(21, 18, 180, 0);
    box-shadow: 0 0 0 10px rgba(21, 18, 180, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(21, 18, 180, 0);
    box-shadow: 0 0 0 0 rgba(21, 18, 180, 0); } }

@keyframes i3radiationPulseLabelLight {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(21, 18, 180, 0.6);
    box-shadow: 0 0 0 0 rgba(21, 18, 180, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(21, 18, 180, 0);
    box-shadow: 0 0 0 10px rgba(21, 18, 180, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(21, 18, 180, 0);
    box-shadow: 0 0 0 0 rgba(21, 18, 180, 0); } }

body {
  position: relative;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#F5F9FF), to(#F5F9FF)), #F8FBFF;
  background: -webkit-linear-gradient(bottom, #F5F9FF 0%, #F5F9FF 100%), #F8FBFF;
  background: -o-linear-gradient(bottom, #F5F9FF 0%, #F5F9FF 100%), #F8FBFF;
  background: linear-gradient(0deg, #F5F9FF 0%, #F5F9FF 100%), #F8FBFF; }
  @media (max-width: 970px) {
    body.\--show-mobile-menu {
      overflow: hidden; } }
  body.\--show-content-grid {
    overflow: hidden; }
  body.single-post .body-container, body.page-template-page-sidemenu .body-container {
    overflow: visible; }
  body .body-container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-inline: 1.13636rem; }
    @media (min-width: 1024px) {
      body .body-container {
        padding-inline: 1.81818rem; } }
  body.\--show-form, body.\--show-product-form {
    overflow: hidden; }

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

#pg-7-0, #pg-7-1, #pg-7-2, #pg-7-3, #pg-7-4, #pg-7-5, #pg-7-6, #pg-310-0, #pg-310-1, #pg-310-2, #pg-310-3, #pg-9-0, #pg-9-1, #pg-9-2, #pg-6-5, #pg-6-0, #pg-6-1, #pg-6-2, #pg-6-3, #pg-6-4, #pg-6-5, #pg-6-6, #pg-6-7, #pg-6-8, #pg-6-9, #pg-6-10, #pl-6 {
  margin-bottom: 0px !important; }

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

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

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

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

@media (max-width: 600px) {
  .grid-contact__row.\--type-footer .control-group__control.\+ta-right {
    text-align: center !important; } }

@media (min-width: 600px) {
  .grid-contact__row.\--type-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .grid-contact__row.\--type-footer .control-group {
      margin-bottom: 0px; } }

@media (min-width: 600px) {
  .grid-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px; }
    .grid-contact__row.\--type-newsletter {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 40px; } }
    @media (min-width: 600px) and (min-width: 991px) {
      .grid-contact__row.\--type-newsletter {
        margin-bottom: 80px; } }

@media (min-width: 600px) {
      .grid-contact__row.\--type-newsletter .control-group {
        margin-bottom: 0px; }
        .grid-contact__row.\--type-newsletter .control-group .wpcf7-spinner {
          display: none; } }

@media (max-width: 600px) {
  .grid-contact__row.\--type-newsletter {
    margin-bottom: 40px; }
    .grid-contact__row.\--type-newsletter .control-group__control.\+ta-right {
      text-align: center !important; }
    .grid-contact__row.\--type-newsletter .control-group .wpcf7-spinner {
      display: none; } }

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

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

.type-sticky > div:last-child {
  position: -webkit-sticky;
  position: sticky;
  top: 190px; }

@media (min-width: 781px) {
  .style-sticky > div:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 200px; } }

.ui-datepicker select.ui-datepicker-month {
  opacity: 1; }

.fancybox-toolbar .fancybox-button--zoom, .fancybox-toolbar .fancybox-button--thumbs {
  display: none !important; }

.error404 {
  background: -webkit-gradient(linear, left bottom, left top, from(#05183b), to(#05183b)), #FFF;
  background: -webkit-linear-gradient(bottom, #05183b 0%, #05183b 100%), #FFF;
  background: -o-linear-gradient(bottom, #05183b 0%, #05183b 100%), #FFF;
  background: linear-gradient(0deg, #05183b 0%, #05183b 100%), #FFF; }

.page-404 {
  margin: 0px -40px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  padding: 3.40909rem 1.36364rem;
  color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 1024px) {
    .page-404 {
      padding: 4.54545rem 1.81818rem; } }
  .page-404__title {
    font-size: 7.27273rem;
    color: #CFFF49;
    font-family: "Pixelify Sans", sans-serif;
    line-height: 1;
    margin-bottom: 0;
    margin-bottom: 1.36364rem; }
  .page-404 p {
    margin-bottom: 1.81818rem; }

.i3-vp-detect {
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0); }
  .i3-vp-detect.\--in-view {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.\--style-flex-stretch > div > div {
  height: 100%; }

.container {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .container .container {
    padding-left: 0;
    padding-right: 0; }
  .container__pad-top {
    padding-top: 4rem; }
  .container__pad {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      .container__pad {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .container__pad-small {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .container__pad-bottom {
    padding-bottom: 4rem; }
  .container.\--style-standard {
    max-width: 1480px; }
    .container.\--style-standard h1 {
      font-size: 2.54545rem;
      line-height: 2.95455rem; }
  .container.\--style-medium {
    max-width: 1400px; }
  .container.\--style-large {
    max-width: 1560px; }
  .container.\--style-x-large {
    max-width: 1720px; }
  .container.\--style-small {
    max-width: 1000px; }
  .container.\--style-x-small {
    max-width: 720px; }
  .container__bg-gray {
    background-color: #F9F8F8; }
  .container.\--style-full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
    .container.\--style-full .container {
      padding-left: 20px;
      padding-right: 20px; }
      .container.\--style-full .container .container {
        padding-left: 0;
        padding-right: 0; }
      .container.\--style-full .container .i3-slider.slick-slider .slick-next {
        right: -140px; }
      .container.\--style-full .container .i3-slider.slick-slider .slick-prev {
        left: -140px; }

.ph {
  max-width: 1920px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  margin: auto; }
  .ph__top {
    background: #041932;
    padding: 10px 1.36364rem;
    color: #FFF; }
    @media (min-width: 1024px) {
      .ph__top {
        padding: 8px 3.18182rem;
        display: block; } }
    .ph__top__grid {
      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; }
      @media (min-width: 768px) {
        .ph__top__grid {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    .ph__top__contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 12px; }
      .ph__top__contact__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .ph__top__contact__links a {
          font-size: 0.81818rem;
          color: #FFF;
          font-weight: 500;
          text-decoration: underline;
          -webkit-text-decoration-color: #CFFF49;
          text-decoration-color: #CFFF49;
          text-underline-offset: 4px; }
        .ph__top__contact__links span {
          margin: 0px 5px;
          line-height: 1;
          font-weight: 500; }
    .ph__top__social {
      display: none; }
      @media (min-width: 768px) {
        .ph__top__social {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 12px; } }
    .ph__top__title {
      color: #FFF;
      font-size: 0.81818rem;
      font-weight: 500;
      line-height: 1; }
  .ph__grid {
    max-width: 920px;
    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: 0 auto;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    gap: 0.90909rem;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 3.18182rem;
    z-index: 9;
    padding: 8px 8px 8px 24px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset; }
    @media (min-width: 1024px) {
      .ph__grid {
        padding: 0 1.81818rem;
        left: 0;
        right: 0;
        top: 3.90909rem; } }
    @media (min-width: 1024px) {
      body.\--menu-active .ph__grid {
        background: transparent;
        border-color: transparent;
        border-radius: 0px;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset; } }
  .ph__logo {
    max-width: 11.81818rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ph__logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 1024px) {
      body.\--menu-active .ph__logo {
        position: relative;
        z-index: 11; } }
  .ph__toggle {
    position: relative;
    z-index: 100;
    color: #FFF;
    width: 40px;
    height: 40px;
    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;
    background: #1512B4;
    border-radius: 100px; }
    .ph__toggle:hover {
      color: #CFFF49; }
    @media (min-width: 1024px) {
      .ph__toggle {
        display: none; } }
    .ph__toggle > i.icon {
      font-size: 1.09091rem; }
      .\--show-mobile-menu .ph__toggle > i.icon:before {
        content: "\e903"; }
  .ph__content-toggle {
    color: #FFF;
    font-size: 1.45455rem;
    display: none; }
    .ph__content-toggle:hover {
      color: #FFF; }
    @media (min-width: 1024px) {
      .ph__content-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body.\--menu-active .ph__content-toggle {
          z-index: 11; } }
  .ph__menu {
    display: none; }
    @media (min-width: 1024px) {
      .ph__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .ph__menu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0px;
      gap: 1.27273rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ph__menu__list > li.\--show .ph__mega-menu {
        height: auto; }
      .ph__menu__list > li > a {
        color: #FFF;
        font-size: 0.90909rem;
        font-weight: 500;
        line-height: 1;
        padding: 1.22727rem 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (min-width: 1024px) {
          body.\--menu-active .ph__menu__list > li > a {
            z-index: 11; } }
      .ph__menu__list > li.menu-item-has-children > a {
        padding-right: 0.90909rem;
        position: relative; }
        .ph__menu__list > li.menu-item-has-children > a:after {
          content: '\e913';
          font-family: 'default';
          font-size: 0.31818rem;
          position: absolute;
          right: 0;
          color: #CFFF49;
          -webkit-transition: ease all 0.3s;
          -o-transition: ease all 0.3s;
          transition: ease all 0.3s; }
        .ph__menu__list > li.menu-item-has-children > a:hover:after {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .ph__menu__list > li.menu-item-has-children.\--show > a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .ph.\--scroll-start .ph__grid {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0px; }
  .ph.\--scroll-start.\--style-fixed .ph__grid {
    -webkit-transition: linear all 0.3s;
    -o-transition: linear all 0.3s;
    transition: linear all 0.3s;
    top: 20px;
    opacity: 1;
    visibility: visible; }
  .ph__mega-menu {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.44);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: none;
    z-index: 3;
    padding-top: 3.40909rem;
    padding-bottom: 1.63636rem;
    -webkit-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s; }
    @media (min-width: 1024px) {
      body.\--menu-active .ph__mega-menu {
        border-radius: 32px; } }
    @media (min-width: 1024px) {
      .ph__mega-menu {
        height: 0;
        border-radius: 0px 0px 32px 32px;
        position: absolute;
        left: -1px;
        top: 0px;
        width: calc(100% + 2px); } }
    .ph__mega-menu__content {
      padding: 15px; }
      @media (min-width: 1024px) {
        .ph__mega-menu__content {
          padding: 0px 1.81818rem 0; } }
    .ph__mega-menu__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      gap: 0.63636rem; }
      .ph__mega-menu__grid__item {
        width: 49%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(0, 0, 0, 0.44);
        -webkit-backdrop-filter: blur(10.63323px);
        backdrop-filter: blur(10.63323px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px;
        gap: 0.72727rem;
        position: relative;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        @media (min-width: 1024px) {
          .ph__mega-menu__grid__item {
            padding: 8px; } }
        .ph__mega-menu__grid__item:hover {
          border-color: #CFFF49;
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(207, 255, 73, 0.12)), to(rgba(207, 255, 73, 0.12))), rgba(0, 0, 0, 0.44);
          background: -webkit-linear-gradient(bottom, rgba(207, 255, 73, 0.12) 0%, rgba(207, 255, 73, 0.12) 100%), rgba(0, 0, 0, 0.44);
          background: -o-linear-gradient(bottom, rgba(207, 255, 73, 0.12) 0%, rgba(207, 255, 73, 0.12) 100%), rgba(0, 0, 0, 0.44);
          background: linear-gradient(0deg, rgba(207, 255, 73, 0.12) 0%, rgba(207, 255, 73, 0.12) 100%), rgba(0, 0, 0, 0.44);
          -webkit-box-shadow: inset 0px 0px 0px 0.4px #CFFF49;
          box-shadow: inset 0px 0px 0px 0.4px #CFFF49; }
          .ph__mega-menu__grid__item:hover .ph__mega-menu__grid__item__content i {
            opacity: 1; }
        .ph__mega-menu__grid__item__media {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 5rem;
          height: 3.18182rem;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          .ph__mega-menu__grid__item__media img {
            border-radius: 0.36364rem;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center; }
        .ph__mega-menu__grid__item__link {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        .ph__mega-menu__grid__item__title {
          color: #FFF;
          font-size: 14px;
          line-height: 1.1; }
          @media (min-width: 768px) {
            .ph__mega-menu__grid__item__title {
              font-size: 16px; } }
          @media (min-width: 1500px) {
            .ph__mega-menu__grid__item__title {
              font-size: 17px; } }
        .ph__mega-menu__grid__item__content i {
          position: absolute;
          top: 0.54545rem;
          right: 0.54545rem;
          color: #CFFF49;
          font-size: 0.63636rem;
          opacity: 0;
          -webkit-transition: ease all 0.3s;
          -o-transition: ease all 0.3s;
          transition: ease all 0.3s; }
    .ph__mega-menu__cta {
      margin-top: 0.63636rem; }
      .ph__mega-menu__cta a {
        padding: 0.63636rem; }
  .ph__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s; }
    body.\--menu-active .ph__overlay {
      opacity: 1;
      visibility: visible; }
    @media (max-width: 1023px) {
      .ph__overlay {
        display: none; } }
  .ph__content-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #041932;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    padding: 9.09091rem 1.36364rem 1.36364rem 1.36364rem;
    overflow-y: auto;
    background-image: url("/wp-content/themes/roadphone-nrb/_ui/media/header-grid-content.png");
    background-size: cover;
    background-position: center left; }
    body.\--show-content-grid .ph__content-grid {
      opacity: 1;
      visibility: visible; }
    .ph__content-grid__wrapper {
      max-width: 1860px;
      margin: 0 auto; }
    .ph__content-grid__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -1.45455rem; }
    .ph__content-grid__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 1.45455rem;
      width: 33.33%;
      padding-left: 1.45455rem; }
    .ph__content-grid__item {
      background-color: #FFF;
      border-radius: 16px; }
    .ph__content-grid__solution {
      background-color: #CFFF49;
      padding: 1.09091rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.68182rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
      @media (min-width: 1280px) {
        .ph__content-grid__solution {
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          padding: 0.55556rem 0.55556rem 0.55556rem 1.11111rem; } }
      @media (min-width: 1700px) {
        .ph__content-grid__solution {
          padding: 0.54545rem 0.54545rem 0.54545rem 1.45455rem; } }
      .ph__content-grid__solution p {
        color: #041932;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.1;
        margin: 0px; }
        @media (min-width: 1280px) {
          .ph__content-grid__solution p {
            font-size: 1.22222rem; } }
        @media (min-width: 1500px) {
          .ph__content-grid__solution p {
            font-size: 1.25rem; } }
        @media (min-width: 1850px) {
          .ph__content-grid__solution p {
            font-size: 1.45455rem; } }
      .ph__content-grid__solution__media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        position: relative; }
        @media (min-width: 1280px) {
          .ph__content-grid__solution__media {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row;
            flex-flow: row; } }
        .ph__content-grid__solution__media img {
          width: 100%;
          height: 10.90909rem;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          border-radius: 12px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          flex-shrink: 0; }
      .ph__content-grid__solution__title {
        font-size: 0.72727rem;
        font-family: "Muring 01", sans-serif;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        line-height: 1;
        font-weight: 500;
        border-radius: 18px;
        border: 0.5px solid rgba(15, 49, 91, 0.12);
        background: rgba(255, 255, 255, 0.6);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        padding: 0.40909rem 0.72727rem;
        color: #041932; }
      .ph__content-grid__solution__content {
        gap: 0.90909rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 0.81818rem 0px; }
      .ph__content-grid__solution__cta {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px; }
        .ph__content-grid__solution__cta i {
          position: absolute;
          width: 2.18182rem;
          height: 2.18182rem;
          top: 0.54545rem;
          right: 0.54545rem;
          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;
          border-radius: 24px;
          background: #CFFF49;
          color: #1512B4;
          font-size: 0.90909rem; }
      .ph__content-grid__solution > div {
        width: 100%; }
        @media (min-width: 1280px) {
          .ph__content-grid__solution > div {
            width: 48%; } }
    .ph__content-grid__industries {
      padding: 2.04545rem 1.63636rem 1.81818rem; }
      .ph__content-grid__industries__title {
        color: #1512B4;
        font-weight: 500;
        font-size: 0.81818rem;
        letter-spacing: 0.36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.45455rem; }
      .ph__content-grid__industries__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 0.72727rem;
        font-size: 1.36364rem;
        font-weight: 500;
        margin-bottom: 2.04545rem; }
        .ph__content-grid__industries__list li {
          line-height: 1.2; }
    .ph__content-grid__clients {
      background: #1512B4;
      border: 0.5px solid rgba(255, 255, 255, 0.6);
      overflow: hidden;
      padding: 1.36364rem 0px;
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .ph__content-grid__clients__grid {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.90909rem;
        -webkit-animation: i3-marquee-client-logos 25s linear infinite;
        animation: i3-marquee-client-logos 25s linear infinite; }
      .ph__content-grid__clients__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .ph__content-grid__clients__logo img {
          max-height: 3.27273rem; }
    .ph__content-grid__case {
      min-height: 21.81818rem;
      position: relative;
      overflow: hidden; }
      @media (min-width: 1280px) {
        .ph__content-grid__case {
          min-height: 26.81818rem; } }
      .ph__content-grid__case__media {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .ph__content-grid__case__media img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: bottom center;
          object-position: bottom center; }
      .ph__content-grid__case__content {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 1.09091rem;
        padding: 2.5rem 1.81818rem 3.18182rem;
        background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/content-grid-case-bg.png);
        background-size: cover;
        background-position: bottom center; }
      .ph__content-grid__case__title {
        margin: 0px;
        color: #FFF;
        font-size: 1.45455rem;
        font-weight: 500;
        line-height: 1.2; }
    .ph__content-grid__solutions {
      padding: 2.09091rem 0px 1.72727rem;
      overflow: hidden; }
      .ph__content-grid__solutions__title {
        padding: 0px 1.63636rem;
        font-size: 1.45455rem;
        display: inline-block;
        font-weight: 500;
        line-height: 1.2; }
        .ph__content-grid__solutions__title span {
          color: #1512B4; }
      .ph__content-grid__solutions__marquee {
        margin-top: 1.59091rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.90909rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-animation: i3-marquee-client-logos 25s linear infinite;
        animation: i3-marquee-client-logos 25s linear infinite; }
      .ph__content-grid__solutions__item {
        width: 8.18182rem;
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 9.09091rem;
        padding: 0.86364rem 0.72727rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        gap: 1.36364rem;
        border-radius: 12px;
        border: 0.267px solid rgba(15, 49, 91, 0.4);
        background: #CFFF49;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        .ph__content-grid__solutions__item__media {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .ph__content-grid__solutions__item__media img {
            width: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: left;
            object-position: left; }
        .ph__content-grid__solutions__item__link {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .ph__content-grid__solutions__item__title {
          color: #FFF;
          font-weight: 500;
          line-height: 1.2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #1512B4; }
        .ph__content-grid__solutions__item:hover {
          background: #1512B4; }
          .ph__content-grid__solutions__item:hover .ph__content-grid__solutions__item__title {
            color: #fff; }
    .ph__content-grid__products {
      padding: 1.72727rem 1.72727rem 0px;
      position: relative; }
      .ph__content-grid__products__box__media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .ph__content-grid__products__box__media img {
          height: 20.45455rem;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .ph__content-grid__products__box__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        font-size: 2rem;
        color: #041932;
        font-weight: 600;
        line-height: 1;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        .ph__content-grid__products__box__title span {
          font-size: 0.81818rem;
          color: #1512B4;
          letter-spacing: 0.36px;
          text-transform: uppercase;
          font-weight: 500; }
      .ph__content-grid__products__box__category {
        font-size: 0.81818rem !important;
        padding: 8px 0.68182rem !important;
        margin-bottom: 1.36364rem !important; }
      .ph__content-grid__products__box__content p {
        margin: 10px 0px 1.36364rem; }

.pm-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #041932;
  border-radius: 12px;
  z-index: 9;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: auto;
  overflow-x: hidden; }
  body.\--show-mobile-menu .pm-mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .pm-mobile__item {
    padding: 60px 32px 40px;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    height: 100%;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pm-mobile__item.\--level-two {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100dvh;
      background: #041932;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
      body.\--show-mobile-menu.\--menu-active .pm-mobile__item.\--level-two.\--active {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        z-index: 11; }
      .pm-mobile__item.\--level-two .pm-mobile__menu {
        display: none; }
        .pm-mobile__item.\--level-two .pm-mobile__menu.\--show {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
  .pm-mobile__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%; }
    .pm-mobile__menu__head {
      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; }
      .pm-mobile__menu__head__logo {
        max-width: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .pm-mobile__menu__head__logo a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .pm-mobile__menu__head__btn a {
        width: 40px;
        height: 40px;
        background: #CFFF49;
        border-radius: 50%;
        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; }
      .pm-mobile__menu__head__title {
        font-size: 26px;
        color: #FFF;
        font-weight: 500;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px; }
      .pm-mobile__menu__head__back {
        margin-top: 40px; }
        .pm-mobile__menu__head__back a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 10px;
          color: #FFF;
          font-size: 14px;
          font-weight: 500;
          line-height: 1; }
          .pm-mobile__menu__head__back a i {
            color: #CFFF49; }
    .pm-mobile__menu__primary {
      margin: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 32px;
      margin-top: 80px; }
      .pm-mobile__menu__primary > li > a {
        color: #FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 26px;
        font-weight: 500;
        line-height: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .pm-mobile__menu__primary > li.menu-item-has-children > a {
        position: relative; }
        .pm-mobile__menu__primary > li.menu-item-has-children > a:after {
          content: '\e90c';
          font-family: 'default';
          font-size: 18px;
          position: absolute;
          right: 0;
          color: #CFFF49;
          -webkit-transition: ease all 0.3s;
          -o-transition: ease all 0.3s;
          transition: ease all 0.3s; }
    .pm-mobile__menu__secondary {
      margin-top: 60px; }
      .pm-mobile__menu__secondary ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 20px;
        margin: 0px; }
        .pm-mobile__menu__secondary ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .pm-mobile__menu__secondary ul li a {
            line-height: 1;
            color: rgba(255, 255, 255, 0.9);
            font-size: 16px; }
            .pm-mobile__menu__secondary ul li a:hover {
              color: #CFFF49; }
    .pm-mobile__menu__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 12px; }
      .pm-mobile__menu__btns a.btn {
        padding: 8px 30px;
        font-size: 16px; }
  .pm-mobile .ph__mega-menu__grid {
    margin-top: 30px; }

.pf {
  border-radius: 20px 20px 0 0;
  background-color: #041932;
  color: rgba(255, 255, 255, 0.9);
  padding: 2.72727rem 1.81818rem 1.81818rem;
  background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/footer-bg.png);
  background-size: cover;
  background-position: bottom left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 768px) {
    .pf {
      border-radius: 32px 32px 0 0;
      padding: 2.72727rem 3.63636rem 1.81818rem; } }
  @media (min-width: 1280px) {
    .pf {
      padding: 5rem 5.45455rem 1.81818rem; } }
  .pf__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.27273rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (min-width: 1024px) {
      .pf__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    @media (min-width: 1280px) {
      .pf__grid {
        gap: 3.63636rem; } }
  .pf a {
    color: rgba(255, 255, 255, 0.9); }
  .pf__newsletter {
    border-radius: 16px;
    border: 0.427px solid rgba(255, 255, 255, 0.4);
    background: -webkit-gradient(linear, left bottom, left top, from(#1512B4), to(#1512B4)), #FFF;
    background: -webkit-linear-gradient(bottom, #1512B4 0%, #1512B4 100%), #FFF;
    background: -o-linear-gradient(bottom, #1512B4 0%, #1512B4 100%), #FFF;
    background: linear-gradient(0deg, #1512B4 0%, #1512B4 100%), #FFF;
    padding: 1.45455rem 1.09091rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.09091rem;
    width: 100%; }
    @media (min-width: 768px) {
      .pf__newsletter {
        max-width: 28.21429rem; } }
    @media (min-width: 1024px) {
      .pf__newsletter {
        max-width: 18.63636rem; } }
    @media (min-width: 1024px) {
      .pf__newsletter {
        margin-top: 4.09091rem; } }
    .pf__newsletter p {
      font-size: 0.90909rem;
      margin-bottom: 0px;
      line-height: 1.4;
      font-weight: 500; }
  .pf__bottom {
    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: 1.36364rem;
    margin-top: 2.27273rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    @media (min-width: 1024px) {
      .pf__bottom {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 3.40909rem; } }
  .pf__copyright__title {
    font-size: 0.90909rem;
    font-weight: 500;
    color: #FFF;
    line-height: 1;
    display: block; }
  .pf__copyright p {
    margin-top: 0.81818rem;
    font-size: 0.77273rem;
    line-height: 1; }
  .pf__site p {
    font-size: 0.90909rem;
    line-height: 1;
    color: #FFF; }
    .pf__site p a {
      font-weight: 500;
      text-decoration: underline;
      text-underline-offset: 3px; }
      .pf__site p a:hover {
        color: #CFFF49; }
  .pf__top-cta {
    margin-left: auto; }
    .pf__top-cta i {
      color: #CFFF49;
      font-size: 3.45455rem; }
    .pf__top-cta:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
  .pf__title {
    display: block;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 1.27273rem;
    font-size: 0.90909rem; }
  .pf__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.36364rem;
    width: 100%; }
    @media (min-width: 768px) {
      .pf__contact {
        gap: 2.72727rem; } }
    @media (min-width: 1024px) {
      .pf__contact {
        width: 28%; } }
    .pf__contact > div:not(.pf__social) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
      .pf__contact > div:not(.pf__social) a {
        font-weight: 500;
        font-family: "Muring 01", sans-serif;
        font-size: 1.27273rem;
        line-height: 1.3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .pf__contact > div:not(.pf__social) a:hover {
          color: #CFFF49; }
        .pf__contact > div:not(.pf__social) a:not(:last-child) {
          margin-bottom: 0.45455rem; }
  .pf__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2.27273rem;
    width: 100%; }
    @media (min-width: 1024px) {
      .pf__menus {
        width: 49%; } }
    .pf__menus__list {
      margin: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      row-gap: 0.45455rem;
      -webkit-column-gap: 0.36364rem;
      column-gap: 0.36364rem; }
      .pf__menus__list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 100px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.08);
        -webkit-backdrop-filter: blur(9px);
        backdrop-filter: blur(9px);
        padding: 0.54545rem 0.77273rem;
        line-height: 1;
        font-family: "Muring 01", sans-serif;
        font-weight: 500;
        font-size: 0.90909rem;
        color: #FFF;
        outline: 2px transparent solid;
        outline-offset: -1px; }
        .pf__menus__list li a:hover {
          background: rgba(207, 255, 73, 0.08);
          border-color: #CFFF49;
          outline-color: #CFFF49; }
  .pf__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.36364rem; }
    @media (min-width: 768px) {
      .pf__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    @media (min-width: 1024px) {
      .pf__content {
        width: 32%;
        display: block; } }
  .pf__menu__list {
    margin-bottom: 0px; }
    .pf__menu__list li {
      line-height: 1; }
      .pf__menu__list li:not(:last-child) {
        margin-bottom: 0.45455rem; }
      .pf__menu__list li a {
        font-weight: 500;
        font-family: "Muring 01", sans-serif;
        font-size: 1.27273rem;
        line-height: 1.3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        .pf__menu__list li a:before {
          content: '\e90c';
          font-family: 'default';
          width: 1.04545rem;
          height: 1.04545rem;
          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;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background: #CFFF49;
          border-radius: 50%;
          font-size: 10px;
          color: #1512B4;
          -webkit-transition: ease all 0.3s;
          -o-transition: ease all 0.3s;
          transition: ease all 0.3s;
          opacity: 0;
          visibility: visible; }
        .pf__menu__list li a:hover {
          padding-left: 1.81818rem; }
          .pf__menu__list li a:hover:before {
            opacity: 1;
            visibility: visible; }
  .pf__bottom-menu {
    margin-top: 1.81818rem;
    padding-top: 1.36364rem;
    border-top: 1px rgba(255, 255, 255, 0.25) solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.36364rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 1024px) {
      .pf__bottom-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    .pf__bottom-menu__list {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 12px; }
      @media (min-width: 1024px) {
        .pf__bottom-menu__list {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row;
          flex-flow: row;
          gap: 0; } }
      @media (min-width: 1024px) {
        .pf__bottom-menu__list li {
          padding: 0 0.59091rem;
          border-right: 1px rgba(255, 255, 255, 0.25) solid; } }
      .pf__bottom-menu__list li:last-child {
        padding-right: 0;
        border: none; }
      .pf__bottom-menu__list li:first-child {
        padding-left: 0px; }
      .pf__bottom-menu__list li a {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8); }
        @media (min-width: 1024px) {
          .pf__bottom-menu__list li a {
            font-size: 0.77273rem; } }
        .pf__bottom-menu__list li a:hover {
          color: #CFFF49; }
    .pf__bottom-menu__title {
      font-size: 14px;
      font-weight: 500; }
      @media (min-width: 1024px) {
        .pf__bottom-menu__title {
          font-size: 0.77273rem; } }

.btn {
  position: relative;
  overflow: hidden;
  color: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 0;
  cursor: pointer;
  background-color: #041932;
  font-size: 0.81818rem;
  border: none;
  padding: 0.40909rem 0.45455rem 0.40909rem 1.09091rem;
  text-align: center;
  font-weight: 500;
  line-height: 1rem !important;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  transition: 0.45s;
  border-radius: 1.81818rem; }
  .btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    background: #CFFF49;
    z-index: -1; }
  .btn:hover {
    color: #041932; }
    .btn:hover .icon {
      background-color: #041932;
      color: #FFF; }
    .btn:hover:before {
      width: 100%; }
  .btn .icon {
    width: 1.59091rem;
    height: 1.59091rem;
    font-size: 0.72727rem;
    margin-left: 1.36364rem;
    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;
    background-color: #CFFF49;
    border-radius: 50%;
    color: #1512B4;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s; }
  .btn:disabled {
    opacity: .5;
    pointer-events: none; }
  .btn.\--disabled {
    opacity: .5;
    pointer-events: none; }
  .btn.\--no-icon {
    padding: 0.70455rem 1.09091rem; }
  .btn.\--theme-primary {
    background-color: #1512B4; }
    .btn.\--theme-primary:hover .icon {
      color: #CFFF49; }
    .btn.\--theme-primary.\--dark-hover:before {
      background-color: #041932; }
    .btn.\--theme-primary.\--dark-hover:hover {
      color: #fff; }
      .btn.\--theme-primary.\--dark-hover:hover .icon {
        background-color: #CFFF49;
        color: #1512B4; }
  .btn.\--theme-secondary {
    background-color: #CFFF49;
    color: #041932; }
    .btn.\--theme-secondary:before {
      background: #041932; }
    .btn.\--theme-secondary:hover {
      color: #FFF; }
      .btn.\--theme-secondary:hover .icon {
        background-color: #CFFF49;
        color: #041932; }
  .btn.\--theme-purple {
    background-color: #5957C8; }
  .btn.\--theme-grey {
    background-color: #F5F9FF;
    color: #041932; }
  .btn.\--theme-transparent {
    background: transparent;
    border: 1.4px solid #1512B4;
    color: #1512B4; }
  .btn.\--style-small {
    font-size: 0.77273rem;
    padding: 6px 9px 6px 0.90909rem; }
    .btn.\--style-small .icon {
      width: 1.36364rem;
      height: 1.36364rem;
      font-size: 0.63636rem; }
    .btn.\--style-small.\--no-icon {
      padding: 0.5rem 0.90909rem 0.5rem 0.90909rem; }
  .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; }
    @media (max-width: 768px) {
      .btn__wrapper.\--m-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media (max-width: 768px) {
      .btn__wrapper.\--m-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 768px) {
      .btn__wrapper.\--m-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .btn.\--style-full {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

@font-face {
  font-family: 'Muring 01';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringregular.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringregular.woff?asd") format("woff");
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muring 01';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringmedium.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringmedium.woff?asd") format("woff");
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'Muring 01';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringsemibold.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringsemibold.woff?asd") format("woff");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: 'Muring 01';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringbold.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringbold.woff?asd") format("woff");
  font-weight: bold;
  font-display: swap; }

@font-face {
  font-family: 'Muring 02';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringtworegular.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringtworegular.woff?asd") format("woff");
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muring 02';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringtwomedium.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringtwomedium.woff?asd") format("woff");
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'Muring 02';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringtwosemibold.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringtwosemibold.woff?asd") format("woff");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: 'Muring 02';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringtwobold.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringtwobold.woff?asd") format("woff");
  font-weight: bold;
  font-display: swap; }

@font-face {
  font-family: 'Muring 03';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringthreeregular.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringthreeregular.woff?asd") format("woff");
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muring 03';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringthreemedium.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringthreemedium.woff?asd") format("woff");
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'Muring 03';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringthreesemibold.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringthreesemibold.woff?asd") format("woff");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: 'Muring 03';
  src: url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringthreebold.woff2?asd") format("woff2"), url("/wp-content/themes/roadphone-nrb/_ui/media/fonts/muring/muringthreebold.woff?asd") format("woff");
  font-weight: bold;
  font-display: swap; }

html, body {
  font-size: 14px;
  scroll-behavior: smooth; }
  @media (min-width: 1024px) {
    html, body {
      font-size: 16px; } }
  @media (min-width: 1280px) {
    html, body {
      font-size: 18px; } }
  @media (min-width: 1500px) {
    html, body {
      font-size: 20px; } }
  @media (min-width: 1600px) {
    html, body {
      font-size: 22px; } }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Muring 01", sans-serif; }

a {
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  color: #041932;
  word-wrap: break-word; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #1512B4;
    font-family: "Muring 03", sans-serif; }

@media (max-width: 1024px) {
  h1 {
    font-size: 36px; } }

@media (max-width: 1024px) {
  h2 {
    font-size: 24px; } }

@media (max-width: 1024px) {
  h3 {
    font-size: 22px; } }

@media (max-width: 1024px) {
  h4 {
    font-size: 20px; } }

hr {
  margin-bottom: 2rem;
  border: 0;
  border-top: 3px solid #E2E2E2; }

blockquote {
  border-top: 3px #E4EF32 solid;
  padding: 1.36364rem 0.90909rem 0px 0.90909rem; }
  blockquote p {
    font-size: 0.90909rem;
    line-height: 1.45455rem; }
  @media (min-width: 768px) {
    blockquote {
      padding: 2.72727rem 1.81818rem 0px 1.81818rem; } }

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

ul.stylish {
  margin-left: 0px;
  list-style-type: none; }
  ul.stylish li {
    padding-left: 40px;
    line-height: 40px;
    position: relative; }
    ul.stylish li:after {
      content: '';
      width: 26px;
      height: 4px;
      background: #CFFF49;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-radius: 2px; }
  ul.stylish.\--theme-orange li:after {
    background: #1512B4; }

p:last-child {
  margin-bottom: 0px; }

@media (max-width: 1280px) {
  .table {
    display: block;
    overflow-x: scroll; } }

table:not(.ui-datepicker-calendar) {
  width: 100%;
  font-size: 0.81818rem;
  color: #FFF; }
  @media (min-width: 1024px) {
    table:not(.ui-datepicker-calendar) {
      font-size: 1.09091rem; } }
  table:not(.ui-datepicker-calendar) thead tr td {
    color: #FFF;
    font-size: 0.81818rem;
    font-weight: 500; }
    table:not(.ui-datepicker-calendar) thead tr td:not(:first-child) {
      text-align: center; }
  table:not(.ui-datepicker-calendar) th {
    background-color: #0074c3;
    color: #FFF;
    font-size: 15px;
    padding: 15px;
    text-align: left;
    line-height: 20px;
    font-weight: 700; }
  table:not(.ui-datepicker-calendar) td {
    text-align: left;
    color: #FFF;
    padding: 15px 5px; }
    @media (min-width: 768px) {
      table:not(.ui-datepicker-calendar) td {
        padding: 40px 10px; } }
    table:not(.ui-datepicker-calendar) td:not(:first-child) {
      text-align: center; }
    table:not(.ui-datepicker-calendar) td strong {
      font-weight: normal;
      color: #2D368B; }
    table:not(.ui-datepicker-calendar) td span {
      color: #2D368B; }
    table:not(.ui-datepicker-calendar) td a {
      color: #FFF;
      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; }
      table:not(.ui-datepicker-calendar) td a i {
        margin-right: 14px;
        color: #D3D2DD;
        font-size: 0.72727rem; }
        @media (min-width: 1024px) {
          table:not(.ui-datepicker-calendar) td a i {
            font-size: 1rem; } }
      table:not(.ui-datepicker-calendar) td a:hover {
        color: #CFFF49; }
        table:not(.ui-datepicker-calendar) td a:hover i {
          color: #CFFF49; }
  table:not(.ui-datepicker-calendar) tr {
    border-bottom: 1px solid #8885AC; }
    @media (min-width: 1281px) {
      table:not(.ui-datepicker-calendar) tr:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #8885AC;
        position: absolute;
        right: -100%;
        bottom: -1px; }
      table:not(.ui-datepicker-calendar) tr:before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #8885AC;
        position: absolute;
        left: -100%;
        bottom: -1px; } }

.layout {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.54545rem 4.09091rem;
  margin-top: -4.09091rem;
  position: relative;
  z-index: 2;
  border-radius: 1.45455rem;
  margin-bottom: 1.81818rem;
  padding: 1.81818rem 1.81818rem;
  gap: 1.36364rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 1024px) {
    .layout {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      padding: 2.72727rem 2.72727rem;
      gap: 2.27273rem; } }
  @media (min-width: 1280px) {
    .layout {
      padding: 3.63636rem 3.63636rem;
      gap: 3.18182rem; } }
  @media (min-width: 1500px) {
    .layout {
      padding: 4.54545rem 4.09091rem;
      gap: 4rem; } }
  .layout__content {
    width: 100%; }
    @media (min-width: 1024px) {
      .layout__content {
        max-width: 46.81818rem; } }
  .layout__toggle {
    display: none; }
  .layout__aside {
    width: 100%; }
    @media (min-width: 1024px) {
      .layout__aside {
        max-width: 17.27273rem; }
        .layout__aside > div {
          position: -webkit-sticky;
          position: sticky;
          top: 40px; } }
    .layout__aside__inner {
      background: rgba(21, 18, 180, 0.04);
      border: 1.319px solid rgba(4, 25, 50, 0.12);
      border-radius: 0.72727rem;
      padding: 2.13636rem 1.13636rem; }
    .layout__aside__menu__title {
      font-size: 1.27273rem;
      color: #1512B4;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 1.13636rem; }
    .layout__aside__menu ul {
      list-style: none;
      margin: 0 !important;
      padding: 0; }
      .layout__aside__menu ul li {
        position: relative;
        margin-bottom: 0.81818rem !important; }
        .layout__aside__menu ul li:last-child {
          margin: 0 !important; }
        .layout__aside__menu ul li:before {
          content: unset;
          /* 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;
          font-size: 0.81818rem;
          color: #1512B4;
          margin-right: 12px; }
        .layout__aside__menu ul li.current-menu-item:before {
          content: '\e90c'; }
        .layout__aside__menu ul li a {
          font-size: 0.90909rem;
          font-weight: 500;
          color: #041932; }

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

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

@-webkit-keyframes i3-marquee-client-logos {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@keyframes i3-marquee-client-logos {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.widget_members-widget-login {
  padding: 25px;
  max-width: 620px;
  margin: auto;
  background-color: #f3f2f2; }
  @media (min-width: 768px) {
    .widget_members-widget-login {
      padding: 50px; } }
  .widget_members-widget-login h3.widget-title {
    text-align: center;
    font-size: 30px;
    color: #003f6d; }
  .widget_members-widget-login img.avatar {
    border-radius: 50%;
    margin: auto;
    display: block; }
  .widget_members-widget-login p {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px; }
  .widget_members-widget-login .members-login-form label {
    font-weight: 600;
    color: #003f6d;
    margin-bottom: 12px;
    display: block; }
  .widget_members-widget-login .members-login-form p {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px; }
  .widget_members-widget-login .members-login-form .login-remember label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .widget_members-widget-login .members-login-form .login-remember label input {
      margin-right: 10px; }
  .widget_members-widget-login .members-login-form .login-submit {
    margin-bottom: 0px; }
    .widget_members-widget-login .members-login-form .login-submit .button-primary {
      background: #CFFF49;
      color: #FFF;
      padding: 0.90909rem 1.59091rem;
      font-size: 0.72727rem;
      border: 1px solid currentColor;
      font-weight: 500;
      line-height: 0.88rem !important;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      border: 0;
      border-radius: 0;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.03em;
      border-radius: 2px;
      width: 100%; }
      .widget_members-widget-login .members-login-form .login-submit .button-primary:hover {
        background: #c8ff30; }

.gform_wrapper.gravity-theme .gform_heading {
  text-align: center;
  margin-bottom: 1.13636rem; }
  .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
    display: none; }
  .gform_wrapper.gravity-theme .gform_heading .gform_title {
    color: #1512B4;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Muring 01", sans-serif;
    margin-bottom: 0px; }
  .gform_wrapper.gravity-theme .gform_heading .gform_description {
    margin-top: 1.09091rem;
    margin-bottom: 0px;
    color: rgba(15, 49, 91, 0.9); }

.gform_wrapper.gravity-theme .gform-body .gform_fields {
  grid-row-gap: 1.45455rem; }
  .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield_label {
    color: #1512B4;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px; }
  .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"], .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"], .gform_wrapper.gravity-theme .gform-body .gform_fields textarea, .gform_wrapper.gravity-theme .gform-body .gform_fields select {
    border-radius: 12px;
    border: 1.4px solid rgba(15, 49, 91, 0.12);
    background: #FFF;
    font-size: 0.90909rem;
    color: rgba(15, 49, 91, 0.6);
    line-height: 1;
    font-weight: 500;
    padding: 0.45455rem 1.09091rem; }
    .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields select::-webkit-input-placeholder {
      color: rgba(15, 49, 91, 0.6); }
    .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]:-moz-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]:-moz-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields textarea:-moz-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields select:-moz-placeholder {
      color: rgba(15, 49, 91, 0.6); }
    .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields select:-ms-input-placeholder {
      color: rgba(15, 49, 91, 0.6); }
    .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]:-moz-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]:-moz-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields textarea:-moz-placeholder, .gform_wrapper.gravity-theme .gform-body .gform_fields select:-moz-placeholder {
      color: rgba(15, 49, 91, 0.6); }
    .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]:focus, .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]:focus, .gform_wrapper.gravity-theme .gform-body .gform_fields textarea:focus, .gform_wrapper.gravity-theme .gform-body .gform_fields select:focus {
      border-color: #1512B4; }
    .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]:focus-visible, .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]:focus-visible, .gform_wrapper.gravity-theme .gform-body .gform_fields textarea:focus-visible, .gform_wrapper.gravity-theme .gform-body .gform_fields select:focus-visible {
      outline: none;
      border-color: #1512B4; }
  .gform_wrapper.gravity-theme .gform-body .gform_fields textarea {
    padding: 1.09091rem;
    height: 5.45455rem; }
  .gform_wrapper.gravity-theme .gform-body .gform_fields .ginput_container_select {
    position: relative; }
    .gform_wrapper.gravity-theme .gform-body .gform_fields .ginput_container_select select {
      height: 2.36364rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .gform_wrapper.gravity-theme .gform-body .gform_fields .ginput_container_select:after {
      font-size: 0.40909rem;
      content: "\e906";
      /* 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: 0px;
      top: 50%;
      right: 1.09091rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #041932; }

.gform_wrapper.gravity-theme .gform-footer {
  padding: 0px;
  margin: 0;
  margin-top: 1.63636rem; }
  .gform_wrapper.gravity-theme .gform-footer .gform_button {
    margin: 0px;
    width: 100%;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1512B4;
    font-family: "Muring 01", sans-serif;
    font-weight: 600;
    font-size: 0.90909rem;
    line-height: 1;
    padding: 0.68182rem 0.90909rem;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    color: #FFF; }
    .gform_wrapper.gravity-theme .gform-footer .gform_button:hover {
      background-color: #041932; }

.gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form {
  position: relative; }
  .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform-body .gfield input {
    background: rgba(0, 0, 0, 0.2);
    font-size: 0.77273rem;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.54545rem 5.68182rem 0.54545rem 0.81818rem; }
    .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform-body .gfield input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform-body .gfield input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform-body .gfield input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform-body .gfield input::placeholder {
      color: rgba(255, 255, 255, 0.8); }
  .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform-footer {
    position: absolute;
    top: 6px;
    right: 8px;
    padding: 0;
    margin: 0; }
    @media (min-width: 1024px) {
      .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform-footer {
        top: 0.36364rem; } }
    .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform-footer .gform_button {
      background: #CFFF49;
      border: 0.846px solid rgba(255, 255, 255, 0.12);
      color: #0F315B;
      font-size: 0.63636rem;
      font-weight: 500;
      padding: 0.45455rem 1.06818rem !important; }
      @media (max-width: 641px) {
        .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform-footer .gform_button {
          min-height: auto !important;
          line-height: 1.3 !important; } }
    .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform-footer .gform-loader {
      position: absolute;
      bottom: -18px;
      right: 10px; }
  .gform_wrapper.gravity-theme.newsletter-form_wrapper .newsletter-form .gform_confirmation_message {
    font-size: 0.81818rem; }

.gform_wrapper.gravity-theme.newsletter-form_wrapper .gform_heading {
  display: none; }

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none; }

.control-select {
  position: relative;
  width: 100%;
  outline: 0;
  padding: 0.27273rem;
  font-size: 0.90909rem;
  letter-spacing: -0.01em;
  color: #6D7321;
  background: transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .control-select.\--focus {
    border-color: #0A0C12; }
  .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; }
    .control-select > span:after {
      font-size: 0.40909rem;
      content: "\e906";
      /* 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: 0px;
      top: 50%;
      right: 1.09091rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #041932; }

.form-filter__grid {
  margin-top: 2.72727rem; }
  @media (min-width: 1024px) {
    .form-filter__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;
      margin-top: 5.45455rem; } }

.form-filter__categories {
  margin-bottom: 1.36364rem; }
  @media (min-width: 1024px) {
    .form-filter__categories {
      margin-bottom: 0px;
      max-width: 1000px;
      width: 100%; } }
  .form-filter__categories ul {
    display: none; }
    .\--show-filter .form-filter__categories ul {
      display: block; }
    @media (min-width: 991px) {
      .form-filter__categories ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .form-filter__categories ul li a.\--active {
      background-color: #1C42A0;
      color: #FFF; }

.form-filter__label {
  font-weight: 600;
  font-size: 0.68182rem;
  line-height: 1.18182rem;
  letter-spacing: 0.02em; }
  @media (max-width: 990px) {
    .form-filter__label {
      display: none; } }

.form-filter__search {
  width: 100%;
  position: relative; }
  @media (min-width: 1024px) {
    .form-filter__search {
      max-width: 300px; } }
  .form-filter__search .i3-filter-search {
    background: rgba(235, 235, 235, 0.1);
    border: 1.5px solid #CDCDCD;
    padding: 18px 22px 18px 50px;
    font-size: 0.81818rem;
    letter-spacing: -0.01em;
    color: #616570;
    border-radius: 0px;
    border-radius: 100px; }
    .form-filter__search .i3-filter-search::-webkit-input-placeholder {
      color: #616570; }
    .form-filter__search .i3-filter-search:-ms-input-placeholder {
      color: #616570; }
    .form-filter__search .i3-filter-search::-ms-input-placeholder {
      color: #616570; }
    .form-filter__search .i3-filter-search::placeholder {
      color: #616570; }
  .form-filter__search button {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #A5A5A5;
    padding: 5px !important;
    background: #FFF !important; }
  .form-filter__search__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-size: 0.90909rem;
    color: #0A0C12; }
  .form-filter__search button:hover {
    color: #2047AC; }

@media (min-width: 991px) {
  .i3-filter-toggle {
    display: none !important; } }

.list-default li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }
  .list-default li:before {
    display: block;
    content: "";
    border-top: 4px solid #1512B4;
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: .7rem;
    margin-right: 1rem; }

.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 (max-width: 600px) {
      .grid-flex.\--type-two-blocks > * {
        width: 100%; } }
  .grid-flex.\--type-three-blocks > * {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-flex.\--type-three-blocks > * {
        width: 33.333%; } }
  .grid-flex.\--type-three-blocks > .\--style-two-third {
    width: 66.666%; }
  .grid-flex.\--type-four-blocks > * {
    width: 50%; }
    @media (max-width: 600px) {
      .grid-flex.\--type-four-blocks > * {
        width: 100%; } }
    @media (min-width: 991px) {
      .grid-flex.\--type-four-blocks > * {
        width: 33%; } }
    @media (min-width: 1024px) {
      .grid-flex.\--type-four-blocks > * {
        width: 25%; } }
  .grid-flex.\--type-five-blocks > * {
    width: 20%; }
  @media (min-width: 768px) {
    .grid-flex.\--style-blog-offset {
      margin-left: -25px; }
      .grid-flex.\--style-blog-offset > * {
        padding-left: 25px; } }
  .grid-flex.\--style-offsets-1 {
    margin-left: -5px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-1 {
        margin-left: -10px; } }
    .grid-flex.\--style-offsets-1 > * {
      padding-left: 5px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-1 > * {
          padding-left: 10px; } }
    .grid-flex.\--style-offsets-1.\--style-blocks > * {
      padding-bottom: 5px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-1.\--style-blocks > * {
          padding-bottom: 10px; } }
  .grid-flex.\--style-offsets-2 {
    margin-left: -10px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-2 {
        margin-left: -20px; } }
    .grid-flex.\--style-offsets-2 > * {
      padding-left: 10px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-2 > * {
          padding-left: 20px; } }
    .grid-flex.\--style-offsets-2.\--style-blocks > * {
      padding-bottom: 10px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-2.\--style-blocks > * {
          padding-bottom: 20px; } }
  .grid-flex.\--style-offsets-3 {
    margin-left: -15px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-3 {
        margin-left: -30px; } }
    .grid-flex.\--style-offsets-3 > * {
      padding-left: 15px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-3 > * {
          padding-left: 30px; } }
    .grid-flex.\--style-offsets-3.\--style-blocks > * {
      padding-bottom: 15px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-3.\--style-blocks > * {
          padding-bottom: 30px; } }
  .grid-flex.\--style-offsets-4 {
    margin-left: -20px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-4 {
        margin-left: -40px; } }
    .grid-flex.\--style-offsets-4 > * {
      padding-left: 20px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-4 > * {
          padding-left: 40px; } }
    .grid-flex.\--style-offsets-4.\--style-blocks > * {
      padding-bottom: 20px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-4.\--style-blocks > * {
          padding-bottom: 40px; } }
  .grid-flex.\--style-offsets-5 {
    margin-left: -25px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-5 {
        margin-left: -50px; } }
    .grid-flex.\--style-offsets-5 > * {
      padding-left: 25px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-5 > * {
          padding-left: 50px; } }
    .grid-flex.\--style-offsets-5.\--style-blocks > * {
      padding-bottom: 25px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-5.\--style-blocks > * {
          padding-bottom: 50px; } }
  .grid-flex.\--style-offsets-6 {
    margin-left: -30px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-6 {
        margin-left: -60px; } }
    .grid-flex.\--style-offsets-6 > * {
      padding-left: 30px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-6 > * {
          padding-left: 60px; } }
    .grid-flex.\--style-offsets-6.\--style-blocks > * {
      padding-bottom: 30px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-6.\--style-blocks > * {
          padding-bottom: 60px; } }
  .grid-flex.\--style-offsets-7 {
    margin-left: -35px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-7 {
        margin-left: -70px; } }
    .grid-flex.\--style-offsets-7 > * {
      padding-left: 35px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-7 > * {
          padding-left: 70px; } }
    .grid-flex.\--style-offsets-7.\--style-blocks > * {
      padding-bottom: 35px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-7.\--style-blocks > * {
          padding-bottom: 70px; } }
  .grid-flex.\--style-offsets-8 {
    margin-left: -40px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-8 {
        margin-left: -80px; } }
    .grid-flex.\--style-offsets-8 > * {
      padding-left: 40px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-8 > * {
          padding-left: 80px; } }
    .grid-flex.\--style-offsets-8.\--style-blocks > * {
      padding-bottom: 40px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-8.\--style-blocks > * {
          padding-bottom: 80px; } }
  .grid-flex.\--style-offsets-9 {
    margin-left: -45px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-9 {
        margin-left: -90px; } }
    .grid-flex.\--style-offsets-9 > * {
      padding-left: 45px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-9 > * {
          padding-left: 90px; } }
    .grid-flex.\--style-offsets-9.\--style-blocks > * {
      padding-bottom: 45px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-9.\--style-blocks > * {
          padding-bottom: 90px; } }
  .grid-flex.\--style-offsets-10 {
    margin-left: -50px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-10 {
        margin-left: -100px; } }
    .grid-flex.\--style-offsets-10 > * {
      padding-left: 50px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-10 > * {
          padding-left: 100px; } }
    .grid-flex.\--style-offsets-10.\--style-blocks > * {
      padding-bottom: 50px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-10.\--style-blocks > * {
          padding-bottom: 100px; } }
  .grid-flex.\--style-offsets-11 {
    margin-left: -55px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-11 {
        margin-left: -110px; } }
    .grid-flex.\--style-offsets-11 > * {
      padding-left: 55px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-11 > * {
          padding-left: 110px; } }
    .grid-flex.\--style-offsets-11.\--style-blocks > * {
      padding-bottom: 55px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-11.\--style-blocks > * {
          padding-bottom: 110px; } }
  .grid-flex.\--style-offsets-12 {
    margin-left: -60px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-12 {
        margin-left: -120px; } }
    .grid-flex.\--style-offsets-12 > * {
      padding-left: 60px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-12 > * {
          padding-left: 120px; } }
    .grid-flex.\--style-offsets-12.\--style-blocks > * {
      padding-bottom: 60px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-12.\--style-blocks > * {
          padding-bottom: 120px; } }
  .grid-flex.\--style-offsets-13 {
    margin-left: -65px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-13 {
        margin-left: -130px; } }
    .grid-flex.\--style-offsets-13 > * {
      padding-left: 65px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-13 > * {
          padding-left: 130px; } }
    .grid-flex.\--style-offsets-13.\--style-blocks > * {
      padding-bottom: 65px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-13.\--style-blocks > * {
          padding-bottom: 130px; } }
  .grid-flex.\--style-offsets-14 {
    margin-left: -70px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-14 {
        margin-left: -140px; } }
    .grid-flex.\--style-offsets-14 > * {
      padding-left: 70px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-14 > * {
          padding-left: 140px; } }
    .grid-flex.\--style-offsets-14.\--style-blocks > * {
      padding-bottom: 70px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-14.\--style-blocks > * {
          padding-bottom: 140px; } }
  .grid-flex.\--style-offsets-15 {
    margin-left: -75px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-15 {
        margin-left: -150px; } }
    .grid-flex.\--style-offsets-15 > * {
      padding-left: 75px; }
      @media (min-width: 1281px) {
        .grid-flex.\--style-offsets-15 > * {
          padding-left: 150px; } }
    .grid-flex.\--style-offsets-15.\--style-blocks > * {
      padding-bottom: 75px; }
      @media (min-width: 1281px) {
        .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; }

@media (min-width: 768px) {
  .grid-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem; } }

.grid-gallery__item {
  width: 100%;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .grid-gallery__item {
      padding-left: 1rem;
      width: 50%; } }
  @media (min-width: 1100px) {
    .grid-gallery__item {
      width: 25%; } }

.box-product {
  border-radius: 0.81818rem;
  border: 0.322px solid rgba(255, 255, 255, 0.4);
  background: #FFF;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s; }
  .box-product__content {
    padding: 0.90909rem 0.90909rem 0px; }
    @media (min-width: 1280px) {
      .box-product__content {
        padding: 1.36364rem 1.36364rem 0px; } }
  .box-product__media {
    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;
    height: 15rem;
    overflow: hidden; }
    .box-product__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center bottom;
      object-position: center bottom; }
  .box-product__icon.icon {
    color: #1512B4;
    width: 2rem;
    height: 2rem;
    border-radius: 22px;
    background: #CFFF49;
    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;
    font-size: 0.81818rem;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 3;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s; }
  .box-product__title {
    font-weight: 600;
    width: 65%;
    margin: 0px; }
  .box-product__title-tag {
    color: #1512B4;
    font-size: 0.72727rem;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-top: 0.45455rem; }
  .box-product__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  .box-product.\--mini {
    border-radius: 16px;
    border: 1px solid rgba(4, 25, 50, 0.12);
    padding: 0.59091rem; }
    .box-product.\--mini .box-product__content {
      padding: 1.18182rem; }
    .box-product.\--mini .box-product__title {
      width: unset;
      font-size: 1.18182rem;
      font-weight: 500; }
    .box-product.\--mini .box-product__info {
      color: #1512B4;
      font-size: 0.63636rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.28px;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0.45455rem; }
    .box-product.\--mini .box-product__media {
      position: relative;
      height: 12.72727rem; }
    .box-product.\--mini .box-product__icon.icon {
      position: absolute;
      top: 0;
      right: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#F3F7FD), to(#F3F7FD)), #CFFF49;
      background: -webkit-linear-gradient(bottom, #F3F7FD 0%, #F3F7FD 100%), #CFFF49;
      background: -o-linear-gradient(bottom, #F3F7FD 0%, #F3F7FD 100%), #CFFF49;
      background: linear-gradient(0deg, #F3F7FD 0%, #F3F7FD 100%), #CFFF49; }
    .box-product.\--mini:hover {
      -webkit-box-shadow: 0 0.90909rem 1.45455rem 0 rgba(21, 18, 180, 0.2);
      box-shadow: 0 0.90909rem 1.45455rem 0 rgba(21, 18, 180, 0.2);
      border-color: rgba(21, 18, 180, 0.8); }
      .box-product.\--mini:hover .box-product__icon.icon {
        background: #CFFF49; }

.box-news {
  position: relative; }
  .box-news__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
  .box-news__media {
    height: 14.54545rem;
    border-radius: 1.09091rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    background-color: rgba(0, 0, 0, 0.2);
    outline: 4px solid transparent; }
    .box-news__media i {
      width: 2.27273rem;
      height: 2.27273rem;
      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;
      background: #CFFF49;
      border-radius: 50%;
      top: 1.18182rem;
      right: 1.18182rem;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
    .box-news__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .box-news__content {
    padding: 1.45455rem 1.09091rem 0px; }
  .box-news__title {
    margin-bottom: 0px;
    font-size: 1.27273rem; }
  .box-news__excerpt {
    margin-top: 1.18182rem;
    font-size: 0.81818rem; }
  .box-news:hover .box-news__media {
    outline-color: #CFFF49;
    outline-offset: -3px; }
    .box-news:hover .box-news__media i {
      opacity: 1;
      visibility: visible; }

.box-industry {
  position: relative;
  overflow: hidden; }
  .box-industry__media {
    height: 13.63636rem;
    background-color: rgba(0, 0, 0, 0.24);
    border-radius: 1.09091rem;
    outline: 4px solid transparent;
    outline-offset: -4px;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    overflow: hidden; }
    .box-industry__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .box-industry__media .icon {
      width: 2.27273rem;
      height: 2.27273rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      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;
      background: #F3F7FD;
      border-radius: 50%;
      font-size: 0.90909rem;
      color: #041932;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s;
      position: absolute;
      top: 15px;
      right: 15px; }
  .box-industry__content {
    margin-top: 1.13636rem;
    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: 1.13636rem;
    padding: 0px 1.09091rem; }
  .box-industry__title {
    margin: 0px;
    font-size: 1rem; }
  .box-industry__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .box-industry:hover .box-industry__media {
    outline-color: #CFFF49; }
    .box-industry:hover .box-industry__media .icon {
      background-color: #CFFF49; }
  .box-industry:hover .box-industry__content .icon {
    background-color: #CFFF49;
    color: #1512B4; }

.box-service {
  border-radius: 20px;
  border: 0.427px solid rgba(15, 49, 91, 0.4);
  background: -webkit-gradient(linear, left bottom, left top, from(#041932), to(#041932)), #FFF;
  background: -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), #FFF;
  background: -o-linear-gradient(bottom, #041932 0%, #041932 100%), #FFF;
  background: linear-gradient(0deg, #041932 0%, #041932 100%), #FFF;
  position: relative;
  overflow: hidden;
  padding: 0.90909rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  height: 100%; }
  .box-service > * {
    z-index: 2; }
  .box-service__title {
    color: #FFF;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    font-family: "Muring 01", sans-serif;
    width: 95%;
    margin-bottom: 0px; }
  .box-service__description {
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.90909rem; }
  .box-service__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.81818rem;
    height: 10.45455rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), #BDBAF2;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #BDBAF2;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #BDBAF2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #BDBAF2;
    border-radius: 8px; }
    .box-service__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .box-service__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  .box-service:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/service-box-overlay.png);
    background-size: cover;
    background-position: center center;
    z-index: 1; }
  .box-service:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(207, 255, 73, 0.32)), to(rgba(207, 255, 73, 0.32))), -webkit-gradient(linear, left bottom, left top, from(#CFFF49), to(#CFFF49)), #FFF;
    background: -webkit-linear-gradient(bottom, rgba(207, 255, 73, 0.32) 0%, rgba(207, 255, 73, 0.32) 100%), -webkit-linear-gradient(bottom, #CFFF49 0%, #CFFF49 100%), #FFF;
    background: -o-linear-gradient(bottom, rgba(207, 255, 73, 0.32) 0%, rgba(207, 255, 73, 0.32) 100%), -o-linear-gradient(bottom, #CFFF49 0%, #CFFF49 100%), #FFF;
    background: linear-gradient(0deg, rgba(207, 255, 73, 0.32) 0%, rgba(207, 255, 73, 0.32) 100%), linear-gradient(0deg, #CFFF49 0%, #CFFF49 100%), #FFF; }
    .box-service:hover .box-service__title, .box-service:hover .box-service__description {
      color: #1512B4; }
    .box-service:hover:after {
      opacity: 0;
      visibility: hidden; }

.box-resource {
  border-radius: 1.09091rem;
  border: 0.427px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  padding: 2.04545rem 1.90909rem 2.27273rem 1.45455rem;
  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-resource__title {
    color: #FFF;
    margin-bottom: 0px;
    font-family: "Muring 01", sans-serif; }
  .box-resource__desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.81818rem;
    margin-top: 0.90909rem;
    margin-bottom: 0px; }
  .box-resource__cta {
    margin-top: 1.36364rem; }
    @media (min-width: 768px) {
      .box-resource__cta {
        margin-top: 2.72727rem; } }

.box-card {
  border-radius: 0.68182rem;
  overflow: hidden;
  position: relative;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #041932; }
  .box-card__media {
    height: 20rem;
    min-height: 20rem;
    background: rgba(0, 0, 0, 0.24);
    margin-top: -15%; }
    @media (min-width: 768px) {
      .box-card__media {
        height: 22.72727rem;
        min-height: 22.72727rem; } }
    @media (min-width: 991px) {
      .box-card__media {
        height: 21.36364rem;
        min-height: 21.36364rem;
        margin-top: -4.54545rem; } }
    .box-card__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center top;
      object-position: center top; }
  .box-card__content {
    padding: 1.59091rem 1.36364rem 3.63636rem;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: bottom center;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 768px) {
      .box-card__content {
        padding: 1.59091rem 1.59091rem 4.54545rem; } }
    @media (min-width: 991px) {
      .box-card__content {
        height: 100%;
        padding: 1.59091rem 1.59091rem 3.40909rem; } }
    @media (min-width: 1280px) {
      .box-card__content {
        padding: 2.63636rem 2.63636rem 4.54545rem; } }
    .box-card__content > * {
      color: #FFF; }
  .box-card__subtitle {
    margin-bottom: 2.04545rem; }
  .box-card__title {
    font-size: 1.81818rem;
    margin-bottom: 0px; }
    @media (min-width: 991px) {
      .box-card__title {
        font-size: 2.27273rem; } }
    @media (min-width: 1280px) {
      .box-card__title {
        width: 95%; } }
    .box-card__title span {
      color: #CFFF49;
      font-family: "Muring 01", sans-serif; }
  .box-card__desc {
    margin-top: 1.63636rem;
    margin-bottom: 0px; }
  .box-card__cta {
    margin-top: 1.81818rem; }
  .box-card.\--style-default .box-card__content, .box-card.\--style-default-mini .box-card__content {
    background-color: transparent;
    background-image: url("/wp-content/themes/roadphone-nrb/_ui/media/card-content-bg.png"); }
  .box-card.\--style-featured .box-card__media {
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .box-card.\--style-featured .box-card__media:after {
      content: '';
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(10.2%, rgba(255, 255, 255, 0)), color-stop(54.91%, rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 10.2%, rgba(0, 0, 0, 0.8) 54.91%);
      background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 10.2%, rgba(0, 0, 0, 0.8) 54.91%);
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10.2%, rgba(0, 0, 0, 0.8) 54.91%);
      position: absolute;
      top: 30%;
      left: -40%;
      -webkit-filter: blur(70px);
      filter: blur(70px); }
  .box-card.\--style-featured .box-card__content {
    padding: 1.36364rem; }
    @media (min-width: 768px) {
      .box-card.\--style-featured .box-card__content {
        padding: 1.36364rem 1.36364rem 1.81818rem; } }
    @media (min-width: 1280px) {
      .box-card.\--style-featured .box-card__content {
        padding: 1.36364rem 2.04545rem 2.5rem; } }
    .box-card.\--style-featured .box-card__content__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 1.36364rem;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .box-card.\--style-featured .box-card__cta {
    margin-top: 0px; }
  .box-card.\--style-featured .box-card__title {
    color: #FFF;
    font-size: 1.81818rem;
    width: 100%; }
    @media (min-width: 768px) {
      .box-card.\--style-featured .box-card__title {
        width: 70%; } }
  .box-card.\--style-featured-mini .box-card__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0; }
    .box-card.\--style-featured-mini .box-card__media:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 20%;
      left: -40%;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(10.2%, rgba(255, 255, 255, 0)), color-stop(54.91%, rgba(0, 0, 0, 0.9)));
      background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 10.2%, rgba(0, 0, 0, 0.9) 54.91%);
      background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 10.2%, rgba(0, 0, 0, 0.9) 54.91%);
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10.2%, rgba(0, 0, 0, 0.9) 54.91%);
      -webkit-filter: blur(140px);
      filter: blur(140px); }
  .box-card.\--style-featured-mini .box-card__content {
    padding: 1.72727rem 1.27273rem;
    width: 100%; }
    @media (min-width: 768px) {
      .box-card.\--style-featured-mini .box-card__content {
        width: 70%; } }
    @media (min-width: 1280px) {
      .box-card.\--style-featured-mini .box-card__content {
        width: 50%; } }
  .box-card.\--style-featured-mini .box-card__title {
    font-size: 1.45455rem; }
  .box-card.\--style-featured-mini .box-card__subtitle {
    margin-bottom: 1.90909rem; }
  .box-card.\--style-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-radial-gradient(22.79% 78.54%, 338.93% 99.73%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(339deg, rgba(21, 18, 180, 0) 23.47%, rgba(21, 18, 180, 0.6) 87.76%), -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), #D0FF00;
    background: -o-radial-gradient(22.79% 78.54%, 338.93% 99.73%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(339deg, rgba(21, 18, 180, 0) 23.47%, rgba(21, 18, 180, 0.6) 87.76%), -o-linear-gradient(bottom, #041932 0%, #041932 100%), #D0FF00;
    background: radial-gradient(338.93% 99.73% at 22.79% 78.54%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(111deg, rgba(21, 18, 180, 0) 23.47%, rgba(21, 18, 180, 0.6) 87.76%), linear-gradient(0deg, #041932 0%, #041932 100%), #D0FF00; }
    @media (min-width: 768px) {
      .box-card.\--style-grid {
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    @media (min-width: 768px) {
      .box-card.\--style-grid > div {
        width: 50%; } }
    .box-card.\--style-grid .box-card__media {
      height: 10rem;
      min-height: 10rem;
      margin: 0px;
      border-radius: 0.68182rem;
      overflow: hidden;
      width: 100%;
      margin-bottom: 0.90909rem; }
      @media (min-width: 768px) {
        .box-card.\--style-grid .box-card__media {
          height: 11.36364rem;
          min-height: 11.36364rem;
          margin-bottom: 0;
          width: 50%; } }
      @media (min-width: 768px) {
        .box-card.\--style-grid .box-card__media {
          height: 14.09091rem;
          min-height: 14.09091rem; } }
    .box-card.\--style-grid .box-card__content {
      padding: 0.90909rem 0.72727rem; }
      @media (min-width: 1500px) {
        .box-card.\--style-grid .box-card__content {
          padding: 1.13636rem 0.90909rem; } }
    .box-card.\--style-grid .box-card__title {
      font-size: 1.27273rem; }
  .box-card.\--style-default-mini .box-card__content {
    padding: 2rem 2rem 3.63636rem 2rem; }
  .box-card.\--style-default-mini .box-card__title {
    font-size: 1.81818rem; }
  .box-card.\--style-default-mini .box-card__media {
    height: 17.5rem;
    min-height: 17.5rem; }

.box-feature {
  border-radius: 0.72727rem;
  border: 1px solid rgba(4, 25, 50, 0.12);
  background-color: #FFF;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 0.59091rem;
  height: 100%;
  background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/feature-card-bg.png);
  background-size: cover;
  background-position: top center;
  width: 100%; }
  .box-feature__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .box-feature__media img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      border-radius: 8px; }
  .box-feature__content {
    padding: 0.81818rem; }
  .box-feature__title {
    font-size: 1.27273rem;
    font-family: "Muring 01", sans-serif;
    margin: 0px; }
  .box-feature__description {
    font-size: 0.90909rem;
    margin-top: 0.90909rem; }

.box-content {
  border-radius: 1.09091rem;
  border: 0.427px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  padding: 1.81818rem 0.68182rem 0.68182rem;
  position: relative;
  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-content__desc {
    color: #FFF;
    font-size: 1.27273rem;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 1.63636rem;
    margin-bottom: 0px; }
    .box-content__desc span {
      font-weight: 500;
      color: #CFFF49; }
  .box-content__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 14.09091rem;
    width: 100%;
    margin-top: 2.09091rem; }
    .box-content__media img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      border-radius: 15px; }
  .box-content__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .box-content__content {
    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-category {
  border-radius: 18px;
  border: 0.322px solid rgba(255, 255, 255, 0.4);
  background: #FFF;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s; }
  .box-category__content {
    padding: 1.36364rem 1.36364rem 0px; }
  .box-category__media {
    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;
    height: 15rem;
    overflow: hidden;
    margin-top: 1.36364rem; }
    .box-category__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center bottom;
      object-position: center bottom; }
  .box-category__icon.icon {
    color: #1512B4;
    width: 2rem;
    height: 2rem;
    border-radius: 22px;
    background: #CFFF49;
    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;
    font-size: 0.81818rem;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 3;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s; }
  .box-category__title {
    font-weight: 500;
    width: 90%;
    margin: 0px; }
  .box-category__title-tag {
    color: #1512B4;
    font-size: 0.72727rem;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-top: 0.45455rem; }
  .box-category__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  .box-category.\--mini {
    border-radius: 16px;
    border: 1px solid rgba(4, 25, 50, 0.12);
    padding: 0.59091rem; }
    .box-category.\--mini .box-category__content {
      padding: 1.18182rem; }
    .box-category.\--mini .box-category__title {
      width: unset;
      font-size: 1.18182rem;
      font-weight: 500; }
    .box-category.\--mini .box-category__info {
      color: #1512B4;
      font-size: 0.63636rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.28px;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0.45455rem; }
    .box-category.\--mini .box-category__media {
      position: relative;
      -webkit-perspective: 1000px;
      perspective: 1000px;
      height: 12.72727rem; }
      .box-category.\--mini .box-category__media img {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
      .box-category.\--mini .box-category__media__front {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        z-index: 2; }
      .box-category.\--mini .box-category__media__back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); }
    .box-category.\--mini .box-category__icon.icon {
      position: absolute;
      top: 0;
      right: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#F3F7FD), to(#F3F7FD)), #CFFF49;
      background: -webkit-linear-gradient(bottom, #F3F7FD 0%, #F3F7FD 100%), #CFFF49;
      background: -o-linear-gradient(bottom, #F3F7FD 0%, #F3F7FD 100%), #CFFF49;
      background: linear-gradient(0deg, #F3F7FD 0%, #F3F7FD 100%), #CFFF49; }
    .box-category.\--mini:hover {
      -webkit-box-shadow: 0 0.90909rem 1.45455rem 0 rgba(21, 18, 180, 0.2);
      box-shadow: 0 0.90909rem 1.45455rem 0 rgba(21, 18, 180, 0.2);
      border-color: rgba(21, 18, 180, 0.8); }
      .box-category.\--mini:hover .box-category__icon.icon {
        background: #CFFF49; }
      .box-category.\--mini:hover .box-category__media__front {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg); }
      .box-category.\--mini:hover .box-category__media__back {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg); }

.box-icon {
  border-radius: 1.09091rem;
  border: 0.427px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.24);
  position: relative;
  overflow: hidden;
  padding: 1.59091rem 1.45455rem 1.81818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  height: 100%; }
  .box-icon__title {
    color: #FFF;
    font-family: "Muring 01", sans-serif;
    font-size: 1.27273rem;
    margin-bottom: 0px;
    word-wrap: break-word; }
  .box-icon__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.72727rem; }

.box-case-study {
  position: relative; }
  .box-case-study__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
  .box-case-study__media {
    height: 17.27273rem;
    border-radius: 1.09091rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    background-color: rgba(0, 0, 0, 0.2);
    outline: 4px solid transparent; }
    .box-case-study__media i {
      width: 2.27273rem;
      height: 2.27273rem;
      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;
      background: #CFFF49;
      border-radius: 50%;
      top: 1.18182rem;
      right: 1.18182rem;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
    .box-case-study__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .box-case-study__content {
    padding: 1.45455rem 0px 0px 0px; }
  .box-case-study__title {
    margin-bottom: 0px;
    font-size: 1.63636rem;
    font-weight: 400; }
    .box-case-study__title span {
      font-weight: 600; }
  .box-case-study__excerpt {
    margin-top: 1.18182rem;
    font-size: 0.81818rem; }
  .box-case-study:hover .box-case-study__media {
    outline-color: #CFFF49;
    outline-offset: -3px; }
    .box-case-study:hover .box-case-study__media i {
      opacity: 1;
      visibility: visible; }

@media (min-width: 1024px) {
  .w-hero__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .w-hero__grid > div {
      width: 50%; } }

.w-hero__content {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 56, 255, 0.1)), to(rgba(0, 56, 255, 0.1))), #1C42A0;
  background: -webkit-linear-gradient(bottom, rgba(0, 56, 255, 0.1), rgba(0, 56, 255, 0.1)), #1C42A0;
  background: -o-linear-gradient(bottom, rgba(0, 56, 255, 0.1), rgba(0, 56, 255, 0.1)), #1C42A0;
  background: linear-gradient(0deg, rgba(0, 56, 255, 0.1), rgba(0, 56, 255, 0.1)), #1C42A0;
  padding: 40px 25px;
  color: #FFF; }
  @media (min-width: 768px) {
    .w-hero__content {
      padding: 60px 40px; } }
  @media (min-width: 1280px) {
    .w-hero__content {
      padding: 100px 40px; } }
  @media (min-width: 1500px) {
    .w-hero__content {
      padding: 100px; } }
  .w-hero__content__title h2 {
    color: #FFF;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .w-hero__content__title h2 {
        margin-bottom: 0px; } }
  .w-hero__content__cta a:first-child {
    margin-bottom: 0.68182rem; }
  .w-hero__content__cta a:last-child {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .w-hero__content__cta a:last-child {
        margin-top: 0px;
        margin-left: 10px; } }
  .w-hero__content__form h5 {
    color: #FFF;
    font-weight: 400; }

.w-hero__slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  background-color: #221d54;
  place-content: flex-start; }

@media (min-width: 1024px) {
  .w-hero__slider__content {
    max-width: 90%;
    width: 100%; }
  .w-hero__slider__controls {
    max-width: 10%;
    width: 100%; } }

.w-hero__slider__media {
  height: 320px;
  background-size: cover;
  background-position: center;
  width: 100%; }
  @media (min-width: 768px) {
    .w-hero__slider__media {
      height: 380px; } }
  @media (min-width: 1024px) {
    .w-hero__slider__media {
      height: 500px; } }
  @media (min-width: 1280px) {
    .w-hero__slider__media {
      height: 690px; } }

.w-hero__slider__cta {
  margin-bottom: 25px; }
  .w-hero__slider__cta a {
    font-size: 0.90909rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.09091rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .w-hero__slider__cta a i {
      margin-left: 14px; }
    .w-hero__slider__cta a:hover {
      color: #CFFF49; }

.w-hero__slider__controls {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .w-hero__slider__controls {
      margin-top: 0px; } }

.w-hero__slider__title p {
  color: #FFF;
  font-size: 0.90909rem;
  line-height: 1.09091rem; }

.w-hero__slider__arrows {
  position: absolute;
  top: -20px;
  right: 25px; }
  @media (min-width: 768px) {
    .w-hero__slider__arrows {
      top: -30px;
      right: 50px; } }
  @media (min-width: 1280px) {
    .w-hero__slider__arrows {
      top: -40px;
      right: 100px; } }
  .w-hero__slider__arrows span {
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 50%;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin: 0px 5px;
    font-size: 0.90909rem;
    color: #05143F;
    cursor: pointer; }
    .w-hero__slider__arrows span:hover {
      background-color: #CFFF49; }
    @media (min-width: 768px) {
      .w-hero__slider__arrows span {
        width: 60px;
        height: 60px; } }
    @media (min-width: 1280px) {
      .w-hero__slider__arrows span {
        width: 80px;
        height: 80px;
        font-size: 1.09091rem; } }

.w-hero__slide__grid {
  background-color: #221D54;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  padding: 45px 25px;
  width: 100%; }
  @media (min-width: 768px) {
    .w-hero__slide__grid {
      padding: 45px 40px;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 1280px) {
    .w-hero__slide__grid {
      padding: 65px 60px; } }

.w-hero.\--type-news .w-hero__slider__media {
  height: 320px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .w-hero.\--type-news .w-hero__slider__media {
      height: 380px; } }
  @media (min-width: 1024px) {
    .w-hero.\--type-news .w-hero__slider__media {
      height: 450px; } }
  @media (min-width: 1280px) {
    .w-hero.\--type-news .w-hero__slider__media {
      height: 540px; } }

.w-hero.\--type-news .w-hero__slider__slide__grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.w-hero.\--type-news .w-hero__slider__cta a {
  color: #FFF;
  font-size: 1.45455rem;
  line-height: 2.04545rem;
  position: relative;
  display: unset;
  font-weight: 500; }
  .w-hero.\--type-news .w-hero__slider__cta a i {
    color: #D3D2DD;
    font-size: 1rem;
    position: absolute;
    bottom: 8px; }

@media (min-width: 1280px) {
  .w-hero.\--type-news .w-hero__slider__content {
    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;
    height: 100%; }
    .w-hero.\--type-news .w-hero__slider__content > div:first-child {
      max-width: 70%;
      width: 100%;
      height: 100%; }
    .w-hero.\--type-news .w-hero__slider__content > div:last-child {
      max-width: 30%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; } }

.w-hero.\--type-news .w-hero__slider__date {
  border: 1px #fff solid;
  font-family: 'Anek Bangla';
  color: #FFF;
  border-radius: 50px;
  padding: 8px 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 15px; }
  @media (min-width: 1280px) {
    .w-hero.\--type-news .w-hero__slider__date {
      margin-top: 0px; } }

.w-hero.\--type-news .w-hero__slider__post-details {
  margin: 0px -10px; }
  .w-hero.\--type-news .w-hero__slider__post-details span {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #bdbbcc;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: "Muring 01", sans-serif; }
    .w-hero.\--type-news .w-hero__slider__post-details span:last-child {
      border-left: 1px #646187 solid; }

.w-social-links {
  font-size: 0.86364rem; }
  .w-social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 0; }
    .w-social-links ul li a {
      width: 2.18182rem;
      height: 2.18182rem;
      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: #FFF;
      border-radius: 50%;
      border: 0.724px solid rgba(255, 255, 255, 0.2);
      background: rgba(255, 255, 255, 0.08);
      -webkit-backdrop-filter: blur(7.6px);
      backdrop-filter: blur(7.6px); }
      .w-social-links ul li a:hover {
        background-color: #041932; }
  .w-social-links.\--style-header {
    font-size: 0.59091rem; }
    .w-social-links.\--style-header ul li a {
      width: 1.36364rem;
      height: 1.36364rem; }
  .w-social-links.\--style-enquire {
    font-size: 1.18182rem; }
    .w-social-links.\--style-enquire ul {
      gap: 12px; }
      .w-social-links.\--style-enquire ul li a {
        width: 2.5rem;
        height: 2.5rem;
        background-color: #CFFF49;
        border: 0.6px rgba(4, 25, 50, 0.2) solid;
        color: #041932; }
        .w-social-links.\--style-enquire ul li a:hover {
          background-color: #041932;
          color: #FFF; }
    .w-social-links.\--style-enquire .w-social-links__title {
      color: #041932;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1.13636rem; }

.w-social-share {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .w-social-share {
      margin-top: 0.68182rem; } }
  .w-social-share.\--type-stylized {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .w-social-share.\--type-stylized li {
      margin-left: 0;
      margin-right: 1rem;
      padding-left: 0;
      font-size: 1.09091rem; }
      .w-social-share.\--type-stylized li:before {
        display: none; }
    .w-social-share.\--type-stylized span[data-network="facebook"] {
      color: #3B5998; }
    .w-social-share.\--type-stylized span[data-network="twitter"] {
      color: #1DA1F2; }
    .w-social-share.\--type-stylized span[data-network="linkedin"] {
      color: #2867B2; }
    .w-social-share.\--type-stylized span[data-network="instagram"] {
      color: #000; }
    .w-social-share.\--type-stylized span[data-network="email"] {
      color: #000; }
  .w-social-share li {
    padding-left: 1rem;
    margin-left: 1rem;
    position: relative; }
    @media (max-width: 768px) {
      .w-social-share li:first-child {
        margin-left: 0;
        padding-left: 0; } }
    .w-social-share li:first-child:before {
      display: none; }
    .w-social-share li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      border-left: 2px solid #535353; }
  .w-social-share li.w-social-share__title {
    font-size: 0.72727rem;
    letter-spacing: -1px;
    font-family: "Muring 01", sans-serif;
    font-weight: 700;
    color: #4A4A4A;
    letter-spacing: 3px; }
    .w-social-share li.w-social-share__title + li {
      margin-left: 0; }
      .w-social-share li.w-social-share__title + li:before {
        display: none; }
  .w-social-share span {
    display: block;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 1; }
    .w-social-share span:hover {
      opacity: .7; }

.w-wp-pagination {
  margin-top: 1.09091rem; }
  @media (min-width: 600px) {
    .w-wp-pagination {
      margin-top: 2.72727rem; } }
  .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;
    gap: 12px; }
  .w-wp-pagination .page-numbers {
    display: block;
    color: #041932;
    width: 1.81818rem;
    height: 1.81818rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    border-radius: 222.222px;
    border: 0.458px solid rgba(15, 49, 91, 0.12);
    background: #F3F7FD;
    font-family: "Muring 01", sans-serif;
    font-weight: 500;
    font-size: 0.90909rem;
    text-transform: uppercase; }
    .w-wp-pagination .page-numbers.dots {
      pointer-events: none; }
    .w-wp-pagination .page-numbers:hover, .w-wp-pagination .page-numbers.current {
      color: #FFF;
      text-decoration: none;
      background: #1512B4; }
    .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-content-showcase {
  border-radius: 1.45455rem;
  background: #FFF;
  overflow: hidden;
  position: relative;
  margin-top: -4.09091rem;
  z-index: 2;
  margin-bottom: 1.81818rem;
  padding: 2.72727rem 1.36364rem; }
  @media (min-width: 600px) {
    .w-content-showcase {
      padding: 2.72727rem 2.27273rem; } }
  @media (min-width: 1280px) {
    .w-content-showcase {
      padding: 5rem 4.09091rem; } }
  .w-content-showcase__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.36364rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .w-content-showcase__header__title {
      margin: 0px;
      line-height: 1.3; }
    .w-content-showcase__header__content {
      max-width: 43.18182rem; }
    .w-content-showcase__header__desc {
      margin-top: 1.36364rem; }
  .w-content-showcase__title {
    margin: 0px auto;
    max-width: 40.90909rem;
    line-height: 1.3;
    text-align: center; }
  .w-content-showcase__desc {
    max-width: 40.90909rem;
    text-align: center;
    margin: 1.36364rem auto 0px; }
  .w-content-showcase__cta {
    text-align: center;
    margin-top: 2.27273rem; }
    @media (min-width: 768px) {
      .w-content-showcase__cta {
        margin-top: 3.40909rem; } }
  .w-content-showcase__logos {
    margin-top: 2.27273rem;
    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: 4.54545rem;
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: i3-marquee-client-logos 25s linear infinite;
    animation: i3-marquee-client-logos 25s linear infinite; }
    @media (min-width: 768px) {
      .w-content-showcase__logos {
        margin-top: 3.40909rem; } }
    .w-content-showcase__logos img {
      max-width: 9.09091rem;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      max-height: 5.68182rem;
      width: 100%; }
      @media (min-width: 1280px) {
        .w-content-showcase__logos img {
          max-width: 13.63636rem;
          max-height: 7.95455rem; } }
  .w-content-showcase__industries {
    margin-top: 3.18182rem; }
    @media (min-width: 768px) {
      .w-content-showcase__industries {
        margin-top: 5.45455rem; } }
    .w-content-showcase__industries__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      gap: 1.36364rem; }
      .w-content-showcase__industries__header__title {
        width: 100%;
        margin: 0px;
        line-height: 1.2; }
        @media (min-width: 768px) {
          .w-content-showcase__industries__header__title {
            width: 40%; } }
        .w-content-showcase__industries__header__title span {
          line-height: 1.2; }
      .w-content-showcase__industries__header__desc {
        width: 100%; }
        @media (min-width: 768px) {
          .w-content-showcase__industries__header__desc {
            width: 50%; } }
    .w-content-showcase__industries__slider {
      margin-top: 2.27273rem; }
      .w-content-showcase__industries__slider .slick-slide {
        opacity: 0.5; }
        .w-content-showcase__industries__slider .slick-slide .box-industry__content {
          opacity: 0; }
        .w-content-showcase__industries__slider .slick-slide.slick-active {
          opacity: 1; }
          .w-content-showcase__industries__slider .slick-slide.slick-active .box-industry__content {
            opacity: 1; }
    .w-content-showcase__industries__controls a {
      margin-top: 1.36364rem; }
      @media (min-width: 1024px) {
        .w-content-showcase__industries__controls a {
          margin-top: 1.81818rem; } }
  .w-content-showcase__cards {
    margin-top: 3.18182rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.81818rem; }
    @media (min-width: 768px) {
      .w-content-showcase__cards {
        margin-top: 5.45455rem; } }
    @media (min-width: 991px) {
      .w-content-showcase__cards {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
  .w-content-showcase.\--style-grid .w-content-showcase__cards {
    margin-top: 2.95455rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.90909rem; }
    @media (min-width: 768px) {
      .w-content-showcase.\--style-grid .w-content-showcase__cards {
        -ms-grid-columns: 7fr 5fr;
        grid-template-columns: 7fr 5fr; } }
    @media (min-width: 1280px) {
      .w-content-showcase.\--style-grid .w-content-showcase__cards {
        -ms-grid-columns: 7.8fr 4.2fr;
        grid-template-columns: 7.8fr 4.2fr; } }
    .w-content-showcase.\--style-grid .w-content-showcase__cards.\--columns-three {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto; }
      @media (min-width: 768px) {
        .w-content-showcase.\--style-grid .w-content-showcase__cards.\--columns-three {
          -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; } }
      @media (min-width: 1280px) {
        .w-content-showcase.\--style-grid .w-content-showcase__cards.\--columns-three {
          -ms-grid-columns: 7fr 5fr;
          grid-template-columns: 7fr 5fr;
          -ms-grid-rows: 1fr 1fr;
          grid-template-rows: 1fr 1fr; } }
      .w-content-showcase.\--style-grid .w-content-showcase__cards.\--columns-three .box-card:first-child {
        grid-column: 1 / -1; }
        @media (min-width: 1280px) {
          .w-content-showcase.\--style-grid .w-content-showcase__cards.\--columns-three .box-card:first-child {
            min-height: unset;
            grid-column: unset;
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            grid-row: 1 / 3; } }
  .w-content-showcase.\--style-grid .w-content-showcase__industries__header__title, .w-content-showcase.\--style-grid .w-content-showcase__industries__header__desc {
    width: 100%; }
    @media (min-width: 768px) {
      .w-content-showcase.\--style-grid .w-content-showcase__industries__header__title, .w-content-showcase.\--style-grid .w-content-showcase__industries__header__desc {
        width: 44%; } }
  .w-content-showcase.\--style-industries {
    margin-top: 0; }
    .w-content-showcase.\--style-industries .w-content-showcase__industries {
      margin-top: 0; }

.w-featured-products {
  margin-bottom: 1.81818rem; }
  .w-featured-products__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.59091rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .w-featured-products__grid > div {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    @media (min-width: 1024px) {
      .w-featured-products__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
  .w-featured-products__video {
    min-height: 31.81818rem;
    border-radius: 1.45455rem;
    overflow: hidden;
    position: relative;
    background-color: #a6a9ad;
    width: 100%;
    padding: 15px;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1.36364rem; }
    @media (min-width: 768px) {
      .w-featured-products__video {
        padding: 1.81818rem; } }
    @media (min-width: 1024px) {
      .w-featured-products__video {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 58%;
        min-height: 43.18182rem; } }
    @media (min-width: 1280px) {
      .w-featured-products__video {
        padding: 2.72727rem 2.27273rem; } }
    .w-featured-products__video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .w-featured-products__slider {
    width: 42%;
    background: -webkit-gradient(linear, left bottom, left top, from(#041932), to(#041932)), -webkit-gradient(linear, left bottom, left top, from(#041932), to(#041932)), #FFF;
    background: -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), #FFF;
    background: -o-linear-gradient(bottom, #041932 0%, #041932 100%), -o-linear-gradient(bottom, #041932 0%, #041932 100%), #FFF;
    background: linear-gradient(0deg, #041932 0%, #041932 100%), linear-gradient(0deg, #041932 0%, #041932 100%), #FFF;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 1.45455rem;
    overflow: hidden;
    padding: 1.81818rem 1.81818rem 0px;
    position: relative; }
    @media (min-width: 1280px) {
      .w-featured-products__slider {
        padding: 2.5rem 2.63636rem 0px; } }
  .w-featured-products__cta {
    z-index: 2;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    padding: 0.63636rem 0.63636rem 0.63636rem 1.09091rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    @media (min-width: 768px) {
      .w-featured-products__cta {
        max-width: 26.13636rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .w-featured-products__cta__media {
      width: 9.54545rem;
      height: 9.54545rem;
      border-radius: 8px;
      overflow: hidden;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .w-featured-products__cta__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .w-featured-products__cta__title {
      color: #FFF;
      margin-bottom: 0px; }
    .w-featured-products__cta__desc {
      color: rgba(255, 255, 255, 0.9);
      font-size: 0.81818rem;
      line-height: 1.3;
      margin-top: 0.81818rem;
      margin-bottom: 0px; }
    .w-featured-products__cta__link {
      color: #CFFF49;
      font-size: 0.81818rem;
      line-height: 1.3;
      margin-top: 0.81818rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .w-featured-products__cta__url {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .w-featured-products__box {
    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%; }
    .w-featured-products__box__media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 18.18182rem; }
      @media (min-width: 1024px) {
        .w-featured-products__box__media {
          height: 28.18182rem; } }
      @media (min-width: 1280px) {
        .w-featured-products__box__media {
          height: 27.27273rem; } }
      .w-featured-products__box__media img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center bottom;
        object-position: center bottom; }
    .w-featured-products__box__title {
      line-height: 1;
      color: #FFF;
      margin-bottom: 0px;
      margin-top: 1.81818rem;
      font-size: 2.90909rem; }
      .w-featured-products__box__title span {
        color: #CFFF49;
        font-size: 0.95455rem;
        font-family: "Muring 01", sans-serif;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.427px;
        text-transform: uppercase;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .w-featured-products__box__content p {
      margin-bottom: 0px;
      line-height: 1.3;
      margin-top: 0.72727rem; }
    .w-featured-products__box__btn {
      margin-top: 2.04545rem; }
    .w-featured-products__box__cta {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .w-featured-products__chat {
    width: 75%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    width: 100%;
    padding: 15px; }
    @media (min-width: 768px) {
      .w-featured-products__chat {
        width: 60%; } }
    @media (min-width: 1024px) {
      .w-featured-products__chat {
        padding: 0;
        position: absolute;
        right: 1.81818rem;
        top: 1.81818rem;
        width: 75%; } }
    @media (min-width: 1280px) {
      .w-featured-products__chat {
        width: 60%;
        right: 2.27273rem;
        top: 2.72727rem; } }
    .w-featured-products__chat__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      overflow: hidden;
      will-change: transform; }
      .w-featured-products__chat__list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.63636rem;
        opacity: 0;
        -webkit-transform: translateY(1.81818rem) scale(0.95);
        -ms-transform: translateY(1.81818rem) scale(0.95);
        transform: translateY(1.81818rem) scale(0.95);
        -webkit-transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
        -o-transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
        transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
        max-width: 20.45455rem;
        padding: 0.72727rem 1rem;
        border-radius: 100px;
        border: 0.978px solid rgba(255, 255, 255, 0.4);
        background: rgba(0, 0, 0, 0.44);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        margin-bottom: 1.13636rem; }
        .w-featured-products__chat__list__item.is-visible {
          opacity: 1;
          -webkit-transform: translateY(0) scale(1);
          -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1); }
        .w-featured-products__chat__list__item.is-bottom {
          opacity: 0.7; }
        .w-featured-products__chat__list__item.is-hidden {
          position: absolute;
          opacity: 0;
          -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
          transform: translateY(-20px);
          max-height: 0;
          margin: 0;
          padding-top: 0;
          padding-bottom: 0;
          overflow: hidden;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        .w-featured-products__chat__list__item.is-right {
          margin-left: auto; }
    .w-featured-products__chat__media {
      width: 2.54545rem;
      height: 2.54545rem;
      border-radius: 50%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #F5F9FF;
      overflow: hidden;
      border: 0.391px solid rgba(255, 255, 255, 0.4); }
      .w-featured-products__chat__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .w-featured-products__chat__message {
      color: #FFF;
      font-size: 0.81818rem; }

.w-service-cards {
  padding: 2.27273rem 0;
  border-radius: 1.45455rem;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 1.81818rem; }
  @media (min-width: 768px) {
    .w-service-cards {
      padding: 2.72727rem 0; } }
  @media (min-width: 1024px) {
    .w-service-cards {
      padding: 3.63636rem 0; } }
  @media (min-width: 1280px) {
    .w-service-cards {
      padding: 4.54545rem 0; } }
  @media (min-width: 1500px) {
    .w-service-cards {
      padding: 5.68182rem 0; } }
  .w-service-cards__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.36364rem;
    margin-bottom: 2.72727rem;
    padding: 0px 1.81818rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 1024px) {
      .w-service-cards__header {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 0px 2.72727rem; } }
    @media (min-width: 1280px) {
      .w-service-cards__header {
        padding: 0px 3.63636rem; } }
    .w-service-cards__header__content {
      max-width: 50rem; }
  .w-service-cards__title {
    margin: 0px; }
  .w-service-cards__description {
    margin-top: 0.90909rem; }
  .w-service-cards .carousel-scroll__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 1.81818rem;
    padding-right: 1.81818rem;
    padding-bottom: 1.81818rem; }
    @media (min-width: 1024px) {
      .w-service-cards .carousel-scroll__wrapper {
        padding-left: 2.72727rem;
        padding-right: 2.72727rem; } }
    @media (min-width: 1280px) {
      .w-service-cards .carousel-scroll__wrapper {
        padding-left: 3.63636rem;
        padding-right: 3.63636rem; } }
    .w-service-cards .carousel-scroll__wrapper__content {
      max-width: 50rem; }
    html.ff .w-service-cards .carousel-scroll__wrapper {
      scroll-behavior: smooth;
      scrollbar-color: #041932 rgba(0, 0, 0, 0.3);
      scrollbar-width: thin; }
    .w-service-cards .carousel-scroll__wrapper::-webkit-scrollbar {
      background-color: transparent; }
    .w-service-cards .carousel-scroll__wrapper::-webkit-scrollbar, .w-service-cards .carousel-scroll__wrapper::-webkit-scrollbar-track {
      border-radius: 8px;
      height: 7px;
      margin: 0 4.54545rem; }
      @media (min-width: 1500px) {
        .w-service-cards .carousel-scroll__wrapper::-webkit-scrollbar, .w-service-cards .carousel-scroll__wrapper::-webkit-scrollbar-track {
          margin: 0 18.18182rem; } }
    .w-service-cards .carousel-scroll__wrapper::-webkit-scrollbar-track {
      background-color: #F3F7FD; }
    .w-service-cards .carousel-scroll__wrapper::-webkit-scrollbar-thumb {
      cursor: -webkit-grab;
      cursor: grab;
      background-color: #CFFF49;
      border-radius: 8px; }
  .w-service-cards .carousel-scroll__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.63636rem; }
  .w-service-cards .carousel-scroll__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 17.72727rem;
    height: 100%; }
    .w-service-cards .carousel-scroll__item > div {
      width: 100%; }
  .w-service-cards .carousel-scroll__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    .w-service-cards .carousel-scroll__controls button {
      width: 2.27273rem;
      height: 2.27273rem;
      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;
      border-radius: 50%;
      background: #CFFF49;
      color: #1512B4;
      font-size: 0.90909rem;
      border: 1px solid #CFFF49;
      cursor: pointer;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      .w-service-cards .carousel-scroll__controls button:hover {
        background-color: #FFF;
        border-color: #1512B4; }

.w-case-studies-banner {
  margin-bottom: 1.81818rem; }
  .w-case-studies-banner__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.36364rem;
    padding: 1.36364rem;
    background-color: #041932;
    border-radius: 1.45455rem;
    overflow: hidden;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse; }
    @media (min-width: 1024px) {
      .w-case-studies-banner__slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    @media (min-width: 1280px) {
      .w-case-studies-banner__slide {
        padding: 1.63636rem 1.63636rem 1.63636rem 2.27273rem; } }
    .w-case-studies-banner__slide__content {
      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-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 1.36364rem;
      position: relative;
      z-index: 2;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 1024px) {
        .w-case-studies-banner__slide__content {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
  .w-case-studies-banner__card {
    border-radius: 1.09091rem;
    border: 0.482px solid rgba(15, 49, 91, 0.4);
    background: #FFF;
    padding: 2.5rem 1.5rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.36364rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 27.27273rem;
    position: relative;
    z-index: 2; }
    @media (min-width: 1024px) {
      .w-case-studies-banner__card {
        min-height: 38.18182rem;
        max-width: 30rem; } }
    .w-case-studies-banner__card__category {
      border-radius: 100px;
      border: 0.489px solid rgba(15, 49, 91, 0.12);
      background: #F3F7FD;
      padding: 0.36364rem 0.90909rem;
      line-height: 1;
      font-size: 0.72727rem;
      font-family: "Muring 01", sans-serif;
      font-weight: 500;
      color: #041932; }
    .w-case-studies-banner__card__title {
      margin-bottom: 0px;
      font-weight: 400; }
      .w-case-studies-banner__card__title span {
        font-weight: 600; }
    .w-case-studies-banner__card__desc {
      margin-top: 1.36364rem; }
    .w-case-studies-banner__card__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      gap: 12px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .w-case-studies-banner__stats {
    padding: 0.90909rem 1.54545rem 1.81818rem 1.54545rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.81818rem;
    max-width: 34.09091rem;
    width: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .w-case-studies-banner__stats {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    @media (min-width: 1024px) {
      .w-case-studies-banner__stats {
        gap: 2.72727rem; } }
    @media (min-width: 1280px) {
      .w-case-studies-banner__stats {
        gap: 4.09091rem; } }
    .w-case-studies-banner__stats__count {
      color: #CFFF49;
      font-family: "Pixelify Sans", sans-serif;
      font-size: 4.54545rem;
      line-height: 1; }
    .w-case-studies-banner__stats__title {
      color: #FFF;
      font-family: "Muring 01", sans-serif;
      font-size: 0.81818rem;
      line-height: 1.1; }
    .w-case-studies-banner__stats > div {
      width: 33.33%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .w-case-studies-banner__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .w-case-studies-banner__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      position: relative;
      z-index: 1; }

.w-news-grid {
  margin-bottom: 1.81818rem;
  background: rgba(21, 18, 180, 0.04);
  border: 0.6px solid rgba(4, 25, 50, 0.12);
  border-radius: 1.09091rem;
  padding: 2.27273rem 1.36364rem; }
  @media (min-width: 768px) {
    .w-news-grid {
      padding: 3.18182rem 1.81818rem; } }
  @media (min-width: 1024px) {
    .w-news-grid {
      padding: 3.18182rem 2.72727rem; } }
  @media (min-width: 1280px) {
    .w-news-grid {
      padding: 3.63636rem 3.63636rem; } }
  @media (min-width: 1500px) {
    .w-news-grid {
      padding: 5.45455rem 4.77273rem; } }
  .w-news-grid__header {
    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;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 1.36364rem;
    margin-bottom: 2.27273rem; }
  .w-news-grid__title {
    margin: 0px; }
  .w-news-grid__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.59091rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 768px) {
      .w-news-grid__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .w-news-grid__grid > div {
      width: 100%; }
      @media (min-width: 768px) {
        .w-news-grid__grid > div {
          width: 32%; } }

.w-partners-solutions {
  border-radius: 1.45455rem;
  background-image: url("/wp-content/themes/roadphone-nrb/_ui/media/partners-solution-overlay.png");
  background-color: #041932;
  overflow: hidden;
  padding: 2.72727rem 1.81818rem 2.72727rem;
  margin-bottom: 1.81818rem;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .w-partners-solutions {
      padding: 4.54545rem 2.27273rem 4.54545rem; } }
  @media (min-width: 1280px) {
    .w-partners-solutions {
      padding: 5.45455rem 2.72727rem 4.54545rem; } }
  @media (min-width: 1500px) {
    .w-partners-solutions {
      padding: 6.36364rem 4.09091rem 5rem; } }
  .w-partners-solutions__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.36364rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.27273rem; }
    @media (min-width: 768px) {
      .w-partners-solutions__header {
        -webkit-box-align: self-end;
        -ms-flex-align: self-end;
        align-items: self-end;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    .w-partners-solutions__header__content {
      max-width: 35rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 1.36364rem; }
  .w-partners-solutions__title {
    margin: 0px;
    color: #FFF; }
  .w-partners-solutions__desc {
    color: #FFF; }
  .w-partners-solutions__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.90909rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.81818rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .w-partners-solutions__partners {
        gap: 1.45455rem;
        margin-bottom: 2.72727rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .w-partners-solutions__partners__item {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      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;
      height: 8.18182rem;
      border-radius: 1.09091rem;
      border: 0.427px solid rgba(255, 255, 255, 0.4);
      background: rgba(0, 0, 0, 0.24);
      -webkit-backdrop-filter: blur(11px);
      backdrop-filter: blur(11px);
      padding: 0.90909rem;
      width: 40%; }
      @media (min-width: 768px) {
        .w-partners-solutions__partners__item {
          height: 10.45455rem;
          width: 48%; } }
      @media (min-width: 768px) {
        .w-partners-solutions__partners__item {
          padding: 1.36364rem;
          width: 25%; } }
  .w-partners-solutions__solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.81818rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 1280px) {
      .w-partners-solutions__solution {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .w-partners-solutions__solution__media {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1280px) {
        .w-partners-solutions__solution__media {
          width: 60%; } }
      .w-partners-solutions__solution__media img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        border-radius: 1.09091rem;
        border: 1px solid rgba(255, 255, 255, 0.4); }
    .w-partners-solutions__solution__content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 1.36364rem; }
      @media (min-width: 1280px) {
        .w-partners-solutions__solution__content {
          width: 40%; } }
      .w-partners-solutions__solution__content__info {
        border-radius: 0.90909rem;
        border: 0.427px solid rgba(15, 49, 91, 0.4);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(207, 255, 73, 0.32)), to(rgba(207, 255, 73, 0.32))), -webkit-gradient(linear, left bottom, left top, from(#CFFF49), to(#CFFF49)), #FFF;
        background: -webkit-linear-gradient(bottom, rgba(207, 255, 73, 0.32) 0%, rgba(207, 255, 73, 0.32) 100%), -webkit-linear-gradient(bottom, #CFFF49 0%, #CFFF49 100%), #FFF;
        background: -o-linear-gradient(bottom, rgba(207, 255, 73, 0.32) 0%, rgba(207, 255, 73, 0.32) 100%), -o-linear-gradient(bottom, #CFFF49 0%, #CFFF49 100%), #FFF;
        background: linear-gradient(0deg, rgba(207, 255, 73, 0.32) 0%, rgba(207, 255, 73, 0.32) 100%), linear-gradient(0deg, #CFFF49 0%, #CFFF49 100%), #FFF;
        padding: 1.81818rem;
        min-height: 20.45455rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }
        @media (min-width: 1280px) {
          .w-partners-solutions__solution__content__info {
            padding: 2.72727rem 2.04545rem 2.5rem;
            min-height: 25rem; } }
        .w-partners-solutions__solution__content__info__title {
          margin: 0px; }
          .w-partners-solutions__solution__content__info__title span {
            color: #1512B4;
            font-family: "Muring 01", sans-serif;
            font-weight: 600;
            display: block; }
        .w-partners-solutions__solution__content__info__desc {
          margin-top: 1.81818rem;
          margin-bottom: 0;
          font-size: 0.90909rem;
          color: #041932; }
        .w-partners-solutions__solution__content__info__cta {
          margin-top: 0.90909rem; }
      .w-partners-solutions__solution__content__boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.36364rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }
        @media (min-width: 768px) {
          .w-partners-solutions__solution__content__boxes {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row;
            flex-flow: row;
            gap: 1.81818rem; } }
      .w-partners-solutions__solution__content__box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-radius: 0.90909rem;
        border: 0.427px solid rgba(15, 49, 91, 0.4);
        background: -webkit-gradient(linear, left bottom, left top, from(#1512B4), to(#1512B4)), #FFF;
        background: -webkit-linear-gradient(bottom, #1512B4 0%, #1512B4 100%), #FFF;
        background: -o-linear-gradient(bottom, #1512B4 0%, #1512B4 100%), #FFF;
        background: linear-gradient(0deg, #1512B4 0%, #1512B4 100%), #FFF;
        padding: 1.36364rem;
        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-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        @media (min-width: 768px) {
          .w-partners-solutions__solution__content__box {
            min-height: 11.81818rem;
            width: 50%; } }
        @media (min-width: 1280px) {
          .w-partners-solutions__solution__content__box {
            min-height: 15.45455rem;
            padding: 1.72727rem 1.45455rem; } }
        .w-partners-solutions__solution__content__box__title {
          font-family: "Muring 01", sans-serif;
          font-size: 1.36364rem;
          color: #FFF;
          margin: 0px; }
        .w-partners-solutions__solution__content__box__desc {
          color: #FFF;
          margin-top: 1.13636rem;
          font-size: 0.86364rem; }

.w-enquire {
  margin-bottom: 1.81818rem;
  border-radius: 1.45455rem;
  background: #FFF;
  overflow: hidden;
  padding: 2.27273rem 1.81818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.36364rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (min-width: 768px) {
    .w-enquire {
      padding: 2.72727rem 2.27273rem; } }
  @media (min-width: 1280px) {
    .w-enquire {
      gap: 2.72727rem;
      padding: 3.63636rem 4.09091rem; } }
  .w-enquire__form {
    width: 100%;
    border-radius: 1.09091rem;
    border: 1.4px solid rgba(4, 25, 50, 0.12);
    background: rgba(21, 18, 180, 0.04);
    padding: 2.27273rem 1.36364rem; }
    @media (min-width: 768px) {
      .w-enquire__form {
        padding: 3.63636rem 1.81818rem; } }
    @media (min-width: 1024px) {
      .w-enquire__form {
        width: 50%; } }
  .w-enquire__content {
    width: 100%; }
    @media (min-width: 1024px) {
      .w-enquire__content {
        width: 42%; } }
  .w-enquire__title {
    margin-bottom: 0px; }
  .w-enquire__description {
    margin-top: 1.63636rem;
    margin-bottom: 0px; }
  .w-enquire__info {
    margin-top: 1.81818rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.36364rem; }
    @media (min-width: 768px) {
      .w-enquire__info {
        margin-top: 2.27273rem;
        gap: 1.90909rem; } }
    .w-enquire__info p {
      margin: 0px; }
    .w-enquire__info__title {
      color: #1512B4;
      font-weight: 600; }
    .w-enquire__info__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1.36364rem;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      @media (min-width: 1280px) {
        .w-enquire__info__links {
          gap: 2.72727rem; } }
      .w-enquire__info__links p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px; }
        .w-enquire__info__links p span {
          font-weight: 500; }
        .w-enquire__info__links p a {
          text-decoration: underline;
          -webkit-text-decoration-color: #1512B4;
          text-decoration-color: #1512B4;
          text-underline-offset: 5px; }
  .w-enquire__social {
    margin-top: 2.54545rem; }
  .w-enquire .gform_wrapper.gravity-theme .gform_heading {
    text-align: center;
    margin-bottom: 1.13636rem; }
    .w-enquire .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
      display: none; }
    .w-enquire .gform_wrapper.gravity-theme .gform_heading .gform_title {
      color: #1512B4;
      font-size: 2rem;
      font-weight: 600;
      font-family: "Muring 01", sans-serif;
      margin-bottom: 0px; }
    .w-enquire .gform_wrapper.gravity-theme .gform_heading .gform_description {
      margin-top: 1.09091rem;
      margin-bottom: 0px;
      color: rgba(15, 49, 91, 0.9); }
  .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields {
    grid-row-gap: 1.45455rem; }
    .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield_label {
      color: #1512B4;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0.63636rem;
      font-size: 0.81818rem; }
    .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"], .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"], .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields textarea, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .control-select {
      border-radius: 0.54545rem;
      border: 1.4px solid rgba(15, 49, 91, 0.12);
      background: #FFF;
      font-size: 0.90909rem;
      color: rgba(15, 49, 91, 0.6);
      line-height: 1;
      font-weight: 500;
      padding: 0.45455rem 1.09091rem; }
      .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]::-webkit-input-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]::-webkit-input-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields textarea::-webkit-input-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .control-select::-webkit-input-placeholder {
        color: rgba(15, 49, 91, 0.6); }
      .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]:-moz-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]:-moz-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields textarea:-moz-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .control-select:-moz-placeholder {
        color: rgba(15, 49, 91, 0.6); }
      .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]:-ms-input-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]:-ms-input-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields textarea:-ms-input-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .control-select:-ms-input-placeholder {
        color: rgba(15, 49, 91, 0.6); }
      .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]:-moz-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]:-moz-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields textarea:-moz-placeholder, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .control-select:-moz-placeholder {
        color: rgba(15, 49, 91, 0.6); }
      .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]:focus, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]:focus, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields textarea:focus, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .control-select:focus {
        border-color: #1512B4; }
      .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="text"]:focus-visible, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields input[type="email"]:focus-visible, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields textarea:focus-visible, .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .control-select:focus-visible {
        outline: none;
        border-color: #1512B4; }
    .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields textarea {
      padding: 1.09091rem;
      height: 5.45455rem; }
    .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .control-select {
      padding: 0.59091rem 1.09091rem; }
      .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .control-select > span::after {
        color: #1512B4; }
      .w-enquire .gform_wrapper.gravity-theme .gform-body .gform_fields .control-select.\--focus {
        border-color: #1512B4; }
  .w-enquire .gform_wrapper.gravity-theme .gform-footer {
    padding: 0px;
    margin: 0;
    margin-top: 1.63636rem; }
    .w-enquire .gform_wrapper.gravity-theme .gform-footer .gform_button {
      margin: 0px;
      width: 100%;
      border-radius: 100px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: #1512B4;
      font-family: "Muring 01", sans-serif;
      font-weight: 600;
      font-size: 0.90909rem;
      line-height: 1;
      padding: 0.68182rem 0.90909rem;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s;
      color: #FFF; }
      .w-enquire .gform_wrapper.gravity-theme .gform-footer .gform_button:hover {
        background-color: #041932; }
  .w-enquire.\--style-page {
    position: relative;
    margin-top: -4.09091rem;
    z-index: 2; }

.w-content-video {
  margin-bottom: 1.81818rem; }
  .w-content-video__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.59091rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .w-content-video__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .w-content-video__grid > div {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .w-content-video__video {
    min-height: 34.09091rem;
    border-radius: 1.45455rem;
    overflow: hidden;
    position: relative;
    background-color: #a6a9ad;
    width: 100%; }
    @media (min-width: 768px) {
      .w-content-video__video {
        width: 50%; } }
    @media (min-width: 1024px) {
      .w-content-video__video {
        width: 58%; } }
    @media (min-width: 1280px) {
      .w-content-video__video {
        min-height: 43.18182rem; } }
    .w-content-video__video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .w-content-video__cta {
    position: absolute;
    z-index: 2;
    left: 2.27273rem;
    bottom: 2.72727rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    padding: 0.63636rem 0.63636rem 0.63636rem 1.09091rem;
    max-width: 26.13636rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    .w-content-video__cta__media {
      width: 9.54545rem;
      height: 9.54545rem;
      border-radius: 8px;
      overflow: hidden;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .w-content-video__cta__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .w-content-video__cta__title {
      color: #FFF;
      margin-bottom: 0px; }
    .w-content-video__cta__desc {
      color: rgba(255, 255, 255, 0.9);
      font-size: 0.81818rem;
      line-height: 1.3;
      margin-top: 0.81818rem;
      margin-bottom: 0px; }
    .w-content-video__cta__link {
      color: #CFFF49;
      font-size: 0.81818rem;
      line-height: 1.3;
      margin-top: 0.81818rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .w-content-video__cta__url {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .w-content-video__box {
    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%; }
    .w-content-video__box__media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .w-content-video__box__title {
      line-height: 1;
      color: #FFF;
      margin-bottom: 0px;
      margin-top: 1.81818rem;
      font-size: 2.90909rem; }
      .w-content-video__box__title span {
        color: #CFFF49;
        font-size: 0.95455rem;
        font-family: "Muring 01", sans-serif;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.427px;
        text-transform: uppercase;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .w-content-video__box__content p {
      margin-bottom: 0px;
      line-height: 1.3;
      margin-top: 0.72727rem; }
    .w-content-video__box__btn {
      margin-top: 2.04545rem; }
    .w-content-video__box__cta {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .w-content-video__content {
    width: 100%;
    border-radius: 1.45455rem;
    background-color: #CFFF49;
    padding: 1.59091rem;
    text-align: center;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 18.18182rem; }
    @media (min-width: 768px) {
      .w-content-video__content {
        min-height: auto;
        height: auto;
        width: 50%; } }
    @media (min-width: 1024px) {
      .w-content-video__content {
        width: 42%; } }
    @media (min-width: 1280px) {
      .w-content-video__content {
        padding: 2.04545rem; } }
    @media (min-width: 1500px) {
      .w-content-video__content {
        padding: 2.72727rem; } }
    .w-content-video__content__subtitle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border-radius: 100px;
      border: 0.489px solid rgba(15, 49, 91, 0.12);
      background: rgba(255, 255, 255, 0.6);
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 0.72727rem;
      font-family: "Muring 01", sans-serif;
      font-weight: 500;
      line-height: 1;
      padding: 0.54545rem 0.90909rem;
      margin-bottom: 1.36364rem; }
    .w-content-video__content__text {
      width: 80%; }
    .w-content-video__content__title {
      margin: 0px;
      font-size: 2.36364rem; }
    .w-content-video__content__description {
      margin-top: 1.36364rem; }
    .w-content-video__content.\--style-blue {
      background-color: #1512B4; }
      .w-content-video__content.\--style-blue .w-content-video__content__subtitle {
        background-color: #CFFF49;
        color: #1512B4; }
      .w-content-video__content.\--style-blue .w-content-video__content__title {
        color: #FFF; }
        .w-content-video__content.\--style-blue .w-content-video__content__title span {
          color: #CFFF49; }
      .w-content-video__content.\--style-blue .w-content-video__content__description {
        color: rgba(255, 255, 255, 0.9); }
    .w-content-video__content.\--style-dark {
      background-color: #041932; }
      .w-content-video__content.\--style-dark .w-content-video__content__subtitle {
        background-color: #CFFF49;
        color: #041932; }
      .w-content-video__content.\--style-dark .w-content-video__content__title {
        color: #FFF; }
        .w-content-video__content.\--style-dark .w-content-video__content__title span {
          color: #CFFF49; }
      .w-content-video__content.\--style-dark .w-content-video__content__description {
        color: rgba(255, 255, 255, 0.9); }
    .w-content-video__content.\--style-purple {
      background-color: #5957C8; }
      .w-content-video__content.\--style-purple .w-content-video__content__subtitle {
        background-color: #041932;
        color: #FFF; }
      .w-content-video__content.\--style-purple .w-content-video__content__title {
        color: #FFF; }
        .w-content-video__content.\--style-purple .w-content-video__content__title span {
          color: #041932; }
      .w-content-video__content.\--style-purple .w-content-video__content__description {
        color: rgba(255, 255, 255, 0.9); }
  .w-content-video.\--style-image .w-content-video__grid > div {
    width: 50%; }
  .w-content-video.\--style-image .w-content-video__image {
    position: relative; }
    .w-content-video.\--style-image .w-content-video__image img {
      border-radius: 1.45455rem;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      height: 31.81818rem; }
      @media (min-width: 1280px) {
        .w-content-video.\--style-image .w-content-video__image img {
          height: 36.36364rem; } }
      @media (min-width: 1500px) {
        .w-content-video.\--style-image .w-content-video__image img {
          height: 43.18182rem; } }

.w-products-slider {
  border-radius: 1.45455rem;
  background: #041932;
  margin-bottom: 1.81818rem;
  overflow: hidden;
  position: relative;
  padding: 3.18182rem 0px; }
  @media (min-width: 1024px) {
    .w-products-slider {
      padding: 4.54545rem 0px; } }
  @media (min-width: 1280px) {
    .w-products-slider {
      padding: 5.90909rem 0px; } }
  @media (min-width: 1500px) {
    .w-products-slider {
      padding: 7.04545rem 0px; } }
  .w-products-slider:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/products-slider-overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(455px);
    filter: blur(455px); }
  .w-products-slider > div {
    z-index: 2;
    position: relative; }
  .w-products-slider__header {
    text-align: center;
    max-width: 52.72727rem;
    margin: 0 auto 3.86364rem;
    padding: 0px 1.36364rem; }
  .w-products-slider__title {
    margin: 0px;
    color: #FFFFFF; }
  .w-products-slider__subtitle {
    margin-bottom: 1.81818rem; }
  .w-products-slider__slider {
    padding: 0px 0.90909rem; }
  .w-products-slider__controls a {
    margin-top: 2.27273rem; }
    @media (min-width: 1280px) {
      .w-products-slider__controls a {
        margin-top: 3.18182rem; } }
    @media (min-width: 1024px) {
      .w-products-slider__controls a {
        margin-top: 4rem; } }
  .w-products-slider__desc {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 1.45455rem; }

.w-content-image {
  border-radius: 1.45455rem;
  background: #FFF;
  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: 1.36364rem;
  margin-bottom: 1.81818rem;
  padding: 2.27273rem 1.36364rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (min-width: 1024px) {
    .w-content-image {
      gap: 1.81818rem;
      padding: 3.63636rem 2.27273rem; } }
  @media (min-width: 1280px) {
    .w-content-image {
      gap: 2.72727rem;
      padding: 4.54545rem 3.18182rem; } }
  @media (min-width: 1500px) {
    .w-content-image {
      gap: 3.40909rem;
      padding: 5.45455rem 3.86364rem; } }
  .w-content-image > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .w-content-image__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.45455rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 1280px) {
      .w-content-image__media {
        width: 50%; } }
    @media (min-width: 1500px) {
      .w-content-image__media {
        width: 52%; } }
    .w-content-image__media .slick-slider {
      width: 100%; }
      .w-content-image__media .slick-slider .slick-slide img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 31.81818rem; }
        @media (min-width: 1280px) {
          .w-content-image__media .slick-slider .slick-slide img {
            height: 36.36364rem; } }
        @media (min-width: 1500px) {
          .w-content-image__media .slick-slider .slick-slide img {
            height: 41.81818rem; } }
    .w-content-image__media__cta {
      border-radius: 0.90909rem;
      border: 1.225px solid rgba(255, 255, 255, 0.2);
      background: rgba(0, 0, 0, 0.4);
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
      max-width: 22.04545rem;
      width: 90%;
      padding: 1.45455rem 1.27273rem;
      position: absolute;
      top: 10px;
      left: 10px; }
      @media (min-width: 600px) {
        .w-content-image__media__cta {
          width: 100%;
          top: 20px;
          left: 20px; } }
      @media (min-width: 768px) {
        .w-content-image__media__cta {
          position: absolute;
          top: 1.63636rem;
          left: 1.5rem; } }
      .w-content-image__media__cta__title {
        color: #FFF;
        font-size: 1.63636rem;
        margin: 0px; }
      .w-content-image__media__cta__desc {
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.3;
        margin-top: 0.90909rem;
        margin-bottom: 0px; }
      .w-content-image__media__cta__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #CFFF49;
        margin-top: 1rem; }
      .w-content-image__media__cta__url {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  .w-content-image__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2.27273rem; }
    @media (min-width: 1280px) {
      .w-content-image__content {
        width: 44%; } }
    @media (min-width: 1500px) {
      .w-content-image__content {
        width: 41%; } }
  .w-content-image__sub-title {
    border-radius: 100px;
    border: 0.489px solid rgba(15, 49, 91, 0.12);
    background: #F3F7FD;
    font-family: "Muring 01", sans-serif;
    font-weight: 500;
    color: #041932;
    font-size: 0.72727rem;
    text-transform: capitalize;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    padding: 0.5rem 0.90909rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .w-content-image__title {
    font-size: 2.54545rem;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .w-content-image__title {
        width: 90%; } }
  .w-content-image__list {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2.04545rem; }
    .w-content-image__list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 5px; }
      .w-content-image__list__item__title {
        margin: 0px;
        font-family: "Muring 01", sans-serif;
        font-weight: 600; }
      .w-content-image__list__item__desc {
        margin: 0px;
        font-size: 0.90909rem; }

.w-resources {
  border-radius: 1.45455rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#1512B4), to(#1512B4)), #FFF;
  background: -webkit-linear-gradient(bottom, #1512B4 0%, #1512B4 100%), #FFF;
  background: -o-linear-gradient(bottom, #1512B4 0%, #1512B4 100%), #FFF;
  background: linear-gradient(0deg, #1512B4 0%, #1512B4 100%), #FFF;
  margin-bottom: 1.81818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 2.18182rem;
  position: relative;
  overflow: hidden;
  padding: 2.27273rem 1.36364rem; }
  @media (min-width: 768px) {
    .w-resources {
      padding: 3.40909rem 2.27273rem; } }
  @media (min-width: 1280px) {
    .w-resources {
      padding: 4.54545rem 3.18182rem; } }
  @media (min-width: 1500px) {
    .w-resources {
      padding: 5.90909rem 4.09091rem; } }
  .w-resources:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/roadphone-nrb/_ui/media/resources-overlay.png");
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1; }
  .w-resources > div {
    z-index: 2; }
  .w-resources__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.36364rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .w-resources__header__content {
      max-width: 700px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 1.36364rem; }
  .w-resources__title {
    color: #FFF;
    font-size: 1.81818rem;
    margin: 0px; }
    .w-resources__title span {
      color: #CFFF49; }
  .w-resources__desc {
    color: #FFF; }
  .w-resources__controls a {
    margin-top: 2.27273rem; }
    @media (min-width: 1280px) {
      .w-resources__controls a {
        margin-top: 3.63636rem; } }

.w-page-header {
  background: -webkit-linear-gradient(94deg, rgba(4, 25, 50, 0) 50.1%, rgba(4, 25, 50, 0.8) 122.14%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 10.2%, #041932 54.91%);
  background: -o-linear-gradient(94deg, rgba(4, 25, 50, 0) 50.1%, rgba(4, 25, 50, 0.8) 122.14%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 10.2%, #041932 54.91%);
  background: linear-gradient(356deg, rgba(4, 25, 50, 0) 50.1%, rgba(4, 25, 50, 0.8) 122.14%), linear-gradient(0deg, rgba(255, 255, 255, 0) 10.2%, #041932 54.91%);
  color: #FFF;
  position: relative;
  margin-inline: -1.81818rem; }
  .w-page-header__media {
    border-radius: 1.09091rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .w-page-header__media video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .w-page-header__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .w-page-header__media:after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/page-header-overlay.png);
      position: absolute;
      background-size: cover;
      background-position: center left;
      top: 0;
      left: 0; }
  .w-page-header__wrap {
    max-width: 1700px;
    padding: 10rem 1.81818rem 6.36364rem;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
    @media (min-width: 1024px) {
      .w-page-header__wrap {
        padding: 12.27273rem 1.81818rem 6.36364rem; } }
  .w-page-header__content {
    max-width: 35rem; }
  .w-page-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px; }
  .w-page-header__subtitle {
    color: #FFF;
    line-height: 1.1;
    margin-bottom: 0px; }
  .w-page-header__title {
    color: #FFF;
    line-height: 1.1;
    margin-top: 1.63636rem;
    margin-bottom: 0px;
    font-size: 2.27273rem;
    word-wrap: break-word; }
    .w-page-header__title span {
      color: #CFFF49; }
    @media (min-width: 768px) {
      .w-page-header__title {
        margin-top: 2.18182rem;
        font-size: 3rem; } }
  .w-page-header__desc {
    margin-top: 1.81818rem;
    max-width: 33.63636rem;
    margin-bottom: 0px; }
  .w-page-header__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .w-page-header__post {
    max-width: 27.27273rem;
    border-radius: 0.95455rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.44);
    -webkit-backdrop-filter: blur(9.7px);
    backdrop-filter: blur(9.7px);
    padding: 0.45455rem 0.5rem;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.09091rem;
    position: relative;
    margin-top: 1.36364rem; }
    @media (min-width: 768px) {
      .w-page-header__post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px; } }
    .w-page-header__post__media {
      min-width: 8.18182rem;
      height: 5.90909rem;
      background: rgba(255, 255, 255, 0.2);
      border: 1.7px solid rgba(255, 255, 255, 0.2);
      border-radius: 12px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .w-page-header__post__media {
          height: 6.63636rem;
          min-width: 10rem; } }
      .w-page-header__post__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .w-page-header__post__title {
      font-size: 0.72727rem;
      font-weight: 500;
      line-height: 1;
      font-family: "Muring 01", sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.72727rem; }
      .w-page-header__post__title i {
        width: 0.54545rem;
        height: 0.54545rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 50%;
        border: 0.099px solid rgba(0, 0, 0, 0.4);
        background: #CFFF49;
        outline: 3px rgba(207, 255, 73, 0.32) solid;
        -webkit-box-shadow: 0px 0px 0px 0.31818rem rgba(207, 255, 73, 0.2);
        box-shadow: 0px 0px 0px 0.31818rem rgba(207, 255, 73, 0.2);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        -webkit-animation: i3radiationPulsePost 1.5s infinite;
        animation: i3radiationPulsePost 1.5s infinite; }
    .w-page-header__post__desc {
      font-size: 0.81818rem;
      font-weight: 500;
      line-height: 1.4;
      margin-top: 0.90909rem; }
    .w-page-header__post__cta {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .w-page-header.\--style-default {
    min-height: 22.72727rem; }
    @media (min-width: 1024px) {
      .w-page-header.\--style-default {
        min-height: 25rem; } }
    @media (min-width: 1280px) {
      .w-page-header.\--style-default {
        min-height: 32.72727rem; } }
    .w-page-header.\--style-default .w-page-header__media:after {
      background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/page-header-case-overlay.png); }
    .w-page-header.\--style-default .w-page-header__title {
      margin: 0px; }
    .w-page-header.\--style-default .w-page-header__content {
      text-align: center;
      margin: 0 auto;
      max-width: 41.81818rem; }
  .w-page-header.\--type-news-detail .w-page-header__media:after {
    background-image: unset; }
  .w-page-header.\--type-news-detail .w-page-header__wrap {
    display: none; }
  .w-page-header.\--type-case-study .w-page-header__media:after {
    background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/page-header-case-overlay.png); }
  .w-page-header.\--type-case-study .w-case-studies-banner__stats {
    margin-left: auto;
    margin-top: 4.54545rem; }
    @media (min-width: 1024px) {
      .w-page-header.\--type-case-study .w-case-studies-banner__stats {
        margin-top: 5.90909rem; } }
    @media (min-width: 1280px) {
      .w-page-header.\--type-case-study .w-case-studies-banner__stats {
        margin-top: 7.27273rem; } }
    @media (min-width: 1500px) {
      .w-page-header.\--type-case-study .w-case-studies-banner__stats {
        margin-top: 8.63636rem; } }
  .w-page-header.\--type-case-study .w-page-header__title {
    font-size: 3.18182rem;
    font-family: "Muring 01", sans-serif; }
    @media (min-width: 1024px) {
      .w-page-header.\--type-case-study .w-page-header__title {
        font-size: 4.54545rem; } }
  .w-page-header.\--type-case-study .w-page-header__desc {
    font-size: 1.27273rem;
    max-width: 100%;
    margin-top: 1.18182rem; }
  .w-page-header.\--type-case-study .w-page-header__content {
    max-width: 51.36364rem; }
  .w-page-header.\--type-product-listing .w-page-header__desc {
    max-width: 100%;
    margin-top: 1.18182rem; }
  .w-page-header.\--type-product-listing .w-page-header__content {
    max-width: 38.18182rem; }
  .w-page-header__brand-cta {
    margin-top: 6.36364rem;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .w-page-header__brand-cta a {
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: rgba(0, 0, 0, 0.24);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      padding: 0.95455rem 1.04545rem 0.95455rem 1.45455rem;
      font-size: 0.90909rem;
      color: #FFF;
      font-weight: 500;
      line-height: 1;
      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;
      border-radius: 40px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .w-page-header__brand-cta a:hover {
        background-color: #041932; }
      .w-page-header__brand-cta a i {
        width: 1.04545rem;
        height: 1.04545rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 50%;
        background: #CFFF49;
        outline: 0.27273rem rgba(207, 255, 73, 0.32) solid;
        -webkit-box-shadow: 0px 0px 0px 0.59091rem rgba(207, 255, 73, 0.2);
        box-shadow: 0px 0px 0px 0.59091rem rgba(207, 255, 73, 0.2);
        margin-right: 1.45455rem;
        -webkit-animation: i3radiationPulseBtn 1.5s infinite;
        animation: i3radiationPulseBtn 1.5s infinite; }

.w-page-header-product {
  margin-inline: -1.81818rem;
  background: -webkit-linear-gradient(94deg, rgba(4, 25, 50, 0) 50.1%, rgba(4, 25, 50, 0.8) 122.14%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 10.2%, #041932 54.91%);
  background: -o-linear-gradient(94deg, rgba(4, 25, 50, 0) 50.1%, rgba(4, 25, 50, 0.8) 122.14%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 10.2%, #041932 54.91%);
  background: linear-gradient(356deg, rgba(4, 25, 50, 0) 50.1%, rgba(4, 25, 50, 0.8) 122.14%), linear-gradient(0deg, rgba(255, 255, 255, 0) 10.2%, #041932 54.91%); }
  .w-page-header-product__wrap {
    background: -webkit-gradient(linear, left bottom, left top, from(#F3F7FD), to(#F3F7FD)), lightgray -68.243px -76.372px/119.303% 58.437% no-repeat;
    background: -webkit-linear-gradient(bottom, #F3F7FD 0%, #F3F7FD 100%), lightgray -68.243px -76.372px/119.303% 58.437% no-repeat;
    background: -o-linear-gradient(bottom, #F3F7FD 0%, #F3F7FD 100%), lightgray -68.243px -76.372px/119.303% 58.437% no-repeat;
    background: linear-gradient(0deg, #F3F7FD 0%, #F3F7FD 100%), lightgray -68.243px -76.372px/119.303% 58.437% no-repeat;
    border-radius: 1.09091rem;
    position: relative;
    overflow: hidden;
    padding: 8.18182rem 2rem 6.36364rem; }
    @media (min-width: 768px) {
      .w-page-header-product__wrap {
        padding: 10rem 2rem 6.36364rem; } }
    @media (min-width: 1024px) {
      .w-page-header-product__wrap {
        padding: 12.04545rem 2rem 6.36364rem; } }
    .w-page-header-product__wrap:after {
      content: '';
      width: 60%;
      height: 70%;
      background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(21, 18, 180, 0.12) 0%, rgba(21, 18, 180, 0) 100%);
      background: -o-radial-gradient(50% 50%, 50% 50%, rgba(21, 18, 180, 0.12) 0%, rgba(21, 18, 180, 0) 100%);
      background: radial-gradient(50% 50% at 50% 50%, rgba(21, 18, 180, 0.12) 0%, rgba(21, 18, 180, 0) 100%);
      position: absolute;
      bottom: 0;
      right: 0; }
  .w-page-header-product__container {
    max-width: 77.27273rem;
    margin: 0 auto;
    z-index: 2; }
  .w-page-header-product__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    .w-page-header-product__media img, .w-page-header-product__media video {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center bottom;
      object-position: center bottom; }
  .w-page-header-product__media-simple {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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-page-header-product__media-simple img {
      height: 15.90909rem;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
      @media (min-width: 768px) {
        .w-page-header-product__media-simple img {
          height: 27.27273rem; } }
  .w-page-header-product__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;
    z-index: 2;
    position: relative;
    gap: 2.27273rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .w-page-header-product__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    @media (min-width: 1024px) {
      .w-page-header-product__grid {
        gap: 3.40909rem; } }
    @media (min-width: 1280px) {
      .w-page-header-product__grid {
        gap: 4.54545rem; } }
  .w-page-header-product.\--style-simple .w-page-header-product__wrap {
    padding: 9.09091rem 2rem 6.36364rem; }
  .w-page-header-product.\--style-simple .w-page-header-product__grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .w-page-header-product__content {
    width: 100%; }
    @media (min-width: 768px) {
      .w-page-header-product__content {
        max-width: 32.72727rem; } }
  .w-page-header-product__bottom {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    gap: 1.36364rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.27273rem;
    margin-top: 1.36364rem; }
    @media (min-width: 768px) {
      .w-page-header-product__bottom {
        margin-top: 2.27273rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    @media (min-width: 1024px) {
      .w-page-header-product__bottom {
        margin-top: 3.63636rem; } }
    @media (min-width: 768px) {
      .w-page-header-product__bottom > div:not(.w-page-header-product__gallery) {
        width: 33.33%; } }
  .w-page-header-product__cat {
    border-radius: 100px;
    border: 0.489px solid rgba(15, 49, 91, 0.24);
    background: #FFF;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.5rem 0.90909rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #041932;
    font-size: 0.81818rem;
    line-height: 1;
    font-family: "Muring 01", sans-serif;
    font-weight: 500;
    margin-bottom: 1.81818rem; }
    @media (min-width: 1024px) {
      .w-page-header-product__cat {
        margin-bottom: 2.72727rem; } }
  .w-page-header-product__title {
    font-size: 2.72727rem;
    line-height: 1;
    margin: 0px; }
  .w-page-header-product__title-tag {
    font-family: "Muring 01", sans-serif;
    color: #1512B4;
    font-size: 0.90909rem;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
  .w-page-header-product__desc {
    font-size: 1.09091rem;
    margin-bottom: 0px;
    margin-top: 1.36364rem; }
  .w-page-header-product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.36364rem;
    margin-top: 1.81818rem; }
    @media (min-width: 1024px) {
      .w-page-header-product__info {
        margin-top: 2.95455rem; } }
    .w-page-header-product__info__title {
      color: #1512B4;
      font-size: 0.77273rem;
      text-transform: uppercase;
      line-height: 1.3; }
    .w-page-header-product__info__value {
      margin: 0px;
      font-family: "Muring 01", sans-serif; }
  .w-page-header-product__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .w-page-header-product__brand img {
      max-width: 15.45455rem; }
  .w-page-header-product__gallery {
    border-radius: 12px;
    border: 0.746px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    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;
    gap: 6px;
    padding: 0.54545rem 0.45455rem; }
    .w-page-header-product__gallery__slider {
      max-width: 18.18182rem;
      width: 100%;
      overflow: hidden; }
    .w-page-header-product__gallery .slick-arrow {
      color: #fff;
      font-size: 1.18182rem;
      cursor: pointer; }
      .w-page-header-product__gallery .slick-arrow:hover {
        color: #CFFF49; }
      .w-page-header-product__gallery .slick-arrow.slick-disabled {
        opacity: 0;
        pointer-events: none; }
      .w-page-header-product__gallery .slick-arrow.slick-hidden {
        display: none; }
    .w-page-header-product__gallery__item {
      width: 2.95455rem;
      height: 2.95455rem;
      border-radius: 3.55px;
      background-color: #FFF;
      opacity: 0.4;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      .w-page-header-product__gallery__item a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        padding: 4px;
        display: block; }
      .w-page-header-product__gallery__item:hover {
        opacity: 1; }
  .w-page-header-product__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.90909rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .w-page-header-product__boxes {
        margin: unset; } }
    .w-page-header-product__boxes__box {
      border-radius: 0.72727rem;
      border: 1.024px solid rgba(255, 255, 255, 0.2);
      background: rgba(0, 0, 0, 0.32);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      padding: 1.09091rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      width: 11.36364rem;
      min-height: 11.36364rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 0.45455rem; }
      @media (min-width: 768px) {
        .w-page-header-product__boxes__box {
          width: 12.72727rem;
          padding: 1.45455rem 1.45455rem 1.72727rem 1.45455rem; } }
      .w-page-header-product__boxes__box__title {
        font-size: 0.77273rem;
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        line-height: 1.2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .w-page-header-product__boxes__box__sub-title {
        color: #F8F8F8;
        font-size: 1rem;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .w-page-header-product__boxes__box__highlight {
        color: #CFFF49;
        font-family: "Pixelify Sans", sans-serif;
        font-size: 4.54545rem;
        line-height: 1; }
      .w-page-header-product__boxes__box__desc {
        color: #FFF;
        font-size: 0.81818rem;
        font-family: "Muring 01", sans-serif;
        margin-bottom: 0px;
        line-height: 1; }
    .w-page-header-product__boxes > div:first-child {
      margin-top: 5.45455rem; }
      @media (min-width: 768px) {
        .w-page-header-product__boxes > div:first-child {
          margin-top: 6.81818rem; } }
      @media (min-width: 1024px) {
        .w-page-header-product__boxes > div:first-child {
          margin-top: 8.18182rem; } }
  .w-page-header-product__cta {
    margin-top: 1.59091rem; }
    @media (min-width: 768px) {
      .w-page-header-product__cta {
        margin-top: 2.95455rem; } }

.w-product-highlights {
  border-radius: 1.45455rem;
  background: #FFF;
  overflow: hidden;
  position: relative;
  margin-top: -4.09091rem;
  z-index: 2;
  margin-bottom: 1.81818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.81818rem; }
  @media (min-width: 1024px) {
    .w-product-highlights {
      gap: 2.72727rem; } }
  .w-product-highlights__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.36364rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.72727rem 1.36364rem 0; }
    @media (min-width: 1024px) {
      .w-product-highlights__header {
        padding: 3.63636rem 2.27273rem 0; } }
    @media (min-width: 1280px) {
      .w-product-highlights__header {
        padding: 4.54545rem 3.18182rem 0; } }
    @media (min-width: 1500px) {
      .w-product-highlights__header {
        padding: 5.45455rem 4.09091rem 0; } }
    .w-product-highlights__header__title {
      margin: 0; }
    .w-product-highlights__header__content {
      max-width: 43.18182rem;
      margin: 0px;
      gap: 1.36364rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
    .w-product-highlights__header__cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      @media (min-width: 768px) {
        .w-product-highlights__header__cta {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
  .w-product-highlights__features.\--style-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.27273rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0 1.36364rem 0; }
    @media (min-width: 1024px) {
      .w-product-highlights__features.\--style-mini {
        padding: 0 2.27273rem 0; } }
    @media (min-width: 1280px) {
      .w-product-highlights__features.\--style-mini {
        padding: 0 3.18182rem 0; } }
    @media (min-width: 1500px) {
      .w-product-highlights__features.\--style-mini {
        padding: 0 4.09091rem 0; } }
    .w-product-highlights__features.\--style-mini > div {
      width: 100%;
      padding-left: 1.27273rem;
      padding-bottom: 1.27273rem; }
      @media (min-width: 600px) {
        .w-product-highlights__features.\--style-mini > div {
          width: 50%; } }
      @media (min-width: 1024px) {
        .w-product-highlights__features.\--style-mini > div {
          width: 33.33%; } }
    .w-product-highlights__features.\--style-mini.\--columns-two > div {
      width: 100%; }
      @media (min-width: 600px) {
        .w-product-highlights__features.\--style-mini.\--columns-two > div {
          width: 50%; } }
  .w-product-highlights__features__item {
    border-radius: 0.72727rem;
    border: 0.6px solid rgba(4, 25, 50, 0.12);
    background: rgba(4, 25, 50, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.90909rem;
    gap: 0.81818rem; }
    .w-product-highlights__features__item__media {
      width: 2rem;
      height: 2.36364rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      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-product-highlights__features__item__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center; }
    .w-product-highlights__features__item__title {
      margin: 0px;
      font-size: 1rem;
      line-height: 1.3; }
  .w-product-highlights__features.\--style-detail {
    gap: 1.45455rem; }
    .w-product-highlights__features.\--style-detail .w-product-highlights__features__item {
      width: 23.5%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 0.59091rem;
      gap: 0.90909rem; }
      .w-product-highlights__features.\--style-detail .w-product-highlights__features__item__media {
        width: 100%;
        background: transparent;
        height: 11.13636rem;
        padding: 1.13636rem;
        border-radius: 8px;
        border: 0.6px solid rgba(255, 255, 255, 0.2);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px); }
      .w-product-highlights__features.\--style-detail .w-product-highlights__features__item__title {
        font-size: 1.27273rem;
        font-family: "Muring 01", sans-serif; }
      .w-product-highlights__features.\--style-detail .w-product-highlights__features__item__content {
        padding: 0px 0.68182rem 1.68182rem;
        width: 100%; }
      .w-product-highlights__features.\--style-detail .w-product-highlights__features__item__desc {
        margin-top: 1rem;
        font-size: 0.90909rem; }
  .w-product-highlights__testimonial {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.72727rem;
    border: 0.6px solid rgba(4, 25, 50, 0.12);
    background: -webkit-radial-gradient(22.79% 78.54%, 338.93% 99.73%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(339deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
    background: -o-radial-gradient(22.79% 78.54%, 338.93% 99.73%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(339deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), -o-linear-gradient(bottom, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
    background: radial-gradient(338.93% 99.73% at 22.79% 78.54%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(111deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), linear-gradient(0deg, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
    overflow: hidden;
    padding: 1.09091rem;
    gap: 2.27273rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .w-product-highlights__testimonial {
        padding: 1.09091rem 4.31818rem 1.09091rem 1.09091rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    @media (min-width: 1024px) {
      .w-product-highlights__testimonial {
        width: 67%; } }
    @media (min-width: 1280px) {
      .w-product-highlights__testimonial {
        gap: 3.40909rem; } }
    .w-product-highlights__testimonial__media {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-radius: 12px;
      overflow: hidden;
      margin: 0 auto;
      width: 100%; }
      @media (min-width: 768px) {
        .w-product-highlights__testimonial__media {
          width: 12.27273rem;
          height: 13.63636rem; } }
      .w-product-highlights__testimonial__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .w-product-highlights__testimonial__message {
      color: #FFF;
      font-size: 1rem;
      letter-spacing: 0.22px;
      line-height: 1.3;
      margin-top: 1.27273rem;
      margin-bottom: 0px; }
    .w-product-highlights__testimonial__quote {
      color: #CFFF49;
      font-size: 1.63636rem; }
      @media (min-width: 768px) {
        .w-product-highlights__testimonial.--has-media .w-product-highlights__testimonial__quote {
          margin-left: -1.81818rem; } }
    .w-product-highlights__testimonial__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 1.09091rem;
      color: #FFF;
      font-weight: 500;
      font-size: 0.81818rem;
      letter-spacing: 0.18px;
      line-height: 1.3; }
    .w-product-highlights__testimonial__designation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.63636rem;
      color: #CFFF49;
      letter-spacing: 0.14px;
      line-height: 1.3;
      text-transform: uppercase;
      font-family: "Muring 01", sans-serif; }
  .w-product-highlights__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.27273rem;
    padding: 0 1.36364rem 2.72727rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 1024px) {
      .w-product-highlights__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        padding: 0 2.27273rem 3.63636rem; } }
    @media (min-width: 1280px) {
      .w-product-highlights__grid {
        padding: 0 3.18182rem 4.54545rem; } }
    @media (min-width: 1500px) {
      .w-product-highlights__grid {
        padding: 0 4.09091rem 5.45455rem; } }
    .w-product-highlights__grid > div {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .w-product-highlights__brouchure {
    width: 33%;
    border-radius: 1.09091rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #CFFF49;
    padding: 1.36364rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 1024px) {
      .w-product-highlights__brouchure {
        padding: 1.36364rem 2.72727rem 1.36364rem 1.36364rem; } }
    @media (min-width: 1280px) {
      .w-product-highlights__brouchure {
        padding: 1.59091rem 3.63636rem 1.59091rem 1.81818rem; } }
    .w-product-highlights__brouchure__file-size {
      border-radius: 100px;
      border: 0.452px solid rgba(15, 49, 91, 0.2);
      background: rgba(255, 255, 255, 0.6);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.54545rem 0.81818rem;
      font-size: 0.77273rem;
      font-family: "Muring 01", sans-serif;
      color: #1512B4;
      line-height: 1;
      font-weight: 600; }
      .w-product-highlights__brouchure__file-size i {
        margin-right: 7px;
        font-weight: 600;
        font-size: 1rem; }
    .w-product-highlights__brouchure__title {
      margin-bottom: 0px;
      margin-top: 1.63636rem; }
    .w-product-highlights__brouchure__desc {
      font-size: 0.90909rem;
      margin-top: 0.68182rem;
      margin-bottom: 0px; }
    .w-product-highlights__brouchure__cta {
      margin-top: 1.36364rem; }
  .w-product-highlights .carousel-scroll__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 2.72727rem;
    padding-left: 1.81818rem;
    padding-right: 1.81818rem; }
    @media (min-width: 768px) {
      .w-product-highlights .carousel-scroll__wrapper {
        padding-left: 2.27273rem;
        padding-right: 2.27273rem; } }
    @media (min-width: 1024px) {
      .w-product-highlights .carousel-scroll__wrapper {
        padding-left: 3.18182rem;
        padding-right: 3.18182rem; } }
    @media (min-width: 1280px) {
      .w-product-highlights .carousel-scroll__wrapper {
        padding-left: 4.09091rem;
        padding-right: 4.09091rem; } }
    html.ff .w-product-highlights .carousel-scroll__wrapper {
      scroll-behavior: smooth;
      scrollbar-color: #041932 rgba(0, 0, 0, 0.3);
      scrollbar-width: thin; }
    .w-product-highlights .carousel-scroll__wrapper::-webkit-scrollbar {
      background-color: transparent; }
    .w-product-highlights .carousel-scroll__wrapper::-webkit-scrollbar, .w-product-highlights .carousel-scroll__wrapper::-webkit-scrollbar-track {
      border-radius: 8px;
      height: 7px;
      margin: 0 4.54545rem; }
      @media (min-width: 1500px) {
        .w-product-highlights .carousel-scroll__wrapper::-webkit-scrollbar, .w-product-highlights .carousel-scroll__wrapper::-webkit-scrollbar-track {
          margin: 0 18.18182rem; } }
    .w-product-highlights .carousel-scroll__wrapper::-webkit-scrollbar-track {
      background-color: #F3F7FD; }
    .w-product-highlights .carousel-scroll__wrapper::-webkit-scrollbar-thumb {
      cursor: -webkit-grab;
      cursor: grab;
      background-color: #CFFF49;
      border-radius: 8px; }
  .w-product-highlights .carousel-scroll__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.36364rem; }
  .w-product-highlights .carousel-scroll__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 17.72727rem;
    height: 100%; }
  .w-product-highlights .carousel-scroll__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    .w-product-highlights .carousel-scroll__controls button {
      width: 2.27273rem;
      height: 2.27273rem;
      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;
      border-radius: 50%;
      background: #CFFF49;
      color: #1512B4;
      font-size: 0.90909rem;
      border: 1px solid #CFFF49;
      cursor: pointer;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      .w-product-highlights .carousel-scroll__controls button:hover {
        background-color: #FFF;
        border-color: #1512B4; }

.w-product-overview {
  border-radius: 1.45455rem;
  background: #FFF;
  margin-bottom: 1.81818rem;
  padding: 2.72727rem 1.36364rem 0px; }
  @media (min-width: 600px) {
    .w-product-overview {
      padding: 2.72727rem 2.27273rem 3.63636rem; } }
  @media (min-width: 1280px) {
    .w-product-overview {
      padding: 5rem 4.09091rem 0px; } }
  .w-product-overview__header {
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 991px) {
      .w-product-overview__header {
        max-width: 30.90909rem; } }
  .w-product-overview__title {
    margin: 0px; }
  .w-product-overview__description {
    margin-top: 1.81818rem; }
  .w-product-overview__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.36364rem; }
    @media (min-width: 1024px) {
      .w-product-overview__media {
        margin-top: 0; } }
    .w-product-overview__media__desktop {
      display: none; }
      @media (min-width: 1024px) {
        .w-product-overview__media__desktop {
          display: block; } }
    @media (min-width: 1024px) {
      .w-product-overview__media__mobile {
        display: none; } }

.w-contact {
  border-radius: 1.09091rem;
  border: 0.6px solid rgba(4, 25, 50, 0.12);
  background: rgba(21, 18, 180, 0.04);
  margin-bottom: 1.81818rem;
  padding: 1.81818rem 1.36364rem; }
  @media (min-width: 768px) {
    .w-contact {
      padding: 2.72727rem 1.81818rem; } }
  @media (min-width: 1024px) {
    .w-contact {
      padding: 3.86364rem 1.81818rem; } }
  .w-contact__title {
    font-size: 2.18182rem; }
  .w-contact__content {
    gap: 1.81818rem;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 40.45455rem;
    margin: 0 auto; }
    .w-contact__content > * {
      margin: 0px; }
  .w-contact__description {
    font-size: 1.09091rem; }

.w-tabs-content {
  margin-bottom: 1.81818rem; }
  .w-tabs-content__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 1.59091rem; }
    @media (min-width: 991px) {
      .w-tabs-content__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .w-tabs-content__grid > div {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .w-tabs-content__media {
    min-height: 34.09091rem;
    border-radius: 1.45455rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #a6a9ad;
    padding: 1.36364rem; }
    @media (min-width: 991px) {
      .w-tabs-content__media {
        min-height: 43.18182rem;
        width: 50%; } }
    @media (min-width: 1280px) {
      .w-tabs-content__media {
        width: 58%; } }
    .w-tabs-content__media img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .w-tabs-content__cta {
    z-index: 2;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    padding: 0.63636rem 0.63636rem 0.63636rem 1.09091rem;
    max-width: 22.04545rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    @media (min-width: 768px) {
      .w-tabs-content__cta {
        position: absolute;
        left: 1.81818rem;
        top: 1.81818rem; } }
    @media (min-width: 1280px) {
      .w-tabs-content__cta {
        left: 2.27273rem;
        top: 2.72727rem; } }
    .w-tabs-content__cta__media {
      width: 9.54545rem;
      height: 9.54545rem;
      border-radius: 8px;
      overflow: hidden;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .w-tabs-content__cta__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .w-tabs-content__cta__title {
      color: #FFF;
      margin-bottom: 0px;
      font-size: 1.63636rem; }
    .w-tabs-content__cta__desc {
      color: rgba(255, 255, 255, 0.9);
      line-height: 1.3;
      margin-top: 0.81818rem;
      margin-bottom: 0px; }
    .w-tabs-content__cta__link {
      color: #CFFF49;
      font-size: 0.81818rem;
      line-height: 1.3;
      margin-top: 0.81818rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .w-tabs-content__cta__url {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .w-tabs-content__content {
    width: 100%;
    border-radius: 1.45455rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#041932), to(#041932)), -webkit-gradient(linear, left bottom, left top, from(#041932), to(#041932)), #FFF;
    background: -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), #FFF;
    background: -o-linear-gradient(bottom, #041932 0%, #041932 100%), -o-linear-gradient(bottom, #041932 0%, #041932 100%), #FFF;
    background: linear-gradient(0deg, #041932 0%, #041932 100%), linear-gradient(0deg, #041932 0%, #041932 100%), #FFF;
    padding: 1.81818rem;
    text-align: center;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    @media (min-width: 991px) {
      .w-tabs-content__content {
        width: 42%; } }
    @media (min-width: 1280px) {
      .w-tabs-content__content {
        width: 50%;
        padding: 2.72727rem; } }
    .w-tabs-content__content__subtitle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border-radius: 100px;
      border: 0.489px solid rgba(15, 49, 91, 0.12);
      background: rgba(255, 255, 255, 0.6);
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 0.72727rem;
      font-family: "Muring 01", sans-serif;
      font-weight: 500;
      line-height: 1;
      padding: 0.54545rem 0.90909rem;
      margin-bottom: 1.36364rem; }
    .w-tabs-content__content__text {
      width: 100%; }
      @media (min-width: 768px) {
        .w-tabs-content__content__text {
          width: 80%; } }
    .w-tabs-content__content__title {
      margin: 0px;
      color: #FFF;
      font-size: 2.36364rem;
      word-wrap: break-word;
      margin-top: 1.36364rem; }
    .w-tabs-content__content__description {
      margin-top: 1.36364rem;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 0px; }
    .w-tabs-content__content__cta {
      margin-top: 2.5rem; }
    .w-tabs-content__content.\--style-light {
      background-color: #041932; }
      .w-tabs-content__content.\--style-light .w-tabs-content__content__subtitle {
        background-color: #CFFF49;
        color: #041932; }
      .w-tabs-content__content.\--style-light .w-tabs-content__content__title {
        color: #FFF; }
        .w-tabs-content__content.\--style-light .w-tabs-content__content__title span {
          color: #CFFF49; }
      .w-tabs-content__content.\--style-light .w-tabs-content__content__description {
        color: rgba(255, 255, 255, 0.9); }
    .w-tabs-content__content__wrapper {
      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: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      width: 100%; }
  .w-tabs-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
    gap: 1.81818rem;
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: i3-tabs-content-links 25s linear infinite;
    animation: i3-tabs-content-links 25s linear infinite;
    margin-top: 1.36364rem; }
    .w-tabs-content__list:hover {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
    .w-tabs-content__list li a {
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.81818rem;
      text-transform: uppercase;
      font-family: "Muring 01", sans-serif;
      font-weight: 500;
      line-height: 1;
      cursor: pointer; }
      .w-tabs-content__list li a.active, .w-tabs-content__list li a:hover {
        color: #FFF; }
  .w-tabs-content.\--style-light .w-tabs-content__content {
    background: #FFF; }
    .w-tabs-content.\--style-light .w-tabs-content__content__title {
      color: #041932; }
    .w-tabs-content.\--style-light .w-tabs-content__content__description {
      color: #041932; }
  .w-tabs-content.\--style-light .w-tabs-content__list li a {
    color: rgba(4, 25, 50, 0.6); }
    .w-tabs-content.\--style-light .w-tabs-content__list li a.active, .w-tabs-content.\--style-light .w-tabs-content__list li a:hover {
      color: #041932; }

@-webkit-keyframes i3-tabs-content-links {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@keyframes i3-tabs-content-links {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.w-content-highlights {
  border-radius: 1.45455rem;
  background: #FFF;
  overflow: hidden;
  position: relative;
  margin-top: -4.09091rem;
  z-index: 2;
  margin-bottom: 1.81818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 2.27273rem 0;
  gap: 1.36364rem; }
  @media (min-width: 768px) {
    .w-content-highlights {
      padding: 2.72727rem 0;
      gap: 2.04545rem; } }
  @media (min-width: 1024px) {
    .w-content-highlights {
      gap: 2.72727rem;
      padding: 3.63636rem 0; } }
  @media (min-width: 1280px) {
    .w-content-highlights {
      padding: 4.77273rem 0; } }
  .w-content-highlights__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.36364rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-inline: 1.81818rem; }
    @media (min-width: 768px) {
      .w-content-highlights__header {
        padding-inline: 2.27273rem; } }
    @media (min-width: 1024px) {
      .w-content-highlights__header {
        padding-inline: 2.72727rem; } }
    @media (min-width: 1280px) {
      .w-content-highlights__header {
        padding-inline: 4.09091rem; } }
    .w-content-highlights__header__content {
      max-width: 46.81818rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 1.36364rem; }
    .w-content-highlights__header__title {
      margin: 0px; }
  .w-content-highlights__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.27273rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .w-content-highlights__features > div {
      width: 32%; }
    .w-content-highlights__features__item {
      border-radius: 16px;
      border: 0.6px solid rgba(4, 25, 50, 0.12);
      background: rgba(4, 25, 50, 0.04);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 8px;
      gap: 0.81818rem; }
      .w-content-highlights__features__item__media {
        width: 5rem;
        height: 5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        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;
        border-radius: 8px;
        border: 0.6px solid rgba(255, 255, 255, 0.2);
        background: #FFF;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: 5px; }
        .w-content-highlights__features__item__media img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center; }
      .w-content-highlights__features__item__title {
        margin: 0px;
        font-size: 1rem;
        width: 80%;
        line-height: 1.3; }
  .w-content-highlights__logos {
    margin-top: 1.81818rem;
    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: 2.27273rem;
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: i3-marquee-client-logos 25s linear infinite;
    animation: i3-marquee-client-logos 25s linear infinite; }
    @media (min-width: 1024px) {
      .w-content-highlights__logos {
        gap: 3.18182rem; } }
    .w-content-highlights__logos img {
      width: 10.625rem;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
      @media (min-width: 1280px) {
        .w-content-highlights__logos img {
          width: auto; } }
  .w-content-highlights__logo {
    max-width: 13.63636rem; }
  .w-content-highlights .carousel-scroll__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 2.72727rem;
    padding-left: 1.81818rem;
    padding-right: 1.81818rem; }
    @media (min-width: 768px) {
      .w-content-highlights .carousel-scroll__wrapper {
        padding-left: 2.27273rem;
        padding-right: 2.27273rem; } }
    @media (min-width: 1024px) {
      .w-content-highlights .carousel-scroll__wrapper {
        padding-left: 2.72727rem;
        padding-right: 2.72727rem; } }
    @media (min-width: 1280px) {
      .w-content-highlights .carousel-scroll__wrapper {
        padding-left: 4.09091rem;
        padding-right: 4.09091rem; } }
    html.ff .w-content-highlights .carousel-scroll__wrapper {
      scroll-behavior: smooth;
      scrollbar-color: #041932 rgba(0, 0, 0, 0.3);
      scrollbar-width: thin; }
    .w-content-highlights .carousel-scroll__wrapper::-webkit-scrollbar {
      background-color: transparent; }
    .w-content-highlights .carousel-scroll__wrapper::-webkit-scrollbar, .w-content-highlights .carousel-scroll__wrapper::-webkit-scrollbar-track {
      border-radius: 8px;
      height: 7px;
      margin: 0 4.54545rem; }
      @media (min-width: 1500px) {
        .w-content-highlights .carousel-scroll__wrapper::-webkit-scrollbar, .w-content-highlights .carousel-scroll__wrapper::-webkit-scrollbar-track {
          margin: 0 18.18182rem; } }
    .w-content-highlights .carousel-scroll__wrapper::-webkit-scrollbar-track {
      background-color: #F3F7FD; }
    .w-content-highlights .carousel-scroll__wrapper::-webkit-scrollbar-thumb {
      cursor: -webkit-grab;
      cursor: grab;
      background-color: #CFFF49;
      border-radius: 8px; }
  .w-content-highlights .carousel-scroll__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.36364rem; }
  .w-content-highlights .carousel-scroll__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 17.72727rem;
    height: 100%; }
  .w-content-highlights .carousel-scroll__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    .w-content-highlights .carousel-scroll__controls button {
      width: 2.27273rem;
      height: 2.27273rem;
      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;
      border-radius: 50%;
      background: #CFFF49;
      color: #1512B4;
      font-size: 0.90909rem;
      border: 1px solid #CFFF49;
      cursor: pointer;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      .w-content-highlights .carousel-scroll__controls button:hover {
        background-color: #FFF;
        border-color: #1512B4; }

.w-content-cards {
  border-radius: 1.45455rem;
  background: #041932;
  padding: 5.68182rem 4.09091rem;
  margin-bottom: 1.81818rem;
  overflow: hidden;
  position: relative;
  padding: 2.72727rem 1.81818rem; }
  @media (min-width: 1024px) {
    .w-content-cards {
      padding: 3.63636rem 2.27273rem; } }
  @media (min-width: 1280px) {
    .w-content-cards {
      padding: 4.54545rem 3.18182rem; } }
  @media (min-width: 1500px) {
    .w-content-cards {
      padding: 5.68182rem 4.09091rem; } }
  .w-content-cards:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/products-slider-overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(455px);
    filter: blur(455px); }
  .w-content-cards > div {
    z-index: 2;
    position: relative; }
  .w-content-cards__header {
    text-align: center;
    max-width: 1120px;
    margin: 0 auto 2.72727rem; }
  .w-content-cards__title {
    margin: 0px;
    color: #FFFFFF; }
  .w-content-cards__subtitle {
    margin-bottom: 1.81818rem; }
  .w-content-cards__controls a {
    margin-top: 1.81818rem; }
    @media (min-width: 1024px) {
      .w-content-cards__controls a {
        margin-top: 2.72727rem; } }
  .w-content-cards__desc {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 1.45455rem; }
  .w-content-cards__note {
    text-align: center;
    margin-top: 1.36364rem;
    color: rgba(255, 255, 255, 0.9);
    gap: 0.68182rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 1024px) {
      .w-content-cards__note {
        margin-top: 2.72727rem; } }
    .w-content-cards__note span {
      color: #CFFF49;
      font-size: 1.27273rem;
      font-family: "Muring 01", sans-serif; }

.w-steps {
  border-radius: 1.45455rem;
  background: #FFF;
  padding: 2.27273rem 1.36364rem;
  margin-bottom: 1.81818rem; }
  @media (min-width: 768px) {
    .w-steps {
      padding: 2.72727rem 1.81818rem; } }
  @media (min-width: 1024px) {
    .w-steps {
      padding: 3.63636rem 2.27273rem; } }
  @media (min-width: 1280px) {
    .w-steps {
      padding: 4.54545rem 3.18182rem; } }
  @media (min-width: 1500px) {
    .w-steps {
      padding: 5.68182rem 4.09091rem; } }
  .w-steps__header {
    text-align: center;
    max-width: 770px;
    margin: 0px auto 2.04545rem; }
  .w-steps__title {
    margin-bottom: 0px; }
  .w-steps__desc {
    margin-top: 1rem; }
  .w-steps__items {
    border-radius: 18px;
    border: 0.4px solid #F5F9FF;
    background: -webkit-radial-gradient(22.79% 78.54%, 338.93% 99.73%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(339deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
    background: -o-radial-gradient(22.79% 78.54%, 338.93% 99.73%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(339deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), -o-linear-gradient(bottom, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
    background: radial-gradient(338.93% 99.73% at 22.79% 78.54%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(111deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), linear-gradient(0deg, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 1.81818rem 1.81818rem;
    gap: 30px; }
    @media (min-width: 1024px) {
      .w-steps__items {
        padding: 2.27273rem 2.72727rem; } }
    @media (min-width: 1280px) {
      .w-steps__items {
        gap: 2.27273rem;
        padding: 2.72727rem 3.63636rem; } }
  .w-steps__item {
    width: 48%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative; }
    @media (min-width: 1024px) {
      .w-steps__item {
        width: 20%; }
        .w-steps__item:not(:nth-child(4n)) {
          padding-right: 2.27273rem; }
          .w-steps__item:not(:nth-child(4n)):after {
            content: '\e915';
            font-family: 'default';
            position: absolute;
            color: rgba(243, 247, 253, 0.4);
            top: 50%;
            right: -0.54545rem;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 1.45455rem; } }
    .w-steps__item__desc {
      color: #FFF;
      font-size: 0.86364rem;
      margin-top: 1.18182rem; }
    .w-steps__item__number {
      color: #CFFF49;
      font-size: 4.27273rem;
      font-family: "Pixelify Sans", sans-serif;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.w-social__title {
  font-size: 0.90909rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(4, 25, 50, 0.9);
  text-align: center;
  margin-bottom: 0.90909rem; }

.w-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .w-social ul li:not(:last-child) {
    margin-right: 0.68182rem; }
  .w-social ul li a, .w-social ul li span {
    width: 2.36364rem;
    height: 2.36364rem;
    background: #F3F7FD;
    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: #041932;
    font-size: 0.90909rem;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    border-radius: 50%;
    border: 1px solid rgba(4, 25, 50, 0.12);
    cursor: pointer; }
    .w-social ul li a i, .w-social ul li span i {
      text-align: center; }
    .w-social ul li a:hover, .w-social ul li span:hover {
      background: #CFFF49;
      border-color: rgba(4, 25, 50, 0.2); }

.w-social.\--style-vertical {
  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;
  gap: 8px; }
  @media (min-width: 1024px) {
    .w-social.\--style-vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  .w-social.\--style-vertical ul {
    gap: 8px; }
    @media (min-width: 1024px) {
      .w-social.\--style-vertical ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    .w-social.\--style-vertical ul li {
      margin: 0; }

.w-content-header {
  margin-bottom: 2.5rem; }
  .w-content-header__title {
    max-width: 35rem;
    margin-bottom: 2.27273rem; }

.w-content-editor {
  margin-bottom: 1.81818rem; }
  .w-content-editor__list-items {
    margin-bottom: 3.18182rem; }
    .w-content-editor__list-items__title {
      font-size: 1rem;
      margin-bottom: 1.36364rem; }
    .w-content-editor__list-items ul {
      list-style: none;
      margin: 0 !important;
      padding: 0; }
      .w-content-editor__list-items ul li {
        margin-bottom: 0.90909rem !important; }
        .w-content-editor__list-items ul li p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 1.36364rem;
          font-size: 1rem;
          color: rgba(4, 25, 50, 0.9); }
          .w-content-editor__list-items ul li p i {
            color: #1512B4; }

.w-image {
  position: relative;
  margin-bottom: 2.5rem; }
  .w-image__caption {
    font-size: 0.72727rem;
    position: absolute;
    bottom: 1.54545rem;
    right: 1.36364rem;
    border-radius: 100px;
    border: 0.8px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    padding: 0.63636rem 1rem 0.63636rem 1.18182rem;
    font-size: 0.72727rem;
    font-weight: 500;
    font-family: "Muring 01", sans-serif;
    line-height: 1.4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #FFF; }
    .w-image__caption i {
      width: 0.81818rem;
      height: 0.81818rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 50%;
      border: 0.099px solid rgba(0, 0, 0, 0.4);
      background: #CFFF49;
      outline: 3px rgba(207, 255, 73, 0.32) solid;
      -webkit-box-shadow: 0px 0px 0px 7px rgba(207, 255, 73, 0.2);
      box-shadow: 0px 0px 0px 7px rgba(207, 255, 73, 0.2);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      margin-right: 0.68182rem;
      margin-top: -1px;
      -webkit-animation: i3radiationPulseLabel 1.5s infinite;
      animation: i3radiationPulseLabel 1.5s infinite; }
  .w-image img {
    display: block;
    border-radius: 0.72727rem; }

.w-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.72727rem;
  border: 0.6px solid rgba(4, 25, 50, 0.12);
  background: -webkit-radial-gradient(22.79% 78.54%, 338.93% 99.73%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(339deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
  background: -o-radial-gradient(22.79% 78.54%, 338.93% 99.73%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(339deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), -o-linear-gradient(bottom, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
  background: radial-gradient(338.93% 99.73% at 22.79% 78.54%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(111deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), linear-gradient(0deg, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
  overflow: hidden;
  padding: 1.09091rem 1.36364rem 1.09091rem 1.09091rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.18182rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.27273rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (min-width: 768px) {
    .w-testimonial {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 1280px) {
    .w-testimonial {
      gap: 3.40909rem; } }
  .w-testimonial__media {
    width: 12.27273rem;
    height: 13.63636rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden; }
    .w-testimonial__media img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .w-testimonial__message {
    color: #FFF;
    font-size: 1rem;
    letter-spacing: 0.22px;
    line-height: 1.3;
    margin-top: 1.27273rem;
    margin-bottom: 0px; }
  .w-testimonial__quote {
    color: #CFFF49;
    font-size: 1.63636rem; }
    @media (min-width: 768px) {
      .w-testimonial__quote {
        margin-left: -1.81818rem; } }
  .w-testimonial__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.09091rem;
    color: #FFF;
    font-weight: 500;
    font-size: 0.81818rem;
    letter-spacing: 0.18px;
    line-height: 1.3; }
  .w-testimonial__designation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.63636rem;
    color: #CFFF49;
    letter-spacing: 0.14px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: "Muring 01", sans-serif; }

.w-brouchure {
  border-radius: 1.09091rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #CFFF49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.36364rem;
  margin-bottom: 1.36364rem;
  padding: 1.36364rem; }
  .w-brouchure > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (min-width: 768px) {
    .w-brouchure {
      gap: 1.81818rem;
      margin-bottom: 2.27273rem; } }
  @media (min-width: 1024px) {
    .w-brouchure {
      gap: 2.72727rem;
      margin-bottom: 3.18182rem; } }
  @media (min-width: 1280px) {
    .w-brouchure {
      gap: 2.27273rem; } }
  @media (min-width: 1500px) {
    .w-brouchure {
      gap: 2.72727rem; } }
  @media (min-width: 1700) {
    .w-brouchure {
      padding: 1.81818rem;
      gap: 3.18182rem; } }
  .w-brouchure__file-size {
    border-radius: 100px;
    border: 0.452px solid rgba(15, 49, 91, 0.2);
    background: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.54545rem 1rem;
    font-size: 0.72727rem;
    font-family: "Muring 01", sans-serif;
    color: #1512B4;
    line-height: 1;
    font-weight: 600; }
    .w-brouchure__file-size i {
      margin-right: 7px;
      font-weight: 600;
      font-size: 1rem; }
  .w-brouchure__content {
    max-width: 20.36364rem; }
  .w-brouchure__title {
    margin-bottom: 0px; }
  .w-brouchure__desc {
    font-size: 0.90909rem;
    margin-top: 0.68182rem;
    margin-bottom: 0px; }
  .w-brouchure__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 0.68182rem; }

.w-profile {
  background: rgba(21, 18, 180, 0.04);
  border: 1px solid rgba(0, 14, 61, 0.08);
  border-radius: 1.09091rem;
  padding: 0.68182rem 0.90909rem 0.68182rem 0.68182rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 1.45455rem; }
  @media (min-width: 768px) {
    .w-profile {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; } }
  .w-profile__media {
    width: 7.72727rem;
    height: 7.81818rem;
    border-radius: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden; }
    .w-profile__media img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .w-profile__name {
    font-size: 1.27273rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem; }
  .w-profile__description {
    font-size: 0.81818rem;
    color: #041932; }
  .w-profile__linkedin a {
    background: #CFFF49;
    border: 0.692px solid rgba(4, 25, 50, 0.2);
    border-radius: 36px;
    width: 2.40909rem;
    height: 2.40909rem;
    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;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .w-profile__linkedin a:hover {
      background: #041932; }
      .w-profile__linkedin a:hover i {
        color: #CFFF49; }
    .w-profile__linkedin a i {
      font-size: 0.95455rem;
      color: #041932; }

.w-support-banner {
  background-image: url("/wp-content/themes/roadphone-nrb/_ui/media/support-bg-overlay.png");
  background-color: #041932;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 16px;
  padding: 1.81818rem 1.36364rem;
  margin-bottom: 1.81818rem; }
  @media (min-width: 768px) {
    .w-support-banner {
      padding: 2.72727rem 1.36364rem; } }
  @media (min-width: 1024px) {
    .w-support-banner {
      padding: 3.63636rem 1.36364rem; } }
  @media (min-width: 1280px) {
    .w-support-banner {
      padding: 4.54545rem 1.36364rem; } }
  @media (min-width: 1500px) {
    .w-support-banner {
      padding: 5.68182rem 1.36364rem; } }
  .w-support-banner__wrap {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 35rem;
    margin: 0 auto;
    text-align: center;
    gap: 0.90909rem; }
  .w-support-banner__title {
    color: #fff;
    margin-bottom: 0; }
  .w-support-banner__desc {
    font-size: 1.09091rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0; }

.w-page-relation {
  background: rgba(21, 18, 180, 0.04);
  border: 0.6px solid rgba(4, 25, 50, 0.12);
  border-radius: 1.09091rem;
  padding: 2.27273rem 1.36364rem;
  margin-bottom: 1.81818rem; }
  @media (min-width: 768px) {
    .w-page-relation {
      padding: 3.18182rem 1.81818rem; } }
  @media (min-width: 1024px) {
    .w-page-relation {
      padding: 4.54545rem 2.27273rem; } }
  @media (min-width: 1280px) {
    .w-page-relation {
      padding: 5.45455rem 3.18182rem; } }
  @media (min-width: 1500px) {
    .w-page-relation {
      padding: 6.59091rem 4.09091rem; } }
  .w-page-relation__title {
    margin-bottom: 2.04545rem; }
  .w-page-relation__controls a {
    margin-top: 1.36364rem; }
    @media (min-width: 1024px) {
      .w-page-relation__controls a {
        margin-top: 2.72727rem; } }

.w-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.81818rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 1024px) {
    .w-accordion {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; } }
  .w-accordion > div {
    width: 100%; }
    @media (min-width: 1024px) {
      .w-accordion > div {
        width: 50%; } }
  .w-accordion__items {
    width: 100%; }
  .w-accordion__content {
    border-radius: 1.45455rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#041932), to(#041932)), -webkit-gradient(linear, left bottom, left top, from(#041932), to(#041932)), #FFF;
    background: -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), #FFF;
    background: -o-linear-gradient(bottom, #041932 0%, #041932 100%), -o-linear-gradient(bottom, #041932 0%, #041932 100%), #FFF;
    background: linear-gradient(0deg, #041932 0%, #041932 100%), linear-gradient(0deg, #041932 0%, #041932 100%), #FFF;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.81818rem 1.36364rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.36364rem; }
    @media (min-width: 1024px) {
      .w-accordion__content {
        padding: 2.27273rem 1.81818rem; } }
    @media (min-width: 1280px) {
      .w-accordion__content {
        padding: 3.18182rem 2.27273rem; } }
  .w-accordion__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.27273rem 0.77273rem;
    color: rgba(255, 255, 255, 0.8); }
    .w-accordion__item:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .w-accordion__item__desc {
      font-size: 0.90909rem;
      margin-top: 1.09091rem;
      width: 90%; }
    .w-accordion__item__title {
      color: #FFF;
      font-size: 1.09091rem;
      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: 0.90909rem; }
      .w-accordion__item__title i {
        color: #CFFF49;
        font-size: 0.54545rem;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
      .w-accordion__item__title.active, .w-accordion__item__title:hover {
        color: #FFF; }
        .w-accordion__item__title.active i, .w-accordion__item__title:hover i {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .w-accordion__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .w-accordion__media img {
      width: 100%;
      height: 27.27273rem;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center top;
      object-position: center top;
      border-radius: 1.45455rem; }
      @media (min-width: 1024px) {
        .w-accordion__media img {
          height: 100%; } }
  .w-accordion.\--style-secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    border-radius: 1.45455rem;
    border: 0.427px solid rgba(255, 255, 255, 0.4);
    background-color: #1512B4;
    background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/accordion-overlay.png);
    background-size: cover;
    background-position: center left;
    padding: 1.36364rem 1.36364rem 1.36364rem;
    gap: 1.36364rem; }
    @media (min-width: 768px) {
      .w-accordion.\--style-secondary {
        gap: 1.81818rem;
        padding: 2.72727rem 1.81818rem 2.72727rem; } }
    @media (min-width: 1024px) {
      .w-accordion.\--style-secondary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        gap: 3.18182rem;
        padding: 3.18182rem 2.72727rem 3.18182rem; } }
    @media (min-width: 1280px) {
      .w-accordion.\--style-secondary {
        padding: 5rem 3.18182rem 5rem; } }
    @media (min-width: 1500px) {
      .w-accordion.\--style-secondary {
        padding: 6.36364rem 4.09091rem 5.45455rem; } }
    .w-accordion.\--style-secondary .w-accordion__content {
      padding: 0px;
      background: transparent;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .w-accordion.\--style-secondary .w-accordion__title {
      color: #FFF;
      margin-bottom: 1.36364rem; }
      @media (min-width: 1024px) {
        .w-accordion.\--style-secondary .w-accordion__title {
          margin-bottom: 2.27273rem; } }
      .w-accordion.\--style-secondary .w-accordion__title span {
        color: #CFFF49; }

.w-categories-slider {
  border-radius: 1.45455rem;
  background: #041932;
  margin-bottom: 1.81818rem;
  overflow: hidden;
  position: relative;
  padding: 3.18182rem 0px; }
  @media (min-width: 1024px) {
    .w-categories-slider {
      padding: 4.54545rem 0px; } }
  @media (min-width: 1280px) {
    .w-categories-slider {
      padding: 5.90909rem 0px; } }
  @media (min-width: 1500px) {
    .w-categories-slider {
      padding: 7.04545rem 0px; } }
  .w-categories-slider:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/products-slider-overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(455px);
    filter: blur(455px); }
  .w-categories-slider > div {
    z-index: 2;
    position: relative; }
  .w-categories-slider__header {
    text-align: center;
    max-width: 53.63636rem;
    margin: 0 auto 3.86364rem;
    padding: 0px 1.36364rem; }
  .w-categories-slider__title {
    margin: 0px;
    color: #FFFFFF;
    max-width: 1020px;
    margin: 0 auto; }
  .w-categories-slider__subtitle {
    margin-bottom: 1.81818rem; }
  .w-categories-slider__slider {
    padding: 0px 0.90909rem; }
  .w-categories-slider__controls a {
    margin-top: 2.27273rem; }
    @media (min-width: 1280px) {
      .w-categories-slider__controls a {
        margin-top: 3.18182rem; } }
    @media (min-width: 1024px) {
      .w-categories-slider__controls a {
        margin-top: 4rem; } }
  .w-categories-slider__desc {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 1.45455rem; }

.w-gallery {
  margin-top: -4.09091rem;
  z-index: 2;
  position: relative;
  border-radius: 1.45455rem;
  padding: 1.81818rem 0px 2.27273rem;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 1.81818rem; }
  @media (min-width: 768px) {
    .w-gallery {
      padding: 4.54545rem 0px 3.86364rem; } }
  .w-gallery__header {
    padding: 0px 1.36364rem 1.36364rem; }
    @media (min-width: 768px) {
      .w-gallery__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0px 2.27273rem 1.81818rem;
        gap: 1.36364rem; }
        .w-gallery__header > * {
          width: 50%; } }
    @media (min-width: 1024px) {
      .w-gallery__header {
        padding: 0px 4.09091rem 2.27273rem; } }
  @media (min-width: 768px) {
    .w-gallery__title {
      max-width: 29.31818rem; } }
  .w-gallery__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.45455rem;
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: i3-marquee-gallery 25s linear infinite;
    animation: i3-marquee-gallery 25s linear infinite; }
  .w-gallery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%; }
    .w-gallery__item img {
      border-radius: 0.72727rem;
      width: 100%;
      height: 16.36364rem;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
      @media (min-width: 768px) {
        .w-gallery__item img {
          height: 21.81818rem; } }

@-webkit-keyframes i3-marquee-gallery {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@keyframes i3-marquee-gallery {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.w-icon-cards {
  border-radius: 1.45455rem;
  background: #041932;
  margin-bottom: 1.81818rem;
  overflow: hidden;
  position: relative;
  padding: 2.27273rem 1.36364rem; }
  @media (min-width: 768px) {
    .w-icon-cards {
      padding: 3.40909rem 2.27273rem; } }
  @media (min-width: 1280px) {
    .w-icon-cards {
      padding: 4.54545rem 3.18182rem; } }
  @media (min-width: 1500px) {
    .w-icon-cards {
      padding: 5.90909rem 4.09091rem; } }
  .w-icon-cards:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/products-slider-overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(455px);
    filter: blur(455px); }
  .w-icon-cards > div {
    z-index: 2;
    position: relative; }
  .w-icon-cards__header {
    text-align: center;
    max-width: 52.95455rem;
    margin: 0 auto 2.72727rem; }
  .w-icon-cards__title {
    color: #FFFFFF;
    max-width: 780px;
    margin: 0 auto; }
  .w-icon-cards__subtitle {
    margin-bottom: 1.81818rem; }
  .w-icon-cards__desc {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 1.45455rem; }

.w-client-review {
  border-radius: 1.45455rem;
  background-color: #041932;
  background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/client-review-overlay.png);
  background-size: cover;
  background-position: center bottom;
  padding: 1.81818rem 1.36364rem;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .w-client-review {
      padding: 2.72727rem 1.81818rem; } }
  @media (min-width: 1024px) {
    .w-client-review {
      padding: 3.63636rem 2.72727rem; } }
  @media (min-width: 1280px) {
    .w-client-review {
      padding: 4.54545rem 3.18182rem; } }
  @media (min-width: 1500px) {
    .w-client-review {
      padding: 5.22727rem 4.09091rem; } }
  .w-client-review__content {
    max-width: 900px;
    margin: 0 auto; }
    .w-client-review__content i {
      color: #CFFF49;
      font-size: 2.09091rem;
      margin-bottom: 1.59091rem; }
  .w-client-review__message {
    font-size: 1.31818rem;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.298px;
    margin: 0;
    line-height: 1.3;
    padding-left: 2.72727rem; }
  .w-client-review__logo {
    max-width: 8.63636rem;
    height: 3.63636rem;
    margin-left: auto;
    background: #FFF;
    border-radius: 100px;
    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;
    padding: 0.22727rem 0.90909rem;
    margin-top: 2.04545rem; }
    .w-client-review__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center; }

.w-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.45455rem;
  border: 0.427px solid rgba(255, 255, 255, 0.4);
  background-color: #1512B4;
  background-image: url(/wp-content/themes/roadphone-nrb/_ui/media/accordion-overlay.png);
  background-size: cover;
  background-position: center left;
  padding: 2.27273rem 1.36364rem;
  gap: 1.36364rem;
  margin-bottom: 1.81818rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 768px) {
    .w-content-list {
      padding: 2.72727rem 1.81818rem; } }
  @media (min-width: 1024px) {
    .w-content-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      padding: 3.63636rem 2.27273rem;
      gap: 2.27273rem; } }
  @media (min-width: 1280px) {
    .w-content-list {
      padding: 5rem 3.18182rem;
      gap: 2.72727rem; } }
  @media (min-width: 1500px) {
    .w-content-list {
      gap: 3.40909rem;
      padding: 6.36364rem 4.09091rem; } }
  .w-content-list > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 1024px) {
      .w-content-list > div {
        width: 50%; } }
  .w-content-list__media {
    height: 35.71429rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .w-content-list__media {
        height: 29.09091rem; } }
    .w-content-list__media img {
      border-radius: 1.09091rem;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .w-content-list__title {
    color: #FFF;
    margin: 0; }
    .w-content-list__title span {
      color: #CFFF49; }
  .w-content-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.36364rem; }
    @media (min-width: 1024px) {
      .w-content-list__content {
        gap: 2.04545rem; } }
  .w-content-list__desc {
    color: rgba(255, 255, 255, 0.9);
    margin: 0px; }
  .w-content-list__items {
    margin: 0px; }
  .w-content-list__item {
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    padding: 1.36364rem 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.68182rem;
    color: #FFF; }
    .w-content-list__item i {
      color: #CFFF49; }
    .w-content-list__item:last-child {
      padding-bottom: 0px; }

.w-stats {
  border-radius: 1.45455rem;
  background: #FFF;
  margin-bottom: 1.81818rem;
  padding: 1.81818rem 1.36364rem; }
  @media (min-width: 768px) {
    .w-stats {
      padding: 2.27273rem 1.81818rem; } }
  @media (min-width: 1024px) {
    .w-stats {
      padding: 3.18182rem 2.27273rem 2.27273rem 2.27273rem; } }
  @media (min-width: 1280px) {
    .w-stats {
      padding: 4.09091rem 3.18182rem 3.18182rem 3.18182rem; } }
  @media (min-width: 1500px) {
    .w-stats {
      padding: 5rem 4.09091rem 3.63636rem 4.09091rem; } }
  .w-stats__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 1.36364rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.04545rem; }
  .w-stats__title {
    max-width: 23.63636rem; }
  .w-stats__description {
    max-width: 28.86364rem; }
  .w-stats__title {
    max-width: 23.86364rem;
    margin: 0px; }
  .w-stats__items {
    border-radius: 18px;
    border: 0.4px solid #F5F9FF;
    background: -webkit-radial-gradient(22.79% 78.54%, 338.93% 99.73%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(339deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
    background: -o-radial-gradient(22.79% 78.54%, 338.93% 99.73%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(339deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), -o-linear-gradient(bottom, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
    background: radial-gradient(338.93% 99.73% at 22.79% 78.54%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(111deg, rgba(21, 18, 180, 0) -17.2%, rgba(21, 18, 180, 0.4) 87.73%), linear-gradient(0deg, #041932 0%, #041932 100%), rgba(21, 18, 180, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 1.81818rem 1.36364rem;
    gap: 1.36364rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .w-stats__items {
        gap: 1.81818rem;
        padding: 2.27273rem 1.81818rem 2.27273rem; } }
    @media (min-width: 1024px) {
      .w-stats__items {
        padding: 2.72727rem 2.27273rem; } }
    @media (min-width: 1280px) {
      .w-stats__items {
        padding: 2.95455rem 3.18182rem 3.40909rem;
        gap: 2.27273rem; } }
    @media (min-width: 1500px) {
      .w-stats__items {
        gap: 3.18182rem; } }
    .w-stats__items > div {
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      @media (min-width: 768px) {
        .w-stats__items > div {
          width: 45%; } }
      @media (min-width: 1024px) {
        .w-stats__items > div {
          width: 20%; } }
      @media (min-width: 1500px) {
        .w-stats__items > div {
          width: 21%; } }
  .w-stats__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .w-stats__item__count {
      color: #CFFF49;
      font-size: 3.63636rem;
      font-family: "Pixelify Sans", sans-serif;
      line-height: 1; }
      .w-stats__item__count span {
        font-size: 4.27273rem; }
    .w-stats__item p {
      color: #FFF;
      font-size: 0.86364rem;
      margin-top: 1.36364rem; }
  .w-stats__contact {
    margin-top: 0.90909rem;
    border-radius: 1.09091rem;
    border: 0.6px solid rgba(4, 25, 50, 0.12);
    background: rgba(21, 18, 180, 0.04);
    padding: 1.81818rem 1.36364rem;
    text-align: center; }
    @media (min-width: 1024px) {
      .w-stats__contact {
        padding: 2.72727rem 1.36364rem; } }
    .w-stats__contact__content {
      max-width: 45rem;
      margin: 0 auto;
      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: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1.63636rem; }
    .w-stats__contact__description {
      line-height: 1.3;
      font-weight: 500;
      color: #041932;
      margin: 0px; }
    .w-stats__contact__title {
      margin: 0; }

@media (min-width: 1024px) {
  .page-contact__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .page-contact__grid > div {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 50%; } }

.page-contact__content {
  padding: 40px 15px;
  background-color: #1941A9;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .page-contact__content {
      padding: 2.27273rem 1.59091rem; } }
  @media (min-width: 1280px) {
    .page-contact__content {
      padding: 4.54545rem 4.54545rem; } }
  .page-contact__content h2 {
    color: #FFF; }

.page-contact__form {
  padding: 30px 15px;
  background-color: #221D54; }
  @media (min-width: 768px) {
    .page-contact__form {
      padding: 2.27273rem 1.59091rem; } }
  @media (min-width: 1024px) {
    .page-contact__form {
      border-top: none; } }
  @media (min-width: 1280px) {
    .page-contact__form {
      padding: 4.54545rem 3.18182rem; } }

.page-contact .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0px; }
  .page-contact .wpcf7-checkbox .wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px; }

.page-contact__note {
  color: #9A98B3;
  font-size: 0.72727rem; }
  .page-contact__note span {
    color: #FFF; }

.page-contact__info__title {
  font-size: 1.27273rem;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.90909rem;
  margin-bottom: 3.18182rem; }

.page-contact__info__box span {
  margin-bottom: 40px;
  display: block;
  font-family: "Muring 01", sans-serif;
  color: rgba(255, 255, 255, 0.75); }

.page-contact__info__box h5 {
  font-size: 1.27273rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px; }
  .page-contact__info__box h5 i {
    color: #FFF;
    font-size: 0.90909rem;
    margin-right: 0.68182rem; }
  .page-contact__info__box h5 a {
    color: #FFF;
    text-decoration: underline; }
    .page-contact__info__box h5 a:hover {
      color: #CFFF49; }

.page-contact.\--style-yellow .page-contact__form {
  background-color: #CFFF49; }

.page-contact.\--style-yellow .page-contact__note {
  color: #777D2B; }
  .page-contact.\--style-yellow .page-contact__note span {
    color: #0A0C12; }

.page-news-listing__wrapper {
  position: relative;
  background: #FFF;
  z-index: 2;
  border-radius: 1.45455rem;
  padding: 1.81818rem 1.36364rem;
  margin-top: -4.09091rem;
  margin-bottom: 1.81818rem; }
  @media (min-width: 768px) {
    .page-news-listing__wrapper {
      padding: 1.81818rem 1.81818rem 2.72727rem; } }
  @media (min-width: 1024px) {
    .page-news-listing__wrapper {
      padding: 2.72727rem 3.18182rem 3.63636rem; } }
  @media (min-width: 1280px) {
    .page-news-listing__wrapper {
      padding: 3.63636rem 4.09091rem 4.54545rem; } }

.page-news-listing__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 30px; }
  @media (min-width: 768px) {
    .page-news-listing__grid {
      gap: 3.18182rem 1.36364rem; } }
  @media (min-width: 1280px) {
    .page-news-listing__grid {
      gap: 4.54545rem 1.59091rem; } }
  @media (min-width: 768px) {
    .page-news-listing__grid > div {
      width: 48%; } }
  @media (min-width: 1024px) {
    .page-news-listing__grid > div {
      width: 31.5%; } }

.page-news-listing__category-filters {
  width: 100%;
  margin: 0 auto 30px auto; }
  @media (min-width: 768px) {
    .page-news-listing__category-filters {
      margin: 0 auto 3.63636rem auto; } }
  @media (min-width: 1024px) {
    .page-news-listing__category-filters {
      max-width: 42.95455rem; } }
  .page-news-listing__category-filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.72727rem 12px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .page-news-listing__category-filters ul li a {
      display: inline-block;
      font-size: 0.81818rem;
      font-weight: 500;
      border-radius: 40px;
      border: 1px solid rgba(15, 49, 91, 0.12);
      background: #F3F7FD;
      padding: 0.63636rem 1.04545rem; }
      .page-news-listing__category-filters ul li a.active, .page-news-listing__category-filters ul li a:hover {
        background: #1512B4;
        border: 1px solid #1512B4;
        color: #fff; }

.page-news-listing .w-wp-pagination {
  margin-top: 2.27273rem; }
  @media (min-width: 768px) {
    .page-news-listing .w-wp-pagination {
      margin-top: 3.18182rem; } }
  @media (min-width: 1024px) {
    .page-news-listing .w-wp-pagination {
      margin-top: 4.09091rem; } }
  @media (min-width: 1280px) {
    .page-news-listing .w-wp-pagination {
      margin-top: 5.45455rem; } }

.page-news-listing.\--style-case-study .page-news-listing__grid {
  gap: 1.81818rem 1.63636rem; }
  @media (min-width: 600px) {
    .page-news-listing.\--style-case-study .page-news-listing__grid {
      gap: 2.72727rem 1.63636rem; } }
  @media (min-width: 1024px) {
    .page-news-listing.\--style-case-study .page-news-listing__grid {
      gap: 4.54545rem 1.63636rem; } }
  .page-news-listing.\--style-case-study .page-news-listing__grid > div {
    width: 100%; }
    @media (min-width: 600px) {
      .page-news-listing.\--style-case-study .page-news-listing__grid > div {
        width: 46%; } }
    @media (min-width: 1024px) {
      .page-news-listing.\--style-case-study .page-news-listing__grid > div {
        width: 48%; } }

.page-news__wrapper {
  background-color: #fff;
  position: relative;
  border-radius: 1.45455rem;
  margin-top: -4.09091rem;
  margin-bottom: 1.81818rem;
  padding: 1.81818rem 1.36364rem;
  z-index: 2; }
  @media (min-width: 768px) {
    .page-news__wrapper {
      padding: 2.27273rem 1.81818rem; } }
  @media (min-width: 1024px) {
    .page-news__wrapper {
      padding: 3.18182rem 2.27273rem; } }
  @media (min-width: 1280px) {
    .page-news__wrapper {
      padding: 3.63636rem 3.18182rem 3.63636rem; } }
  @media (min-width: 1500px) {
    .page-news__wrapper {
      padding: 3.63636rem 4.09091rem 5rem; } }

.page-news__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.36364rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 1024px) {
    .page-news__grid {
      gap: 2.72727rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; } }
  @media (min-width: 1280px) {
    .page-news__grid {
      gap: 3.86364rem; } }

.page-news__sidebar {
  width: 100%; }
  @media (min-width: 1024px) {
    .page-news__sidebar {
      max-width: 17.27273rem; } }
  .page-news__sidebar > div {
    position: -webkit-sticky;
    position: sticky;
    top: 40px; }
  .page-news__sidebar__content-wrap {
    background: rgba(21, 18, 180, 0.04);
    max-width: 100%;
    border: 1.319px solid rgba(4, 25, 50, 0.12);
    border-radius: 16px;
    padding: 1.81818rem 1.77273rem 1.81818rem 1.13636rem;
    margin-bottom: 1.81818rem; }
    .page-news__sidebar__content-wrap ul {
      margin: 0 !important;
      padding: 0;
      list-style: none; }
      .page-news__sidebar__content-wrap ul li {
        margin-bottom: 1.13636rem !important;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .page-news__sidebar__content-wrap ul li.active:before {
          content: '\e90c'; }
        .page-news__sidebar__content-wrap ul li:before {
          content: unset;
          /* 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;
          font-size: 0.81818rem;
          color: #1512B4;
          margin-right: 12px; }
        .page-news__sidebar__content-wrap ul li:last-child {
          margin-bottom: 0 !important; }
        .page-news__sidebar__content-wrap ul li a {
          font-size: 0.90909rem;
          font-weight: 500;
          line-height: 1.4; }
  .page-news__sidebar__title {
    font-size: 1.27273rem;
    color: #1512B4;
    margin-bottom: 0.90909rem; }
  .page-news__sidebar__reading p {
    font-size: 0.81818rem;
    font-weight: 500;
    text-align: center; }

.page-news__content-wrap {
  width: 100%; }
  @media (min-width: 1024px) {
    .page-news__content-wrap {
      max-width: 46.81818rem; } }

.page-news__share > div {
  position: -webkit-sticky;
  position: sticky;
  top: 1.81818rem; }

.page-news__related {
  background: rgba(21, 18, 180, 0.04);
  border: 0.6px solid rgba(4, 25, 50, 0.12);
  border-radius: 1.09091rem;
  margin-bottom: 1.81818rem;
  padding: 1.81818rem 1.36364rem; }
  @media (min-width: 768px) {
    .page-news__related {
      padding: 2.27273rem 1.81818rem; } }
  @media (min-width: 1024px) {
    .page-news__related {
      padding: 3.18182rem 2.72727rem; } }
  @media (min-width: 1280px) {
    .page-news__related {
      padding: 4.54545rem 3.63636rem; } }
  @media (min-width: 1500px) {
    .page-news__related {
      padding: 5.68182rem 4.54545rem; } }
  .page-news__related__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: 2.27273rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 1.36364rem; }
  .page-news__related__title {
    margin: 0; }

.page-home__hero {
  background: -webkit-linear-gradient(94deg, rgba(4, 25, 50, 0) 50.1%, rgba(4, 25, 50, 0.8) 122.14%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 10.2%, #041932 54.91%);
  background: -o-linear-gradient(94deg, rgba(4, 25, 50, 0) 50.1%, rgba(4, 25, 50, 0.8) 122.14%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 10.2%, #041932 54.91%);
  background: linear-gradient(356deg, rgba(4, 25, 50, 0) 50.1%, rgba(4, 25, 50, 0.8) 122.14%), linear-gradient(0deg, rgba(255, 255, 255, 0) 10.2%, #041932 54.91%);
  color: #FFF;
  position: relative;
  margin-inline: -1.81818rem;
  min-height: 500px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .page-home__hero {
      min-height: unset;
      display: block; } }
  .page-home__hero__media {
    border-radius: 24px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .page-home__hero__media video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .page-home__hero__media:after {
      content: '';
      width: 100%;
      height: 100%;
      background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-radial-gradient(50% 50%, 50% 50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      top: 0;
      left: 0; }
  .page-home__hero__wrap {
    max-width: 77.27273rem;
    padding: 9.09091rem 40px 6.36364rem;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
    @media (min-width: 768px) {
      .page-home__hero__wrap {
        padding: 14.54545rem 20px 6.36364rem; } }
  .page-home__hero__content {
    text-align: center; }
  .page-home__hero__bottom {
    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;
    margin-top: 4.09091rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.36364rem; }
    @media (min-width: 768px) {
      .page-home__hero__bottom {
        margin-top: 5.90909rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    @media (min-width: 1024px) {
      .page-home__hero__bottom {
        margin-top: 7.72727rem; } }
  .page-home__hero__subtitle {
    color: #FFF;
    line-height: 1.1;
    margin-bottom: 0px;
    display: none; }
    @media (min-width: 768px) {
      .page-home__hero__subtitle {
        display: block; } }
  .page-home__hero__titles {
    min-height: 4.63636rem;
    position: relative;
    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; }
  .page-home__hero__title {
    color: #FFF;
    line-height: 1.1;
    margin-top: 0.72727rem;
    margin-bottom: 0px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .page-home__hero__title span {
      color: #CFFF49; }
    .page-home__hero__title.active {
      opacity: 1;
      position: relative; }
  .page-home__hero__desc {
    margin-top: 1.27273rem;
    font-size: 1.09091rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 1.27273rem auto 0px;
    max-width: 1130px;
    display: none; }
    @media (min-width: 768px) {
      .page-home__hero__desc {
        display: block; } }
  .page-home__hero__cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    margin-top: 2.72727rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    display: none; }
    @media (min-width: 768px) {
      .page-home__hero__cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .page-home__hero__post {
    max-width: 27.27273rem;
    border-radius: 0.95455rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.44);
    -webkit-backdrop-filter: blur(9.7px);
    backdrop-filter: blur(9.7px);
    padding: 0.45455rem 0.5rem;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.09091rem;
    position: relative; }
    @media (min-width: 768px) {
      .page-home__hero__post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .page-home__hero__post__media {
      min-width: 8.18182rem;
      height: 5.90909rem;
      background: rgba(255, 255, 255, 0.2);
      border: 1.7px solid rgba(255, 255, 255, 0.2);
      border-radius: 12px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .page-home__hero__post__media {
          height: 6.63636rem;
          min-width: 10rem; } }
      .page-home__hero__post__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .page-home__hero__post__title {
      font-size: 0.72727rem;
      font-weight: 500;
      line-height: 1;
      font-family: "Muring 01", sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.72727rem; }
      .page-home__hero__post__title i {
        width: 12px;
        height: 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 50%;
        border: 0.099px solid rgba(0, 0, 0, 0.4);
        background: #CFFF49;
        outline: 3px rgba(207, 255, 73, 0.32) solid;
        -webkit-box-shadow: 0px 0px 0px 7px rgba(207, 255, 73, 0.2);
        box-shadow: 0px 0px 0px 7px rgba(207, 255, 73, 0.2);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        -webkit-animation: i3radiationPulsePost 1.5s infinite;
        animation: i3radiationPulsePost 1.5s infinite; }
    .page-home__hero__post__desc {
      font-size: 0.81818rem;
      font-weight: 500;
      line-height: 1.4;
      margin-top: 0.90909rem; }
    .page-home__hero__post__cta {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .page-home__hero__form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px; }
    @media (min-width: 1024px) {
      .page-home__hero__form {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0; } }
    body.\--show-form .page-home__hero__form {
      opacity: 1;
      visibility: visible; }
    .page-home__hero__form__close {
      position: absolute;
      top: 0.90909rem;
      right: 0.81818rem;
      cursor: pointer;
      width: 1.81818rem;
      height: 1.81818rem;
      border-radius: 50%;
      background: #CFFF49;
      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: #1512B4;
      font-size: 0.90909rem; }
    .page-home__hero__form__wrap {
      border-radius: 1.09091rem;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: rgba(0, 0, 0, 0.6);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      width: 100%;
      padding: 3.18182rem 1.45455rem;
      overflow-y: auto; }
      @media (min-width: 1024px) {
        .page-home__hero__form__wrap {
          max-width: 625px;
          margin-left: 1.81818rem;
          margin-bottom: 1.81818rem;
          max-height: calc(100dvh - 48px); } }
      @media (min-width: 1280px) {
        .page-home__hero__form__wrap {
          margin-left: 2.27273rem;
          margin-bottom: 2.27273rem; } }
      @media (min-width: 1500px) {
        .page-home__hero__form__wrap {
          margin-left: 6.81818rem; } }
      .page-home__hero__form__wrap::-webkit-scrollbar {
        width: 5px;
        height: 5px; }
      .page-home__hero__form__wrap::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.6);
        border-radius: 5px; }
      .page-home__hero__form__wrap::-webkit-scrollbar-thumb {
        background: #3c3c3c;
        border-radius: 5px; }
    .page-home__hero__form__cta a {
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: rgba(0, 0, 0, 0.24);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      padding: 0.95455rem 1.04545rem 0.95455rem 1.45455rem;
      font-size: 0.90909rem;
      color: #FFF;
      font-weight: 500;
      line-height: 1;
      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;
      border-radius: 40px; }
      .page-home__hero__form__cta a:hover {
        background-color: #041932; }
      .page-home__hero__form__cta a i {
        width: 1.04545rem;
        height: 1.04545rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 50%;
        background: #CFFF49;
        outline: 0.27273rem rgba(207, 255, 73, 0.32) solid;
        -webkit-box-shadow: 0px 0px 0px 0.59091rem rgba(207, 255, 73, 0.2);
        box-shadow: 0px 0px 0px 0.59091rem rgba(207, 255, 73, 0.2);
        margin-left: 1.45455rem;
        -webkit-animation: i3radiationPulseBtn 1.5s infinite;
        animation: i3radiationPulseBtn 1.5s infinite; }
    .page-home__hero__form .gform_wrapper.gravity-theme .gform_heading {
      display: none; }
    .page-home__hero__form .gform_wrapper.gravity-theme .gform_page_fields .gform_fields {
      grid-row-gap: 1.13636rem; }
      @media (min-width: 1024px) {
        .page-home__hero__form .gform_wrapper.gravity-theme .gform_page_fields .gform_fields {
          grid-row-gap: 1.59091rem; } }
    .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields {
      grid-row-gap: 1.36364rem; }
      @media (min-width: 1024px) {
        .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields {
          grid-row-gap: 1.81818rem; } }
      .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .gfield_label {
        color: #FFF;
        font-size: 1.09091rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 0.90909rem;
        text-transform: unset; }
        .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .gfield_label .gfield_required {
          color: #CFFF49;
          font-size: 0.81818rem; }
      .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_radio .gfield_radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        gap: 10px; }
        .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_radio .gfield_radio .gchoice {
          position: relative; }
          .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0; }
            .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input + label {
              max-width: unset;
              border-radius: 100px;
              border: 1px solid rgba(255, 255, 255, 0.2);
              background: rgba(0, 0, 0, 0.44);
              -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
              cursor: pointer;
              color: #FFF;
              padding: 0.68182rem 0.90909rem;
              font-size: 0.81818rem;
              line-height: 1;
              font-weight: 500;
              font-family: "Muring 01", sans-serif;
              outline: 1px solid transparent;
              outline-offset: -2px;
              -webkit-transition: ease all 0.3s;
              -o-transition: ease all 0.3s;
              transition: ease all 0.3s; }
              .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input + label:hover {
                border-color: #CFFF49;
                outline-color: #CFFF49;
                background: rgba(207, 255, 73, 0.08); }
            .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input:checked + label {
              border-color: #CFFF49;
              outline-color: #CFFF49;
              background: rgba(207, 255, 73, 0.08); }
      .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text input, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text select, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text textarea, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email input, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email select, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email textarea, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select input, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select select, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select textarea, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea input, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea select, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea textarea {
        border-radius: 100px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(0, 0, 0, 0.44);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        color: rgba(255, 255, 255, 0.6);
        padding: 0.45455rem 0.90909rem;
        font-size: 0.81818rem;
        line-height: 1;
        font-weight: 500;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text input::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text select::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text textarea::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email input::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email select::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email textarea::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select input::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select select::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select textarea::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea input::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea select::-webkit-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.6); }
        .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text input:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text select:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text textarea:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email input:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email select:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email textarea:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select input:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select select:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select textarea:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea input:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea select:-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.6); }
        .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text input::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text select::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text textarea::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email input::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email select::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email textarea::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select input::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select select::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select textarea::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea input::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea select::-ms-input-placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.6); }
        .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text input::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text select::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text textarea::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email input::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email select::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email textarea::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select input::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select select::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select textarea::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea input::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea select::placeholder, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea textarea::placeholder {
          color: rgba(255, 255, 255, 0.6); }
      .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_text textarea, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_email textarea, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select textarea, .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_textarea textarea {
        height: 5.68182rem;
        border-radius: 24px;
        padding: 0.81818rem 0.90909rem; }
      .page-home__hero__form .gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_select:after {
        color: #CFFF49; }
    .page-home__hero__form .gform_wrapper.gravity-theme .gform-page-footer {
      padding: 0px;
      margin-top: 2.18182rem; }
      .page-home__hero__form .gform_wrapper.gravity-theme .gform-page-footer .gform_previous_button {
        display: none; }
      .page-home__hero__form .gform_wrapper.gravity-theme .gform-page-footer .gform_button, .page-home__hero__form .gform_wrapper.gravity-theme .gform-page-footer .gform_next_button {
        margin-bottom: 0px;
        margin-left: 0;
        background: #1512B4;
        border-radius: 40px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: #FFF;
        font-family: "Muring 01", sans-serif;
        font-size: 0.90909rem;
        width: 100%;
        font-weight: 500;
        padding: 0.68182rem;
        line-height: 1;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        .page-home__hero__form .gform_wrapper.gravity-theme .gform-page-footer .gform_button:hover, .page-home__hero__form .gform_wrapper.gravity-theme .gform-page-footer .gform_next_button:hover {
          background-color: #CFFF49;
          color: #1512B4; }
    .page-home__hero__form .gform_wrapper.gravity-theme .gfield_validation_message {
      border-radius: 100px;
      background: rgba(244, 67, 54, 0.08);
      color: #FFF;
      font-family: "Muring 01", sans-serif;
      font-size: 0.68182rem;
      padding: 0.45455rem;
      font-weight: 500;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      text-align: center;
      border: 2px solid #F44336; }
    .page-home__hero__form .gform_wrapper.gravity-theme .gform_validation_errors {
      display: none; }
    .page-home__hero__form .gravity-theme .gform_confirmation_message {
      font-family: "Muring 01", sans-serif;
      color: #FFF;
      font-size: 1.09091rem; }
      @media (min-width: 1024px) {
        .page-home__hero__form .gravity-theme .gform_confirmation_message {
          width: 90%; } }

@-webkit-keyframes i3radiationPulsePost {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 11px rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 11px rgba(207, 255, 73, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0); } }

@keyframes i3radiationPulsePost {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 11px rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 11px rgba(207, 255, 73, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0); } }

@-webkit-keyframes i3radiationPulseBtn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 16px rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 16px rgba(207, 255, 73, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0); } }

@keyframes i3radiationPulseBtn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 16px rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 16px rgba(207, 255, 73, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 255, 73, 0);
    box-shadow: 0 0 0 0 rgba(207, 255, 73, 0); } }

.page-product__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  opacity: 0;
  visibility: hidden; }
  body.\--show-product-form .page-product__overlay {
    opacity: 1;
    visibility: visible; }
  .page-product__overlay__close {
    position: absolute;
    top: 1.18182rem;
    right: 1rem;
    cursor: pointer;
    width: 1.81818rem;
    height: 1.81818rem;
    border-radius: 50%;
    background: #CFFF49;
    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: #1512B4;
    font-size: 0.72727rem; }
  .page-product__overlay__form {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    border-radius: 1.45455rem 0 0 1.45455rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#041932), to(#041932)), #FFF;
    background: -webkit-linear-gradient(bottom, #041932 0%, #041932 100%), #FFF;
    background: -o-linear-gradient(bottom, #041932 0%, #041932 100%), #FFF;
    background: linear-gradient(0deg, #041932 0%, #041932 100%), #FFF;
    overflow: auto;
    height: 100%;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding: 3.18182rem 1.36364rem 1.36364rem; }
    @media (min-width: 1024px) {
      .page-product__overlay__form {
        padding: 3.63636rem 1.81818rem 2.27273rem; } }
    @media (min-width: 1280px) {
      .page-product__overlay__form {
        padding: 5.45455rem 2.95455rem 1.36364rem; } }
    body.\--show-product-form .page-product__overlay__form {
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset; }
    .page-product__overlay__form .gform_wrapper.gravity-theme .gform_heading {
      text-align: left;
      margin-bottom: 1.59091rem; }
      .page-product__overlay__form .gform_wrapper.gravity-theme .gform_heading .gform_title {
        color: #FFF;
        font-size: 1.81818rem;
        font-weight: 500;
        line-height: 1.1; }
      .page-product__overlay__form .gform_wrapper.gravity-theme .gform_heading .gform_description {
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.3; }
    .page-product__overlay__form .gform_wrapper.gravity-theme .gform_fields {
      grid-row-gap: 1.45455rem; }
      .page-product__overlay__form .gform_wrapper.gravity-theme .gform_fields .gfield_label {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.63636rem;
        line-height: 1;
        margin-bottom: 0.63636rem; }
      .page-product__overlay__form .gform_wrapper.gravity-theme .gform_fields textarea {
        padding: 1.09091rem;
        height: 5.45455rem !important; }
    .page-product__overlay__form .gform_wrapper.gravity-theme .gform-footer {
      padding: 0px;
      margin-top: 1.63636rem; }
      .page-product__overlay__form .gform_wrapper.gravity-theme .gform-footer .gform_button {
        margin-bottom: 0px;
        background: #1512B4;
        border-radius: 40px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: #FFF;
        font-family: "Muring 01", sans-serif;
        font-size: 0.90909rem;
        width: 100%;
        font-weight: 500;
        padding: 0.68182rem;
        line-height: 1;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        .page-product__overlay__form .gform_wrapper.gravity-theme .gform-footer .gform_button:hover {
          background-color: #CFFF49;
          color: #1512B4; }
    .page-product__overlay__form .gform_wrapper.gravity-theme .gfield_validation_message {
      border-radius: 100px;
      background: rgba(244, 67, 54, 0.08);
      color: #FFF;
      font-family: "Muring 01", sans-serif;
      font-size: 0.68182rem;
      padding: 0.45455rem;
      font-weight: 500;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      text-align: center;
      border: 2px solid #F44336; }
    .page-product__overlay__form .gform_wrapper.gravity-theme .gform_validation_errors {
      display: none; }
    .page-product__overlay__form .gravity-theme .gform_confirmation_message {
      font-family: "Muring 01", sans-serif;
      border-radius: 100px;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      color: #FFF;
      padding: 0.72727rem;
      text-align: center;
      background: rgba(207, 255, 73, 0.08);
      border: 2px solid #CFFF49;
      font-size: 0.81818rem; }

.page-product-listing__wrap {
  border-radius: 1.45455rem;
  background: #FFF;
  margin-top: -4.09091rem;
  z-index: 2;
  position: relative;
  margin-bottom: 1.81818rem;
  padding: 1.81818rem 1.36364rem; }
  @media (min-width: 768px) {
    .page-product-listing__wrap {
      padding: 2.72727rem 1.81818rem 2.72727rem; } }
  @media (min-width: 1024px) {
    .page-product-listing__wrap {
      padding: 3.18182rem 2.27273rem 3.63636rem; } }
  @media (min-width: 1280px) {
    .page-product-listing__wrap {
      padding: 4.09091rem 2.95455rem 5rem; } }

.page-product-listing__header {
  max-width: 38.18182rem;
  margin: 0 auto;
  text-align: center; }

.page-product-listing__desc {
  font-size: 1.27273rem;
  line-height: 1.3;
  color: rgba(4, 25, 50, 0.8);
  margin-bottom: 1.63636rem; }

.page-product-listing__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(21, 18, 180, 0.04);
  border-radius: 100px;
  width: 100%;
  border: 1px rgba(4, 25, 50, 0.12) solid;
  padding: 5px;
  margin: 0px auto 2.27273rem !important; }
  @media (min-width: 600px) {
    .page-product-listing__tabs {
      max-width: 22.72727rem; } }
  @media (min-width: 768px) {
    .page-product-listing__tabs {
      margin: 0px auto 2.72727rem !important; } }
  @media (min-width: 1024px) {
    .page-product-listing__tabs {
      margin: 0px auto 3.63636rem !important; } }
  .page-product-listing__tabs li {
    width: 50%; }
    .page-product-listing__tabs li a {
      font-size: 0.90909rem;
      font-family: "Muring 01", sans-serif;
      font-weight: 500;
      line-height: 1.3;
      padding: 0.40909rem 1.36364rem;
      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;
      border-radius: 100px;
      color: rgba(21, 18, 180, 0.6);
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      .page-product-listing__tabs li a.active, .page-product-listing__tabs li a:hover {
        background: #1512B4;
        color: #FFF; }

.page-product-listing__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.81818rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 1024px) {
    .page-product-listing__grid {
      gap: 2.27273rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; } }

.page-product-listing__filter {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1.81818rem; }
  @media (min-width: 1024px) {
    .page-product-listing__filter {
      max-width: 15.90909rem;
      margin-top: 3.18182rem; } }
  .page-product-listing__filter__title {
    font-size: 1.27273rem;
    margin-bottom: 1.09091rem; }
  .page-product-listing__filter__group__title {
    font-size: 0.81818rem;
    font-family: "Muring 01", sans-serif;
    font-weight: 500;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 0.68182rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.54545rem;
    border-bottom: 1px rgba(21, 18, 180, 0.4) solid;
    line-height: 1;
    outline: none; }
    .page-product-listing__filter__group__title i {
      color: #1512B4;
      font-size: 0.40909rem;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
    .page-product-listing__filter__group__title:hover i, .page-product-listing__filter__group__title.active i {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .page-product-listing__filter__group__list {
    padding: 0.63636rem 0.54545rem;
    margin-bottom: 0.68182rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.45455rem; }
    .page-product-listing__filter__group__list li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .page-product-listing__filter__group__list li label {
        padding-left: 1.45455rem;
        font-size: 0.81818rem;
        line-height: 1.3;
        cursor: pointer; }
        .page-product-listing__filter__group__list li label:after {
          content: '\e90e';
          font-family: 'default';
          width: 1rem;
          height: 1rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          border-radius: 4.449px;
          border: 0.741px solid rgba(4, 25, 50, 0.12);
          font-size: 0.59091rem;
          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: transparent; }
      .page-product-listing__filter__group__list li input[type="checkbox"] {
        display: none; }
        .page-product-listing__filter__group__list li input[type="checkbox"]:checked + label:after {
          background-color: #1512B4;
          color: #CFFF49; }
  .page-product-listing__filter__cta {
    margin-top: 1.36364rem; }

.page-product-listing__products {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .page-product-listing__products__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.36364rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.81818rem; }
  .page-product-listing__products__title {
    margin: 0px;
    font-size: 1.27273rem; }
  .page-product-listing__products__toggle a {
    font-size: 0.90909rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.68182rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-product-listing__products__toggle a:after {
      content: "\e900";
      font-family: 'default';
      color: #1512B4;
      font-size: 0.72727rem; }
  .page-product-listing__products__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.45455rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .page-product-listing__products__grid > div {
      width: 100%;
      padding-left: 1.45455rem;
      padding-bottom: 1.45455rem; }
      @media (min-width: 600px) {
        .page-product-listing__products__grid > div {
          width: 50%; } }
      @media (min-width: 1024px) {
        .page-product-listing__products__grid > div {
          width: 33.33%; } }
      @media (min-width: 1280px) {
        .page-product-listing__products__grid > div {
          width: 25%; } }

.i3-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; }
  .i3-slider.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0; }
    .i3-slider.slick-slider .slick-list:focus {
      outline: none; }
    .i3-slider.slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .i3-slider.slick-slider .slick-track, .i3-slider.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .i3-slider.slick-slider .slick-track {
    outline: none;
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .i3-slider.slick-slider .slick-track:before, .i3-slider.slick-slider .slick-track:after {
      content: "";
      display: table; }
    .i3-slider.slick-slider .slick-track:after {
      clear: both; }
    .slick-loading .i3-slider.slick-slider .slick-track {
      visibility: hidden; }
  .i3-slider.slick-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    outline: none; }
    [dir="rtl"] .i3-slider.slick-slider .slick-slide {
      float: right; }
    .i3-slider.slick-slider .slick-slide > img {
      display: block; }
    .i3-slider.slick-slider .slick-slide.dragging {
      pointer-events: none; }
  .i3-slider.slick-slider.slick-loading .slick-slide {
    display: none; }
  .i3-slider.slick-slider.slick-initialized .slick-slide {
    display: block; }
  .i3-slider.slick-slider.slick-loading .slick-slide {
    visibility: hidden; }
  .i3-slider.slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .i3-slider.slick-slider .slick-arrow.slick-hidden {
    display: none; }
  .i3-slider.slick-slider .slick-prev,
  .i3-slider.slick-slider .slick-next {
    position: absolute;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    padding: 0;
    border: 1px solid #221D54;
    outline: none;
    background: #FFF;
    color: #05143F;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    z-index: 9;
    border-radius: 50%;
    display: inline-block !important; }
    .i3-slider.slick-slider .slick-prev:hover, .i3-slider.slick-slider .slick-prev:focus,
    .i3-slider.slick-slider .slick-next:hover,
    .i3-slider.slick-slider .slick-next:focus {
      outline: none;
      background: #CFFF49;
      color: #1512B4; }
      .i3-slider.slick-slider .slick-prev:hover:before, .i3-slider.slick-slider .slick-prev:focus:before,
      .i3-slider.slick-slider .slick-next:hover:before,
      .i3-slider.slick-slider .slick-next:focus:before {
        color: #1512B4; }
    .i3-slider.slick-slider .slick-prev.slick-disabled:before,
    .i3-slider.slick-slider .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .i3-slider.slick-slider .slick-prev:before,
    .i3-slider.slick-slider .slick-next:before {
      /* 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;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-size: 0.81818rem;
      line-height: 1;
      color: #05143F; }
  .i3-slider.slick-slider.\--nav-light .slick-prev,
  .i3-slider.slick-slider.\--nav-light .slick-next {
    border-color: #b5c4cd;
    color: #FFF; }
    .i3-slider.slick-slider.\--nav-light .slick-prev:before,
    .i3-slider.slick-slider.\--nav-light .slick-next:before {
      color: #FFF; }
    .i3-slider.slick-slider.\--nav-light .slick-prev:hover, .i3-slider.slick-slider.\--nav-light .slick-prev:focus,
    .i3-slider.slick-slider.\--nav-light .slick-next:hover,
    .i3-slider.slick-slider.\--nav-light .slick-next:focus {
      color: #CFFF49; }
      .i3-slider.slick-slider.\--nav-light .slick-prev:hover:before, .i3-slider.slick-slider.\--nav-light .slick-prev:focus:before,
      .i3-slider.slick-slider.\--nav-light .slick-next:hover:before,
      .i3-slider.slick-slider.\--nav-light .slick-next:focus:before {
        color: #CFFF49; }
  .i3-slider.slick-slider .slick-prev {
    left: 0; }
    [dir="rtl"] .i3-slider.slick-slider .slick-prev {
      left: auto;
      right: 0; }
    .i3-slider.slick-slider .slick-prev:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-prev:before {
        content: ""; }
  .i3-slider.slick-slider .slick-next {
    right: 0; }
    [dir="rtl"] .i3-slider.slick-slider .slick-next {
      left: 0;
      right: auto; }
    .i3-slider.slick-slider .slick-next:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-next:before {
        content: ""; }
  .i3-slider.slick-slider .slick-dots {
    list-style: none;
    display: block;
    padding: 0;
    margin: 30px 0 0 0;
    width: 100%;
    text-align: center; }
    .i3-slider.slick-slider .slick-dots li {
      margin: 0px 18px 0px 0px;
      display: inline-block; }
      .i3-slider.slick-slider .slick-dots li:last-child {
        margin: 0px; }
      .i3-slider.slick-slider .slick-dots li button {
        font-size: 0px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.6);
        position: relative; }
        .i3-slider.slick-slider .slick-dots li button:after {
          content: '';
          width: 18px;
          height: 18px;
          border-radius: 50%;
          border: 1px #FFF solid;
          position: absolute;
          left: -6px;
          top: -6px;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: ease all 0.3s;
          -o-transition: ease all 0.3s;
          transition: ease all 0.3s; }
      .i3-slider.slick-slider .slick-dots li.slick-active button {
        background-color: #FFF; }
        .i3-slider.slick-slider .slick-dots li.slick-active button:after {
          visibility: visible;
          opacity: 1; }
  .i3-slider.slick-slider.\--dots-black .slick-dots li button {
    background-color: #000; }
    .i3-slider.slick-slider.\--dots-black .slick-dots li button:after {
      border: 1px #000 solid; }
  .i3-slider.slick-slider.\--dots-black .slick-dots li.slick-active button {
    background-color: #000; }
  .i3-slider.slick-slider.\--dots-white .slick-dots li button {
    background-color: #fff; }
    .i3-slider.slick-slider.\--dots-white .slick-dots li button:after {
      border: 1px #fff solid; }
  .i3-slider.slick-slider.\--dots-white .slick-dots li.slick-active button {
    background-color: #fff; }
  .i3-slider.slick-slider.\--dots-dark .slick-dots li button {
    background-color: #1512B4; }
    .i3-slider.slick-slider.\--dots-dark .slick-dots li button:after {
      border: 1px #041932 solid; }
  .i3-slider.slick-slider.\--dots-dark .slick-dots li.slick-active button {
    background-color: #1512B4; }
  .i3-slider.slick-slider.\--style-hero .slick-list {
    margin: -1px; }
  .i3-slider.slick-slider.\--style-hero .slick-dots {
    margin: 0px;
    padding-left: 5px;
    text-align: left; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-hero .slick-dots {
        padding-left: 0px;
        padding-right: 30px; } }
    .i3-slider.slick-slider.\--style-hero .slick-dots li {
      line-height: 0px; }
      @media (min-width: 768px) {
        .i3-slider.slick-slider.\--style-hero .slick-dots li {
          display: block;
          margin: 0px;
          margin-bottom: 18px; } }
      .i3-slider.slick-slider.\--style-hero .slick-dots li:last-child {
        margin-bottom: 0px; }
  .i3-slider.slick-slider.\--style-case {
    height: 100%; }
    .i3-slider.slick-slider.\--style-case .slick-list {
      margin: 0px;
      height: 100%; }
      .i3-slider.slick-slider.\--style-case .slick-list .slick-track {
        height: 100%; }
    .i3-slider.slick-slider.\--style-case .slick-dots {
      padding-left: 5px;
      text-align: left;
      margin: 0px 0px 25px 0px; }
  .i3-slider.slick-slider.\--style-content .slick-list {
    margin: 0px; }
  .i3-slider.slick-slider.\--style-products .slick-prev,
  .i3-slider.slick-slider.\--style-products .slick-next {
    top: 80%;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%); }
  .i3-slider.slick-slider.\--theme-light .slick-dots li button:before {
    background-color: #fff;
    opacity: .5; }
  .i3-slider.slick-slider.\--theme-light .slick-dots li.slick-active button:before {
    opacity: 1; }
  .i3-slider.slick-slider.\--animate-opacity .slick-slide {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .i3-slider.slick-slider.\--animate-opacity .slick-slide.slick-active {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      pointer-events: all; }
  .i3-slider.slick-slider.\--contain-slick-list .slick-list {
    max-width: 1310px;
    margin: 0 auto;
    overflow: visible; }
  .i3-slider.slick-slider.\--contain-slick-list-large .slick-list {
    max-width: 1400px;
    margin: 0 auto;
    overflow: visible; }
  .i3-slider.slick-slider.\--style-equal-height .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .i3-slider.slick-slider.\--style-equal-height .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      height: auto; }
      .i3-slider.slick-slider.\--style-equal-height .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
        .ipad .i3-slider.slick-slider.\--style-equal-height .slick-track .slick-slide > div {
          height: auto; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-prev:before,
  .i3-slider.slick-slider.\--style-arrows-inset .slick-next:before {
    color: #FFF; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-prev {
    left: 1rem; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-next {
    right: 1rem; }
  .i3-slider.slick-slider.\--style-arrows-small .slick-prev,
  .i3-slider.slick-slider.\--style-arrows-small .slick-next {
    width: 12px;
    height: 12px; }
    .i3-slider.slick-slider.\--style-arrows-small .slick-prev:before,
    .i3-slider.slick-slider.\--style-arrows-small .slick-next:before {
      font-size: 12px; }
  .i3-slider.slick-slider.\--pad-1 .slick-slide {
    margin: 0px 10px; }
  .i3-slider.slick-slider.\--pad-15 .slick-slide {
    margin: 0px 15px; }
  .i3-slider.slick-slider.\--pad-2 .slick-slide {
    margin: 0px 20px; }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
  .i3-slider.slick-slider.\--style-offsets-1.\--style-blocks .slick-slide {
    margin-bottom: 5px; }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
    margin-left: -10px;
    margin-right: -10px; }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
    margin-left: 10px;
    margin-right: 10px; }
  .i3-slider.slick-slider.\--style-offsets-2.\--style-blocks .slick-slide {
    margin-bottom: 10px; }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
    margin-left: -15px;
    margin-right: -15px; }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
    margin-left: 15px;
    margin-right: 15px; }
  .i3-slider.slick-slider.\--style-offsets-3.\--style-blocks .slick-slide {
    margin-bottom: 15px; }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
    margin-left: -20px;
    margin-right: -20px; }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
    margin-left: 20px;
    margin-right: 20px; }
  .i3-slider.slick-slider.\--style-offsets-4.\--style-blocks .slick-slide {
    margin-bottom: 20px; }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
    margin-left: -25px;
    margin-right: -25px; }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
    margin-left: 25px;
    margin-right: 25px; }
  .i3-slider.slick-slider.\--style-offsets-5.\--style-blocks .slick-slide {
    margin-bottom: 25px; }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
    margin-left: -30px;
    margin-right: -30px; }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
    margin-left: 30px;
    margin-right: 30px; }
  .i3-slider.slick-slider.\--style-offsets-6.\--style-blocks .slick-slide {
    margin-bottom: 30px; }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
    margin-left: -35px;
    margin-right: -35px; }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
    margin-left: 35px;
    margin-right: 35px; }
  .i3-slider.slick-slider.\--style-offsets-7.\--style-blocks .slick-slide {
    margin-bottom: 35px; }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
    margin-left: -40px;
    margin-right: -40px; }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
    margin-left: 40px;
    margin-right: 40px; }
  .i3-slider.slick-slider.\--style-offsets-8.\--style-blocks .slick-slide {
    margin-bottom: 40px; }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
    margin-left: -45px;
    margin-right: -45px; }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
    margin-left: 45px;
    margin-right: 45px; }
  .i3-slider.slick-slider.\--style-offsets-9.\--style-blocks .slick-slide {
    margin-bottom: 45px; }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
    margin-left: -50px;
    margin-right: -50px; }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
    margin-left: 50px;
    margin-right: 50px; }
  .i3-slider.slick-slider.\--style-offsets-10.\--style-blocks .slick-slide {
    margin-bottom: 50px; }
  .i3-slider.slick-slider.\--overflow-visible .slick-list {
    overflow: visible; }
  @media (min-width: 1024px) {
    .i3-slider.slick-slider.\--style-align-center .slick-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.slick-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }
  .slick-slider__controls a {
    width: 2.27273rem;
    height: 2.27273rem;
    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;
    border-radius: 50%;
    background: #CFFF49;
    color: #1512B4;
    font-size: 0.90909rem;
    border: 1px solid #CFFF49;
    cursor: pointer; }
    .slick-slider__controls a:hover {
      background-color: #FFF;
      border-color: #1512B4; }
    .slick-slider__controls a.slick-disabled {
      opacity: .5;
      pointer-events: none; }
    .slick-slider__controls a.slick-hidden {
      display: none; }
  .slick-slider__controls.\--right {
    position: absolute;
    bottom: 1.81818rem;
    right: 1.81818rem; }
  .slick-slider__controls.\--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .slick-slider__controls.\--mt a {
    margin-top: 2.72727rem; }

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: #FFF;
  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: #000; }

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

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