@charset "UTF-8";
/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */
.selectr-container {
  position: relative; }

.selectr-container li {
  list-style: none; }

.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none; }

.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11; }

.selectr-desktop.multiple .selectr-visible {
  display: none; }

.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block; }

.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0; }

.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 28px 7px 14px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff; }

.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: '';
  -ms-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  transform: rotate(0deg) translate3d(0px, -50%, 0px);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent; }

.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86; }

.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.selectr-placeholder {
  color: #6c7a86; }

.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal; }

.has-selected .selectr-tags {
  margin: 0 0 -2px; }

.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #fff;
  border: medium none;
  border-radius: 10px;
  background: #acb7bf none repeat scroll 0 0; }

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px; }

.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff; }

.selectr-container.open .selectr-options-container {
  display: block; }

.selectr-input-container {
  position: relative;
  display: none; }

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -ms-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  border: medium none;
  background-color: transparent;
  z-index: 11; }

.selectr-clear,
.selectr-input-clear {
  display: none; }

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block; }

.selectr-selected .selectr-tag-remove {
  right: 2px; }

.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86; }

.selectr-tag-remove::before,
.selectr-tag-remove::after {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #fff; }

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: block; }

.selectr-input {
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 1px solid #999;
  border-radius: 3px; }

.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff; }

.selectr-container.notice .selectr-notice {
  display: block; }

.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0; }

.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0;
  padding: 0; }

.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
  display: block; }

.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: normal; }

.selectr-options.optgroups > .selectr-option {
  padding-left: 25px; }

.selectr-optgroup {
  font-weight: bold;
  padding: 0; }

.selectr-optgroup--label {
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 15px; }

.selectr-match {
  text-decoration: underline; }

.selectr-option.selected {
  background-color: #ddd; }

.selectr-option.active {
  color: #fff;
  background-color: #5897fb; }

.selectr-option.disabled {
  opacity: 0.4; }

.selectr-option.excluded {
  display: none; }

.selectr-container.open .selectr-selected {
  border-color: #999 #999 transparent #999;
  border-radius: 3px 3px 0 0; }

.selectr-container.open .selectr-selected::after {
  -ms-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  transform: rotate(180deg) translate3d(0px, 50%, 0px); }

.selectr-disabled {
  opacity: .6; }

.selectr-empty,
.has-selected .selectr-placeholder {
  display: none; }

.has-selected .selectr-label {
  display: block; }

/* TAGGABLE */
.taggable .selectr-selected {
  padding: 4px 28px 4px 4px; }

.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both; }

.taggable .selectr-label {
  width: auto; }

.taggable .selectr-tags {
  float: left;
  display: block; }

.taggable .selectr-placeholder {
  display: none; }

.input-tag {
  float: left;
  min-width: 90px;
  width: auto; }

.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  -ms-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-animation: 500ms linear 0s normal forwards infinite running spin;
  animation: 500ms linear 0s normal forwards infinite running spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px); } }

.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px; }

.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999 #999 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #fff; }

.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px); }

.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em; }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.drop-up {
  margin-top: -7px; }

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none; }

.daterangepicker.single .drp-selected {
  display: none; }

.daterangepicker.show-calendar .drp-calendar {
  display: block; }

.daterangepicker.show-calendar .drp-buttons {
  display: block; }

.daterangepicker.auto-apply .drp-buttons {
  display: none; }

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px; }

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px; }

.daterangepicker .drp-calendar.right {
  padding: 8px; }

.daterangepicker .drp-calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px; }

.daterangepicker .calendar-table .next span {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle; }

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px; }

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px; }

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0; }

.daterangepicker.show-calendar .ranges {
  margin-top: 8px; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer; }

.daterangepicker .ranges li:hover {
  background-color: #eee; }

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 140px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .drp-calendar.left {
    clear: none; }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left; }
  .daterangepicker {
    direction: ltr;
    text-align: left; }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker .drp-calendar.right {
    margin-left: 0; }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px; }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }

@media (min-width: 1480px) {
  .n-subscribe-form-title {
    margin-bottom: 32px; } }

