@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip; }
  .animated.infinite {
    animation-iteration-count: infinite; }

html, body {
  width: 100%; }

html {
  overflow-y: auto;
  overflow-x: hidden; }

body {
  overflow: hidden; }

ol, ul {
  list-style: none; }

:focus {
  outline: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

table, table td tr {
  border: none;
  border-collapse: collapse; }

button, a, input, textarea, select {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* ========== Typography styles ========== */
a, button {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

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

.rich-text, .cms-richtext {
  text-align: left;
  line-height: 1.4;
  font-size: 18px;
  }
  .rich-text *, .cms-richtext * {
    line-height: 1.4; }
  .rich-text > *, .cms-richtext > * {
    padding-bottom: 20px !important; }
  .rich-text h2, .cms-richtext h2 {
    padding-top: 10px;
    font-family: "";
    font-size: 22px; }
  .rich-text h3, .cms-richtext h3 {
    padding-top: 10px !important;
    font-family: "";
    font-size: 18px;
    text-transform: none !important; }
  .rich-text h4, .cms-richtext h4 {
    padding-top: 10px;
    font-family: "";
    font-size: 16px; }
  .rich-text p, .cms-richtext p {
    padding: 0 0 20px 0 !important; }
    .rich-text p:last-child, .cms-richtext p:last-child {
      padding: 0; }
  .rich-text strong, .cms-richtext strong {
    font-family: "";
    line-height: 1.6; }
  .rich-text a, .cms-richtext a {
    position: relative;
    display: inline !important;
    color: #fbb31f;
    font-family: "";
    line-height: inherit; }
    .rich-text a:after, .cms-richtext a:after {
      position: absolute;
      bottom: 0;
      width: 0;
      height: 1px;
      background: #fbb31f;
      content: '';
      left: 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
.rich-text img {
	width: 100%;
	margin: 20px 0;
}
    .rich-text a:hover, .cms-richtext a:hover {
      color: #fbb31f; }
      .rich-text a:hover:after, .cms-richtext a:hover:after {
        width: 100%; }
  .rich-text ul, .cms-richtext ul {
    padding-left: 15px; }
    .rich-text ul li, .cms-richtext ul li {
      position: relative;
      padding: 0 0 5px 25px;
      line-height: 1.6; }
      .rich-text ul li:last-child, .cms-richtext ul li:last-child {
        padding-bottom: 0; }
      .rich-text ul li:before, .cms-richtext ul li:before {
        position: absolute;
        left: 0;
        top: 8px;
        content: '';
        background: #fbb31f;
        width: 12px;
        height: 12px; }
      .rich-text ul li:last-child, .cms-richtext ul li:last-child {
        margin: 0; }
  .rich-text ol li, .cms-richtext ol li {
    counter-increment: item;
    position: relative;
    padding: 30px 0;
    line-height: 1.6;
    border-top: 1px solid #d7dbe8; }
    .rich-text ol li:last-child, .cms-richtext ol li:last-child {
      padding-bottom: 0; }
    .rich-text ol li:before, .cms-richtext ol li:before {
      content: counter(item);
      font-family: "";
      color: #fbb31f;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: #fff;
      padding: 0 20px;
      top: -8px;
      font-size: 18px;
      text-align: center; }
    .rich-text ol li:last-child, .cms-richtext ol li:last-child {
      margin: 0; }
  .rich-text.text-center, .cms-richtext.text-center {
    text-align: center; }

/* ========== GENERAL ========== */
body {
  width: 100%;
  color: #26304a;
  font-size: 14px;
  position: relative;
  line-height: 1.6;
  height: auto;
  font-family: "";
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  body.wide {
    background: #e5e3df; }

.inner {
  width: 1170px;
  max-width: 96%;
  display: block;
  margin: 0 auto;
  position: relative; }
  .inner.narrow {
    width: 670px; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .inner {
      width: 94%; } }

/* ========== MODAL ========== */
.modal {
  position: fixed;
  overflow: auto;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(6, 7, 12, 0.7);
  z-index: 1234; }
  @media only screen and (max-width: 767px) {
    .modal {
      padding: 50px 0; } }
  .modal .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1; }
  .modal .modal-block {
    width: 630px;
    max-width: 94%;
    background: #fff;
    margin: 20px auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .modal .modal-block.slip-block {
      width: 768px; }
      .modal .modal-block.slip-block .rich-text p span {
        font-family: "";
        line-height: inherit; }
    .modal .modal-block .modal-heading {
      text-align: center;
      position: relative;
      padding: 20px;
      border-bottom: 1px solid #e1e1e1; }
      .modal .modal-block .modal-heading h2 {
        width: 85%;
        margin: 0 auto;
        font-family: "";
        padding: 0;
        font-size: 26px; }
        @media only screen and (max-width: 767px) {
          .modal .modal-block .modal-heading h2 {
            font-size: 18px; } }
    .modal .modal-block .modal-body {
      padding: 35px 0; }
      @media only screen and (max-width: 767px) {
        .modal .modal-block .modal-body {
          padding: 15px 10px; } }
      .modal .modal-block .modal-body .rich-text {
        padding: 0 30px; }
        @media only screen and (max-width: 767px) {
          .modal .modal-block .modal-body .rich-text {
            padding: 0; } }
  .modal.active {
    opacity: 1; }
  .modal .modal-form {
    width: 370px;
    max-width: 100%;
    margin: 0 auto; }
    .modal .modal-form .field {
      margin: 0 0 10px 0; }
    .modal .modal-form .button {
      width: 100%;
      display: block; }
      .modal .modal-form .button.close-modal {
        width: auto;
        display: inline-block; }
  .modal .message-modal {
    font-size: 1.3rem;
    line-height: 30px;
    text-align: center;
    padding: 10px 0 0 0; }
    .modal .message-modal.message-success-modal {
      color: #32a061; }

.close-modal:not(.button) {
  width: 17px;
  display: block !important;
  height: 17px;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .close-modal:not(.button):hover {
    opacity: 1; }

/* ========== PAGINATOR ========== */
.paginator {
  padding: 50px 0;
  text-align: center; }
  .paginator span {
    width: 40px;
    text-align: center;
    display: inline-block;
    color: #616673;
    font-size: 14px;
    position: relative;
    margin: 0 3px; }
    .paginator span a {
      display: block;
      padding: 11px 0 12px 0;
      position: relative;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      .paginator span a:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
      .paginator span a:hover:after {
        box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.13); }
    .paginator span.current {
      padding: 11px 0 12px 0;
      background: #fbb31f;
      color: #fff; }

.desktop_hidden {
  display: none !important; }
  @media only screen and (max-width: 1279px) {
    .desktop_hidden {
      display: block !important; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .desktop_hidden {
      display: block !important; } }

@media only screen and (max-width: 1279px) {
  .desktop_show {
    display: none !important; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .desktop_show {
    display: none !important; } }

@media only screen and (max-width: 1279px) {
  .lt_hidden {
    display: none !important; } }

.lt_show {
  display: none; }
  @media only screen and (max-width: 1279px) {
    .lt_show {
      display: block !important; } }

@media only screen and (max-width: 1023px) {
  .st_hidden {
    display: none !important; } }

.st_show {
  display: none !important; }
  @media only screen and (max-width: 1023px) {
    .st_show {
      display: block !important; } }

@media only screen and (max-width: 767px) {
  .m_hidden {
    display: none !important; } }

.m_show {
  display: none; }
  @media only screen and (max-width: 767px) {
    .m_show {
      display: block !important; } }

/*======================= Grid ===========================*/
.row {
  width: auto;
  display: block;
  margin: 0 -5px;
  position: relative;
  clear: both; }
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 767px) {
    .row {
      margin: 0; } }
  .row > .column {
    padding: 0 5px;
    float: left; }
    .row > .column.pull-right {
      float: right; }
    @media only screen and (max-width: 1279px) {
      .row > .column.tablet-hide {
        display: none; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.sm-tablet-hide {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .row > .column {
        padding: 5px 0; } }
    .row > .column.__12 {
      width: 100%; }
    .row > .column.__11 {
      width: 91.666666%; }
    .row > .column.__10 {
      width: 83.333333%; }
    .row > .column.__9 {
      width: 75%; }
    .row > .column.__8 {
      width: 66.666666%; }
    .row > .column.__7 {
      width: 58.333333%; }
    .row > .column.__6 {
      width: 50%; }
    .row > .column.__5 {
      width: 41.666666%; }
    .row > .column.__4 {
      width: 33.333333%; }
    .row > .column.__3 {
      width: 25%; }
    .row > .column.__2 {
      width: 16.666666%; }
    .row > .column.__1 {
      width: 8.333333%; }
    @media only screen and (max-width: 1440px) {
      .row > .column.llt__12 {
        width: 100%; }
      .row > .column.llt__8 {
        width: 66.666666%; }
      .row > .column.llt__4 {
        width: 33.333333%; } }
    @media only screen and (max-width: 1279px) {
      .row > .column.lt__6 {
        width: 100%; }
      .row > .column.lt__5 {
        width: 83.333333%; }
      .row > .column.lt__4 {
        width: 66.666666%; }
      .row > .column.lt__3 {
        width: 50%; }
      .row > .column.lt__2 {
        width: 33.333333%; }
      .row > .column.lt__1 {
        width: 16.666666%; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.st__6 {
        width: 100%; }
      .row > .column.st__5 {
        width: 83.333333%; }
      .row > .column.st__4 {
        width: 66.666666%; }
      .row > .column.st__3 {
        width: 50%; }
      .row > .column.st__2 {
        width: 33.333333%; }
      .row > .column.st__1 {
        width: 16.666666%; }
      .row > .column.st__hide {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .row > .column.m__3, .row > .column.__12, .row > .column.__11, .row > .column.__10, .row > .column.__9, .row > .column.__8, .row > .column.__7, .row > .column.__6, .row > .column.__5, .row > .column.__4, .row > .column.__3, .row > .column.__2, .row > .column.__1, .row > .column.lt__6, .row > .column.lt__5, .row > .column.lt__4, .row > .column.lt__3, .row > .column.lt__2, .row > .column.lt__1, .row > .column.st__6, .row > .column.st__5, .row > .column.st__4, .row > .column.st__3, .row > .column.st__2, .row > .column.st__1 {
        width: 100%; }
      .row > .column.m__1 {
        width: 33.333333%;
        padding: 5px; }
      .row > .column.m__2 {
        width: 66.333333%;
        padding: 5px; }
      .row > .column.no-padding {
        padding: 0 !important; } }
  .row.block-row.__1-block > .column {
    width: 100%; }
  .row.block-row.__2-block > .column {
    width: 50%; }
  .row.block-row.__3-block > .column {
    width: 33.3333333%; }
  .row.block-row.__4-block > .column {
    width: 25%; }
  .row.block-row.__5-block > .column {
    width: 20%; }
  .row.block-row.__6-block > .column {
    width: 16.666666666%; }
  .row.block-row.__7-block > .column {
    width: 14.285714%; }
  .row.block-row.__8-block > .column {
    width: 12.5%; }
  @media only screen and (max-width: 1279px) {
    .row.block-row.lt__1-block > .column {
      width: 100%; }
    .row.block-row.lt__2-block > .column {
      width: 50%; }
    .row.block-row.lt__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.lt__4-block > .column {
      width: 25%; }
    .row.block-row.lt__5-block > .column {
      width: 20%; }
    .row.block-row.lt__6-block > .column {
      width: 16.666666666%; } }
  @media only screen and (max-width: 1023px) {
    .row.block-row.st__1-block > .column {
      width: 100%; }
    .row.block-row.st__2-block > .column {
      width: 50%; }
    .row.block-row.st__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.st__4-block > .column {
      width: 25%; }
    .row.block-row.st__5-block > .column {
      width: 20%; }
    .row.block-row.st__6-block > .column {
      width: 16.666666666%; }
    .row.block-row > .column.st__6 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .row.block-row.__1-block > .column, .row.block-row.__2-block > .column, .row.block-row.__3-block > .column, .row.block-row.__4-block > .column, .row.block-row.__5-block > .column, .row.block-row.__6-block > .column, .row.block-row.__7-block > .column, .row.block-row.__8-block > .column {
      width: 100%; }
    .row.block-row.m__1-block > .column {
      width: 100%; }
    .row.block-row.m__2-block > .column {
      width: 50%; }
    .row.block-row.m__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.m__4-block > .column {
      width: 25%; } }
  .row.__0 {
    margin: 0; }
    .row.__0 > .column {
      padding: 0; }
  .row.__5 {
    margin: 0 -5px; }
    .row.__5 > .column {
      padding: 0 5px; }
  .row.__60 {
    margin: 0 -30px; }
    .row.__60 > .column {
      padding: 0 30px; }
    @media only screen and (max-width: 1279px) {
      .row.__60 {
        margin: 0 -10px; }
        .row.__60 > .column {
          padding: 0 10px; } }
  .row.__30 {
    margin: 0 -15px; }
    .row.__30 > .column {
      padding: 0 15px; }
    @media only screen and (max-width: 1279px) {
      .row.__30 {
        margin: 0 -5px; }
        .row.__30 > .column {
          padding: 0 5px; } }
  .row.__20 {
    margin: 0 -10px; }
    .row.__20 > .column {
      padding: 0 10px; }
  .row.__inline-row {
    text-align: center; }
    .row.__inline-row > .column {
      display: inline-block;
      float: none;
      margin: 0 -2px 10px -2px; }
  .row.__centered-row {
    text-align: center; }
    .row.__centered-row > .column {
      display: inline-block;
      float: none;
      margin: 0; }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small {
      text-align: center; } }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small > .column {
      display: inline-block;
      float: none;
      margin: 0; } }

.field {
  display: block;
  position: relative;
  margin: 20px 0 0 0; }
  .field .input {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px 25px;
    font-size: 16px;
    font-family: "";
    max-width: 100%;
    text-align: left;
    border: 1px solid #d7dbe8;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .field .input:disabled {
      background-color: #eeeeee !important; }
    .field .input:hover, .field .input:focus, .field .input:active {
      border-color: #3ea9b8;
      background: #fff; }
    @media all and (max-width: 767px) {
      .field .input {
        padding: 8px 15px;
        font-size: 12px; } }
  .field select {
    background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+") no-repeat 95% 50% #fff !important;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .field select.input {
      padding: 15px; }
      @media all and (max-width: 767px) {
        .field select.input {
          padding: 8px 15px;
          font-size: 12px; } }
  .field label {
    padding: 0 0 3px 15px;
    display: block;
    font-size: 14px;
    font-family: "";
    color: #fbb31f;
    text-align: left; }
  .field textarea.input {
    resize: none;
    height: 150px; }
  .field.nx-form-invalid .nx-form-invalid-message {
    position: absolute;
    top: -15px;
    left: 15px;
    text-align: left;
    color: #d0635c;
    font-size: 14px;
    bottom: auto;
    font-family: ""; }
  .field.nx-form-invalid .input {
    border-color: #d0635c !important; }
  .field .nx-form-message {
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%; }
  .field .checkbox {
    position: relative;
    padding-left: 30px;
    margin: 30px auto;
    text-align: left;
    display: inline-block; }
    .field .checkbox input {
      opacity: 0;
      position: absolute;
      visibility: hidden; }
    .field .checkbox label {
      cursor: pointer;
      display: inline-block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 8px 0 0 30px;
      position: relative;
      color: #fbb31f;
      font-size: 16px; }
      .field .checkbox label:before {
        width: 22px;
        height: 22px;
        border: 1px solid #d7dbe8;
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
      .field .checkbox label:after {
        content: '';
        width: 27px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 4px;
        border: 6px solid #fbb31f;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .field .checkbox label:hover:after {
        opacity: 0.1; }
    .field .checkbox input:checked + label:after {
      opacity: 1; }
    .field .checkbox input:disabled + label {
      opacity: 0.5;
      cursor: default; }
  .field .radio {
    position: relative;
    padding-left: 30px; }
    .field .radio input {
      opacity: 0;
      position: absolute;
      visibility: hidden; }
    .field .radio label {
      cursor: pointer;
      display: inline-block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 5px 0 0 0;
      color: #888b9a;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .field .radio label:before {
        width: 18px;
        height: 16px;
        border: 1px solid #d7dbe8;
        background: #ffffff;
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
      .field .radio label:after {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0;
        content: '';
        height: 8px;
        width: 9px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        background: #3ea9b8;
        left: 5px;
        top: 8px; }
    .field .radio input:checked + label {
      color: #fbb31f; }
      .field .radio input:checked + label:after {
        opacity: 1; }
    .field .radio input:disabled + label {
      opacity: 0.5;
      cursor: default; }
  .field.required label {
    display: inline-block;
    position: relative; }
    .field.required label:after {
      width: auto;
      height: auto;
      color: #fbb31f;
      font-size: 20px;
      position: absolute;
      right: -12px;
      top: 0;
      content: "*"; }
  .field.capcha-field {
    position: relative; }
    .field.capcha-field:after {
      content: "";
      display: table;
      clear: both; }
    .field.capcha-field p, .field.capcha-field label {
      width: 30%;
      font-size: 20px;
      font-family: "";
      color: #fbb31f;
      text-align: left;
      display: inline-block;
      padding: 14px 15px; }
      @media all and (max-width: 767px) {
        .field.capcha-field p, .field.capcha-field label {
          width: 40%;
          padding: 7px 0; } }
    .field.capcha-field .input {
      width: 70%;
      float: right; }
      @media all and (max-width: 1023px) {
        .field.capcha-field .input {
          width: 60%; } }
    .field.capcha-field .nx-form-invalid-message {
      left: auto;
      right: 15px; }

.form-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 5000; }
  .form-loading .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    text-align: center; }
    .form-loading .spinner > div {
      width: 18px;
      height: 18px;
      background-color: #8aded6;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    .form-loading .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .form-loading .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.nx-form-loading .form-loading {
  display: block; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*# sourceMappingURL=1-main.css.map */