.n-subscribe-form input[type="email"] {
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 22.5px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #000; }
  @media (min-width: 768px) {
    .n-subscribe-form input[type="email"] {
      height: 57px;
      border-radius: 28.5px; } }
  @media (min-width: 1480px) {
    .n-subscribe-form input[type="email"] {
      height: 70px;
      margin-bottom: 30px;
      padding: 10px 30px;
      border-radius: 35px; } }
  .n-subscribe-form input[type="email"]::-webkit-input-placeholder {
    color: #787878; }
  .n-subscribe-form input[type="email"]:-ms-input-placeholder {
    color: #787878; }
  .n-subscribe-form input[type="email"]::placeholder {
    color: #787878; }

input[type="search"].n-search-form-control {
  width: 100%;
  height: 56px;
  padding: 0 15px 0 55px;
  font-size: 18px;
  font-weight: 300;
  line-height: 54px;
  border: 1px solid #B7B7B7;
  border-radius: 54px;
  background: #fff url("../images/update/n-search.png") 15px 50% no-repeat;
  background-size: 37px;
  box-sizing: border-box; }

input[type="search"].n-search-form-control-2 {
  font-size: 16px;
  width: 100%;
  height: 66px;
  padding: 0 15px 0 55px;
  font-weight: 300;
  background: #fff url("../images/update/n-search.png") 15px 50% no-repeat;
  background-size: 37px;
  border-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box; }
  @media screen and (min-width: 360px) {
    input[type="search"].n-search-form-control-2 {
      font-size: calc(16px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    input[type="search"].n-search-form-control-2 {
      font-size: 18px; } }
  input[type="search"].n-search-form-control-2:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

.n-checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .n-checkbox .jcf-checkbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    height: 24px;
    width: 24px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin-right: 10px; }
    @media (min-width: 1480px) {
      .n-checkbox .jcf-checkbox {
        margin-right: 20px; } }
    .n-checkbox .jcf-checkbox span {
      height: 7px;
      width: 11px;
      border: 1px solid #000;
      border-width: 0 0 1px 1px; }
  .n-checkbox-label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .n-checkbox-label-with-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .n-checkbox-label-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 10px; }
    .n-checkbox-label-text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }

label.n-checkbox {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: 400; }
  @media screen and (min-width: 360px) {
    label.n-checkbox {
      font-size: calc(14px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    label.n-checkbox {
      font-size: 16px; } }
  @media (min-width: 1480px) {
    label.n-checkbox {
      margin-bottom: 25px; } }
  label.n-checkbox-sm {
    font-size: 14px;
    font-weight: 500; }

.n-application-form-text {
  margin-bottom: 44px; }

@media (min-width: 768px) {
  .n-application-form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1480px) {
  .n-application-form-body {
    margin-left: -30px;
    margin-right: -30px; } }

@media (min-width: 768px) {
  .n-application-form-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1480px) {
  .n-application-form-col {
    padding-left: 30px;
    padding-right: 30px; } }

.n-application-form-banner {
  display: none;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(159, 221, 228, 0.36) 0%, rgba(255, 225, 68, 0) 100%);
  background-image: linear-gradient(45deg, rgba(159, 221, 228, 0.36) 0%, rgba(255, 225, 68, 0) 100%);
  border-radius: 8px; }
  @media (min-width: 768px) {
    .n-application-form-banner {
      display: block; } }
  @media (min-width: 1480px) {
    .n-application-form-banner {
      margin-bottom: 50px; } }
  .n-application-form-banner-content {
    padding: 30px 20px; }
    @media (min-width: 1480px) {
      .n-application-form-banner-content {
        padding: 55px 59px; } }
  .n-application-form-banner-title {
    margin-bottom: 15px;
    line-height: 1.2;
    background-image: -webkit-linear-gradient(45deg, #b0409b 0%, #2dc7cb 100%);
    background-image: linear-gradient(45deg, #b0409b 0%, #2dc7cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (min-width: 1480px) {
      .n-application-form-banner-title {
        margin-bottom: 33px; } }
  .n-application-form-banner-text {
    margin-bottom: 15px; }
    @media (min-width: 1480px) {
      .n-application-form-banner-text {
        margin-bottom: 45px; } }
  @media (min-width: 1480px) {
    .n-application-form-banner-list li {
      margin-bottom: 28px; } }
  .n-application-form-banner-img {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 25px; }
    @media (min-width: 1480px) {
      .n-application-form-banner-img {
        margin-top: 64px; } }
    .n-application-form-banner-img img {
      vertical-align: top; }

.n-application-form-note {
  font-size: 12px;
  margin-bottom: 24px; }
  @media screen and (min-width: 360px) {
    .n-application-form-note {
      font-size: calc(12px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-application-form-note {
      font-size: 16px; } }

.n-application-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  @media (min-width: 1480px) {
    .n-application-form-row {
      margin-left: -15px;
      margin-right: -15px; } }
  .n-application-form-row > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 1480px) {
      .n-application-form-row > * {
        padding-left: 15px;
        padding-right: 15px; } }

.n-application-form .jcf-select {
  height: 50px;
  border: 1px solid #b7b7b7;
  border-radius: 5px; }
  @media (min-width: 1480px) {
    .n-application-form .jcf-select {
      height: 70px; } }
  .n-application-form .jcf-select .jcf-select-text {
    font-size: 14px;
    margin-top: 14px;
    margin-left: 15px; }
    @media screen and (min-width: 360px) {
      .n-application-form .jcf-select .jcf-select-text {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-application-form .jcf-select .jcf-select-text {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .n-application-form .jcf-select .jcf-select-text {
        margin-top: 10px; } }
    @media (min-width: 1480px) {
      .n-application-form .jcf-select .jcf-select-text {
        margin-top: 20px;
        margin-left: 22px; } }
  .n-application-form .jcf-select .jcf-select-opener:after {
    color: #444444; }
    @media (min-width: 768px) {
      .n-application-form .jcf-select .jcf-select-opener:after {
        font-size: 18px; } }
    @media (min-width: 1480px) {
      .n-application-form .jcf-select .jcf-select-opener:after {
        font-size: 25px; } }
  @media (min-width: 768px) {
    .n-application-form .jcf-select .jcf-select-opener {
      top: 13px;
      right: 10px; } }
  @media (min-width: 1480px) {
    .n-application-form .jcf-select .jcf-select-opener {
      top: 25px;
      right: 23px; } }

@media (min-width: 768px) {
  .n-application-form-footer {
    width: calc(50% - 15px); } }

@media (min-width: 1480px) {
  .n-application-form-footer {
    width: calc(50% - 30px); } }

.n-application-form-footer .wpcf7-form-control {
  border: 0 !important;
  white-space: normal;
  padding: 0 !important; }
  .n-application-form-footer .wpcf7-form-control .wpcf7-list-item {
    margin: 0; }

.n-application-form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px; }
  @media (min-width: 1480px) {
    .n-application-form-btns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 45px; } }
  .n-application-form-btns > * {
    margin-bottom: 16px; }
    @media (min-width: 1480px) {
      .n-application-form-btns > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(50% - 30px);
                flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px; } }

.issue-form label,
.issue-form legend,
.n-application-form label,
.n-application-form legend {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5; }
  @media screen and (min-width: 360px) {
    .issue-form label,
    .issue-form legend,
    .n-application-form label,
    .n-application-form legend {
      font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .issue-form label,
    .issue-form legend,
    .n-application-form label,
    .n-application-form legend {
      font-size: 20px; } }

.issue-form input[type='text'],
.issue-form input[type='tel'],
.issue-form input[type='email'],
.issue-form input[type='search'],
.issue-form input[type='password'],
.issue-form textarea,
.issue-form select,
.n-application-form input[type='text'],
.n-application-form input[type='tel'],
.n-application-form input[type='email'],
.n-application-form input[type='search'],
.n-application-form input[type='password'],
.n-application-form textarea,
.n-application-form select {
  font-size: 14px;
  width: 100%;
  height: 50px;
  padding: 10px 15px !important;
  line-height: 1.5;
  color: #444444;
  border-radius: 5px !important;
  border: 1px solid #b7b7b7; }
  @media screen and (min-width: 360px) {
    .issue-form input[type='text'],
    .issue-form input[type='tel'],
    .issue-form input[type='email'],
    .issue-form input[type='search'],
    .issue-form input[type='password'],
    .issue-form textarea,
    .issue-form select,
    .n-application-form input[type='text'],
    .n-application-form input[type='tel'],
    .n-application-form input[type='email'],
    .n-application-form input[type='search'],
    .n-application-form input[type='password'],
    .n-application-form textarea,
    .n-application-form select {
      font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .issue-form input[type='text'],
    .issue-form input[type='tel'],
    .issue-form input[type='email'],
    .issue-form input[type='search'],
    .issue-form input[type='password'],
    .issue-form textarea,
    .issue-form select,
    .n-application-form input[type='text'],
    .n-application-form input[type='tel'],
    .n-application-form input[type='email'],
    .n-application-form input[type='search'],
    .n-application-form input[type='password'],
    .n-application-form textarea,
    .n-application-form select {
      font-size: 18px; } }
  @media (min-width: 1480px) {
    .issue-form input[type='text'],
    .issue-form input[type='tel'],
    .issue-form input[type='email'],
    .issue-form input[type='search'],
    .issue-form input[type='password'],
    .issue-form textarea,
    .issue-form select,
    .n-application-form input[type='text'],
    .n-application-form input[type='tel'],
    .n-application-form input[type='email'],
    .n-application-form input[type='search'],
    .n-application-form input[type='password'],
    .n-application-form textarea,
    .n-application-form select {
      height: 72px;
      padding-left: 22px;
      padding-right: 22px; } }
  .issue-form input[type='text']::-webkit-input-placeholder,
  .issue-form input[type='tel']::-webkit-input-placeholder,
  .issue-form input[type='email']::-webkit-input-placeholder,
  .issue-form input[type='search']::-webkit-input-placeholder,
  .issue-form input[type='password']::-webkit-input-placeholder,
  .issue-form textarea::-webkit-input-placeholder,
  .issue-form select::-webkit-input-placeholder,
  .n-application-form input[type='text']::-webkit-input-placeholder,
  .n-application-form input[type='tel']::-webkit-input-placeholder,
  .n-application-form input[type='email']::-webkit-input-placeholder,
  .n-application-form input[type='search']::-webkit-input-placeholder,
  .n-application-form input[type='password']::-webkit-input-placeholder,
  .n-application-form textarea::-webkit-input-placeholder,
  .n-application-form select::-webkit-input-placeholder {
    color: #787878; }
  .issue-form input[type='text']:-ms-input-placeholder,
  .issue-form input[type='tel']:-ms-input-placeholder,
  .issue-form input[type='email']:-ms-input-placeholder,
  .issue-form input[type='search']:-ms-input-placeholder,
  .issue-form input[type='password']:-ms-input-placeholder,
  .issue-form textarea:-ms-input-placeholder,
  .issue-form select:-ms-input-placeholder,
  .n-application-form input[type='text']:-ms-input-placeholder,
  .n-application-form input[type='tel']:-ms-input-placeholder,
  .n-application-form input[type='email']:-ms-input-placeholder,
  .n-application-form input[type='search']:-ms-input-placeholder,
  .n-application-form input[type='password']:-ms-input-placeholder,
  .n-application-form textarea:-ms-input-placeholder,
  .n-application-form select:-ms-input-placeholder {
    color: #787878; }
  .issue-form input[type='text']::placeholder,
  .issue-form input[type='tel']::placeholder,
  .issue-form input[type='email']::placeholder,
  .issue-form input[type='search']::placeholder,
  .issue-form input[type='password']::placeholder,
  .issue-form textarea::placeholder,
  .issue-form select::placeholder,
  .n-application-form input[type='text']::placeholder,
  .n-application-form input[type='tel']::placeholder,
  .n-application-form input[type='email']::placeholder,
  .n-application-form input[type='search']::placeholder,
  .n-application-form input[type='password']::placeholder,
  .n-application-form textarea::placeholder,
  .n-application-form select::placeholder {
    color: #787878; }
  .issue-form input[type='text'].n-input-with-icon,
  .issue-form input[type='tel'].n-input-with-icon,
  .issue-form input[type='email'].n-input-with-icon,
  .issue-form input[type='search'].n-input-with-icon,
  .issue-form input[type='password'].n-input-with-icon,
  .issue-form textarea.n-input-with-icon,
  .issue-form select.n-input-with-icon,
  .n-application-form input[type='text'].n-input-with-icon,
  .n-application-form input[type='tel'].n-input-with-icon,
  .n-application-form input[type='email'].n-input-with-icon,
  .n-application-form input[type='search'].n-input-with-icon,
  .n-application-form input[type='password'].n-input-with-icon,
  .n-application-form textarea.n-input-with-icon,
  .n-application-form select.n-input-with-icon {
    padding-left: 46px !important;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 24px auto; }
    @media (min-width: 1480px) {
      .issue-form input[type='text'].n-input-with-icon,
      .issue-form input[type='tel'].n-input-with-icon,
      .issue-form input[type='email'].n-input-with-icon,
      .issue-form input[type='search'].n-input-with-icon,
      .issue-form input[type='password'].n-input-with-icon,
      .issue-form textarea.n-input-with-icon,
      .issue-form select.n-input-with-icon,
      .n-application-form input[type='text'].n-input-with-icon,
      .n-application-form input[type='tel'].n-input-with-icon,
      .n-application-form input[type='email'].n-input-with-icon,
      .n-application-form input[type='search'].n-input-with-icon,
      .n-application-form input[type='password'].n-input-with-icon,
      .n-application-form textarea.n-input-with-icon,
      .n-application-form select.n-input-with-icon {
        padding-left: 68px !important;
        background-position: 20px 50%;
        background-size: 33px auto; } }

.issue-form select,
.n-application-form select {
  -webkit-appearance: none;
  background-image: url("../images/update/n-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%; }

.issue-form textarea,
.n-application-form textarea {
  height: 150px; }
  @media (min-width: 1480px) {
    .issue-form textarea,
    .n-application-form textarea {
      height: 200px; } }

.issue-form .n-input-skype,
.n-application-form .n-input-skype {
  background-image: url("../images/update/skype.png"); }

.issue-form .n-input-linkedin,
.n-application-form .n-input-linkedin {
  background-image: url("../images/update/linkedin.png"); }

.issue-form .n-input-xing,
.n-application-form .n-input-xing {
  background-image: url("../images/update/xing-square.png"); }

.issue-form .wpcf7-form-control,
.n-application-form .wpcf7-form-control {
  margin: 0; }

.issue-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .issue-form label {
    margin-top: 20px; }
  .issue-form textarea {
    height: 100px !important; }
  .issue-form .n-btn {
    width: 100%;
    margin-top: 20px; }

.n-form-group {
  margin-bottom: 20px; }
  @media (min-width: 1480px) {
    .n-form-group {
      margin-bottom: 46px; } }

.drop-zone {
  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;
  min-height: 313px;
  margin-bottom: 24px;
  padding: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15); }
  @media (min-width: 1480px) {
    .drop-zone {
      margin-bottom: 58px;
      padding: 53px; } }
  .drop-zone--over {
    border-style: solid; }
  .drop-zone--active .drop-zone__thumb {
    display: block; }
  .drop-zone--active .drop-zone__prompt {
    display: none; }
  .drop-zone__input {
    display: none; }
  .drop-zone__thumb {
    display: none;
    width: 180px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative; }
    .drop-zone__thumb:after {
      content: attr(data-label);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 5px 0;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.75);
      font-size: 14px;
      text-align: center; }
  .drop-zone__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 83px;
    height: 83px;
    margin-bottom: 33px;
    background-color: #e6f9fc;
    border-radius: 50%; }
  .drop-zone__title {
    display: block;
    margin-bottom: 7px;
    font-weight: 600; }
  .drop-zone__text {
    font-size: 14px; }
    @media screen and (min-width: 360px) {
      .drop-zone__text {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .drop-zone__text {
        font-size: 18px; } }

.datepicker {
  background: url("../images/update/calendar-alt.png") 97% 50% no-repeat;
  background-size: 24px auto; }
  @media (min-width: 1480px) {
    .datepicker {
      background-size: 34px auto; } }

.n-list-unstyled, .n-header-menu ul, .n-header-menu-2-target ul, .n-check-list, .n-info-block ul:not([class]), .n-footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.n-mb-0 {
  margin-bottom: 0 !important; }

.n-pt-0 {
  padding-top: 0 !important; }

.n-text-center {
  text-align: center; }

.n-text-primary {
  color: #34aeb1; }

.n-text-secondary {
  color: #34aeb1; }

.n-text-success {
  color: #93cd70; }

.n-text-purple {
  color: #7a306c; }

.n-bg-gray {
  background-color: #fafafa; }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none; } }

.text-size-lg, .networks-block .container > p {
  line-height: 1.25; }

body {
  font-size: 16px;
  color: #444444;
  font-family: "Noto Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.5;
  font-weight: 400; }
  @media screen and (min-width: 360px) {
    body {
      font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    body {
      font-size: 20px; } }

/*
    Basic styles for links
  */
a {
  -webkit-transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  color: #34aeb1;
  text-decoration: none; }
  a:hover {
    color: #2e9b9d;
    text-decoration: none; }

ul,
ol,
dl,
p {
  margin: 0 0 1.5em; }

/*
    Basic styles for typography, generate classes for sizes provided into sass-map $font-sizes
    Using fluid type behavior
  */
.text-size-lg, .networks-block .container > p {
  font-size: 20px; }
  @media screen and (min-width: 360px) {
    .text-size-lg, .networks-block .container > p {
      font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .text-size-lg, .networks-block .container > p {
      font-size: 24px; } }

.text-size-base {
  font-size: 16px; }
  @media screen and (min-width: 360px) {
    .text-size-base {
      font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .text-size-base {
      font-size: 20px; } }

.text-size-sm {
  font-size: 12px; }
  @media screen and (min-width: 360px) {
    .text-size-sm {
      font-size: calc(12px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .text-size-sm {
      font-size: 16px; } }

/*
    Basic styles for headings, generate classes for sizes provided into sass-map $font-sizes
    Using fluid type behavior
  */
h1,
.h1 {
  font-size: 40px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h1,
    .h1 {
      font-size: calc(40px + 20 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h1,
    .h1 {
      font-size: 60px; } }

h2,
.h2,
.features-block h2,
.ournetwork-block h2,
.networks-block .container > h2 {
  font-size: 30px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h2,
    .h2,
    .features-block h2,
    .ournetwork-block h2,
    .networks-block .container > h2 {
      font-size: calc(30px + 18 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h2,
    .h2,
    .features-block h2,
    .ournetwork-block h2,
    .networks-block .container > h2 {
      font-size: 48px; } }

h3,
.h3,
.members-block h2 {
  font-size: 25px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h3,
    .h3,
    .members-block h2 {
      font-size: calc(25px + 15 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h3,
    .h3,
    .members-block h2 {
      font-size: 40px; } }

h4,
.h4,
.our-staff > strong {
  font-size: 22px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h4,
    .h4,
    .our-staff > strong {
      font-size: calc(22px + 8 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h4,
    .h4,
    .our-staff > strong {
      font-size: 30px; } }

h5,
.h5,
.members-table th,
.n-footer-menu .navigation .title,
.features-block h3 {
  font-size: 20px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h5,
    .h5,
    .members-table th,
    .n-footer-menu .navigation .title,
    .features-block h3 {
      font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h5,
    .h5,
    .members-table th,
    .n-footer-menu .navigation .title,
    .features-block h3 {
      font-size: 24px; } }

h6,
.h6 {
  font-size: 16px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h6,
    .h6 {
      font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h6,
    .h6 {
      font-size: 20px; } }

.n-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff; }
  .n-header-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 1480px) {
      .n-header-row {
        padding-top: 0;
        padding-bottom: 0; } }
  .n-header-menu {
    display: none; }
    @media (min-width: 1024px) {
      .n-header-menu {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
    .n-header-menu > ul > li {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .n-header-menu > ul > li.hover > a {
        color: #34aeb1; }
      .n-header-menu > ul > li.hover > ul {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        visibility: visible; }
      .n-header-menu > ul > li > a {
        min-height: 115px;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 115px;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .n-header-menu > ul > li > a {
            padding-left: 13px;
            padding-right: 13px; } }
      .n-header-menu > ul > li > ul {
        -webkit-transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
        transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
        transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
        transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
        position: absolute;
        top: 100%;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
        left: 0;
        width: 171px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
        border-radius: 0 0 5px 5px;
        opacity: 0;
        visibility: hidden; }
        .n-header-menu > ul > li > ul > li:not(:last-child) {
          border-bottom: 1px solid rgba(216, 216, 216, 0.76); }
        .n-header-menu > ul > li > ul > li > a {
          display: block;
          padding: 18px 28px; }
    .n-header-menu > ul li.current_page_item > a {
      color: #34aeb1; }
    .n-header-menu > ul a {
      font-size: 10px;
      display: block;
      font-weight: 500;
      color: #444444; }
      @media screen and (min-width: 360px) {
        .n-header-menu > ul a {
          font-size: calc(10px + 5 * ((100vw - 360px) / 1120)); } }
      @media screen and (min-width: 1480px) {
        .n-header-menu > ul a {
          font-size: 15px; } }
      .n-header-menu > ul a:hover {
        color: #34aeb1; }
  .n-header-menu-2 {
    margin-left: 6px; }
    .n-header-menu-2-active .n-header-menu-2-collapse {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible; }
    .n-header-menu-2-target > ul {
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px;
      font-weight: 500; }
      @media screen and (min-width: 360px) {
        .n-header-menu-2-target > ul {
          font-size: calc(16px + 8 * ((100vw - 360px) / 1120)); } }
      @media screen and (min-width: 1480px) {
        .n-header-menu-2-target > ul {
          font-size: 24px; } }
      .n-header-menu-2-target > ul > li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
        margin-bottom: 30px; }
        @media (min-width: 1480px) {
          .n-header-menu-2-target > ul > li {
            margin-bottom: 54px; } }
        .n-header-menu-2-target > ul > li:nth-child(odd) {
          position: relative; }
          .n-header-menu-2-target > ul > li:nth-child(odd):before {
            position: absolute;
            bottom: 0;
            left: 15px;
            width: calc(200% - 30px);
            height: 1px;
            background-color: #d8d8d8;
            content: ''; }
        .n-header-menu-2-target > ul > li:nth-last-child(2):before {
          display: none; }
        .n-header-menu-2-target > ul > li > a {
          font-size: 20px;
          display: block;
          margin-bottom: 15px;
          font-weight: 700;
          line-height: 1.1;
          color: #34aeb1; }
          @media screen and (min-width: 360px) {
            .n-header-menu-2-target > ul > li > a {
              font-size: calc(20px + 10 * ((100vw - 360px) / 1120)); } }
          @media screen and (min-width: 1480px) {
            .n-header-menu-2-target > ul > li > a {
              font-size: 30px; } }
          @media (min-width: 1480px) {
            .n-header-menu-2-target > ul > li > a {
              margin-bottom: 36px; } }
          .n-header-menu-2-target > ul > li > a:hover {
            color: #28878a; }
        .n-header-menu-2-target > ul > li > ul > li {
          margin-bottom: 18px; }
          .n-header-menu-2-target > ul > li > ul > li > a {
            color: #444444; }
            .n-header-menu-2-target > ul > li > ul > li > a:hover {
              color: #34aeb1; }
    .n-header-menu-2-target li.active > a {
      color: #34aeb1; }
  .n-header-search {
    margin-left: 6px; }
    .n-header-search-close {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .n-autocomplete-opened .n-header-search-close {
        opacity: 0;
        visibility: hidden; }
    .n-header-search-collapse {
      -webkit-transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
      transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      opacity: 0;
      visibility: hidden; }
      .n-header-search-active .n-header-search-collapse {
        opacity: 1;
        visibility: visible; }
    .n-header-search-form {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin-right: 30px; }
      .n-header-search-form input[type="search"] {
        font-size: 20px;
        width: 100%;
        height: 50px;
        padding: 10px 10px 10px 35px;
        font-weight: 300;
        color: #000;
        border: none;
        background: url("../images/update/n-search.png") 0 50% no-repeat;
        background-size: 30px;
        box-sizing: border-box; }
        @media screen and (min-width: 360px) {
          .n-header-search-form input[type="search"] {
            font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
        @media screen and (min-width: 1480px) {
          .n-header-search-form input[type="search"] {
            font-size: 24px; } }
        .n-header-search-form input[type="search"]::-webkit-input-placeholder {
          color: #787878; }
        .n-header-search-form input[type="search"]:-ms-input-placeholder {
          color: #787878; }
        .n-header-search-form input[type="search"]::placeholder {
          color: #787878; }
        @media (min-width: 1480px) {
          .n-header-search-form input[type="search"] {
            padding-left: 65px;
            background-size: 58px; } }
  .n-header-drop {
    -webkit-transition: opacity 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: opacity 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: transform 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: transform 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.5s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
            transform: translateX(30%); }
    .n-header-drop-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 100vh; }
      @media (min-width: 768px) {
        .n-header-drop-inner {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .n-header-drop-col-l {
      display: none; }
      @media (min-width: 768px) {
        .n-header-drop-col-l:before {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: -1;
          background-image: -webkit-linear-gradient(45deg, rgba(159, 221, 228, 0.29) 0%, rgba(255, 225, 68, 0) 100%);
          background-image: linear-gradient(45deg, rgba(159, 221, 228, 0.29) 0%, rgba(255, 225, 68, 0) 100%);
          content: ''; } }
      @media (min-width: 768px) {
        .n-header-drop-col-l {
          position: relative;
          display: block;
          width: 47.7%;
          padding: 30px;
          font-size: 14px;
          line-height: 1.2;
          background: url("../images/update/n-mosaic.png") 100% 100% no-repeat; } }
      @media (min-width: 1024px) {
        .n-header-drop-col-l {
          padding: 50px; } }
      @media (min-width: 1480px) {
        .n-header-drop-col-l {
          padding: 138px 145px;
          font-size: 24px; } }
    .n-header-drop-col-r {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 30px 15px;
      line-height: 1.35; }
      @media (min-width: 768px) {
        .n-header-drop-col-r {
          width: 52.3%;
          padding: 30px; } }
      @media (min-width: 1024px) {
        .n-header-drop-col-r {
          padding: 50px; } }
      @media (min-width: 1480px) {
        .n-header-drop-col-r {
          padding: 114px 125px 114px 100px; } }
    .n-header-drop-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      @media (min-width: 1480px) {
        .n-header-drop-header {
          margin-bottom: 58px; } }
    .n-header-drop-title {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin-right: 30px; }
    .n-header-drop .n-close {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .n-header-drop-logo {
      width: 110px;
      margin-bottom: 30px; }
      @media (min-width: 1480px) {
        .n-header-drop-logo {
          width: 236px;
          margin-bottom: 71px; } }
      .n-header-drop-logo img {
        width: 100%; }
    .n-header-drop-contact {
      margin-bottom: 30px; }
      @media (min-width: 1480px) {
        .n-header-drop-contact {
          margin-bottom: 86px; } }
      .n-header-drop-contact-address {
        margin-bottom: 31px;
        font-style: normal; }
      .n-header-drop-contact-list li {
        margin-bottom: 27px; }
  .n-header-locations {
    margin-left: 12px; }
    @media (min-width: 1480px) {
      .n-header-locations {
        margin-left: 24px; } }
  .n-header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-right: auto; }
    @media (min-width: 1024px) {
      .n-header-logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 114px;
                flex: 0 0 114px; } }
    .n-header-logo img {
      width: 100%;
      vertical-align: top; }
  .n-header-btn {
    -webkit-transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    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;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #b7b7b7;
    background-color: transparent;
    border: none;
    border-radius: 5px; }
    .n-header-btn:hover {
      color: #34aeb1; }

#wrapper {
  padding-top: 118px; }
  @media (min-width: 1024px) {
    #wrapper {
      padding-top: 173px; } }
  @media (min-width: 1480px) {
    #wrapper {
      padding-top: 153px; } }

.n-hide-default-scrollbar, .ourteam-block .tabset, .n-tabset {
  scrollbar-width: none; }
  .n-hide-default-scrollbar::-webkit-scrollbar, .ourteam-block .tabset::-webkit-scrollbar, .n-tabset::-webkit-scrollbar {
    width: 0;
    height: 0; }

.n-close {
  -webkit-transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  width: 20px;
  height: 20px;
  padding: 0;
  color: #b7b7b7;
  border: none;
  background-color: transparent; }
  .n-close:hover {
    color: #34aeb1; }
  @media (min-width: 1480px) {
    .n-close {
      width: 36px;
      height: 36px; } }
  .n-close svg {
    max-width: 100%;
    height: auto; }

.n-locations-active,
.n-header-menu-2-active {
  overflow: hidden; }

.n-subtitle {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (min-width: 360px) {
    .n-subtitle {
      font-size: calc(14px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-subtitle {
      font-size: 16px; } }

.n-check-list, .n-info-block ul:not([class]) {
  margin-bottom: 1.5em; }
  .n-check-list li, .n-info-block ul:not([class]) li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 13px; }
    .n-check-list li:before, .n-info-block ul:not([class]) li:before {
      position: absolute;
      top: .1em;
      left: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 1.3em;
      height: 0.7em;
      border-width: 0 0 5px 5px;
      border-style: solid;
      border-color: #93cd70;
      content: ''; }

.n-ratio-1x1:before {
  display: block;
  padding-top: 100%;
  content: ''; }

.n-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .n-numbers-2-cols > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }

.n-number {
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 1480px) {
    .n-number {
      margin-bottom: 46px; } }
  .n-number .counter {
    font-size: 50px;
    line-height: 1.12;
    font-weight: 700;
    font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    background-image: -webkit-linear-gradient(45deg, #b0409b 0%, #2dc7cb 100%);
    background-image: linear-gradient(45deg, #b0409b 0%, #2dc7cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media screen and (min-width: 360px) {
      .n-number .counter {
        font-size: calc(50px + 50 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-number .counter {
        font-size: 100px; } }
  .n-number p {
    font-weight: 500; }

.n-contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 600;
  line-height: 1.2;
  color: #000; }
  .n-contact-section-inner {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .n-contact-section a {
    color: inherit; }
    .n-contact-section a:hover {
      color: #34aeb1; }

.n-map-section-header {
  margin-bottom: 32px;
  text-align: center; }
  @media (min-width: 768px) {
    .n-map-section-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left; } }
  @media (min-width: 1480px) {
    .n-map-section-header {
      margin-bottom: 56px; } }
  @media (min-width: 768px) {
    .n-map-section-header .n-map-section-title {
      margin-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding-right: 30px; } }

@media (min-width: 768px) {
  .n-map-section-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

@media (min-width: 1480px) {
  .n-map-section-btn {
    padding: 12px 18px 12px 28px; } }

.n-map-section-btn-arrow {
  -webkit-transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%; }
  .n-map-popup-active .n-map-section-btn-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    background-color: #ffe980; }

.n-map-section-title {
  font-size: 24px; }
  @media screen and (min-width: 360px) {
    .n-map-section-title {
      font-size: calc(24px + 8 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-map-section-title {
      font-size: 32px; } }

.n-map {
  border-radius: 30px;
  overflow: hidden; }
  .n-map-popup-active .n-map {
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15); }
  .n-map-with-popup {
    position: relative;
    min-height: 400px; }
  .n-map-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    opacity: 0;
    visibility: hidden; }
    .n-map-popup-active .n-map-popup {
      opacity: 1;
      visibility: visible; }

.members-table {
  width: 100%;
  color: #000; }
  @media (max-width: 767px) {
    .members-table {
      display: block; }
      .members-table thead {
        display: none; }
      .members-table tbody {
        display: block; }
      .members-table tr {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px; }
        .members-table tr:not(:last-child) {
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .members-table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 10px; }
        .members-table td:before {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%;
          max-width: 50%;
          font-weight: 700;
          color: #000;
          content: attr(data-title); }
        .members-table td > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%;
          max-width: 50%; } }
  @media (min-width: 768px) {
    .members-table thead th {
      text-align: left;
      background-color: #f5f5f5; }
    .members-table th,
    .members-table td {
      width: 33.3333%;
      padding: 20px;
      border-bottom: 1px solid #f5f5f5; } }
  @media (min-width: 1480px) {
    .members-table th {
      padding: 30px; }
    .members-table td {
      padding: 10px 30px; } }

.n-video-block {
  position: relative;
  border-radius: 30px;
  overflow: hidden; }
  .n-video-block:after {
    display: block;
    padding-top: 60%;
    background: rgba(0, 0, 0, 0.3) -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: rgba(0, 0, 0, 0.3) linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: inherit;
    content: ''; }
  @media (min-width: 1024px) {
    .n-video-block-sm:after {
      padding-top: 76.8%; } }
  .n-video-block-sm .n-video-block-title {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #b7b7b7; }
  .n-video-block-sm .n-video-block-btn-play {
    width: 79px;
    height: 79px; }
  @media (min-width: 1480px) {
    .n-video-block-sm .n-video-block-content {
      padding-bottom: 32px;
      padding-top: 32px; } }
  .n-video-block-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .n-video-block-btn-play {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .n-video-block-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 15px;
    color: #fff; }
    @media (min-width: 768px) {
      .n-video-block-content {
        padding: 30px; } }
    @media (min-width: 1480px) {
      .n-video-block-content {
        padding: 24px 50px; } }
  .n-video-block-title {
    font-size: 26px;
    margin-bottom: 0;
    font-family: "Noto Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    color: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media screen and (min-width: 360px) {
      .n-video-block-title {
        font-size: calc(26px + 6 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-video-block-title {
        font-size: 32px; } }

.n-box {
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
  border-radius: 30px; }

.n-activity-box,
.n-member-box {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5; }
  @media screen and (min-width: 360px) {
    .n-activity-box,
    .n-member-box {
      font-size: calc(14px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-activity-box,
    .n-member-box {
      font-size: 16px; } }
  @media (min-width: 1480px) {
    .n-activity-box,
    .n-member-box {
      margin-bottom: 44px; } }
  .n-activity-box-title,
  .n-member-box-title {
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
    font-weight: 600; }
    @media screen and (min-width: 360px) {
      .n-activity-box-title,
      .n-member-box-title {
        font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-activity-box-title,
      .n-member-box-title {
        font-size: 20px; } }
    @media (min-width: 1480px) {
      .n-activity-box-title,
      .n-member-box-title {
        margin-bottom: 24px; } }
  .n-activity-box-item,
  .n-member-box-item {
    padding: 20px 15px;
    border-bottom: 1px solid #d7d7d7; }
    @media (min-width: 1480px) {
      .n-activity-box-item,
      .n-member-box-item {
        padding: 35px 35px 25px; } }
    .n-activity-box-item:last-child,
    .n-member-box-item:last-child {
      border-bottom: none; }
  .n-activity-box-list,
  .n-member-box-list {
    color: #000; }
    .n-activity-box-list-item,
    .n-member-box-list-item {
      margin-bottom: 9px; }
  .n-activity-box-tags > a,
  .n-member-box-tags > a {
    margin-bottom: 5px; }
    @media (min-width: 1480px) {
      .n-activity-box-tags > a,
      .n-member-box-tags > a {
        margin-right: 5px;
        margin-bottom: 17px; } }

.n-icons-list-sm .n-icons-list-item {
  margin-right: 0; }

.n-icons-list-sm .n-icons-list-link {
  width: 35px;
  height: 35px;
  border-width: 2px; }

.n-icons-list-md .n-icons-list-link {
  border-width: 2px; }
  @media (min-width: 1480px) {
    .n-icons-list-md .n-icons-list-link {
      width: 50px;
      height: 50px; } }

.n-icons-list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-bottom: 6px; }

.n-icons-list-link {
  -webkit-transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid currentColor;
  border-radius: 50%; }
  .n-icons-list-link:hover {
    background-color: currentColor; }
    .n-icons-list-link:hover img {
      filter: brightness(0) invert(1); }
  @media (min-width: 1480px) {
    .n-icons-list-link {
      width: 67px;
      height: 67px; } }

.n-icons-list img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.n-icons-list-2-lg {
  margin-right: -10px; }
  @media (min-width: 1480px) {
    .n-icons-list-2-lg {
      margin-right: -20px; } }
  .n-icons-list-2-lg .n-icons-list-2-item {
    width: 76px;
    height: 76px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media (min-width: 1480px) {
      .n-icons-list-2-lg .n-icons-list-2-item {
        width: 98px;
        height: 98px;
        margin-right: 18px;
        margin-bottom: 20px; } }

.n-icons-list-2-item {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-bottom: 4px; }
  @media (min-width: 1480px) {
    .n-icons-list-2-item {
      width: 76px;
      height: 76px; } }
  .n-icons-list-2-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px; }

.n-member-detail,
.n-activity-detail {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1480px) {
    .n-member-detail,
    .n-activity-detail {
      padding-top: 86px;
      padding-bottom: 86px; } }
  .n-member-detail-header-category,
  .n-activity-detail-header-category {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #044444;
    text-transform: uppercase; }
  .n-member-detail-header-text,
  .n-activity-detail-header-text {
    font-size: 14px; }
    @media screen and (min-width: 360px) {
      .n-member-detail-header-text,
      .n-activity-detail-header-text {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-member-detail-header-text,
      .n-activity-detail-header-text {
        font-size: 18px; } }
  .n-member-detail-header-footer > *,
  .n-activity-detail-header-footer > * {
    margin-right: 6px;
    margin-bottom: 6px; }
  @media (min-width: 768px) {
    .n-member-detail-row,
    .n-activity-detail-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 768px) {
    .n-member-detail-content,
    .n-activity-detail-content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 59.3%;
              flex: 1 1 59.3%;
      max-width: 59.3%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 768px) {
    .n-member-detail-sidebar,
    .n-activity-detail-sidebar {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 40.7%;
              flex: 1 1 40.7%;
      max-width: 40.7%;
      padding-right: 30px; } }
  @media (min-width: 1480px) {
    .n-member-detail-sidebar,
    .n-activity-detail-sidebar {
      padding-right: 84px; } }

.n-member-detail-main-info {
  font-size: 14px;
  font-weight: 500;
  color: #000; }
  @media screen and (min-width: 360px) {
    .n-member-detail-main-info {
      font-size: calc(14px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-member-detail-main-info {
      font-size: 16px; } }
  .n-member-detail-main-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 8px; }
  .n-member-detail-main-info-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
            flex: 0 0 145px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700; }
  .n-member-detail-main-info-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 10px;
    padding-right: 10px; }

.n-member-detail-text {
  padding-bottom: 5px;
  margin-bottom: 30px;
  line-height: 1.3;
  border-bottom: 1px solid #e1e1e1; }
  @media (min-width: 1480px) {
    .n-member-detail-text {
      padding-bottom: 23px;
      margin-bottom: 58px; } }

.n-read-more {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (min-width: 360px) {
    .n-read-more {
      font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-read-more {
      font-size: 18px; } }
  .n-read-more:hover .n-read-more-icon {
    background-color: #fff200; }
  .n-read-more-icon {
    -webkit-transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    border: 1px solid #fff200;
    border-radius: 50%; }

.n-activities {
  margin-bottom: 58px; }
  .n-activities-title {
    margin-bottom: 41px; }

.n-activity {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1; }
  @media (min-width: 1480px) {
    .n-activity {
      padding-bottom: 40px;
      margin-bottom: 35px; } }
  .n-activity-active .n-activity-text {
    -webkit-line-clamp: unset; }
  .n-activity-active .n-activity-link-more {
    display: none; }
  .n-activity-active .n-activity-link-less {
    display: inline; }
  .n-activity-title {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    color: #000; }
    @media screen and (min-width: 360px) {
      .n-activity-title {
        font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-activity-title {
        font-size: 24px; } }
    @media (min-width: 1480px) {
      .n-activity-title {
        margin-bottom: 27px; } }
  .n-activity-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px; }
    @media (min-width: 1480px) {
      .n-activity-text {
        margin-bottom: 23px; } }
  .n-activity-link-less {
    display: none; }

.n-activities-2-title {
  margin-bottom: 20px; }
  @media (min-width: 1480px) {
    .n-activities-2-title {
      margin-bottom: 40px; } }

.n-activity-2 {
  margin-bottom: 15px;
  padding: 20px 15px; }
  @media (min-width: 1480px) {
    .n-activity-2 {
      padding: 19px 27px;
      margin-bottom: 30px; } }
  .n-activity-2-sm {
    padding: 0;
    margin-bottom: 0; }
    .n-activity-2-sm .n-activity-status:before {
      margin-right: 0; }
    .n-activity-2-sm .n-activity-2-footer {
      padding-top: 6px; }
  .n-activity-2-category {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    color: #000; }
    @media screen and (min-width: 360px) {
      .n-activity-2-category {
        font-size: calc(12px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-activity-2-category {
        font-size: 14px; } }
  .n-activity-2-title {
    font-size: 16px;
    display: block;
    padding-top: 6px;
    color: #000;
    line-height: 1.2; }
    @media screen and (min-width: 360px) {
      .n-activity-2-title {
        font-size: calc(16px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-activity-2-title {
        font-size: 18px; } }
    .n-activity-2-title a {
      color: inherit; }
      .n-activity-2-title a:hover {
        color: #34aeb1; }
  .n-activity-2-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 11px; }
    .n-activity-2-footer > * {
      margin-right: 10px;
      margin-bottom: 10px; }

.n-activity-status:before {
  display: inline-block;
  vertical-align: middle;
  width: .8em;
  height: .8em;
  margin-top: -2px;
  margin-right: 5px;
  border: 1px solid transparent;
  border-radius: 50%;
  content: ''; }

.n-activity-status-green:before {
  border-color: #00f7c0; }

.n-activity-status-orange:before {
  border-color: #fb9400; }

.n-activity-status-red:before {
  border-color: #ff0000; }

.n-activity-timeline {
  white-space: nowrap;
  overflow: hidden; }
  .n-activity-timeline-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 12px; }
    .n-activity-timeline-title:before {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px;
      height: 100px;
      background-color: #b7b7b7;
      content: ''; }
  .n-activity-timeline-dates {
    padding-left: 5px;
    padding-right: 8px;
    font-weight: 600; }

.n-active-status-icon {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  border: 1px solid currentColor;
  border-radius: 50%; }

.jcf-select.jcf-select-n-select {
  height: 50px;
  border: 1px solid #b7b7b7;
  border-radius: 5px; }
  .jcf-select.jcf-select-n-select.jcf-drop-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .jcf-select.jcf-select-n-select.jcf-drop-active .jcf-select-opener:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      color: #34aeb1; }
  .jcf-select.jcf-select-n-select .jcf-select-text {
    margin: 0 32px 0 14px;
    font-weight: 500;
    line-height: 50px;
    color: #008887; }
  .jcf-select.jcf-select-n-select .jcf-select-opener {
    right: 16px;
    top: 16px; }
    .jcf-select.jcf-select-n-select .jcf-select-opener:after {
      font-size: 16px;
      line-height: 1; }

.jcf-select-n-select.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #b7b7b7;
  border-radius: 0 0 5px 5px;
  overflow: hidden; }

.jcf-select-n-select.jcf-select-drop .jcf-option {
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #444444; }

.n-member-popup-header {
  padding-top: 50px;
  padding-bottom: 23px; }
  @media (min-width: 1480px) {
    .n-member-popup-header {
      padding-top: 116px; } }
  @media (min-width: 768px) {
    .n-member-popup-header-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 768px) {
    .n-member-popup-header-l-col {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin-right: 30px; } }
  @media (min-width: 768px) {
    .n-member-popup-header-r-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }

.n-member-popup-subtitle {
  font-size: 12px;
  display: block;
  margin-bottom: 12px; }
  @media screen and (min-width: 360px) {
    .n-member-popup-subtitle {
      font-size: calc(12px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-member-popup-subtitle {
      font-size: 14px; } }

.n-member-popup-title {
  font-size: 22px;
  margin-bottom: 16px; }
  @media screen and (min-width: 360px) {
    .n-member-popup-title {
      font-size: calc(22px + 14 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-member-popup-title {
      font-size: 36px; } }
  @media (min-width: 768px) {
    .n-member-popup-title {
      margin-bottom: 0; } }

.n-member-popup-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d8d8d8; }
  @media (min-width: 1480px) {
    .n-member-popup-row {
      padding-top: 36px;
      padding-bottom: 36px; } }

@media (min-width: 768px) {
  .n-member-popup-main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1480px) {
  .n-member-popup-main-info {
    margin-left: -40px;
    margin-right: -40px; } }

.n-member-popup-main-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .n-member-popup-main-info-item {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 23%;
              flex: 1 1 23%;
      max-width: 23%;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; } }
  @media (min-width: 1480px) {
    .n-member-popup-main-info-item {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 768px) {
    .n-member-popup-main-info-item:first-child {
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
      max-width: 31%;
      text-align: left; } }

.n-member-popup-main-info-title {
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin-bottom: 11px;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (min-width: 360px) {
    .n-member-popup-main-info-title {
      font-size: calc(12px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-member-popup-main-info-title {
      font-size: 14px; } }
  @media (min-width: 768px) {
    .n-member-popup-main-info-title {
      display: block;
      max-width: none; } }

.n-member-popup-main-info-text {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  font-weight: 600; }
  @media screen and (min-width: 360px) {
    .n-member-popup-main-info-text {
      font-size: calc(16px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-member-popup-main-info-text {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .n-member-popup-main-info-text {
      display: block;
      max-width: none; } }

body.n-popup-opened {
  overflow: hidden; }

.n-member {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1; }
  .n-member-subtitle {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    color: #000; }
    @media screen and (min-width: 360px) {
      .n-member-subtitle {
        font-size: calc(12px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-member-subtitle {
        font-size: 14px; } }
  .n-member-title {
    font-size: 16px;
    display: block;
    padding-top: 6px;
    color: #000;
    line-height: 1.2; }
    @media screen and (min-width: 360px) {
      .n-member-title {
        font-size: calc(16px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-member-title {
        font-size: 18px; } }
    .n-member-title a {
      color: inherit; }

.publications .breadcrumbs {
  padding: 20px; }
  @media (min-width: 768px) {
    .publications .breadcrumbs {
      padding: 40px; } }

.n-search-terms-section-footer {
  padding-top: 30px; }

@media (min-width: 520px) {
  .n-search-terms-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; } }

.n-search-terms-col {
  margin-bottom: 30px; }
  @media (min-width: 520px) {
    .n-search-terms-col {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .n-search-terms-col {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.333333%;
              flex: 1 1 33.333333%;
      max-width: 33.333333%; } }

.n-search-terms-title {
  font-size: 24px;
  margin-bottom: 24px; }
  @media screen and (min-width: 360px) {
    .n-search-terms-title {
      font-size: calc(24px + 8 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-search-terms-title {
      font-size: 32px; } }
  @media (min-width: 1480px) {
    .n-search-terms-title {
      margin-bottom: 48px; } }

.n-search-terms-list {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600; }
  @media screen and (min-width: 360px) {
    .n-search-terms-list {
      font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-search-terms-list {
      font-size: 18px; } }
  .n-search-terms-list li {
    margin-bottom: 12px; }
    .n-search-terms-list li:last-child {
      margin-bottom: 0; }
  .n-search-terms-list a {
    color: #444444; }
    .n-search-terms-list a:hover {
      color: #34aeb1; }

.n-search-terms-tags {
  padding-top: 12px;
  padding-bottom: 12px; }
  .n-search-terms-tags > * {
    margin-right: 5px;
    margin-bottom: 14px; }

.n-box-2 {
  padding: 15px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
  border-radius: 30px; }
  @media (min-width: 1480px) {
    .n-box-2 {
      padding-left: 25px;
      padding-right: 25px; } }

@media (min-width: 1024px) {
  .n-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1480px) {
  .n-media {
    margin-left: -30px;
    margin-right: -30px; } }

.n-media-title {
  font-size: 24px;
  margin-bottom: 24px; }
  @media screen and (min-width: 360px) {
    .n-media-title {
      font-size: calc(24px + 8 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-media-title {
      font-size: 32px; } }
  @media (min-width: 1480px) {
    .n-media-title {
      margin-bottom: 48px; } }

.n-media-video {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .n-media-video {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 65.3%;
              flex: 1 1 65.3%;
      max-width: 65.3%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1480px) {
    .n-media-video {
      padding-left: 30px;
      padding-right: 30px; } }

@media (min-width: 1024px) {
  .n-media-audio {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 34.7%;
            flex: 1 1 34.7%;
    max-width: 34.7%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1480px) {
  .n-media-audio {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1480px) {
  .n-media .n-post-lg {
    min-height: 600px; } }

@media (min-width: 1480px) {
  .n-media .n-post-lg .n-post-body {
    padding: 43px 26px; } }

.n-search-panel {
  margin-bottom: 16px; }
  .n-search-panel-row {
    padding-top: 30px;
    padding-bottom: 34px;
    border-bottom: 1px solid #EFEFEF; }
    @media (min-width: 1200px) {
      .n-search-panel-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .n-search-panel-title {
    font-size: 18px;
    display: block;
    margin-bottom: 1em;
    font-weight: 700;
    color: #B7B7B7; }
    @media screen and (min-width: 360px) {
      .n-search-panel-title {
        font-size: calc(18px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-search-panel-title {
        font-size: 22px; } }
    @media (min-width: 1024px) {
      .n-search-panel-title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .n-search-panel-btns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: right; } }
  .n-search-panel-btns-title {
    font-size: 14px;
    display: block;
    margin-bottom: 1em;
    font-weight: 600; }
    @media screen and (min-width: 360px) {
      .n-search-panel-btns-title {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-search-panel-btns-title {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .n-search-panel-btns-title {
        display: inline-block;
        margin-right: 24px;
        margin-bottom: 0; } }
  .n-search-panel-btn {
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      .n-search-panel-btn {
        margin-left: 12px;
        margin-bottom: 0; } }

.n-card {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 350px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden; }
  .n-card:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, #000000 0%, rgba(255, 255, 255, 0) 100%);
    content: ''; }
  @media (min-width: 1480px) {
    .n-card {
      min-height: 562px; } }
  .n-card-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .n-card-body {
    position: relative;
    z-index: 1;
    padding: 20px 30px; }
  .n-card-btn {
    width: 100%; }
  .n-card-text {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
    color: #b7b7b7; }
    .n-card-text:only-child {
      text-align: left; }

.n-related-box {
  margin-bottom: 24px;
  border-radius: 30px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15); }
  .n-related-box-title {
    font-size: 18px;
    display: block;
    margin-bottom: 16px;
    font-weight: 600; }
    @media screen and (min-width: 360px) {
      .n-related-box-title {
        font-size: calc(18px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-related-box-title {
        font-size: 20px; } }
  .n-related-box-item {
    padding: 25px; }
    .n-related-box-item:not(:last-child) {
      border-bottom: 1px solid #d7d7d7; }

.icon-arrow.icon-arrow-left:before {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.n-header,
.n-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.n-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.n-footer {
  font-size: 14px;
  background-color: #f4f4f4; }
  @media screen and (min-width: 360px) {
    .n-footer {
      font-size: calc(14px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-footer {
      font-size: 16px; } }
  .n-footer-top {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 1480px) {
      .n-footer-top {
        padding-top: 70px;
        padding-bottom: 78px; } }
  @media (min-width: 768px) {
    .n-footer-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -30px;
      margin-right: -30px; } }
  @media (min-width: 1480px) {
    .n-footer-row {
      margin-left: -68px;
      margin-right: -68px; } }
  @media (min-width: 1480px) {
    .n-footer-row-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -64px;
      margin-right: -64px; } }
  @media (min-width: 768px) {
    .n-footer-col {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1480px) {
    .n-footer-col {
      padding-left: 68px;
      padding-right: 68px; } }
  @media (min-width: 768px) {
    .n-footer-col:not(:last-child) {
      border-right: 1px solid #d8d8d8; } }
  @media (min-width: 768px) {
    .n-footer-col-lg {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%; } }
  @media (min-width: 1480px) {
    .n-footer-col-lg {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 64%;
              flex: 1 1 64%;
      max-width: 64%; } }
  @media (min-width: 768px) {
    .n-footer-col-sm {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%; } }
  @media (min-width: 1480px) {
    .n-footer-col-sm {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 36%;
              flex: 1 1 36%;
      max-width: 36%; } }
  .n-footer-col-inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8; }
    @media (min-width: 1480px) {
      .n-footer-col-inner {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%;
        padding-left: 64px;
        padding-right: 64px;
        padding-bottom: 0;
        margin-bottom: 0;
        border-right: 1px solid #d8d8d8;
        border-bottom: 0; } }
    @media (min-width: 768px) {
      .n-footer-col-inner:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; } }
    @media (min-width: 1480px) {
      .n-footer-col-inner:last-child {
        border-right: 0; } }
  .n-footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .n-footer-contact-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      margin-right: 30px; }
      @media (min-width: 1480px) {
        .n-footer-contact-img {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 163px;
                  flex: 1 1 163px;
          max-width: 163px; } }
      .n-footer-contact-img img {
        width: 100%; }
    @media (min-width: 1480px) {
      .n-footer-contact-title {
        margin-bottom: 17px; } }
    .n-footer-contact-body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      @media (min-width: 1480px) {
        .n-footer-contact-body {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          max-width: 50%;
          margin-left: auto; } }
    .n-footer-contact-address {
      font-style: normal; }
  .n-footer-menu .js-slide-hidden {
    position: static !important;
    top: 0 !important;
    left: 0 !important; }
  .n-footer-menu .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: 500;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px; }
    @media (min-width: 1480px) {
      .n-footer-menu .navigation {
        margin-bottom: 22px; } }
    .n-footer-menu .navigation > li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .n-footer-menu .navigation > li {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 33.3333333%;
                  flex: 1 1 33.3333333%;
          max-width: 33.3333333%; } }
      .n-footer-menu .navigation > li ul li {
        margin-bottom: 11px; }
    .n-footer-menu .navigation .title {
      display: block;
      pointer-events: none; }
      @media (min-width: 1480px) {
        .n-footer-menu .navigation .title {
          margin-bottom: 30px; } }
  .n-footer-bottom {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d8d8d8; }
    @media screen and (min-width: 360px) {
      .n-footer-bottom {
        font-size: calc(12px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-footer-bottom {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .n-footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1480px) {
      .n-footer-bottom {
        padding-top: 26px;
        padding-bottom: 26px; } }
  .n-footer-list {
    margin-bottom: 10px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .n-footer-list {
        margin-left: auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .n-footer-list li {
      display: inline-block;
      vertical-align: top; }
      .n-footer-list li:not(:last-child):after {
        margin-right: 3px;
        margin-left: 5px;
        content: '|'; }
        @media (min-width: 1480px) {
          .n-footer-list li:not(:last-child):after {
            margin-right: 8px;
            margin-left: 13px; } }
  .n-footer-text {
    margin-bottom: 30px; }
    @media (min-width: 1480px) {
      .n-footer-text {
        padding-top: 6px;
        margin-bottom: 77px; } }
  .n-footer a {
    color: #444444; }
    .n-footer a:hover {
      color: #34aeb1; }
  .n-footer .maxbutton {
    font-size: 14px;
    box-shadow: none !important;
    border-radius: 31px !important; }
    @media screen and (min-width: 360px) {
      .n-footer .maxbutton {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-footer .maxbutton {
        font-size: 18px; } }

.features-block.v2 .icon {
  background-color: #e6f9fc; }

.features-block .n-subtitle {
  margin-bottom: 15px; }
  @media (min-width: 1480px) {
    .features-block .n-subtitle {
      margin-bottom: 32px; } }

.features-block h2 {
  margin-bottom: 30px;
  color: #000; }
  @media (min-width: 1480px) {
    .features-block h2 {
      margin-bottom: 82px; } }

.features-block h3 {
  text-transform: none; }
  @media (min-width: 1480px) {
    .features-block h3 {
      margin-bottom: 27px; } }

.features-block p {
  line-height: 1.2; }
  @media (min-width: 1480px) {
    .features-block p {
      margin-bottom: 45px; } }

.features-block .container {
  max-width: 1920px; }
  @media (min-width: 1480px) {
    .features-block .container {
      padding-top: 80px;
      padding-bottom: 80px; } }

.features-block .icon {
  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;
  width: 100px;
  height: 100px; }
  @media (min-width: 1480px) {
    .features-block .icon {
      width: 140px;
      height: 140px;
      margin-bottom: 39px; } }
  .features-block .icon img {
    width: 40%;
    height: 40%;
    object-fit: contain; }

@media (min-width: 520px) {
  .features-block .cols-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; } }

@media (min-width: 520px) {
  .features-block .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px; } }

@media (min-width: 1024px) {
  .features-block .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%; } }

.ournetwork-block .n-subtitle {
  margin-bottom: 15px; }
  @media (min-width: 1480px) {
    .ournetwork-block .n-subtitle {
      margin-bottom: 32px; } }

.ournetwork-block h2 {
  margin-bottom: 30px;
  color: #000; }
  @media (min-width: 1480px) {
    .ournetwork-block h2 {
      margin-bottom: 93px; } }

.ournetwork-block .counter {
  font-size: 50px;
  font-weight: 700;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background-image: -webkit-linear-gradient(45deg, #b0409b 0%, #2dc7cb 100%);
  background-image: linear-gradient(45deg, #b0409b 0%, #2dc7cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media screen and (min-width: 360px) {
    .ournetwork-block .counter {
      font-size: calc(50px + 50 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .ournetwork-block .counter {
      font-size: 100px; } }

.ournetwork-block .cols {
  margin-bottom: 30px; }
  @media (min-width: 520px) {
    .ournetwork-block .cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1480px) {
    .ournetwork-block .cols {
      margin-bottom: 82px; } }
  .ournetwork-block .cols .col {
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 520px) {
      .ournetwork-block .cols .col {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 768px) {
      .ournetwork-block .cols .col {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33.3333333%;
                flex: 1 1 33.3333333%;
        max-width: 33.3333333%; } }
    @media (min-width: 1024px) {
      .ournetwork-block .cols .col {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 25%;
                flex: 1 1 25%;
        max-width: 25%; } }
    .ournetwork-block .cols .col .n-btn {
      margin-top: 15px; }

.ournetwork-block .counter {
  margin-bottom: 21px; }

.networks-block {
  background-color: #fff; }
  .networks-block .container {
    max-width: 1920px; }
    .networks-block .container > h2 {
      margin-bottom: 1em; }
    .networks-block .container > p {
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      font-weight: 500;
      line-height: 1.45; }
      @media (min-width: 1480px) {
        .networks-block .container > p {
          margin-bottom: 85px; } }
  .networks-block .n-subtitle {
    margin-bottom: 10px; }
    @media (min-width: 1480px) {
      .networks-block .n-subtitle {
        margin-bottom: 29px; } }

@media (min-width: 1480px) {
  .networks-list {
    margin-left: -20px;
    margin-right: -20px; } }

.networks-list .network {
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden; }
  .networks-list .network:hover .title {
    color: #34aeb1; }
  .networks-list .network:hover .image {
    opacity: .8; }
  @media (min-width: 1480px) {
    .networks-list .network {
      width: calc(50% - 40px);
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 768px) {
    .networks-list .network a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .networks-list .network a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .networks-list .network .title {
    -webkit-transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.1;
    color: #000; }
    @media screen and (min-width: 360px) {
      .networks-list .network .title {
        font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .networks-list .network .title {
        font-size: 24px; } }
    @media (min-width: 1480px) {
      .networks-list .network .title {
        margin-bottom: 27px; } }
  .networks-list .network .text {
    padding: 30px 15px; }
    @media (min-width: 768px) {
      .networks-list .network .text {
        width: 100%; } }
    @media (min-width: 1024px) {
      .networks-list .network .text {
        width: 60%; } }
    @media (min-width: 1480px) {
      .networks-list .network .text {
        padding: 26px; } }
  .networks-list .network .image {
    -webkit-transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95); }
    @media (min-width: 768px) {
      .networks-list .network .image {
        width: 100%; } }
    @media (min-width: 1024px) {
      .networks-list .network .image {
        width: 40%; } }
  .networks-list .network p {
    font-size: 14px;
    line-height: 1.3; }
    @media screen and (min-width: 360px) {
      .networks-list .network p {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .networks-list .network p {
        font-size: 18px; } }
  .networks-list .network .more {
    display: none; }

.members-block {
  background-color: #fff; }
  .members-block .container {
    max-width: 1920px; }
  .members-block h2 {
    margin-bottom: 20px; }
    @media (min-width: 1480px) {
      .members-block h2 {
        margin-bottom: 40px; } }
  @media (min-width: 1480px) {
    .members-block .cols {
      margin-left: -39px;
      margin-right: -39px; } }
  @media (min-width: 1480px) {
    .members-block .featured-members {
      width: 61.6%;
      padding: 0 39px; } }
  @media (min-width: 1480px) {
    .members-block .new-members {
      width: 38.4%;
      padding: 0 39px; } }
  .members-block .country {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 0; }
    @media screen and (min-width: 360px) {
      .members-block .country {
        font-size: calc(12px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .members-block .country {
        font-size: 16px; } }
    @media (min-width: 1480px) {
      .members-block .country {
        margin-bottom: 6px; } }
  .members-block h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000; }
    @media screen and (min-width: 360px) {
      .members-block h3 {
        font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .members-block h3 {
        font-size: 20px; } }
    @media (min-width: 1480px) {
      .members-block h3 {
        margin-bottom: 24px; } }
    .members-block h3 a {
      color: inherit !important; }

.member-box {
  position: relative;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
  border-radius: 8px; }
  .member-box:hover .image {
    opacity: .8; }
  .member-box:hover h3 {
    color: #34aeb1; }
  .member-box .image {
    min-height: 150px; }
    @media (min-width: 768px) {
      .member-box .image {
        width: 209px; } }
  .member-box .text {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px; }
    @media (min-width: 768px) {
      .member-box .text {
        width: calc(100% - 209px); } }
    @media (min-width: 1480px) {
      .member-box .text {
        padding: 25px 28px; } }
  .member-box .country {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media screen and (min-width: 360px) {
      .member-box .country {
        font-size: calc(12px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .member-box .country {
        font-size: 16px; } }
  .member-box .population {
    font-size: 14px; }
    @media screen and (min-width: 360px) {
      .member-box .population {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .member-box .population {
        font-size: 18px; } }
  .member-box .servedby {
    display: none; }
  .member-box .more {
    display: none; }

.newmembers-list {
  padding: 10px 0;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
  border-radius: 8px; }
  .newmembers-list li {
    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;
    padding: 20px 15px; }
    .newmembers-list li:hover {
      background-color: #fafafa; }
      .newmembers-list li:hover h3 {
        color: #34aeb1; }
    @media (min-width: 1480px) {
      .newmembers-list li {
        padding: 23px 37px; } }
  .newmembers-list h3 {
    margin-bottom: 0; }

@media (min-width: 1025px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: pointer;
    pointer-events: auto; } }

.ourteam-block {
  background-color: #fff; }
  .ourteam-block .content-holder {
    max-width: none; }
    @media (min-width: 768px) {
      .ourteam-block .content-holder {
        padding: 0; } }
    @media (min-width: 1480px) {
      .ourteam-block .content-holder {
        padding-top: 78px; } }
  .ourteam-block .sidebar {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px; }
    .ourteam-block .sidebar:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100px;
      background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
      pointer-events: none;
      content: ''; }
      @media (min-width: 1024px) {
        .ourteam-block .sidebar:after {
          display: none; } }
    @media (min-width: 768px) {
      .ourteam-block .sidebar {
        float: none;
        width: 100%; } }
    @media (min-width: 1024px) {
      .ourteam-block .sidebar {
        float: left;
        width: 300px;
        margin-right: 30px;
        margin-left: 0; } }
    @media (min-width: 1480px) {
      .ourteam-block .sidebar {
        width: 377px;
        margin-right: 136px; } }
    .ourteam-block .sidebar .title {
      display: none; }
    .ourteam-block .sidebar .tabset {
      position: static !important;
      top: 0 !important;
      left: 0 !important;
      background-color: transparent; }
      @media (max-width: 767px) {
        .ourteam-block .sidebar .tabset {
          padding: 0;
          margin: 0; } }
      @media (min-width: 768px) {
        .ourteam-block .sidebar .tabset {
          padding: 0; } }
      @media (min-width: 1024px) {
        .ourteam-block .sidebar .tabset {
          white-space: normal;
          border-radius: 15px;
          box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15); } }
      @media (min-width: 1480px) {
        .ourteam-block .sidebar .tabset {
          border-radius: 30px; } }
      @media (max-width: 767px) {
        .ourteam-block .sidebar .tabset li {
          margin: 0; } }
      @media (min-width: 768px) {
        .ourteam-block .sidebar .tabset li {
          display: inline-block;
          margin: 0; } }
      @media (min-width: 1024px) {
        .ourteam-block .sidebar .tabset li {
          display: block;
          border-bottom: 1px solid #e1e1e1; } }
      .ourteam-block .sidebar .tabset li:last-child {
        border-bottom: none; }
      .ourteam-block .sidebar .tabset li a {
        font-size: 12px;
        position: relative;
        display: block;
        padding: 10px 50px 10px 15px;
        font-weight: 700;
        color: #34aeb1;
        background-color: #fff; }
        @media screen and (min-width: 360px) {
          .ourteam-block .sidebar .tabset li a {
            font-size: calc(12px + 4 * ((100vw - 360px) / 1120)); } }
        @media screen and (min-width: 1480px) {
          .ourteam-block .sidebar .tabset li a {
            font-size: 16px; } }
        .ourteam-block .sidebar .tabset li a:hover {
          color: #444444;
          background-color: #f5f5f5; }
        .ourteam-block .sidebar .tabset li a:before {
          position: absolute;
          top: 6px;
          right: 6px;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 30px;
          height: 30px;
          font-family: "fontello";
          font-weight: 400;
          background-color: #fff;
          border-radius: 50%;
          content: '\e843';
          opacity: 0; }
          @media (min-width: 1024px) {
            .ourteam-block .sidebar .tabset li a:before {
              -webkit-transform: rotate(0);
                  -ms-transform: rotate(0);
                      transform: rotate(0); } }
          @media (min-width: 1480px) {
            .ourteam-block .sidebar .tabset li a:before {
              top: 15px;
              right: 15px; } }
        @media (min-width: 1480px) {
          .ourteam-block .sidebar .tabset li a {
            padding: 19px 55px 19px 25px; } }
        .ourteam-block .sidebar .tabset li a.active {
          color: #444444;
          background-color: #f5f5f5; }
          .ourteam-block .sidebar .tabset li a.active:before {
            opacity: 1; }
  @media (min-width: 768px) {
    .ourteam-block .subtabs-content {
      float: none;
      width: 100%; } }
  @media (min-width: 1024px) {
    .ourteam-block .subtabs-content {
      float: left;
      width: calc(100% - 330px); } }
  @media (min-width: 1480px) {
    .ourteam-block .subtabs-content {
      width: calc(100% - 513px); } }
  .ourteam-block .tabset-frame {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    background-color: #fff; }
    .ourteam-block .tabset-frame:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #e1e1e1;
      content: ''; }
    .ourteam-block .tabset-frame:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100px;
      background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
      pointer-events: none;
      content: ''; }
    @media (min-width: 1024px) {
      .ourteam-block .tabset-frame {
        margin-bottom: 40px; } }
  .ourteam-block .tabset {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
    white-space: nowrap;
    text-align: left;
    background-color: transparent; }
    @media (min-width: 1024px) {
      .ourteam-block .tabset {
        padding-top: 0; } }
    .ourteam-block .tabset li {
      display: inline-block;
      vertical-align: top;
      border: none; }
      .ourteam-block .tabset li a {
        font-size: 20px;
        padding: 15px;
        font-weight: 700;
        line-height: 1.35;
        color: #34aeb1;
        text-transform: capitalize; }
        @media screen and (min-width: 360px) {
          .ourteam-block .tabset li a {
            font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
        @media screen and (min-width: 1480px) {
          .ourteam-block .tabset li a {
            font-size: 24px; } }
        .ourteam-block .tabset li a:hover {
          color: #000;
          background-color: transparent; }
        .ourteam-block .tabset li a.active {
          color: #000;
          background-color: transparent; }
        .ourteam-block .tabset li a:after {
          display: block;
          height: 3px; }
        @media (min-width: 1480px) {
          .ourteam-block .tabset li a {
            padding: 45px 33px; } }

@media (min-width: 768px) {
  .our-staff {
    margin-left: 0;
    margin-right: 0; } }

.our-staff > strong {
  display: block;
  width: 100%;
  padding-bottom: 0 !important;
  text-align: center; }
  @media (min-width: 768px) {
    .our-staff > strong {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .our-staff > strong {
      margin-bottom: 50px;
      padding-top: 80px !important; } }

.our-staff .team {
  margin: 0 auto 15px; }
  @media (min-width: 768px) {
    .our-staff .team {
      width: 50%;
      margin: 0; } }
  @media (min-width: 768px) {
    .our-staff .team .front {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }

.our-staff .info-block {
  font-size: 14px;
  padding: 20px 15px;
  line-height: 1.35;
  background-color: #fafafa;
  border-radius: 0 0 15px 15px;
  overflow: hidden; }
  @media screen and (min-width: 360px) {
    .our-staff .info-block {
      font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .our-staff .info-block {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .our-staff .info-block {
      width: 50%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 30px;
      border-radius: 0 15px 15px 0; } }
  @media (min-width: 1480px) {
    .our-staff .info-block {
      padding: 38px 61px;
      border-radius: 0 30px 30px 0; } }
  .our-staff .info-block .contact-info {
    position: relative;
    margin: 0;
    border-top: none; }
    .our-staff .info-block .contact-info:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 9999px;
      height: 1px;
      background-color: #b7b7b7;
      content: ''; }

.team {
  max-width: 364px; }
  @media (min-width: 1480px) {
    .team {
      height: 479px; } }
  .team .head .title {
    color: #000; }
  .team .head .more {
    border-radius: 50%; }
  .team .front {
    border-radius: 30px; }
    .team .front .caption {
      padding: 0 75px 25px 23px; }
    .team .front .title {
      font-size: 16px;
      font-weight: 400; }
      @media screen and (min-width: 360px) {
        .team .front .title {
          font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
      @media screen and (min-width: 1480px) {
        .team .front .title {
          font-size: 20px; } }
      @media (min-width: 1024px) {
        .team .front .title {
          margin-bottom: 13px; } }
    .team .front .designation {
      font-size: 12px;
      font-weight: 300;
      line-height: 1.2; }
      @media screen and (min-width: 360px) {
        .team .front .designation {
          font-size: calc(12px + 4 * ((100vw - 360px) / 1120)); } }
      @media screen and (min-width: 1480px) {
        .team .front .designation {
          font-size: 16px; } }
    .team .front .more {
      border-color: #fff200;
      border-radius: 50%; }
      @media (min-width: 1480px) {
        .team .front .more {
          right: 24px;
          bottom: 31px; } }
  .team .back {
    overflow-y: auto;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    border-radius: 30px;
    background-color: #fff;
    color: #444444; }
    .team .back .head {
      padding: 20px 20px 20px 70px;
      border-bottom: 1px solid #e1e1e1; }
      .team .back .head .title {
        font-size: 16px;
        line-height: 1.2;
        color: #444444; }
        @media screen and (min-width: 360px) {
          .team .back .head .title {
            font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
        @media screen and (min-width: 1480px) {
          .team .back .head .title {
            font-size: 20px; } }
      .team .back .head .more {
        left: 18px;
        top: 18px;
        background-color: #fff;
        border: 1px solid #ffe980; }
    .team .back .text {
      font-size: 14px;
      line-height: 1.3;
      overflow-x: hidden; }
      @media screen and (min-width: 360px) {
        .team .back .text {
          font-size: calc(14px + 2 * ((100vw - 360px) / 1120)); } }
      @media screen and (min-width: 1480px) {
        .team .back .text {
          font-size: 16px; } }

.teams-cols {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.search-bar.search-filter {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .search-bar .sort-by .sort-opener:before {
    right: 9px;
    top: 19px; } }

@media (min-width: 1200px) {
  .search-bar .sort-by .sort-opener:before {
    top: 30px; } }

@media (min-width: 768px) {
  .search-bar .sort-by .sort-opener {
    padding: 17px 30px 17px 22px; } }

@media (min-width: 1200px) {
  .search-bar .sort-by .sort-opener {
    padding: 29px 30px 29px 22px; } }

.nav-btns .categories-btn,
.nav-btns .filter-btn {
  padding: 15px; }

.btn-list ul {
  max-width: 1392px; }

.btn-list h3 {
  font-size: 20px; }
  @media screen and (min-width: 360px) {
    .btn-list h3 {
      font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .btn-list h3 {
      font-size: 24px; } }

.content-accordion {
  margin-bottom: 1.5em; }
  .content-accordion > li {
    background-color: #f5f5f5;
    border-radius: 30px; }
    .content-accordion > li > a {
      min-height: 80px;
      color: #000;
      text-decoration: none;
      border-radius: 0;
      background-color: transparent; }
      @media (min-width: 1024px) {
        .content-accordion > li > a {
          min-height: 120px;
          padding-left: 36px;
          padding-right: 36px; } }
  .content-accordion .active > a {
    background-color: transparent; }
  .content-accordion .active .icon-down {
    font-size: 10px; }
    @media (min-width: 1024px) {
      .content-accordion .active .icon-down {
        font-size: 20px; } }
  .content-accordion .accordion-slide {
    padding: 36px; }
  .content-accordion .icon-right {
    font-size: 20px; }
    @media (min-width: 1024px) {
      .content-accordion .icon-right {
        font-size: 38px; } }

.content-accordion .timeline-slider.not-enough-slides .btn-prev,
.content-accordion .timeline-slider.not-enough-slides .btn-next {
  display: none; }

.content-accordion .timeline-slider .mask {
  border-radius: 30px; }

.content-accordion .timeline-slider .btn-prev,
.content-accordion .timeline-slider .btn-next {
  border-radius: 50%; }

.content-accordion .timeline-slider .btn-prev {
  left: 15px; }

.content-accordion .timeline-slider .btn-next {
  right: 15px; }

.n-btn {
  -webkit-transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  border: 2px solid transparent;
  border-radius: 35px;
  background-color: transparent; }
  @media screen and (min-width: 360px) {
    .n-btn {
      font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-btn {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .n-btn {
      padding: 15px 25px; } }
  @media (min-width: 1480px) {
    .n-btn {
      padding: 20px 38px; } }
  .n-btn-block {
    width: 100%; }
  .n-btn-sm {
    font-size: 12px;
    padding: 9px 16px;
    font-weight: 500;
    border-width: 1px; }
    @media screen and (min-width: 360px) {
      .n-btn-sm {
        font-size: calc(12px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-btn-sm {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .n-btn-sm {
        padding: 9px 16px; } }
    @media (min-width: 1480px) {
      .n-btn-sm {
        padding: 9px 16px; } }
  .n-btn-xsm {
    font-size: 12px;
    padding: 5px 14px 7px;
    font-weight: 500;
    border-width: 1px; }
    @media screen and (min-width: 360px) {
      .n-btn-xsm {
        font-size: calc(12px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-btn-xsm {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .n-btn-xsm {
        padding: 5px 14px 7px; } }
    @media (min-width: 1480px) {
      .n-btn-xsm {
        padding: 5px 14px 7px; } }
  .n-btn-md {
    padding: 10px 13px 11px;
    border-width: 1px; }
    @media (min-width: 768px) {
      .n-btn-md {
        padding: 10px 13px 11px; } }
    @media (min-width: 1480px) {
      .n-btn-md {
        padding: 10px 13px 11px; } }
  .n-btn-md-2 {
    border-width: 1px;
    padding: 13px 20px 14px; }
    @media (min-width: 768px) {
      .n-btn-md-2 {
        padding: 13px 20px 14px; } }
    @media (min-width: 1480px) {
      .n-btn-md-2 {
        padding: 13px 20px 14px; } }
  .n-btn-alt {
    border-radius: 5px;
    border-width: 1px; }
  .n-btn-white, .n-cta-with-gradient .n-cta-btn, .n-cta-with-img .n-cta-btn {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.11); }
    .n-btn-white:hover, .n-cta-with-gradient .n-cta-btn:hover, .n-cta-with-img .n-cta-btn:hover {
      border-color: #ffe980;
      background-color: #ffe980;
      color: #000; }
  .n-btn-primary, .n-cta:not(.n-cta-with-img):not(.n-cta-with-gradient) .n-cta-btn {
    position: relative;
    z-index: 1; }
    .n-btn-primary:hover, .n-cta:not(.n-cta-with-img):not(.n-cta-with-gradient) .n-cta-btn:hover {
      color: #000;
      box-shadow: 0 0 11px 2px rgba(5, 7, 8, 0.11); }
      .n-btn-primary:hover:before, .n-cta:not(.n-cta-with-img):not(.n-cta-with-gradient) .n-cta-btn:hover:before {
        background: -webkit-linear-gradient(45deg, #ab449c, #31c3ca);
        background: linear-gradient(45deg, #ab449c, #31c3ca); }
    .n-btn-primary:before, .n-cta:not(.n-cta-with-img):not(.n-cta-with-gradient) .n-cta-btn:before, .n-btn-primary:after, .n-cta:not(.n-cta-with-img):not(.n-cta-with-gradient) .n-cta-btn:after {
      position: absolute;
      z-index: -1;
      border-radius: inherit;
      content: ''; }
    .n-btn-primary:before, .n-cta:not(.n-cta-with-img):not(.n-cta-with-gradient) .n-cta-btn:before {
      top: -2px;
      left: -2px;
      bottom: -2px;
      right: -2px;
      background-color: #34aeb1; }
    .n-btn-primary:after, .n-cta:not(.n-cta-with-img):not(.n-cta-with-gradient) .n-cta-btn:after {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #fff; }
  .n-btn-secondary {
    background-color: #ffe980; }
    .n-btn-secondary:hover {
      color: #000;
      background-color: #ffe04d; }
  .n-btn-outline-gray {
    color: #444444;
    border-color: #b7b7b7; }
    .n-btn-outline-gray:hover {
      border-color: transparent;
      box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.11); }
  .n-btn-gray {
    background-color: #f5f5f5; }
  .n-btn > img {
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px; }
  .n-btn > .icon-arrow.icon-arrow-left {
    margin-right: 5px; }

.n-btn-play {
  -webkit-transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-color: #e6f9fc;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.11);
  border-radius: 50%; }
  .n-btn-play:hover {
    background-color: #fff; }
  @media (min-width: 768px) {
    .n-btn-play {
      width: 75px;
      height: 75px; } }
  @media (min-width: 1480px) {
    .n-btn-play {
      width: 111px;
      height: 111px; }
      .n-post:not(.n-post-lg) .n-btn-play {
        width: 75px;
        height: 75px; } }
  .n-btn-play img {
    width: 30%;
    margin-right: -7%; }

.n-btn-clear {
  padding: 0;
  border: 0;
  background-color: transparent; }
  .n-btn-clear svg {
    display: block; }

.n-container, .content-accordion, .n-info-block:not(.n-info-block-full-width) .n-info-block-area,
.container {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .n-container, .content-accordion, .n-info-block:not(.n-info-block-full-width) .n-info-block-area,
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1480px) {
    .n-container, .content-accordion, .n-info-block:not(.n-info-block-full-width) .n-info-block-area,
    .container {
      padding-left: 144px;
      padding-right: 144px; } }
  .n-container-sm,
  .container-sm {
    max-width: 1288px; }
  @media (min-width: 1480px) {
    .n-container-lg,
    .container-lg {
      padding-left: 62px;
      padding-right: 62px; } }

.n-top-bar {
  font-size: 11px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 500;
  text-align: right;
  background-color: #f4f4f4; }
  @media screen and (min-width: 360px) {
    .n-top-bar {
      font-size: calc(11px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-top-bar {
      font-size: 13px; } }
  .n-top-bar-menu {
    display: inline-block;
    vertical-align: top; }
    .n-top-bar-menu li {
      display: inline-block;
      vertical-align: top; }
      .n-top-bar-menu li:not(:first-child):before {
        margin: 0 7px 0 3px;
        content: '|'; }
    .n-top-bar-menu a {
      color: #444444; }
  .n-top-bar-social {
    display: none; }
    @media (min-width: 520px) {
      .n-top-bar-social {
        display: inline-block;
        vertical-align: top;
        margin-left: 8px; } }
    .n-top-bar-social li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
    .n-top-bar-social a {
      color: #c7c7c7; }
  .n-top-bar a:hover {
    color: #34aeb1; }

.n-locations-opener:not(.n-close) {
  -webkit-transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  padding: 13px 16px;
  font-size: 15px;
  font-weight: 500;
  color: #34aeb1;
  border: 1px solid #b7b7b7;
  border-radius: 25px;
  background-color: transparent; }
  .n-locations-opener:not(.n-close):hover {
    border-color: transparent;
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.11); }
  .n-locations-opener:not(.n-close)-icon {
    margin-left: 10px;
    color: #787878; }

.n-locations-active .n-locations-collapse {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible; }

.n-locations-collapse .n-locations-opener:hover {
  box-shadow: none; }

.n-location {
  margin-bottom: 24px; }
  .n-location-sm {
    line-height: 1.2; }
    @media (min-width: 1480px) {
      .n-location-sm .n-location-title {
        margin-bottom: 19px; } }
    @media (min-width: 1480px) {
      .n-location-sm .n-location-address {
        margin-bottom: 18px; } }
  .n-location-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 600; }
    @media (min-width: 1480px) {
      .n-location-title {
        margin-bottom: 24px; } }
  .n-location-address {
    margin-bottom: 10px;
    font-style: normal; }
    @media (min-width: 1480px) {
      .n-location-address {
        margin-bottom: 23px; } }
  .n-location-contacts {
    margin-bottom: 10px; }
    @media (min-width: 1480px) {
      .n-location-contacts {
        margin-bottom: 24px; } }
    .n-location-contacts a {
      color: inherit; }
      .n-location-contacts a:hover {
        color: #34aeb1; }

@media (min-width: 768px) {
  .n-hero-section {
    margin-bottom: 50px; } }

@media (min-width: 1024px) {
  .n-hero-slider:hover .slick-arrow {
    opacity: 1; } }

.n-hero-slider .slick-arrow {
  -webkit-transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .n-hero-slider .slick-arrow {
      opacity: 0; } }
  .touchevents .n-hero-slider .slick-arrow {
    opacity: 1; }
  .n-hero-slider .slick-arrow.slick-prev {
    left: -12px; }
    @media (min-width: 1480px) {
      .n-hero-slider .slick-arrow.slick-prev {
        left: -16px; } }
  .n-hero-slider .slick-arrow.slick-next {
    right: -12px; }
    @media (min-width: 1480px) {
      .n-hero-slider .slick-arrow.slick-next {
        right: -16px; } }
  .n-hero-slider .slick-arrow.slick-disabled {
    display: none !important; }

.n-hero-slide {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 30px;
  color: #000;
  background-image: -webkit-linear-gradient(45deg, #9fdde4 0%, rgba(255, 225, 68, 0) 100%);
  background-image: linear-gradient(45deg, #9fdde4 0%, rgba(255, 225, 68, 0) 100%);
  border-radius: 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .n-hero-slide {
      min-height: 500px;
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1480px) {
    .n-hero-slide {
      min-height: 714px;
      padding: 100px 111px; } }
  .n-hero-slide-with-img {
    color: #fff; }
    .n-hero-slide-with-img .n-btn {
      background-color: transparent;
      color: #ffe980; }
      .n-hero-slide-with-img .n-btn:hover {
        color: #000;
        border-color: #fff;
        background-color: #fff; }
    .n-hero-slide-with-img .n-hero-decor:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.39);
      content: ''; }

.n-hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  width: 100%; }

.n-hero-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  .n-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.n-hero-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden; }
  .n-hero-decor img {
    width: 60%;
    max-height: calc(100% + 10px);
    margin: -5px;
    object-fit: contain;
    object-position: 100% 100%; }

.n-hero-title {
  color: inherit;
  word-wrap: break-word; }

.n-hero-text {
  margin-bottom: 1.9em;
  font-weight: 500; }

.n-hero-section {
  padding-top: 30px;
  padding-bottom: 30px; }

.n-featured-city {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .n-featured-city {
      position: relative;
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1280px) {
    .n-featured-city {
      padding-top: 180px;
      padding-bottom: 180px; } }
  .n-featured-city-inner {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    @media (min-width: 768px) {
      .n-featured-city-inner {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        overflow: visible; } }
  .n-featured-city-content {
    padding: 30px 20px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .n-featured-city-content {
        position: relative;
        z-index: 1;
        max-width: 697px;
        width: 70%;
        padding: 50px;
        background-color: #fff;
        border-radius: 30px; } }
    @media (min-width: 1480px) {
      .n-featured-city-content {
        width: 100%;
        padding: 75px; } }
  .n-featured-city-img {
    position: relative;
    height: 300px; }
    @media (min-width: 768px) {
      .n-featured-city-img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: auto; } }
    .n-featured-city-img > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .n-featured-city-decor {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%; }
    .n-featured-city-decor > img {
      width: 100%;
      vertical-align: top; }
  .n-featured-city-subtitle {
    margin-bottom: 5px; }
    @media (min-width: 1480px) {
      .n-featured-city-subtitle {
        margin-bottom: 18px; } }
  .n-featured-city-title {
    margin-bottom: 0.75em; }
  .n-featured-city-btn {
    margin-top: 5px; }
    @media (min-width: 1480px) {
      .n-featured-city-btn {
        margin-top: 22px; } }

.n-cta {
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 500;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .n-cta {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1480px) {
    .n-cta {
      padding-top: 139px;
      padding-bottom: 139px; } }
  .n-cta-with-gradient {
    font-weight: 600;
    color: #000; }
    .n-cta-with-gradient .n-cta-subtitle {
      color: #7a306c; }
  .n-cta-with-img {
    position: relative;
    font-weight: 600;
    color: #fff; }
    .n-cta-with-img:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.8);
      content: ''; }
    .n-cta-with-img .n-cta-inner {
      position: relative;
      z-index: 1; }
    .n-cta-with-img .n-cta-title {
      color: inherit; }
    .n-cta-with-img a:not(.n-btn) {
      color: #ffe980; }
      .n-cta-with-img a:not(.n-btn):hover {
        color: #ffe04d; }
  .n-cta:not(.n-cta-with-gradient) .n-cta-subtitle {
    color: #93cd70; }
  .n-cta-subtitle {
    margin-bottom: 5px; }
    @media (min-width: 1480px) {
      .n-cta-subtitle {
        margin-bottom: 30px; } }
  .n-cta-title {
    margin-bottom: 20px; }
    @media (min-width: 1480px) {
      .n-cta-title {
        margin-bottom: 37px; } }
  @media (min-width: 1480px) {
    .n-cta-btn {
      margin-top: 24px; } }
  .n-cta-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .n-cta-inner {
        width: 80%; } }
  .n-cta b {
    font-weight: 600; }

.n-cta-block {
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #B7B7B7;
  border-radius: 30px; }
  @media (min-width: 1480px) {
    .n-cta-block {
      padding: 46px; } }
  .n-cta-block-title {
    margin-bottom: 10px; }
    @media (min-width: 1480px) {
      .n-cta-block-title {
        margin-bottom: 20px; } }
  .n-cta-block-text {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5; }
    @media screen and (min-width: 360px) {
      .n-cta-block-text {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-cta-block-text {
        font-size: 18px; } }
    @media (min-width: 1480px) {
      .n-cta-block-text {
        margin-bottom: 31px; } }
  .n-cta-block-btn:before {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px; }
  @media (min-width: 1480px) {
    .n-cta-block-btn {
      padding: 16px 34px; } }

.n-info-block {
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 500; }
  @media (min-width: 1480px) {
    .n-info-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .n-info-block:not(.n-info-block-alt):not(.n-info-block-full-width):not(.n-info-block-with-numbers) .n-info-block-media {
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.16); }
  @media (min-width: 1480px) {
    .n-info-block[class*="n-bg-"] {
      padding-top: 144px;
      padding-bottom: 144px; } }
  @media (max-width: 767px) {
    .n-info-block-with-numbers .n-info-block-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .n-info-block-with-numbers .n-info-block-media {
      margin-bottom: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 767px) {
    .n-info-block-with-numbers .n-info-block-text {
      margin-bottom: 30px; } }
  .n-info-block-full-width {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 1480px) {
      .n-info-block-full-width {
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 768px) {
      .n-info-block-full-width .n-info-block-inner {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 1480px) {
      .n-info-block-full-width .n-info-block-inner {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
    .n-info-block-full-width .n-info-block-media {
      border-radius: 0; }

@media (min-width: 768px) and (max-width: 1479px) {
  .n-info-block-full-width .n-info-block-media:before {
    display: block;
    padding-top: 100%;
    content: ''; } }
      @media (min-width: 768px) {
        .n-info-block-full-width .n-info-block-media {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%;
          max-width: 50%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 768px) {
        .n-info-block-full-width .n-info-block-media > img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          object-fit: cover; } }
    .n-info-block-full-width .n-info-block-text {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 30px; }
      @media (min-width: 768px) {
        .n-info-block-full-width .n-info-block-text {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%;
          max-width: 50%;
          margin-left: 0;
          margin-right: 0;
          padding: 25px; } }
      @media (min-width: 1480px) {
        .n-info-block-full-width .n-info-block-text {
          padding: 118px 140px 118px 78px; } }
    .n-info-block-full-width .n-slick-arrow {
      position: absolute;
      bottom: 36px;
      z-index: 1; }
      @media (min-width: 768px) {
        .n-info-block-full-width .n-slick-arrow {
          bottom: 30px; } }
      @media (min-width: 1480px) {
        .n-info-block-full-width .n-slick-arrow {
          bottom: 45px; } }
      .n-info-block-full-width .n-slick-arrow.slick-next {
        right: 15px; }
        @media (min-width: 1480px) {
          .n-info-block-full-width .n-slick-arrow.slick-next {
            right: 45px; } }
      .n-info-block-full-width .n-slick-arrow.slick-prev {
        right: 70px; }
        @media (min-width: 1480px) {
          .n-info-block-full-width .n-slick-arrow.slick-prev {
            right: 144px; } }
  @media (min-width: 768px) {
    .n-info-block-alt.n-info-block-reverse .n-info-block-stage {
      border-radius: 30px 0 0 30px; } }
  @media (min-width: 768px) {
    .n-info-block-alt.n-info-block-reverse .n-info-block-media {
      border-radius: 0 30px 30px 0; } }
  @media (min-width: 768px) {
    .n-info-block-alt.n-info-block-reverse .n-info-block-text {
      padding-left: 30px;
      padding-right: 0; } }
  @media (min-width: 1480px) {
    .n-info-block-alt.n-info-block-reverse .n-info-block-text {
      padding-left: 70px;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .n-info-block-alt .n-info-block-inner {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .n-info-block-alt .n-info-block-stage {
    background-color: #fafafa;
    border-radius: 0 30px 30px 0; }
  .n-info-block-alt .n-info-block-media {
    margin-bottom: 0;
    border-radius: 30px 30px 0 0; }
    @media (min-width: 768px) {
      .n-info-block-alt .n-info-block-media {
        border-radius: 30px 0 0 30px; } }
    @media (min-width: 768px) {
      .n-info-block-alt .n-info-block-media > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  .n-info-block-alt .n-info-block-text {
    padding: 30px 20px; }
    @media (min-width: 768px) {
      .n-info-block-alt .n-info-block-text {
        padding: 30px 30px 30px 0; } }
    @media (min-width: 1480px) {
      .n-info-block-alt .n-info-block-text {
        padding: 76px 70px 76px 0; } }
    .n-info-block-alt .n-info-block-text h2 {
      background-image: none;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset; }
  @media (min-width: 768px) {
    .n-info-block-reverse .n-info-block-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .n-info-block-align-middle:not(.n-info-block-alt) .n-info-block-inner {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .n-info-block-black-title .n-info-block-text h2,
  .n-info-block-black-title .n-info-block-text .h2,
  .n-info-block-black-title .n-info-block-text .features-block h2,
  .features-block .n-info-block-black-title .n-info-block-text h2,
  .n-info-block-black-title .n-info-block-text .ournetwork-block h2,
  .ournetwork-block .n-info-block-black-title .n-info-block-text h2,
  .n-info-block-black-title .n-info-block-text .networks-block .container > h2,
  .networks-block .n-info-block-black-title .n-info-block-text .container > h2 {
    background-image: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; }
  @media (min-width: 768px) {
    .n-info-block-inner {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1480px) {
    .n-info-block-inner {
      margin-left: -40px;
      margin-right: -40px; } }
  .n-info-block-media {
    position: relative;
    margin-bottom: 30px;
    border-radius: 30px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .n-info-block-media {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(50% - 30px);
                flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0; } }
    @media (min-width: 1480px) {
      .n-info-block-media {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(50% - 80px);
                flex: 1 1 calc(50% - 80px);
        max-width: calc(50% - 80px);
        margin-left: 40px;
        margin-right: 40px; } }
    .n-info-block-media > img {
      width: 100%;
      vertical-align: top; }
    .n-info-block-media iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; }
    .n-info-block-media-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: inherit;
      content: ''; }
  @media (min-width: 768px) {
    .n-info-block-text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 30px);
              flex: 1 1 calc(50% - 30px);
      max-width: calc(50% - 30px);
      margin-left: 15px;
      margin-right: 15px;
      padding-top: 14px; } }
  @media (min-width: 1480px) {
    .n-info-block-text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 80px);
              flex: 1 1 calc(50% - 80px);
      max-width: calc(50% - 80px);
      margin-left: 40px;
      margin-right: 40px; } }
  .n-info-block-text h2,
  .n-info-block-text .h2,
  .n-info-block-text .features-block h2,
  .features-block .n-info-block-text h2,
  .n-info-block-text .ournetwork-block h2,
  .ournetwork-block .n-info-block-text h2,
  .n-info-block-text .networks-block .container > h2,
  .networks-block .n-info-block-text .container > h2 {
    margin-bottom: 0.7em;
    line-height: 1.17;
    background-image: -webkit-linear-gradient(45deg, #b0409b 0%, #2dc7cb 100%);
    background-image: linear-gradient(45deg, #b0409b 0%, #2dc7cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .n-info-block-text b {
    font-weight: 600; }
  .n-info-block-btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .n-info-block-subtitle {
    margin-bottom: 8px; }
    @media (min-width: 1480px) {
      .n-info-block-subtitle {
        margin-bottom: 15px; } }
  .n-info-block-numbers {
    padding-top: 14px;
    padding-bottom: 14px; }
  .n-info-block-btn {
    margin-top: 15px; }
    @media (min-width: 1480px) {
      .n-info-block-btn {
        margin-top: 35px; } }
  .n-info-block address {
    font-style: normal; }

@media (min-width: 768px) {
  .n-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1480px) {
  .n-text {
    margin-left: -40px;
    margin-right: -40px; } }

.n-text-subtitle {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .n-text-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1480px) {
  .n-text-col {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 768px) {
  .n-text-col-sm {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    max-width: 36%; } }

@media (min-width: 768px) {
  .n-text-col-lg {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    max-width: 64%; } }

.n-visual {
  position: relative;
  z-index: 5;
  background-color: #fafafa; }
  .n-visual-sm .n-visual-inner {
    min-height: 200px;
    padding-bottom: 30px; }
  .n-visual-sm .n-visual-title {
    font-size: 32px; }
    @media screen and (min-width: 360px) {
      .n-visual-sm .n-visual-title {
        font-size: calc(32px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-visual-sm .n-visual-title {
        font-size: 36px; } }
  .n-visual-inner {
    position: relative;
    z-index: 1;
    padding-top: 28px;
    padding-bottom: 50px;
    min-height: 250px; }
    @media (min-width: 768px) {
      .n-visual-inner {
        min-height: 300px; } }
    @media (min-width: 1480px) {
      .n-visual-inner {
        min-height: 364px;
        padding-bottom: 65px; } }
  .n-visual-content {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .n-visual-content {
        width: 70%; } }
    @media (min-width: 1480px) {
      .n-visual-content {
        padding-top: 63px; } }
  .n-visual-title {
    margin-bottom: 0.3em; }
  .n-visual-text {
    margin-bottom: 36px; }
  .n-visual-decor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    max-width: 50%; }
    .n-visual-decor img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: 100% 100%; }
  .n-visual-date {
    font-size: 10px;
    display: block;
    margin-bottom: 14px;
    text-transform: uppercase; }
    @media screen and (min-width: 360px) {
      .n-visual-date {
        font-size: calc(10px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-visual-date {
        font-size: 12px; } }
  .n-visual-tags {
    margin-top: 26px; }
    .n-visual-tags > * {
      margin-bottom: 5px; }
      @media (min-width: 1480px) {
        .n-visual-tags > * {
          margin-right: 10px; } }
  .n-visual-meta {
    margin-bottom: 17px; }

.n-tabset-holder {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #fff; }
  .n-tabset-holder:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    content: ''; }
  .n-tabset-holder:after {
    position: absolute;
    top: 0;
    bottom: 2px;
    right: 0;
    width: 300px;
    background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    content: ''; }
  @media (min-width: 1480px) {
    .n-tabset-holder {
      max-width: 1920px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.n-tabset {
  position: relative;
  white-space: nowrap;
  overflow-x: auto; }
  .n-tabset li {
    display: inline-block;
    vertical-align: top; }
  .n-tabset a {
    font-size: 20px;
    position: relative;
    display: block;
    padding: 15px;
    font-weight: 700;
    color: #34aeb1; }
    @media screen and (min-width: 360px) {
      .n-tabset a {
        font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-tabset a {
        font-size: 24px; } }
    .n-tabset a:hover {
      color: #000; }
    .n-tabset a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #ffe980;
      opacity: 0;
      content: ''; }
    @media (min-width: 1480px) {
      .n-tabset a {
        padding: 45px; } }
    .n-tabset a.active {
      color: #000; }
      .n-tabset a.active:before {
        opacity: 1; }

.n-section {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1480px) {
    .n-section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .n-section-sm {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 1480px) {
      .n-section-sm {
        padding-top: 25px;
        padding-bottom: 25px; } }
  .n-section-header {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 1480px) {
      .n-section-header {
        margin-bottom: 70px; } }
  .n-section-border-bottom {
    position: relative; }
    .n-section-border-bottom:before {
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: calc(100% - 30px);
      max-width: 1392px;
      height: 1px;
      background-color: #e1e1e1;
      content: ''; }
      @media (min-width: 1480px) {
        .n-section-border-bottom:before {
          max-width: calc(100% - 288px); } }

.n-section-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px; }
  .n-section-sm .n-section-header-row {
    margin-bottom: 25px; }
    .n-section-sm .n-section-header-row h4,
    .n-section-sm .n-section-header-row .h4,
    .n-section-sm .n-section-header-row .our-staff > strong {
      font-size: 24px; }
      @media screen and (min-width: 360px) {
        .n-section-sm .n-section-header-row h4,
        .n-section-sm .n-section-header-row .h4,
        .n-section-sm .n-section-header-row .our-staff > strong {
          font-size: calc(24px + 8 * ((100vw - 360px) / 1120)); } }
      @media screen and (min-width: 1480px) {
        .n-section-sm .n-section-header-row h4,
        .n-section-sm .n-section-header-row .h4,
        .n-section-sm .n-section-header-row .our-staff > strong {
          font-size: 32px; } }
  .n-section-header-row-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 30px;
    margin-bottom: 0; }
  .n-section-header-row-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto; }

.n-positions {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1480px) {
    .n-positions {
      padding-top: 58px;
      padding-bottom: 58px; } }
  .n-positions-title {
    font-size: 28px; }
    @media screen and (min-width: 360px) {
      .n-positions-title {
        font-size: calc(28px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-positions-title {
        font-size: 32px; } }
    @media (min-width: 1480px) {
      .n-positions-title {
        margin-bottom: 32px; } }

.n-position {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4; }
  @media (min-width: 768px) {
    .n-position {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  .n-position:last-child {
    margin-bottom: 0; }
  .n-position-l-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 1085px;
    margin-right: 30px; }
  .n-position-r-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto; }
  .n-position-date {
    font-size: 12px;
    display: block;
    margin-bottom: 0.7em;
    font-weight: 600;
    color: #7a306c; }
    @media screen and (min-width: 360px) {
      .n-position-date {
        font-size: calc(12px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-position-date {
        font-size: 16px; } }
  .n-position-title {
    font-family: "Noto Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif; }
  .n-position-btn {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .n-position-btn {
        margin-top: 49px; } }
  .n-position p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .n-position-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .n-position-info-col-l {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 34.7%;
            flex: 1 1 34.7%;
    max-width: 34.7%;
    padding-top: 4px; } }

@media (min-width: 768px) {
  .n-position-info-col-r {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 65.3%;
            flex: 1 1 65.3%;
    max-width: 65.3%;
    padding-left: 30px; } }

@media (min-width: 1480px) {
  .n-position-info-col-r {
    padding-left: 80px; } }

.n-position-info-main {
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
  border-radius: 30px; }
  @media (min-width: 1480px) {
    .n-position-info-main {
      padding: 20px 43px 30px; } }
  .n-position-info-main-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px; }
    .n-position-info-main-list-item:last-child {
      margin-bottom: 0; }
  .n-position-info-main-ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    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;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #e6f9fc; }
    @media (min-width: 1480px) {
      .n-position-info-main-ico {
        width: 60px;
        height: 60px; } }
    .n-position-info-main-ico img {
      width: 40%;
      height: 40%;
      object-fit: contain; }

.n-position-info-title {
  margin-bottom: 14px;
  font-family: "Noto Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.5; }
  @media (min-width: 1024px) {
    .n-position-info-title {
      width: 70%; } }
  @media (min-width: 1480px) {
    .n-position-info-title {
      margin-bottom: 28px; } }

@media (min-width: 1024px) {
  .n-position-info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 519px) {
  .n-position-info-btn {
    width: 100%; } }

@media (min-width: 1024px) {
  .n-position-info-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 30px; } }

.n-position-info-social {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .n-position-info-social {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 0; } }

.breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
  overflow: visible; }
  @media (min-width: 768px) {
    .breadcrumbs {
      padding-top: 0;
      padding-bottom: 0; } }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    float: none;
    color: #999999; }
    .breadcrumbs li:before {
      left: -7px; }

.n-social-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .n-social-holder.n-social-holder-row {
    display: block; }
    @media (min-width: 768px) {
      .n-social-holder.n-social-holder-row {
        text-align: center; } }
    .n-social-holder.n-social-holder-row .n-social-title {
      display: block;
      margin-bottom: 16px;
      margin-right: 0 !important; }
    @media (min-width: 768px) {
      .n-social-holder.n-social-holder-row .n-social li {
        display: block;
        margin-right: 0; } }
  .n-social-holder .n-social-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 15px; }
    @media (min-width: 1024px) {
      .n-social-holder .n-social-title {
        max-width: 167px;
        margin-right: 30px; } }
  .n-social-holder .n-social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.n-social-title {
  font-size: 14px;
  line-height: 1.2; }
  @media screen and (min-width: 360px) {
    .n-social-title {
      font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-social-title {
      font-size: 18px; } }

.n-social.n-social-alt li > a,
.n-social.n-social-alt li > span {
  color: #444444; }
  .n-social.n-social-alt li > a:hover,
  .n-social.n-social-alt li > span:hover {
    color: #444444; }
  .n-social.n-social-alt li > a:before,
  .n-social.n-social-alt li > span:before {
    background: #34aeb1 border-box; }

.n-social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .n-social li {
      margin-right: 17px;
      margin-bottom: 17px; } }
  .n-social li > a,
  .n-social li > span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35px;
    height: 35px;
    padding: 10px;
    color: #b7b7b7;
    border-radius: 50%;
    cursor: pointer; }
    .n-social li > a:hover,
    .n-social li > span:hover {
      color: #b7b7b7;
      background-color: #fff; }
      .n-social li > a:hover:before,
      .n-social li > span:hover:before {
        background: -webkit-linear-gradient(45deg, #ab449c, #31c3ca) border-box;
        background: linear-gradient(45deg, #ab449c, #31c3ca) border-box; }
    .n-social li > a:before,
    .n-social li > span:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border: 2px solid transparent;
      border-radius: 50%;
      background: #b7b7b7 border-box;
      -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      content: ''; }
    @media (min-width: 768px) {
      .n-social li > a,
      .n-social li > span {
        width: 55px;
        height: 55px;
        padding: 16px; } }
    @media (min-width: 1480px) {
      .n-social li > a,
      .n-social li > span {
        width: 72px;
        height: 72px;
        padding: 21px; } }
    .n-social li > a svg,
    .n-social li > span svg {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.cli_action_button, .cli_settings_button {
  border-radius: 15px; }

.cli_settings_button {
  background-color: transparent !important;
  border: 1px solid #000 !important; }
  .cli_settings_button:hover {
    color: #fff !important;
    background-color: #000 !important; }

.cli_action_button {
  background-color: #fff !important;
  color: #000 !important; }
  .cli_action_button:hover {
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.11); }

.cli_setting_save_button {
  border-radius: 18px !important;
  background-color: #34aeb1 !important; }
  .cli_setting_save_button:hover {
    background-color: #28878a !important; }

.n-tag {
  -webkit-transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: inline-block;
  vertical-align: top;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  border-radius: 13px;
  border: none; }
  @media (min-width: 1480px) {
    .n-tag {
      padding: 3.5px 12px; } }
  .n-tag-lg {
    padding: 10px;
    margin-bottom: 5px;
    text-transform: none;
    border-radius: 20px; }
    @media (min-width: 1480px) {
      .n-tag-lg {
        padding: 12px 16px; } }
  .n-tag-primary {
    background-color: #34aeb1;
    color: #fff; }
    .n-tag-primary:hover {
      color: #fff;
      background-color: #28878a; }
  .n-tag-primary-light {
    background-color: #9fdde4;
    color: #fff; }
    .n-tag-primary-light:hover {
      color: #fff;
      background-color: #77cfd9; }
  .n-tag-green {
    background-color: #93cd70;
    color: #fff; }
    .n-tag-green:hover {
      color: #fff;
      background-color: #76c04a; }
  .n-tag-purple {
    background-color: #7a306c;
    color: #fff; }
    .n-tag-purple:hover {
      color: #fff;
      background-color: #55224c; }
  .n-tag-purple-light {
    background-color: #c3acce;
    color: #fff; }
    .n-tag-purple-light:hover {
      color: #fff;
      background-color: #ac8cbb; }
  .n-tag-red {
    background-color: #eb5e28;
    color: #fff; }
    .n-tag-red:hover {
      color: #fff;
      background-color: #cd4713; }
  .n-tag-secondary {
    background-color: #ffe980;
    color: #000; }
    .n-tag-secondary:hover {
      color: #000;
      background-color: #ffe04d; }
  .n-tag-outline-gray {
    border: 1px solid #b7b7b7;
    color: #444444; }
    .n-tag-outline-gray:hover {
      background-color: #b7b7b7;
      color: #fff; }
  .n-tag-light-blue {
    position: relative;
    background-color: #e6f9fc; }
    .n-tag-light-blue:hover {
      color: #000;
      background-color: #fff; }
      .n-tag-light-blue:hover:before {
        background: -webkit-linear-gradient(45deg, #ab449c, #31c3ca) border-box;
        background: linear-gradient(45deg, #ab449c, #31c3ca) border-box; }
    .n-tag-light-blue:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border: 1px solid transparent;
      border-radius: inherit;
      -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      content: ''; }
  .n-tag-white {
    background-color: #fff;
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.11); }
    .n-tag-white:hover {
      color: #000;
      background-color: #e6e5e5; }
  .n-tag-delete {
    -webkit-transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: transparent; }
    .n-tag-delete:before, .n-tag-delete:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      width: 75%;
      height: 1px;
      background-color: #008887;
      content: ''; }
    .n-tag-delete:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  .n-tag-remove {
    position: relative;
    padding-right: 30px;
    background-color: #e6f9fc; }
    .n-tag-remove-btn {
      position: absolute;
      right: 5px;
      top: 0;
      width: 25px;
      height: 25px;
      padding: 0;
      color: #008887;
      background-color: transparent;
      border: none; }
      .n-tag-remove-btn:hover {
        color: red; }
      .n-tag-remove-btn:before, .n-tag-remove-btn:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        width: 50%;
        height: 1px;
        background-color: currentColor;
        content: ''; }
      .n-tag-remove-btn:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
  .n-tag img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px; }

.n-tag-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .n-tag-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
  .n-tag-checkbox input[type="checkbox"]:checked + .n-tag-light-blue {
    color: #000;
    background-color: #fff; }
    .n-tag-checkbox input[type="checkbox"]:checked + .n-tag-light-blue:before {
      background: -webkit-linear-gradient(45deg, #ab449c, #31c3ca) border-box;
      background: linear-gradient(45deg, #ab449c, #31c3ca) border-box; }

.n-tags-search {
  padding: 15px 25px; }
  .n-tags-search-form-control {
    margin-bottom: 30px; }
    .n-tags-search-form-control input[type="search"] {
      height: 50px;
      font-size: 16px; }
  .n-tags-search-title {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px; }
  .n-tags-search-tags {
    margin-top: -5px;
    margin-right: -5px; }
    .n-tags-search-tags > * {
      margin-top: 5px;
      margin-right: 5px; }
  .n-tags-search .tags-list {
    float: none;
    max-width: none;
    padding: 0; }

.selectr-container.open .selectr-selected, .selectr-container.native-open .selectr-selected {
  border-radius: 5px 5px 0 0;
  border-color: transparent transparent #d7d7d7;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
  .selectr-container.open .selectr-selected:before, .selectr-container.native-open .selectr-selected:before {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    border-color: transparent #34aeb1 #34aeb1 transparent !important; }

.selectr-container.multiple.has-selected .selectr-selected {
  padding-left: 22px;
  padding-right: 40px; }

.selectr-container.multiple.has-selected .selectr-placeholder {
  display: block !important; }

.selectr-container.multiple.has-selected .selectr-tags {
  display: none !important; }

.selectr-selected {
  -webkit-transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 55px;
  padding-left: 22px;
  padding-right: 40px;
  border-color: #d7d7d7;
  border-radius: 5px; }
  .selectr-selected:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-color: transparent !important; }
  .selectr-selected:before {
    top: calc(50% - 5px);
    right: 19px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    border-width: 0 1px 1px 0 !important;
    border-color: transparent #444444 #444444 transparent !important; }

.selectr-placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #444444; }

.selectr-tag {
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  background-color: #f2fcfd;
  border-radius: 15px; }
  .selectr-tag-remove:before, .selectr-tag-remove:after {
    left: 10px;
    top: 6px;
    width: 1px;
    height: 8px;
    background-color: #008887; }

.selectr-options-container {
  border-radius: 0 0 5px 5px;
  border-color: #d7d7d7 transparent transparent;
  border-width: 1px 0 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }

.selectr-options {
  padding-top: 9px;
  padding-bottom: 9px;
  overflow-y: auto; }

.selectr-option {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #444444; }
  .selectr-option.selected {
    background-color: transparent; }
  .selectr-option.active {
    background-color: rgba(52, 174, 177, 0.1);
    color: #444444; }
  .multiple .selectr-option {
    padding: 7px 20px 8px 63px; }
    .multiple .selectr-option:before, .multiple .selectr-option:after {
      position: absolute;
      content: ''; }
    .multiple .selectr-option:before {
      top: 6px;
      left: 24px;
      width: 24px;
      height: 24px;
      border-radius: 3px;
      border: 1px solid #d7d7d7; }
    .multiple .selectr-option:after {
      top: 10px;
      left: 30px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 15px;
      height: 8px;
      border-width: 0 0 1px 1px;
      border-style: solid;
      border-color: transparent transparent rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5);
      opacity: 0; }
    .multiple .selectr-option.selected:after {
      opacity: 1; }

.selectr-input {
  box-sizing: border-box !important;
  width: calc(100% - 50px) !important;
  height: 50px;
  padding: 0 15px 0 55px !important;
  margin: 25px 25px 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 54px;
  border: 1px solid #B7B7B7 !important;
  border-radius: 54px !important;
  background: #fff url("../images/update/n-search.png") 15px 50% no-repeat;
  background-size: 25px; }

.selectr-label {
  font-size: 14px;
  line-height: 1.5; }
  @media screen and (min-width: 360px) {
    .selectr-label {
      font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .selectr-label {
      font-size: 18px; } }

.selectr-with-tags .selectr-optgroup:first-child {
  display: none; }

.selectr-with-tags .selectr-input-container.active ~ .selectr-options .selectr-optgroup:first-child {
  display: block; }

.selectr-with-tags .selectr-optgroup {
  padding-left: 25px;
  padding-right: 25px; }
  .selectr-with-tags .selectr-optgroup--label {
    margin-bottom: 5px;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0; }

.selectr-with-tags .selectr-option {
  -webkit-transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: relative;
  padding: 2px 6px;
  margin: 0 2px 2px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background-color: #e6f9fc;
  border-radius: 13px;
  border: none; }
  .selectr-with-tags .selectr-option.active, .selectr-with-tags .selectr-option.selected {
    color: #000;
    background-color: #fff; }
    .selectr-with-tags .selectr-option.active:before, .selectr-with-tags .selectr-option.selected:before {
      background: -webkit-linear-gradient(45deg, #ab449c, #31c3ca) border-box;
      background: linear-gradient(45deg, #ab449c, #31c3ca) border-box; }
  @media (min-width: 1480px) {
    .selectr-with-tags .selectr-option {
      padding: 3.5px 12px; } }
  .selectr-with-tags .selectr-option:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: inherit;
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    content: ''; }
  .selectr-with-tags .selectr-option:after {
    display: none; }
  .selectr-with-tags .selectr-option:not(.excluded) {
    display: inline-block;
    vertical-align: top; }

.selectr-sort {
  opacity: 0; }
  .loaded .selectr-sort {
    opacity: 1; }
  .selectr-sort .selectr-selected {
    border-color: #b7b7b7;
    border-radius: 28px; }
  .selectr-sort .selectr-label {
    font-weight: 500;
    color: #34aeb1; }
    .selectr-sort .selectr-label:before {
      content: 'Sort: ';
      color: #444444; }
  .selectr-sort select {
    width: 100%;
    min-width: 211px;
    height: 55px;
    padding: 7px 28px 7px 14px;
    border-color: #b7b7b7;
    border-radius: 28px; }

.n-bg-gray .n-accordion .n-accordion-item {
  background-color: #fff; }

.n-bg-gray .n-accordion .n-accordion-opener-icon {
  border: 1px solid #ffe980; }

.n-accordion-lg .n-accordion-item {
  border-radius: 35px; }
  @media (min-width: 1480px) {
    .n-accordion-lg .n-accordion-item {
      margin-bottom: 30px;
      border-radius: 74px; } }
  .n-accordion-lg .n-accordion-item.active {
    background-color: #f5f5f5; }

.n-accordion-lg .n-accordion-opener {
  padding: 10px; }
  @media (min-width: 1480px) {
    .n-accordion-lg .n-accordion-opener {
      padding: 23px 45px 23px 26px; } }
  .n-accordion-lg .n-accordion-opener-text {
    font-size: 22px; }
    @media screen and (min-width: 360px) {
      .n-accordion-lg .n-accordion-opener-text {
        font-size: calc(22px + 8 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-accordion-lg .n-accordion-opener-text {
        font-size: 30px; } }

@media (min-width: 1480px) {
  .n-accordion-lg .n-accordion-opener-icon {
    width: 49px;
    height: 49px; } }

.n-accordion-lg .n-accordion-slide {
  margin-right: 20px; }
  @media (min-width: 768px) {
    .n-accordion-lg .n-accordion-slide {
      padding-right: 75px;
      margin-left: 75px; } }
  @media (min-width: 1480px) {
    .n-accordion-lg .n-accordion-slide {
      margin-top: -18px;
      margin-left: 160px;
      margin-right: 44px; } }

.n-accordion-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 10px 10px 20px;
  text-align: left;
  background-color: transparent;
  border: none; }
  .n-accordion-opener:hover .n-accordion-opener-icon {
    background-color: #ffe980; }
  @media (min-width: 1480px) {
    .n-accordion-opener {
      padding: 20px 20px 20px 33px; } }
  .n-accordion-opener-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .n-accordion-opener-icon {
    -webkit-transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    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;
    width: 30px;
    height: 30px;
    color: #000;
    background-color: #fff;
    border-radius: 50%; }
  .n-accordion-opener-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-right: 15px; }
    @media (min-width: 1480px) {
      .n-accordion-opener-img {
        width: 103px;
        height: 103px;
        margin-right: 30px; } }
    .n-accordion-opener-img > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%; }

.n-accordion-item {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 25px; }
  @media (min-width: 1480px) {
    .n-accordion-item {
      margin-bottom: 20px;
      border-radius: 35px; } }
  .n-accordion-item.active {
    background-color: #fff;
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15); }
    .n-accordion-item.active .n-accordion-opener-icon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      background-color: #ffe980; }

.n-accordion-slide {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d8d8d8; }
  @media (min-width: 1480px) {
    .n-accordion-slide {
      margin-left: 30px;
      margin-right: 30px;
      padding-top: 36px;
      padding-bottom: 36px; } }
  .n-accordion-slide b {
    font-weight: 600; }

.n-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .n-dropdown:hover .n-dropdown-menu {
    opacity: 1;
    visibility: visible; }
  .n-dropdown-menu {
    -webkit-transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    overflow: hidden; }
  .n-dropdown-item {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 5px 15px;
    color: #444444;
    background-color: transparent;
    border: 0;
    text-align: left;
    cursor: pointer; }
    @media screen and (min-width: 360px) {
      .n-dropdown-item {
        font-size: calc(12px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-dropdown-item {
        font-size: 14px; } }
    .n-dropdown-item:hover {
      color: #444444;
      background-color: rgba(52, 174, 177, 0.1); }
    .n-dropdown-item:active {
      color: #fff;
      background-color: #34aeb1; }
    .n-dropdown-item svg {
      margin-top: -3px;
      margin-right: 5px;
      vertical-align: middle; }
  .n-dropdown-divider {
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.2); }

.fancybox-close {
  -webkit-transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  top: 15px;
  right: 15px;
  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;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.11); }
  .fancybox-close:hover {
    background-color: #ffe980; }
  .fancybox-close:after {
    color: #000; }
  @media (min-width: 768px) {
    .fancybox-close {
      top: 30px;
      right: 30px;
      width: 61px;
      height: 61px; } }

.fancybox-skin {
  border-radius: 15px;
  overflow: hidden; }
  @media (min-width: 1480px) {
    .fancybox-skin {
      border-radius: 30px; } }

.n-popup {
  -webkit-transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  visibility: hidden;
  opacity: 0;
  text-align: left; }
  .n-popup-active .n-popup {
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.7); }
  .n-popup-dialog {
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    max-width: 507px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15); }
  .n-popup-sidebar {
    padding-left: 0;
    padding-right: 0;
    overflow-y: hidden; }
    .n-popup-sidebar .n-popup-dialog {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 600px;
      height: var(--full-viewport);
      margin: 0; }
      @media (min-width: 1200px) {
        .n-popup-sidebar .n-popup-dialog {
          max-width: 374px; } }
      .n-popup-active .n-popup-sidebar .n-popup-dialog {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
    .n-popup-sidebar .n-popup-header,
    .n-popup-sidebar .n-popup-footer {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .n-popup-sidebar .n-popup-body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      overflow-y: auto;
      -ms-touch-action: pan-y;
          touch-action: pan-y; }
  .n-popup-sidebar-2 {
    padding-left: 0;
    padding-right: 0; }
    .n-popup-sidebar-2 > .n-popup-dialog {
      font-size: 14px;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      max-width: 650px;
      margin: 0 0 0 auto;
      padding-left: 25px;
      padding-right: 25px;
      line-height: 1.44;
      background-color: #fafafa; }
      @media screen and (min-width: 360px) {
        .n-popup-sidebar-2 > .n-popup-dialog {
          font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
      @media screen and (min-width: 1480px) {
        .n-popup-sidebar-2 > .n-popup-dialog {
          font-size: 18px; } }
      @media (min-width: 1280px) {
        .n-popup-sidebar-2 > .n-popup-dialog {
          padding-left: 50px;
          padding-right: 50px; } }
      @media (min-width: 1480px) {
        .n-popup-sidebar-2 > .n-popup-dialog {
          max-width: 1048px;
          padding-left: 100px;
          padding-right: 100px; } }
      .n-popup-active .n-popup-sidebar-2 > .n-popup-dialog {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
    .n-popup-sidebar-2-close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 25px;
      height: 25px;
      color: #969696;
      background-color: transparent;
      border: none; }
      .n-popup-sidebar-2-close:before, .n-popup-sidebar-2-close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        width: 95%;
        height: 2px;
        background-color: currentColor;
        content: ''; }
      .n-popup-sidebar-2-close:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
      @media (min-width: 1280px) {
        .n-popup-sidebar-2-close {
          width: 40px;
          height: 40px; } }
      @media (min-width: 1480px) {
        .n-popup-sidebar-2-close {
          top: 52px;
          right: 60px; } }
  .n-popup-close:not(.n-popup-sidebar-2-close), .n-popup-sdg-close:not(.n-popup-sidebar-2-close) {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 400;
    color: #444444; }
    @media screen and (min-width: 360px) {
      .n-popup-close:not(.n-popup-sidebar-2-close), .n-popup-sdg-close:not(.n-popup-sidebar-2-close) {
        font-size: calc(14px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-popup-close:not(.n-popup-sidebar-2-close), .n-popup-sdg-close:not(.n-popup-sidebar-2-close) {
        font-size: 16px; } }
    .n-popup-close:not(.n-popup-sidebar-2-close):after, .n-popup-sdg-close:not(.n-popup-sidebar-2-close):after {
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px;
      margin-left: 10px;
      font-size: 2em;
      line-height: .5;
      font-weight: 300;
      color: #34aeb1;
      content: '×'; }
  .n-popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 15px;
    border-bottom: 1px solid #d7d7d7; }
  .n-popup-body {
    padding: 17px 15px; }
  .n-popup-footer {
    border-top: 1px solid #d7d7d7;
    padding: 17px 15px; }
  .n-popup-title {
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
    padding-right: 30px; }
    @media screen and (min-width: 360px) {
      .n-popup-title {
        font-size: calc(16px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-popup-title {
        font-size: 18px; } }

.n-popup-sdg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  visibility: hidden;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5); }
  .n-popup-sdg-active .n-popup-sdg {
    opacity: 1;
    visibility: visible; }

.n-meta {
  font-size: 11px;
  color: #000;
  line-height: 1; }
  @media screen and (min-width: 360px) {
    .n-meta {
      font-size: calc(11px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-meta {
      font-size: 13px; } }
  .n-meta-item {
    display: inline;
    vertical-align: middle; }
    .n-meta-item + .n-meta-item:before {
      content: '|'; }
  .n-meta-date {
    text-transform: uppercase;
    color: #555555; }
  .n-meta-author {
    font-weight: 500; }

.n-publications {
  padding-top: 25px;
  padding-bottom: 25px; }

.n-publication {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1; }
  @media (min-width: 1480px) {
    .n-publication {
      padding-bottom: 40px;
      margin-bottom: 35px; } }
  .n-publication-subtitle {
    font-size: 14px;
    display: block;
    margin-bottom: 10px; }
    @media screen and (min-width: 360px) {
      .n-publication-subtitle {
        font-size: calc(14px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-publication-subtitle {
        font-size: 16px; } }

@media (min-width: 520px) {
  .n-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; } }

@media (min-width: 1480px) {
  .n-posts {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 520px) {
  .n-posts .n-post {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px; } }

@media (min-width: 768px) {
  .n-posts .n-post {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.3333333% - 10px);
            flex: 1 1 calc(33.3333333% - 10px);
    max-width: calc(33.3333333% - 10px); } }

@media (min-width: 1480px) {
  .n-posts .n-post {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.3333333% - 30px);
            flex: 1 1 calc(33.3333333% - 30px);
    max-width: calc(33.3333333% - 30px);
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 520px) {
  .n-posts .n-post-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 10px);
            flex: 1 1 calc(100% - 10px);
    max-width: calc(100% - 10px); } }

@media (min-width: 768px) {
  .n-posts .n-post-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(66.6666666% - 10px);
            flex: 1 1 calc(66.6666666% - 10px);
    max-width: calc(66.6666666% - 10px); } }

@media (min-width: 1480px) {
  .n-posts .n-post-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(66.6666666% - 30px);
            flex: 1 1 calc(66.6666666% - 30px);
    max-width: calc(66.6666666% - 30px); } }

.n-post {
  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;
  min-height: 300px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 30px;
  overflow: hidden; }
  .n-post:hover:before {
    top: -100px; }
  .n-post:before {
    -webkit-transition: top 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: top 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    content: ''; }
  @media (min-width: 1480px) {
    .n-post {
      min-height: 444px;
      margin-bottom: 30px; } }
  .n-post-alt {
    min-height: 400px; }
    .n-post-alt:hover:before {
      top: 0; }
    .n-post-alt:before {
      top: 30%; }
    @media (min-width: 1480px) {
      .n-post-alt {
        min-height: 630px; } }
    @media (min-width: 1480px) {
      .n-post-alt .n-post-header {
        padding: 25px; } }
    @media (min-width: 1480px) {
      .n-post-alt .n-post-body {
        padding: 25px 25px 41px; } }
    .n-post-alt-meta {
      color: inherit !important; }
      .n-post-alt-meta .n-meta-date,
      .n-post-alt-meta .n-meta-author {
        color: inherit; }
    .n-post-alt .n-post-title {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 20px; }
      @media screen and (min-width: 360px) {
        .n-post-alt .n-post-title {
          font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
      @media screen and (min-width: 1480px) {
        .n-post-alt .n-post-title {
          font-size: 20px; } }
  .n-post-lg {
    min-height: 400px; }
    @media (min-width: 1480px) {
      .n-post-lg {
        min-height: 550px; } }
  .n-post-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2; }
    .n-post-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .n-post-header {
    padding: 15px; }
    @media (min-width: 1480px) {
      .n-post-header {
        padding: 47px 42px; } }
  .n-post-body {
    padding: 15px;
    margin-top: auto; }
    @media (min-width: 1480px) {
      .n-post-body {
        padding: 47px 42px; } }
    .blog .n-post-body {
      padding: 20px 15px; }
      @media (min-width: 1024px) {
        .blog .n-post-body {
          padding: 21px 26px; } }
      @media (min-width: 1480px) {
        .blog .n-post-body {
          padding: 21px 26px; } }
  .n-post-title {
    margin-bottom: 15px;
    color: inherit;
    line-height: 1.2;
    letter-spacing: 1.3px; }
    @media (min-width: 1480px) {
      .n-post-title {
        margin-bottom: 30px; } }
    .n-post-title a {
      color: inherit; }
  .n-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .n-post-tags {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px; }
    @media (min-width: 1480px) {
      .n-post-tags {
        margin-right: 10px; } }
    .n-post-tags > * {
      float: left;
      margin-right: 5px; }
  .n-post-time {
    font-size: 10px;
    line-height: 1.5;
    text-transform: uppercase; }
    @media screen and (min-width: 360px) {
      .n-post-time {
        font-size: calc(10px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-post-time {
        font-size: 12px; } }
  .n-post-author {
    font-weight: 500; }
  .n-post-btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.n-post-detail {
  padding-top: 40px;
  padding-bottom: 50px; }
  @media (min-width: 1480px) {
    .n-post-detail {
      padding-top: 78px;
      padding-bottom: 108px; } }
  @media (min-width: 768px) {
    .n-post-detail-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 768px) {
    .n-post-detail-sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 115px;
              flex: 0 0 115px;
      margin-right: 30px; } }
  @media (min-width: 1480px) {
    .n-post-detail-sidebar {
      margin-right: 80px; } }
  .n-post-detail-content {
    margin-bottom: 48px; }
    .n-post-detail-content:after {
      display: block;
      clear: both;
      content: ''; }
    @media (min-width: 768px) {
      .n-post-detail-content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-bottom: 0; } }
    .n-post-detail-content > figure {
      width: 100% !important;
      margin: 0 0 20px; }
      @media (min-width: 1480px) {
        .n-post-detail-content > figure {
          margin: 0 0 42px; } }
      .n-post-detail-content > figure img {
        width: 100%;
        margin-bottom: 8px;
        border-radius: 30px; }
      .n-post-detail-content > figure figcaption {
        font-size: 14px;
        line-height: 1.5;
        color: #b7b7b7; }
    .n-post-detail-content-header {
      margin-bottom: 25px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e1e1e1; }
      @media (min-width: 1480px) {
        .n-post-detail-content-header {
          margin-bottom: 36px;
          padding-bottom: 36px; } }
      .n-post-detail-content-report .n-post-detail-content-header {
        padding-bottom: 0;
        margin-bottom: 0;
        border: 0; }
        @media (min-width: 1024px) {
          .n-post-detail-content-report .n-post-detail-content-header {
            min-height: 100px; } }
        @media (min-width: 1480px) {
          .n-post-detail-content-report .n-post-detail-content-header {
            min-height: 200px;
            padding-bottom: 0;
            margin-bottom: 0; } }
    .n-post-detail-content-body {
      padding-bottom: 32px; }
      @media (min-width: 1024px) {
        .n-post-detail-content-report .n-post-detail-content-body {
          min-height: 280px; } }
      @media (min-width: 1480px) {
        .n-post-detail-content-report .n-post-detail-content-body {
          min-height: 410px; } }
      .n-post-detail-content-body .n-btn {
        margin-top: 1.5em; }
    @media (min-width: 1024px) {
      .n-post-detail-content-media, .n-post-detail-content-related-list {
        float: left;
        width: 300px; }
        .n-post-detail-content-webinar .n-post-detail-content-media, .n-post-detail-content-webinar .n-post-detail-content-related-list {
          width: 400px; } }
    @media (min-width: 1480px) {
      .n-post-detail-content-media, .n-post-detail-content-related-list {
        width: 396px; }
        .n-post-detail-content-webinar .n-post-detail-content-media, .n-post-detail-content-webinar .n-post-detail-content-related-list {
          width: 510px; } }
    @media (min-width: 1024px) {
      .n-post-detail-content-related-activities {
        padding-top: 24px;
        border-top: 1px solid #e1e1e1; } }
    @media (min-width: 1024px) {
      .n-post-detail-content-header, .n-post-detail-content-body, .n-post-detail-content-related-activities {
        float: right;
        width: calc(100% - 300px - 30px);
        margin-left: 30px; }
        .n-post-detail-content-webinar .n-post-detail-content-header, .n-post-detail-content-webinar .n-post-detail-content-body, .n-post-detail-content-webinar .n-post-detail-content-related-activities {
          width: calc(100% - 400px - 30px); } }
    @media (min-width: 1480px) {
      .n-post-detail-content-header, .n-post-detail-content-body, .n-post-detail-content-related-activities {
        width: calc(100% - 396px - 60px);
        margin-left: 60px; }
        .n-post-detail-content-webinar .n-post-detail-content-header, .n-post-detail-content-webinar .n-post-detail-content-body, .n-post-detail-content-webinar .n-post-detail-content-related-activities {
          width: calc(100% - 510px - 60px); } }
    .n-post-detail-content-media > *, .n-post-detail-content-related > * {
      margin-bottom: 30px; }
      @media (min-width: 1480px) {
        .n-post-detail-content-media > *, .n-post-detail-content-related > * {
          margin-bottom: 45px; } }
  .n-post-detail-video-block {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 1480px) {
      .n-post-detail-video-block {
        margin-top: 63px;
        margin-bottom: 71px; } }
  .n-post-detail b {
    font-weight: 600; }
  .n-post-detail-subtitle {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (min-width: 360px) {
      .n-post-detail-subtitle {
        font-size: calc(14px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-post-detail-subtitle {
        font-size: 16px; } }
    @media (min-width: 1480px) {
      .n-post-detail-subtitle {
        margin-bottom: 21px; } }
  .n-post-detail-title {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    color: #000; }
    @media screen and (min-width: 360px) {
      .n-post-detail-title {
        font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-post-detail-title {
        font-size: 24px; } }
    @media (min-width: 1480px) {
      .n-post-detail-title {
        margin-bottom: 26px; } }
  .n-post-detail-author-title {
    display: block;
    margin-bottom: 5px; }
    @media (min-width: 1480px) {
      .n-post-detail-author-title {
        margin-bottom: 10px; } }
  .n-post-detail-author p {
    margin-bottom: 0; }
    .n-post-detail-content-report .n-post-detail-author p {
      margin-bottom: 1.5em; }

.n-post-detail + .yarpp-related .n-posts-2-section,
.n-post-detail + .n-posts-2-section {
  position: relative; }
  .n-post-detail + .yarpp-related .n-posts-2-section:before,
  .n-post-detail + .n-posts-2-section:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 1391px;
    height: 1px;
    background-color: #e1e1e1;
    content: ''; }
    @media (min-width: 1480px) {
      .n-post-detail + .yarpp-related .n-posts-2-section:before,
      .n-post-detail + .n-posts-2-section:before {
        max-width: calc(100% - 288px); } }

.n-posts-2-section {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1480px) {
    .n-posts-2-section {
      padding-top: 68px;
      padding-bottom: 137px; } }
  .n-posts-2-section-title {
    font-size: 26px;
    margin-bottom: 30px; }
    @media screen and (min-width: 360px) {
      .n-posts-2-section-title {
        font-size: calc(26px + 6 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-posts-2-section-title {
        font-size: 32px; } }
    @media (min-width: 1480px) {
      .n-posts-2-section-title {
        margin-bottom: 59px; } }
  .n-posts-2-section-footer {
    padding-top: 30px; }

@media (min-width: 520px) {
  .n-posts-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem; } }

@media (min-width: 1480px) {
  .n-posts-2 {
    margin-left: -1rem;
    margin-right: -1rem; } }

@media (min-width: 520px) {
  .n-posts-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1rem);
            flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin-left: .5rem;
    margin-right: .5rem; } }

@media (min-width: 768px) {
  .n-posts-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33333% - 1rem);
            flex: 1 1 calc(33.33333% - 1rem);
    max-width: calc(33.33333% - 1rem); } }

@media (min-width: 1480px) {
  .n-posts-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33333% - 2rem);
            flex: 1 1 calc(33.33333% - 2rem);
    max-width: calc(33.33333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; } }

.n-post-2 {
  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-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  background-color: #fff; }
  @media (min-width: 1480px) {
    .n-post-2 {
      margin-bottom: 40px; } }
  .n-post-2-img {
    -webkit-transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    position: relative;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-top: 65%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden; }
    .n-post-2-img:hover {
      opacity: .8; }
    .n-post-2-img:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff url("../images/update/n-mosaic.png") 100% 100% no-repeat;
      background-size: 100% auto;
      opacity: .3;
      content: ''; }
    @media (min-width: 1024px) {
      .n-post-2-img {
        padding-top: 51.5%; } }
    .n-post-2-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .n-post-2-meta {
    margin-bottom: 15px; }
    @media (min-width: 1480px) {
      .n-post-2-meta {
        margin-bottom: 23px; } }
  .n-post-2-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px; }
    @media (min-width: 1024px) {
      .n-post-2-content {
        padding: 21px 26px; } }
  .n-post-2-title {
    font-family: "Noto Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    color: #444444; }
    .n-post-2-title:hover {
      color: #000; }
    .n-post-2-title a {
      color: inherit; }
  .n-post-2-category {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px; }
  .n-post-2-footer {
    margin-top: auto;
    padding-top: 32px; }

.n-post-slider {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .n-post-slider {
      float: right;
      width: 380px;
      margin: 0 0 25px 30px; } }
  @media (min-width: 1024px) {
    .n-post-slider {
      width: 470px;
      margin: 2px 0 25px 30px; } }
  .n-post-slider .n-slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%; }
    @media (min-width: 1480px) {
      .n-post-slider .n-slick-arrow {
        width: 45px;
        height: 45px;
        font-size: 20px; } }
    .n-post-slider .n-slick-arrow.slick-prev {
      left: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .n-post-slider .n-slick-arrow.slick-next {
      right: 0;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
  .n-post-slider figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 350px;
    border-radius: 30px;
    overflow: hidden;
    margin: 0;
    background-color: #f5f5f5; }
    .n-post-slider figure div {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .n-post-slider figure figcaption {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 10px 30px 13px;
      font-size: 14px;
      line-height: 1.5; }
    .n-post-slider figure img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.n-slick-arrow {
  -webkit-transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0;
  color: #000;
  border: none;
  background-color: #fafafa;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.11);
  border-radius: 50%; }
  @media (min-width: 768px) {
    .n-slick-arrow {
      width: 45px;
      height: 45px; } }
  @media (min-width: 1480px) {
    .n-slick-arrow {
      width: 73px;
      height: 73px;
      font-size: 28px; } }
  .n-slick-arrow:not(.slick-disabled):hover {
    background-color: #ffe980; }
  .n-slick-arrow.slick-prev .icon-arrow {
    display: block;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .n-slick-arrow.slick-disabled {
    opacity: .5; }

.n-posts-gallery .n-slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1; }
  .n-posts-gallery .n-slick-arrow.slick-prev {
    left: -10px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (min-width: 1480px) {
      .n-posts-gallery .n-slick-arrow.slick-prev {
        left: 0;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .n-posts-gallery .n-slick-arrow.slick-next {
    right: -10px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (min-width: 1480px) {
      .n-posts-gallery .n-slick-arrow.slick-next {
        right: 0;
        -webkit-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%); } }

.n-posts-gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.n-posts-gallery .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

.n-posts-gallery .slick-slide {
  padding: 10px 15px;
  height: auto; }
  .n-posts-gallery .slick-slide.slick-current .n-icons-list-item:nth-child(1) .n-tooltip:after {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.n-posts-gallery .n-post,
.n-posts-gallery .n-post-2 {
  margin-bottom: 0;
  height: 100%; }

.n-video-gallery {
  position: relative; }
  .n-video-gallery .n-slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1; }
    .n-video-gallery .n-slick-arrow.slick-prev {
      left: -10px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media (min-width: 1480px) {
        .n-video-gallery .n-slick-arrow.slick-prev {
          left: 0;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .n-video-gallery .n-slick-arrow.slick-next {
      right: -10px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media (min-width: 1480px) {
        .n-video-gallery .n-slick-arrow.slick-next {
          right: 0;
          -webkit-transform: translate(50%, -50%);
              -ms-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); } }

.n-pagination {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  @media (min-width: 1480px) {
    .n-pagination {
      padding-top: 52px;
      padding-bottom: 52px; } }
  @media (min-width: 768px) {
    .n-pagination-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 768px) {
    .n-pagination-row .n-pagination-text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 0 !important;
      margin-left: auto; } }
  .n-pagination-text {
    font-size: 16px;
    display: block;
    margin-bottom: 16px;
    line-height: 1; }
    @media screen and (min-width: 360px) {
      .n-pagination-text {
        font-size: calc(16px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-pagination-text {
        font-size: 18px; } }
    @media (min-width: 1480px) {
      .n-pagination-text {
        margin-bottom: 32px; } }

.pagination .nav-links {
  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; }
  .pagination .nav-links span {
    color: #444444; }
    .pagination .nav-links span.prev, .pagination .nav-links span.next {
      color: #b7b7b7; }
  .pagination .nav-links a {
    color: #34aeb1 !important; }
    .pagination .nav-links a:hover {
      background-color: #FAFAFA !important; }

.pagination .page-numbers {
  min-width: 32px;
  padding: 8px !important;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 18px;
  line-height: 1 !important;
  text-align: center;
  color: #34aeb1;
  border-radius: 38px;
  background-color: transparent !important; }
  .pagination .page-numbers.current {
    background-color: #FAFAFA !important; }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    width: auto;
    height: auto;
    font-size: 0; }
    .pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      font-family: "fontello";
      content: '\e843'; }
  .pagination .page-numbers.prev:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.n-podcast {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5; }
  @media (min-width: 1480px) {
    .n-podcast {
      padding-top: 19px;
      padding-bottom: 19px; } }
  .n-podcast:last-child {
    border-bottom: none; }
  .n-podcast-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    @media (min-width: 1480px) {
      .n-podcast-meta {
        margin-bottom: 19px; } }
    .n-podcast-meta-list {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .n-podcast-category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px;
    white-space: nowrap; }
    @media (min-width: 1480px) {
      .n-podcast-category {
        margin-right: 15px; } }
  .n-podcast-title {
    margin-bottom: 0;
    font-family: "Noto Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    color: #444444; }
    .n-podcast-title:hover {
      color: #000; }
    .n-podcast-title a {
      color: inherit; }

.n-tooltip {
  position: relative; }
  .n-tooltip:hover:after {
    opacity: 1;
    visibility: visible; }
  .n-tooltip:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 150px;
    max-width: 300px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #ffe980;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    content: attr(data-tooltip);
    opacity: 0;
    visibility: hidden; }

.n-autocomplete {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  display: none; }
  .n-autocomplete:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    content: ""; }
  @media (min-width: 1480px) {
    .n-autocomplete {
      top: calc(100% + 20px);
      padding: 30px; } }
  .n-autocomplete-active .n-autocomplete {
    display: block; }
  .n-autocomplete-group {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E1E1E1; }
    @media (min-width: 1480px) {
      .n-autocomplete-group {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    .n-autocomplete-group:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .n-autocomplete-group-title {
      margin-bottom: 10px; }
      @media (min-width: 1480px) {
        .n-autocomplete-group-title {
          margin-bottom: 20px; } }
    .n-autocomplete-group-body {
      font-size: 14px; }
      @media screen and (min-width: 360px) {
        .n-autocomplete-group-body {
          font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
      @media screen and (min-width: 1480px) {
        .n-autocomplete-group-body {
          font-size: 18px; } }
    .n-autocomplete-group-list li {
      margin-bottom: 8px;
      cursor: pointer; }
      .n-autocomplete-group-list li:hover {
        color: #34aeb1; }
  .n-autocomplete-clear {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none; }
    .n-autocomplete-active .n-autocomplete-clear {
      display: block; }
  .n-autocomplete-holder {
    position: relative; }
    .n-header .n-autocomplete-holder {
      position: static; }
  .n-autocomplete .n-not-found-text {
    margin-bottom: 0; }

.n-autocomplete-opened .n-header:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.range-datepicker {
  width: 100%;
  height: 55px;
  padding: 15px 40px 15px 22px !important;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  border: 1px solid #d7d7d7 !important;
  border-radius: 5px !important;
  background-image: url("../images/update/n-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 50%;
  cursor: pointer; }
  .range-datepicker:hover, .range-datepicker:focus, .range-datepicker.show {
    outline: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-color: transparent !important; }
  .range-datepicker.show {
    background-image: url("../images/update/n-chevron-up.svg");
    border-color: transparent transparent #d7d7d7 !important;
    border-radius: 0 !important; }

.daterangepicker td.in-range {
  background-color: rgba(52, 174, 177, 0.1); }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #34aeb1; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #34aeb1;
  color: #fff; }

.daterangepicker:before, .daterangepicker:after {
  display: none; }

.daterangepicker {
  margin-top: 0;
  border: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
  @media (max-width: 1199px) {
    .daterangepicker {
      position: fixed !important;
      top: 50% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -50%) !important;
          -ms-transform: translate(-50%, -50%) !important;
              transform: translate(-50%, -50%) !important; } }

.n-categories {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .n-categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .n-categories-title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-top: 12px;
      margin-right: 15px; } }
  .n-categories-btns {
    margin-top: -5px;
    margin-right: -5px; }
    @media (min-width: 1200px) {
      .n-categories-btns {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; } }
    .n-categories-btns > * {
      margin-top: 5px;
      margin-right: 5px; }
    .n-categories-btns .n-btn {
      font-size: 14px;
      position: relative; }
      @media screen and (min-width: 360px) {
        .n-categories-btns .n-btn {
          font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
      @media screen and (min-width: 1480px) {
        .n-categories-btns .n-btn {
          font-size: 18px; } }
      @media (min-width: 1480px) {
        .n-categories-btns .n-btn {
          padding-top: 6px;
          padding-bottom: 7px;
          margin-right: 7px; } }
      .n-categories-btns .n-btn.n-active {
        border-width: 0;
        box-shadow: 0 0 11px 2px rgba(5, 7, 8, 0.11); }
        .n-categories-btns .n-btn.n-active:before {
          opacity: 1; }
      .n-categories-btns .n-btn:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border: 2px solid transparent;
        border-radius: inherit;
        background: -webkit-linear-gradient(45deg, #ab449c, #31c3ca) border-box;
        background: linear-gradient(45deg, #ab449c, #31c3ca) border-box;
        -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0;
        content: ''; }

.n-filters-apply-clear-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-right: -4px; }
  .n-filters-apply-clear-btns > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 50%; }

@media (max-width: 1199px) {
  .n-filters-sort-clear-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4px;
    margin-right: -4px; }
    .n-filters-sort-clear-btns > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 8px);
              flex: 1 1 calc(50% - 8px);
      max-width: calc(50% - 8px);
      margin-left: 4px;
      margin-right: 4px; } }

@media (min-width: 1200px) {
  .n-filters-sort-clear-btns > * {
    display: inline-block;
    vertical-align: middle; } }

.n-filter {
  margin-bottom: 17px; }
  @media (min-width: 1200px) {
    .n-filter {
      margin-bottom: 25px; } }

.n-checkbox-picker {
  -webkit-transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: relative;
  color: #444444;
  border: 1px solid #d7d7d7;
  border-radius: 5px; }
  .n-checkbox-picker:hover {
    border-color: transparent;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
  .n-checkbox-picker.active {
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-color: transparent; }
    @media (min-width: 1024px) {
      .n-checkbox-picker.active {
        border-radius: 5px 5px 0 0; } }
    .n-checkbox-picker.active .n-checkbox-picker-opener:before {
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg);
      border-color: transparent #34aeb1 #34aeb1 transparent; }
    .n-checkbox-picker.active .n-checkbox-picker-slide {
      opacity: 1;
      visibility: visible; }
      @media (min-width: 1200px) {
        .n-checkbox-picker.active .n-checkbox-picker-slide {
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); } }
  .n-checkbox-picker-opener {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 22px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 53px;
    text-align: left;
    background-color: transparent;
    border: 0; }
    .n-checkbox-picker-opener:before {
      position: absolute;
      top: 25px;
      right: 19px;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      width: 13px;
      height: 13px;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: transparent #444444 #444444 transparent;
      content: ''; }
  .n-checkbox-picker-slide {
    max-height: 200px;
    overflow-y: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 1200px) {
      .n-checkbox-picker-slide {
        position: absolute;
        top: 100%;
        left: -1px;
        right: -1px;
        border-top: 1px solid #d7d7d7;
        border-radius: 0 0 5px 5px;
        background-color: #fff; } }
  .n-checkbox-picker-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 22px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    cursor: pointer; }
    .n-checkbox-picker-item:hover {
      background-color: rgba(52, 174, 177, 0.1); }
    .n-checkbox-picker-item input[type="checkbox"] {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden; }
    .n-checkbox-picker-item input[type="checkbox"]:checked + .n-checkbox-picker-item-input:before {
      opacity: 1; }
    .n-checkbox-picker-item-input {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 24px;
      height: 24px;
      margin-right: 15px;
      border: 1px solid #d7d7d7;
      border-radius: 3px; }
      .n-checkbox-picker-item-input:before {
        position: absolute;
        top: 5px;
        left: 5px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 13px;
        height: 7px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: #000;
        opacity: 0;
        content: ''; }
    .n-checkbox-picker-item-label {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }

.n-stretched-link:after, .members-block h3 a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.n-sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

@media (min-width: 1480px) {
  .page-template-template-library_search .n-header .n-container, .page-template-template-library_search .n-header .content-accordion, .page-template-template-library_search .n-header .n-info-block:not(.n-info-block-full-width) .n-info-block-area, .n-info-block:not(.n-info-block-full-width) .page-template-template-library_search .n-header .n-info-block-area {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1480px) {
  .page-template-template-library_search .n-visual .n-container, .page-template-template-library_search .n-visual .content-accordion, .page-template-template-library_search .n-visual .n-info-block:not(.n-info-block-full-width) .n-info-block-area, .n-info-block:not(.n-info-block-full-width) .page-template-template-library_search .n-visual .n-info-block-area {
    padding-left: 57px;
    padding-right: 57px; } }

.n-latest-header,
.n-search-header {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1200px) {
    .n-latest-header,
    .n-search-header {
      padding-top: 38px;
      padding-bottom: 38px; } }
  @media (min-width: 1200px) {
    .n-latest-header-row,
    .n-search-header-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 1199px) {
    .n-latest-header-row #categories-desktop-placement,
    .n-search-header-row #categories-desktop-placement {
      display: none !important; } }
  @media (min-width: 1200px) {
    .n-latest-header-row #categories-desktop-placement,
    .n-search-header-row #categories-desktop-placement {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
  @media (min-width: 1200px) {
    .n-latest-header-row .n-filters-sort-clear-btns,
    .n-search-header-row .n-filters-sort-clear-btns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  .n-latest-header-tags,
  .n-search-header-tags {
    margin-top: -5px;
    margin-right: -5px;
    padding-top: 15px; }
    @media (min-width: 1200px) {
      .n-latest-header-tags,
      .n-search-header-tags {
        padding-top: 30px; } }
    .n-latest-header-tags > *,
    .n-search-header-tags > * {
      margin-top: 5px;
      margin-right: 5px; }

@media (min-width: 1200px) {
  .n-latest-body,
  .n-search-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -19px;
    margin-right: -19px;
    padding-bottom: 50px; } }

@media (max-width: 1199px) {
  .n-latest-sidebar,
  .n-search-sidebar {
    display: none !important; } }

@media (min-width: 1200px) {
  .n-latest-sidebar,
  .n-search-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 338px;
            flex: 0 0 338px;
    padding-left: 19px;
    padding-right: 19px; } }

@media (min-width: 1480px) {
  .n-latest-sidebar,
  .n-search-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 366px;
            flex: 0 0 366px; } }

@media (min-width: 1200px) {
  .n-latest-content,
  .n-search-content {
    padding-left: 19px;
    padding-right: 19px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

.n-latest-content-header,
.n-search-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #000; }
  .n-latest-content-header .n-search-title,
  .n-search-content-header .n-search-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 30px; }
  .n-latest-content-header .n-search-total,
  .n-search-content-header .n-search-total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

@media (min-width: 1200px) {
  .n-latest-filter-popup,
  .n-search-filter-popup {
    display: none !important; } }

@media (max-width: 1199px) {
  .n-latest-filter-popup .n-popup-open,
  .n-search-filter-popup .n-popup-open {
    width: 100%;
    min-height: 55px; } }

@media (max-width: 1199px) {
  .n-latest-clear-btn,
  .n-search-clear-btn {
    display: none !important; } }

.n-latest .n-not-found-text,
.n-search .n-not-found-text {
  border-radius: 8px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding: 15px;
  text-align: center;
  width: 100%; }

.n-search-item {
  padding-top: 23px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e1e1; }
  .n-search-item:first-child {
    border-top: 1px solid #e1e1e1; }
  .n-search-item-meta {
    margin-bottom: 10px; }
  .n-search-item-title {
    margin-bottom: 21px;
    line-height: 1.1;
    color: #000; }
    .n-search-item-title a {
      color: inherit; }
      .n-search-item-title a:hover {
        color: #34aeb1; }

@media (min-width: 1200px) {
  .page-template-template-members.rs-filter-active .n-header,
  .page-template-template-members.rs-filter-active .n-visual,
  .page-template-template-activities.rs-filter-active .n-header,
  .page-template-template-activities.rs-filter-active .n-visual {
    width: 70%; } }

@media (min-width: 1480px) {
  .page-template-template-members.rs-filter-active .n-header,
  .page-template-template-members.rs-filter-active .n-visual,
  .page-template-template-activities.rs-filter-active .n-header,
  .page-template-template-activities.rs-filter-active .n-visual {
    width: 62.4%; } }

.page-template-template-members #wrapper,
.page-template-template-activities #wrapper {
  padding-top: 0 !important;
  overflow: visible; }

.page-template-template-members .n-top-bar,
.page-template-template-activities .n-top-bar {
  display: none; }

.page-template-template-members .n-header,
.page-template-template-activities .n-header {
  position: relative; }
  @media (min-width: 1024px) {
    .page-template-template-members .n-header-logo,
    .page-template-template-activities .n-header-logo {
      -ms-flex-preferred-size: 104px;
          flex-basis: 104px; } }

    .page-template-template-members .n-header-menu,
    .page-template-template-activities .n-header-menu {
      display: none; }
  @media (min-width: 1480px) {
    .page-template-template-members .n-header-row,
    .page-template-template-activities .n-header-row {
      padding-top: 28px;
      padding-bottom: 28px; } }

@media (min-width: 768px) {
  .page-template-template-members .n-header,
  .page-template-template-members .n-visual,
  .page-template-template-activities .n-header,
  .page-template-template-activities .n-visual {
    -webkit-transition: width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    width: 50%; } }

@media (min-width: 1480px) {
  .page-template-template-members .n-container, .page-template-template-members .content-accordion, .page-template-template-members .n-info-block:not(.n-info-block-full-width) .n-info-block-area, .n-info-block:not(.n-info-block-full-width) .page-template-template-members .n-info-block-area,
  .page-template-template-activities .n-container,
  .page-template-template-activities .content-accordion,
  .page-template-template-activities .n-info-block:not(.n-info-block-full-width) .n-info-block-area,
  .n-info-block:not(.n-info-block-full-width) .page-template-template-activities .n-info-block-area {
    padding-left: 32px;
    padding-right: 32px; } }

@media (min-width: 768px) {
  .page-template-template-members .rs-members,
  .page-template-template-members .rs-activities,
  .page-template-template-activities .rs-members,
  .page-template-template-activities .rs-activities {
    margin-top: calc(var(--header-visual-heigh) * -1); } }

@media (min-width: 768px) {
  .page-template-template-members .rs-members-l-col,
  .page-template-template-members .rs-activities-l-col,
  .page-template-template-activities .rs-members-l-col,
  .page-template-template-activities .rs-activities-l-col {
    padding-top: var(--header-visual-heigh); } }

.page-template-template-members .n-footer,
.page-template-template-activities .n-footer {
  overflow: hidden; }
/*# sourceMappingURL=update.css.map */