* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0; }
  *:focus {
    outline: none !important; }

html.touch *:hover {
  pointer-events: none !important; }

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

a {
  background: transparent;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

body {
  background-color: #ffffff; }

blockquote, q {
  quotes: "" ""; }

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

caption,
td,
th {
  text-align: left; }

html {
  overflow-x: hidden;
  text-size-adjust: 100%; }

input {
  appearance: none;
  vertical-align: middle; }
  input:focus {
    outline: none; }

input[type="submit"],
input[type="button"] {
  cursor: pointer; }

li, ol, ul {
  list-style: none; }

select {
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  vertical-align: middle; }

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

textarea {
  resize: none; }

button {
  background-color: transparent;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #1E1E1E;
  color: #1E1E1E;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  letter-spacing: 3px;
  line-height: 45px;
  padding: 0 20px;
  text-align: left;
  text-transform: uppercase;
  transition: opacity .25s ease, background-color .25s ease;
  width: 240px; }
  @media (min-width: 540px) {
    button {
      font-size: 16px; } }
  @media (min-width: 810px) {
    button {
      font-size: 14px; } }
  button:hover {
    opacity: .75; }
  button.white {
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #ffffff; }
    button.white svg {
      fill: #ffffff; }
  button.full-gray {
    box-shadow: none;
    background-color: #9B9B9B;
    color: #ffffff; }
    button.full-gray svg {
      fill: #ffffff; }
    button.full-gray:hover {
      background-color: #026AA7;
      opacity: 1; }
  button svg {
    float: right;
    height: 15px;
    margin: 15px 0;
    position: relative; }

h1, h2, h3, h4, h5, p, a {
  margin: 0; }

h1 {
  font-family: "Source Sans Pro";
  font-size: 30px;
  font-weight: 700;
  line-height: 30px; }
  @media (min-width: 660px) {
    h1 {
      font-size: 36px;
      line-height: 36px; } }
  @media (min-width: 990px) {
    h1 {
      font-size: 48px;
      line-height: 48px; } }
  h1 b {
    font-weight: 900; }
  h1.white {
    color: #ffffff; }

h2 {
  font-family: "Source Sans Pro";
  font-size: 30px;
  font-weight: 900;
  line-height: 30px; }
  @media (min-width: 660px) {
    h2 {
      font-size: 36px;
      line-height: 36px; } }
  @media (min-width: 990px) {
    h2 {
      font-size: 48px;
      line-height: 48px; } }
  h2.dark-gray {
    color: #4A4A4A; }
  h2.white {
    color: #ffffff; }

h3 {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1; }
  @media (min-width: 660px) {
    h3 {
      font-size: 20px; } }
  @media (min-width: 990px) {
    h3 {
      font-size: 24px; } }
  h3.title {
    margin: 0 0 90px 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    display: inline-block; }
    h3.title:before {
      border-radius: 10px;
      content: "";
      height: 4px;
      left: -285px;
      position: absolute;
      top: -17px;
      width: 300px; }
      @media (min-width: 990px) {
        h3.title:before {
          left: -30px;
          width: 45px; } }
  h3.subtitle {
    margin: 0 0 15px 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    display: inline-block; }
  h3.blue {
    color: #026AA7; }
    h3.blue:before {
      background-color: #026AA7; }
  h3.white {
    color: #ffffff; }
    h3.white:before {
      background-color: #ffffff; }

h4 {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1; }
  @media (min-width: 660px) {
    h4 {
      font-size: 20px; } }
  @media (min-width: 990px) {
    h4 {
      font-size: 24px; } }
  h4 b {
    font-weight: 600; }
  h4.white {
    color: #ffffff; }

h5 {
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.1; }
  @media (min-width: 660px) {
    h5 {
      font-size: 14px; } }
  @media (min-width: 990px) {
    h5 {
      font-size: 16px; } }
  h5 b {
    font-weight: 400; }
  h5.white {
    color: #ffffff; }

p {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 300; }
  @media (min-width: 660px) {
    p {
      font-size: 16px; } }
  @media (min-width: 990px) {
    p {
      font-size: 18px; } }
  p b {
    font-weight: 600; }
  p.blue {
    color: #026AA7; }
  p.gray {
    color: #9B9B9B; }
  p.white {
    color: #ffffff; }
  p small {
    font-size: 10px;
    font-weight: 300; }
    @media (min-width: 660px) {
      p small {
        font-size: 12px; } }
    @media (min-width: 990px) {
      p small {
        font-size: 14px; } }

input[type="text"], input[type="email"] {
  background-color: transparent;
  border: none;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 -2px 0 0 #DEDEDE;
  -moz-box-shadow: inset 0 -2px 0 0 #DEDEDE;
  box-shadow: inset 0 -2px 0 0 #DEDEDE;
  color: #4A4A4A;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  padding: 0;
  transition: box-shadow .5s ease;
  width: 100%; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
    /* Chrome, Opera and Safari */
    color: #9B9B9B;
    transition: color .5s ease; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #9B9B9B;
    transition: color .5s ease; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #9B9B9B;
    transition: color .5s ease; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #9B9B9B;
    transition: color .5s ease; }
  @media (min-width: 990px) {
    input[type="text"], input[type="email"] {
      font-size: 18px; } }
  input[type="text"]:focus, input[type="email"]:focus {
    -webkit-box-shadow: inset 0 -2px 0 0 #026AA7;
    -moz-box-shadow: inset 0 -2px 0 0 #026AA7;
    box-shadow: inset 0 -2px 0 0 #026AA7;
    color: #026AA7; }
    input[type="text"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder {
      /* Chrome, Opera and Safari */
      color: #026AA7; }
    input[type="text"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder {
      /* Firefox 19+ */
      color: #026AA7; }
    input[type="text"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder {
      /* IE 10+ */
      color: #026AA7; }
    input[type="text"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder {
      /* Firefox 18- */
      color: #026AA7; }

select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../images/icons/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 30px auto;
  border: none;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 -2px 0 0 #DEDEDE;
  -moz-box-shadow: inset 0 -2px 0 0 #DEDEDE;
  box-shadow: inset 0 -2px 0 0 #DEDEDE;
  color: #4A4A4A;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  line-height: 25px;
  transition: box-shadow .5s ease;
  width: 100%; }
  @media (min-width: 990px) {
    select {
      font-size: 18px; } }

textarea {
  background-color: transparent;
  border: none;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 -2px 0 0 #DEDEDE;
  -moz-box-shadow: inset 0 -2px 0 0 #DEDEDE;
  box-shadow: inset 0 -2px 0 0 #DEDEDE;
  color: #9B9B9B;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  height: 105px;
  line-height: 25px;
  padding: 10px 0 0 0;
  transition: box-shadow .5s ease;
  width: 100%; }
  textarea::-webkit-input-placeholder {
    /* Chrome, Opera and Safari */
    color: #4A4A4A;
    transition: color .5s ease; }
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #4A4A4A;
    transition: color .5s ease; }
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #4A4A4A;
    transition: color .5s ease; }
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #4A4A4A;
    transition: color .5s ease; }
  @media (min-width: 990px) {
    textarea {
      font-size: 18px; } }
  textarea:focus {
    -webkit-box-shadow: inset 0 -2px 0 0 #026AA7;
    -moz-box-shadow: inset 0 -2px 0 0 #026AA7;
    box-shadow: inset 0 -2px 0 0 #026AA7;
    color: #026AA7; }
    textarea:focus::-webkit-input-placeholder {
      /* Chrome, Opera and Safari */
      color: #026AA7; }
    textarea:focus::-moz-placeholder {
      /* Firefox 19+ */
      color: #026AA7; }
    textarea:focus:-ms-input-placeholder {
      /* IE 10+ */
      color: #026AA7; }
    textarea:focus:-moz-placeholder {
      /* Firefox 18- */
      color: #026AA7; }

html, body {
  background-color: #ffffff;
  max-width: 1920px; }

#main {
  transition: padding 0.25s cubic-bezier(0.25, 0.45, 0.45, 0.95); }

.container {
  max-width: 1170px;
  padding: 45px 30px; }
  @media (min-width: 660px) {
    .container {
      padding: 75px 60px; } }
  @media (min-width: 990px) {
    .container {
      padding: 90px 60px; } }

#header {
  background-color: white;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15), 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15), 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15), 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  #header .container {
    padding: 30px;
    transition: padding 0.25s cubic-bezier(0.25, 0.45, 0.45, 0.95); }
    @media (min-width: 660px) {
      #header .container {
        padding: 45px 60px; } }
    #header .container .wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%; }
      @media (min-width: 1200px) {
        #header .container .wrapper {
          flex-wrap: nowrap; } }
      #header .container .wrapper .logo {
        align-self: flex-start;
        display: flex; }
        #header .container .wrapper .logo img {
          height: 60px; }
          #header .container .wrapper .logo img:first-child {
            display: none; }
            @media (min-width: 660px) {
              #header .container .wrapper .logo img:first-child {
                display: inherit; } }
      @media (min-width: 1200px) {
        #header .container .wrapper .menu-trigger {
          display: none; } }
      #header .container .wrapper .menu-trigger.sandwich {
        box-shadow: none;
        position: relative;
        float: left;
        width: 30px;
        height: 30px;
        padding: 0;
        appearance: none;
        background-color: transparent; }
        #header .container .wrapper .menu-trigger.sandwich span {
          position: relative;
          float: left;
          width: 100%;
          height: 3px;
          -moz-transition: all .25s ease;
          -o-transition: all .25s ease;
          -webkit-transition: all .25s ease;
          transition: all .25s ease; }
          #header .container .wrapper .menu-trigger.sandwich span:before {
            display: block;
            position: absolute;
            width: 100%;
            height: 3px;
            top: -10px;
            left: 0;
            background-color: #9B9B9B;
            opacity: .75;
            border-radius: 5px;
            content: "";
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            transition: all .5s ease; }
          #header .container .wrapper .menu-trigger.sandwich span:after {
            display: block;
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: -10px;
            left: 0;
            background-color: #9B9B9B;
            opacity: .75;
            border-radius: 45px;
            content: "";
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            transition: all .5s ease; }
          #header .container .wrapper .menu-trigger.sandwich span > span {
            width: 100%;
            height: 3px;
            background-color: #9B9B9B;
            opacity: .75; }
      #header .container .wrapper .menu-trigger.sandwich-x span:before {
        transition-delay: 0, 0s;
        transition-duration: .25s, 0.25s;
        transition-property: all, transform; }
      #header .container .wrapper .menu-trigger.sandwich-x span:after {
        transition-delay: 0, 0s;
        transition-duration: .25s, 0.25s;
        transition-property: all, transform; }
      #header .container .wrapper .menu-trigger.sandwich-x.active span {
        width: 100%;
        background: none; }
        #header .container .wrapper .menu-trigger.sandwich-x.active span:before {
          width: 100%;
          top: 0;
          transition-delay: 0s, .25s;
          transform: rotate(45deg); }
        #header .container .wrapper .menu-trigger.sandwich-x.active span:after {
          width: 100%;
          bottom: 0;
          transition-delay: 0s, .25s;
          transform: rotate(-45deg); }
      #header .container .wrapper .menu {
        display: none;
        height: 30px; }
        @media (min-width: 1200px) {
          #header .container .wrapper .menu {
            align-self: flex-end;
            display: inherit; } }
        #header .container .wrapper .menu ul {
          display: flex;
          flex-direction: row; }
          @media (min-width: 1200px) {
            #header .container .wrapper .menu ul li {
              margin: 0 22.5px 0 0; }
              #header .container .wrapper .menu ul li:last-child {
                margin: 0; } }
          #header .container .wrapper .menu ul li.active a {
            color: #026AA7;
            opacity: 1; }
          #header .container .wrapper .menu ul li a {
            color: #9B9B9B;
            font-family: "Source Sans Pro";
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1.5px;
            line-height: 30px;
            opacity: .75;
            text-decoration: none;
            text-transform: uppercase;
            transition: color .5s ease, opacity .5s ease; }
            #header .container .wrapper .menu ul li a:hover {
              color: #026AA7;
              text-decoration: none; }
      #header .container .wrapper .collapse-menu {
        display: none;
        margin: 90px 0 0 0;
        width: 100%; }
        @media (min-width: 1200px) {
          #header .container .wrapper .collapse-menu {
            display: none; } }
        #header .container .wrapper .collapse-menu ul {
          display: flex;
          flex-direction: column;
          margin: 0;
          opacity: 0;
          transition: opacity .5s ease; }
          #header .container .wrapper .collapse-menu ul li a {
            color: #9B9B9B;
            display: block;
            font-family: "Source Sans Pro";
            font-size: 14px;
            font-weight: 600;
            height: 30px;
            letter-spacing: 1.5px;
            line-height: 30px;
            opacity: .75;
            text-decoration: none;
            text-transform: uppercase;
            transition: color .25s ease; }
            #header .container .wrapper .collapse-menu ul li a:hover {
              color: #026AA7;
              text-decoration: none; }
  @media (min-width: 660px) {
    #header.active > .container {
      padding: 30px 60px 30px 60px; } }

#breadcrumbs {
  background-color: #DEDEDE;
  display: none; }
  @media (min-width: 660px) {
    #breadcrumbs {
      display: inherit; } }
  #breadcrumbs .container {
    max-width: 1170px;
    padding: 15px 30px; }
    @media (min-width: 660px) {
      #breadcrumbs .container {
        padding: 15px 60px; } }
    @media (min-width: 990px) {
      #breadcrumbs .container {
        padding: 15px 60px; } }
    #breadcrumbs .container .crumbs {
      display: flex;
      margin: 0; }
      #breadcrumbs .container .crumbs li {
        color: #026AA7;
        font-family: "Source Sans Pro";
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.5px;
        line-height: 30px;
        text-transform: uppercase; }
        #breadcrumbs .container .crumbs li a {
          color: #9B9B9B;
          font-weight: 400;
          opacity: .75;
          transition: opacity .25s ease; }
          #breadcrumbs .container .crumbs li a:hover {
            opacity: 1; }
        #breadcrumbs .container .crumbs li.separator {
          color: #9B9B9B;
          font-family: "Source Sans Pro";
          font-size: 14px;
          font-weight: 400;
          line-height: 30px;
          opacity: .5;
          padding: 0 15px; }

#footer {
  background-color: #303030; }
  #footer .container {
    text-align: center;
    padding: 30px 30px 45px 30px; }
    @media (min-width: 660px) {
      #footer .container {
        padding: 45px 45px 75px 45px; } }
    @media (min-width: 990px) {
      #footer .container {
        padding: 45px 45px 90px 45px; } }

#modal {
  display: none;
  background-color: #ffffff;
  height: auto;
  top: 50%;
  left: 50%;
  padding: 45px 30px;
  position: fixed;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 200;
  width: calc(100% - 60px); }
  @media (min-width: 660px) {
    #modal {
      padding: 75px 60px;
      width: 360px; } }
  @media (min-width: 990px) {
    #modal {
      padding: 90px 60px; } }
  #modal .icon {
    align-self: center;
    display: inline-block;
    height: 60px;
    margin: 0 0 26px 0;
    width: 60px; }
  #modal p {
    align-self: center;
    margin: 0 0 30px 0;
    text-align: center; }
  #modal button {
    align-self: center; }

#lightbox {
  display: none;
  position: fixed;
  background-color: #026AA7;
  z-index: 100;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

#headline {
  background-image: url(../images/backgrounds/cadastre-seu-restaurante.jpg);
  background-position: center;
  background-size: cover;
  height: 240px;
  margin: 120px 0 0 0; }
  @media (min-width: 660px) {
    #headline {
      height: 360px;
      margin: 210px 0 0 0; } }
  @media (min-width: 990px) {
    #headline {
      height: 480px; } }

#form {
  background-color: #EEEEEE; }
  #form .container {
    padding: 0 30px 45px 30px; }
    @media (min-width: 660px) {
      #form .container {
        padding: 0 60px 75px 60px; } }
    @media (min-width: 990px) {
      #form .container {
        padding: 0 60px 90px 60px; } }
  #form form {
    margin: -90px 0 0 0; }
    @media (min-width: 660px) {
      #form form {
        margin: -150px 0 0 0; } }
    @media (min-width: 990px) {
      #form form {
        margin: -210px 0 0 0; } }
    #form form .register-your-restaurant {
      display: flex;
      flex-direction: column; }
      #form form .register-your-restaurant > button {
        align-self: flex-end; }
    #form form label {
      color: #303030;
      font-family: "Source Sans Pro";
      font-size: 14px;
      font-weight: 600;
      line-height: 30px;
      margin: 0;
      opacity: .5;
      text-transform: uppercase; }
    #form form .erro-alert label {
      color: #D0021B; }
    #form form .erro-alert input[type="text"], #form form .erro-alert input[type="email"] {
      -webkit-box-shadow: inset 0 -2px 0 0 #D0021B;
      -moz-box-shadow: inset 0 -2px 0 0 #D0021B;
      box-shadow: inset 0 -2px 0 0 #D0021B; }
    #form form .erro-alert select {
      color: #D0021B;
      -webkit-box-shadow: inset 0 -2px 0 0 #D0021B;
      -moz-box-shadow: inset 0 -2px 0 0 #D0021B;
      box-shadow: inset 0 -2px 0 0 #D0021B; }
    #form form .erro-alert .message {
      color: #D0021B;
      opacity: .5; }
    #form form .erro-alert .contact_use_whatsapp_group label, #form form .erro-alert .is_network_franchise_group label, #form form .erro-alert .days_of_operation_group label, #form form .erro-alert .accept_early_booking_group label, #form form .erro-alert .is_required_booking_group label, #form form .erro-alert .use_booking_system_group label, #form form .erro-alert .already_participated_group label, #form form .erro-alert .other_events_group label {
      -webkit-box-shadow: inset 0 0 0 1px #D0021B !important;
      -moz-box-shadow: inset 0 0 0 1px #D0021B !important;
      box-shadow: inset 0 0 0 1px #D0021B !important;
      color: #D0021B !important; }
    #form form .message {
      color: #4A4A4A;
      display: block;
      font-family: "Source Sans Pro";
      font-size: 12px;
      font-weight: 300;
      line-height: 15px;
      margin: 3px 0 15px 0;
      opacity: 0;
      text-transform: lowercase; }
      #form form .message.optional {
        opacity: .5; }
      #form form .message.visible {
        opacity: .5; }
  #form .register-your-restaurant {
    background-color: #ffffff;
    padding: 60px 30px; }
    @media (min-width: 660px) {
      #form .register-your-restaurant {
        padding: 75px 45px; } }
    @media (min-width: 990px) {
      #form .register-your-restaurant {
        padding: 90px 45px; } }
    #form .register-your-restaurant .icon {
      background-color: #026AA7;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      height: 60px;
      justify-content: center;
      position: absolute;
      top: -30px;
      right: 30px;
      width: 60px; }
      @media (min-width: 660px) {
        #form .register-your-restaurant .icon {
          height: 75px;
          right: 75px;
          top: -45px;
          width: 75px; } }
      @media (min-width: 990px) {
        #form .register-your-restaurant .icon {
          height: 90px;
          right: 90px;
          top: -45px;
          width: 90px; } }
      #form .register-your-restaurant .icon img {
        height: 30px; }
        @media (min-width: 660px) {
          #form .register-your-restaurant .icon img {
            height: 40px; } }
    @media (min-width: 660px) {
      #form .register-your-restaurant h3 br {
        display: none; } }
    #form .register-your-restaurant .main-data {
      background-color: #EEEEEE;
      margin: 0 0 90px 0;
      padding: 45px 30px 30px 30px;
      position: relative; }
      @media (min-width: 660px) {
        #form .register-your-restaurant .main-data {
          padding: 60px; } }
      @media (min-width: 990px) {
        #form .register-your-restaurant .main-data {
          padding: 90px; } }
      #form .register-your-restaurant .main-data .double-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (min-width: 990px) {
          #form .register-your-restaurant .main-data .double-group {
            flex-direction: row; } }
        #form .register-your-restaurant .main-data .double-group > div {
          width: 100%; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .main-data .double-group > div {
              width: calc(50% - 22.5px); } }
    #form .register-your-restaurant .location-and-contact {
      background-color: #EEEEEE;
      margin: 0 0 90px 0;
      padding: 45px 30px 30px 30px;
      position: relative; }
      @media (min-width: 660px) {
        #form .register-your-restaurant .location-and-contact {
          padding: 60px; } }
      @media (min-width: 990px) {
        #form .register-your-restaurant .location-and-contact {
          padding: 90px; } }
      #form .register-your-restaurant .location-and-contact .double-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (min-width: 990px) {
          #form .register-your-restaurant .location-and-contact .double-group {
            flex-direction: row; } }
        #form .register-your-restaurant .location-and-contact .double-group > div {
          width: 100%; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .location-and-contact .double-group > div {
              width: calc(50% - 22.5px); } }
        #form .register-your-restaurant .location-and-contact .double-group.street_group div:nth-child(1) {
          width: 100%; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .location-and-contact .double-group.street_group div:nth-child(1) {
              width: calc(66.66% - 22.5px); } }
        #form .register-your-restaurant .location-and-contact .double-group.street_group div:nth-child(2) {
          width: 100%; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .location-and-contact .double-group.street_group div:nth-child(2) {
              width: calc(33.66% - 22.5px); } }
        #form .register-your-restaurant .location-and-contact .double-group .access_group {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start; }
          @media (min-width: 660px) {
            #form .register-your-restaurant .location-and-contact .double-group .access_group {
              flex-wrap: nowrap; } }
          #form .register-your-restaurant .location-and-contact .double-group .access_group label {
            text-transform: lowercase;
            opacity: 1; }
          #form .register-your-restaurant .location-and-contact .double-group .access_group input[type="radio"] {
            height: 0;
            opacity: 0;
            width: 0; }
            #form .register-your-restaurant .location-and-contact .double-group .access_group input[type="radio"]:checked + label {
              background-color: #026AA7;
              background-image: url(../images/icons/check.png);
              background-repeat: no-repeat;
              background-position: right;
              -webkit-box-shadow: inset 0 0 0 1px #026AA7;
              -moz-box-shadow: inset 0 0 0 1px #026AA7;
              box-shadow: inset 0 0 0 1px #026AA7;
              color: #ffffff; }
          #form .register-your-restaurant .location-and-contact .double-group .access_group label {
            -webkit-box-shadow: inset 0 0 0 1px #9B9B9B;
            -moz-box-shadow: inset 0 0 0 1px #9B9B9B;
            box-shadow: inset 0 0 0 1px #9B9B9B;
            color: gray;
            cursor: pointer;
            font-weight: 300;
            height: 45px;
            line-height: 45px;
            margin: 0 5px 5px 0;
            opacity: 1;
            padding: 0 45px 0 15px;
            text-transform: lowercase;
            transition: background-color .25s ease;
            width: auto; }
            #form .register-your-restaurant .location-and-contact .double-group .access_group label:last-child {
              margin: 0 5px 0 0; }
            @media (min-width: 660px) {
              #form .register-your-restaurant .location-and-contact .double-group .access_group label {
                margin: 0 5px 0 0; } }
      #form .register-your-restaurant .location-and-contact .triple-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (min-width: 990px) {
          #form .register-your-restaurant .location-and-contact .triple-group {
            flex-direction: row; } }
        #form .register-your-restaurant .location-and-contact .triple-group > div {
          width: 100%; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .location-and-contact .triple-group > div {
              width: calc(33.33% - 45px); } }
      #form .register-your-restaurant .location-and-contact #id_phone input[type="text"] {
        height: 45px;
        vertical-align: bottom; }
    #form .register-your-restaurant .establishment-info {
      background-color: #EEEEEE;
      margin: 0 0 90px 0;
      padding: 45px 30px 30px 30px;
      position: relative; }
      @media (min-width: 660px) {
        #form .register-your-restaurant .establishment-info {
          padding: 60px; } }
      @media (min-width: 990px) {
        #form .register-your-restaurant .establishment-info {
          padding: 90px; } }
      #form .register-your-restaurant .establishment-info .group .days_of_operation_group {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        #form .register-your-restaurant .establishment-info .group .days_of_operation_group input[type="checkbox"] {
          height: 0;
          opacity: 0;
          width: 0; }
          #form .register-your-restaurant .establishment-info .group .days_of_operation_group input[type="checkbox"]:checked + label {
            background-color: #026AA7;
            background-image: url(../images/icons/check.png);
            background-repeat: no-repeat;
            background-position: right;
            -webkit-box-shadow: inset 0 0 0 1px #026AA7;
            -moz-box-shadow: inset 0 0 0 1px #026AA7;
            box-shadow: inset 0 0 0 1px #026AA7;
            color: #ffffff; }
        #form .register-your-restaurant .establishment-info .group .days_of_operation_group label {
          -webkit-box-shadow: inset 0 0 0 1px #9B9B9B;
          -moz-box-shadow: inset 0 0 0 1px #9B9B9B;
          box-shadow: inset 0 0 0 1px #9B9B9B;
          color: gray;
          cursor: pointer;
          font-weight: 300;
          height: 45px;
          line-height: 45px;
          margin: 0 5px 5px 0;
          opacity: 1;
          padding: 0 60px 0 15px;
          text-transform: lowercase;
          transition: background-color .25s ease;
          width: auto; }
      #form .register-your-restaurant .establishment-info .double-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (min-width: 990px) {
          #form .register-your-restaurant .establishment-info .double-group {
            flex-direction: row; } }
        #form .register-your-restaurant .establishment-info .double-group > div {
          width: 100%; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .establishment-info .double-group > div {
              width: calc(50% - 22.5px); }
              #form .register-your-restaurant .establishment-info .double-group > div:last-child {
                margin: 0; } }
      #form .register-your-restaurant .establishment-info .triple-group {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        @media (min-width: 990px) {
          #form .register-your-restaurant .establishment-info .triple-group {
            flex-direction: row; } }
        #form .register-your-restaurant .establishment-info .triple-group > div {
          width: 100%; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .establishment-info .triple-group > div {
              margin: 0 45px 0 0;
              width: calc(33.33% - 45px); }
              #form .register-your-restaurant .establishment-info .triple-group > div:last-child {
                margin: 0; } }
        #form .register-your-restaurant .establishment-info .triple-group .is_network_franchise_group {
          display: flex;
          justify-content: flex-start; }
          #form .register-your-restaurant .establishment-info .triple-group .is_network_franchise_group input[type="radio"] {
            height: 0;
            opacity: 0;
            width: 0; }
            #form .register-your-restaurant .establishment-info .triple-group .is_network_franchise_group input[type="radio"]:checked + label.yes-option {
              background-color: #026AA7;
              background-image: url(../images/icons/check.png);
              background-repeat: no-repeat;
              background-position: right;
              -webkit-box-shadow: inset 0 0 0 1px #026AA7;
              -moz-box-shadow: inset 0 0 0 1px #026AA7;
              box-shadow: inset 0 0 0 1px #026AA7;
              color: #ffffff; }
            #form .register-your-restaurant .establishment-info .triple-group .is_network_franchise_group input[type="radio"]:checked + label.no-option {
              background-color: #9B9B9B;
              -webkit-box-shadow: inset 0 0 0 1px #9B9B9B;
              -moz-box-shadow: inset 0 0 0 1px #9B9B9B;
              box-shadow: inset 0 0 0 1px #9B9B9B;
              color: #ffffff; }
          #form .register-your-restaurant .establishment-info .triple-group .is_network_franchise_group label {
            -webkit-box-shadow: inset 0 0 0 1px #9B9B9B;
            -moz-box-shadow: inset 0 0 0 1px #9B9B9B;
            box-shadow: inset 0 0 0 1px #9B9B9B;
            color: gray;
            cursor: pointer;
            font-weight: 300;
            height: 45px;
            line-height: 45px;
            margin: 0 5px 0 0;
            opacity: 1;
            padding: 0 60px 0 15px;
            text-transform: lowercase;
            transition: background-color .25s ease;
            width: auto; }
        #form .register-your-restaurant .establishment-info .triple-group #id_how_many_unit input[type="text"] {
          height: 45px;
          vertical-align: bottom; }
        #form .register-your-restaurant .establishment-info .triple-group #id_cuisine_type_2 label {
          display: none; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .establishment-info .triple-group #id_cuisine_type_2 label {
              display: inherit;
              opacity: 0; } }
    #form .register-your-restaurant .responsible-info {
      background-color: #EEEEEE;
      margin: 0 0 90px 0;
      padding: 45px 30px 30px 30px;
      position: relative; }
      @media (min-width: 660px) {
        #form .register-your-restaurant .responsible-info {
          padding: 60px; } }
      @media (min-width: 990px) {
        #form .register-your-restaurant .responsible-info {
          padding: 90px; } }
      #form .register-your-restaurant .responsible-info .double-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (min-width: 990px) {
          #form .register-your-restaurant .responsible-info .double-group {
            flex-direction: row; } }
        #form .register-your-restaurant .responsible-info .double-group > div {
          width: 100%; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .responsible-info .double-group > div {
              width: calc(50% - 22.5px); }
              #form .register-your-restaurant .responsible-info .double-group > div:last-child {
                margin: 0; } }
        #form .register-your-restaurant .responsible-info .double-group .contact_use_whatsapp_group {
          display: flex;
          justify-content: flex-start; }
          #form .register-your-restaurant .responsible-info .double-group .contact_use_whatsapp_group input[type="radio"] {
            height: 0;
            opacity: 0;
            width: 0; }
            #form .register-your-restaurant .responsible-info .double-group .contact_use_whatsapp_group input[type="radio"]:checked + label.yes-option {
              background-color: #026AA7;
              background-image: url(../images/icons/check.png);
              background-repeat: no-repeat;
              background-position: right;
              -webkit-box-shadow: inset 0 0 0 1px #026AA7;
              -moz-box-shadow: inset 0 0 0 1px #026AA7;
              box-shadow: inset 0 0 0 1px #026AA7;
              color: #ffffff; }
            #form .register-your-restaurant .responsible-info .double-group .contact_use_whatsapp_group input[type="radio"]:checked + label.no-option {
              background-color: #9B9B9B;
              -webkit-box-shadow: inset 0 0 0 1px #9B9B9B;
              -moz-box-shadow: inset 0 0 0 1px #9B9B9B;
              box-shadow: inset 0 0 0 1px #9B9B9B;
              color: #ffffff; }
          #form .register-your-restaurant .responsible-info .double-group .contact_use_whatsapp_group label {
            -webkit-box-shadow: inset 0 0 0 1px #9B9B9B;
            -moz-box-shadow: inset 0 0 0 1px #9B9B9B;
            box-shadow: inset 0 0 0 1px #9B9B9B;
            color: gray;
            cursor: pointer;
            font-weight: 300;
            height: 45px;
            line-height: 45px;
            margin: 0 5px 0 0;
            opacity: 1;
            padding: 0 60px 0 15px;
            text-transform: lowercase;
            transition: background-color .25s ease;
            width: auto; }
    #form .register-your-restaurant .social-links {
      background-color: #EEEEEE;
      margin: 0 0 90px 0;
      padding: 45px 30px 30px 30px;
      position: relative; }
      @media (min-width: 660px) {
        #form .register-your-restaurant .social-links {
          padding: 60px; } }
      @media (min-width: 990px) {
        #form .register-your-restaurant .social-links {
          padding: 90px; } }
      #form .register-your-restaurant .social-links .double-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (min-width: 990px) {
          #form .register-your-restaurant .social-links .double-group {
            flex-direction: row; } }
        #form .register-your-restaurant .social-links .double-group > div {
          width: 100%; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .social-links .double-group > div {
              width: calc(50% - 22.5px); }
              #form .register-your-restaurant .social-links .double-group > div:last-child {
                margin: 0; } }
    #form .register-your-restaurant .services {
      background-color: #EEEEEE;
      margin: 0 0 15px 0;
      padding: 45px 30px 30px 30px;
      position: relative; }
      @media (min-width: 660px) {
        #form .register-your-restaurant .services {
          padding: 60px; } }
      @media (min-width: 990px) {
        #form .register-your-restaurant .services {
          padding: 90px; } }
      #form .register-your-restaurant .services .triple-group {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        @media (min-width: 990px) {
          #form .register-your-restaurant .services .triple-group {
            flex-direction: row; } }
        #form .register-your-restaurant .services .triple-group > div {
          width: 100%; }
          @media (min-width: 990px) {
            #form .register-your-restaurant .services .triple-group > div {
              margin: 0 45px 0 0;
              width: calc(33.33% - 45px); }
              #form .register-your-restaurant .services .triple-group > div:last-child {
                margin: 0; } }
        #form .register-your-restaurant .services .triple-group .accept_early_booking_group, #form .register-your-restaurant .services .triple-group .is_required_booking_group, #form .register-your-restaurant .services .triple-group .use_booking_system_group, #form .register-your-restaurant .services .triple-group .already_participated_group, #form .register-your-restaurant .services .triple-group .other_events_group {
          display: flex;
          justify-content: flex-start; }
          #form .register-your-restaurant .services .triple-group .accept_early_booking_group input[type="radio"], #form .register-your-restaurant .services .triple-group .is_required_booking_group input[type="radio"], #form .register-your-restaurant .services .triple-group .use_booking_system_group input[type="radio"], #form .register-your-restaurant .services .triple-group .already_participated_group input[type="radio"], #form .register-your-restaurant .services .triple-group .other_events_group input[type="radio"] {
            height: 0;
            opacity: 0;
            width: 0; }
            #form .register-your-restaurant .services .triple-group .accept_early_booking_group input[type="radio"]:checked + label.yes-option, #form .register-your-restaurant .services .triple-group .is_required_booking_group input[type="radio"]:checked + label.yes-option, #form .register-your-restaurant .services .triple-group .use_booking_system_group input[type="radio"]:checked + label.yes-option, #form .register-your-restaurant .services .triple-group .already_participated_group input[type="radio"]:checked + label.yes-option, #form .register-your-restaurant .services .triple-group .other_events_group input[type="radio"]:checked + label.yes-option {
              background-color: #026AA7;
              background-image: url(../images/icons/check.png);
              background-repeat: no-repeat;
              background-position: right;
              -webkit-box-shadow: inset 0 0 0 1px #026AA7;
              -moz-box-shadow: inset 0 0 0 1px #026AA7;
              box-shadow: inset 0 0 0 1px #026AA7;
              color: #ffffff; }
            #form .register-your-restaurant .services .triple-group .accept_early_booking_group input[type="radio"]:checked + label.no-option, #form .register-your-restaurant .services .triple-group .is_required_booking_group input[type="radio"]:checked + label.no-option, #form .register-your-restaurant .services .triple-group .use_booking_system_group input[type="radio"]:checked + label.no-option, #form .register-your-restaurant .services .triple-group .already_participated_group input[type="radio"]:checked + label.no-option, #form .register-your-restaurant .services .triple-group .other_events_group input[type="radio"]:checked + label.no-option {
              background-color: #9B9B9B;
              -webkit-box-shadow: inset 0 0 0 1px #9B9B9B;
              -moz-box-shadow: inset 0 0 0 1px #9B9B9B;
              box-shadow: inset 0 0 0 1px #9B9B9B;
              color: #ffffff; }
          #form .register-your-restaurant .services .triple-group .accept_early_booking_group label, #form .register-your-restaurant .services .triple-group .is_required_booking_group label, #form .register-your-restaurant .services .triple-group .use_booking_system_group label, #form .register-your-restaurant .services .triple-group .already_participated_group label, #form .register-your-restaurant .services .triple-group .other_events_group label {
            -webkit-box-shadow: inset 0 0 0 1px #9B9B9B;
            -moz-box-shadow: inset 0 0 0 1px #9B9B9B;
            box-shadow: inset 0 0 0 1px #9B9B9B;
            color: gray;
            cursor: pointer;
            font-weight: 300;
            height: 45px;
            line-height: 45px;
            margin: 0 5px 0 0;
            opacity: 1;
            padding: 0 60px 0 15px;
            text-transform: lowercase;
            transition: background-color .25s ease;
            width: auto; }
        #form .register-your-restaurant .services .triple-group #id_which_booking_system input[type="text"] {
          height: 45px;
          vertical-align: bottom; }
        #form .register-your-restaurant .services .triple-group #id_already_participated input[type="text"] {
          height: 45px;
          vertical-align: bottom; }
        #form .register-your-restaurant .services .triple-group #id_which_other_events input[type="text"] {
          height: 45px;
          vertical-align: bottom; }

#featured-events {
  margin: 120px 0 0 0; }
  @media (min-width: 660px) {
    #featured-events {
      margin: 150px 0 0 0; } }
  #featured-events .event {
    background-color: #4A4A4A;
    position: relative; }
    @media (min-width: 990px) {
      #featured-events .event {
        display: flex;
        flex-direction: row; }
        #featured-events .event:nth-child(even) {
          flex-direction: row-reverse; }
          #featured-events .event:nth-child(even) .box-content {
            justify-content: flex-end; } }
    #featured-events .event .image {
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 300px; }
      @media (min-width: 990px) {
        #featured-events .event .image {
          width: 50%;
          height: 390px; } }
      @media (min-width: 990px) {
        #featured-events .event .image {
          width: 50%;
          height: auto; } }
    #featured-events .event .box-content {
      background: black;
      background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 100%);
      background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 100%);
      background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 100%);
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 100%);
      bottom: 0;
      display: flex;
      height: 100%;
      justify-content: flex-end;
      padding: 25px 20px;
      position: absolute;
      width: 100%; }
      @media (min-width: 990px) {
        #featured-events .event .box-content {
          justify-content: inherit;
          text-align: right;
          position: inherit;
          width: 50%; } }
      #featured-events .event .box-content .content {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%; }
        @media (min-width: 990px) {
          #featured-events .event .box-content .content {
            width: 510px; } }
        #featured-events .event .box-content .content h1 {
          margin: 0 0 7.5px 0; }
        #featured-events .event .box-content .content h4 {
          margin: 0 0 15px 0;
          text-transform: lowercase; }
        #featured-events .event .box-content .content p {
          margin: 0 0 15px 0;
          font-size: 12px; }
          @media (min-width: 660px) {
            #featured-events .event .box-content .content p {
              font-size: 14px; } }
          @media (min-width: 990px) {
            #featured-events .event .box-content .content p {
              font-size: 16px; } }

#next-events {
  background-color: #303030; }
  #next-events .container .swiper-container {
    width: 100%; }
    #next-events .container .swiper-container .swiper-wrapper {
      margin: 0 0 45px 0; }
      #next-events .container .swiper-container .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: center; }
        #next-events .container .swiper-container .swiper-wrapper .swiper-slide .thumbnail {
          background-color: #1E1E1E;
          background-image: url(../images/cidades/thumbnail.jpg);
          background-size: 150px 150px;
          background-repeat: no-repeat;
          border: 0;
          border-radius: inherit;
          height: 150px;
          margin: 0 15px 0 0;
          padding: 0;
          width: 150px; }
          #next-events .container .swiper-container .swiper-wrapper .swiper-slide .thumbnail:after {
            border-radius: 10px;
            content: "";
            bottom: 29px;
            height: 2px;
            left: 50%;
            position: absolute;
            width: 120px;
            background-color: #ffffff;
            transform: translateX(-50%); }
          #next-events .container .swiper-container .swiper-wrapper .swiper-slide .thumbnail img {
            height: 150px;
            width: 150px; }
        #next-events .container .swiper-container .swiper-wrapper .swiper-slide .box-content {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          padding: 0 0 45px 0; }
          #next-events .container .swiper-container .swiper-wrapper .swiper-slide .box-content p {
            text-transform: lowercase; }
    #next-events .container .swiper-container .swiper-pagination {
      bottom: 0;
      height: 15px;
      position: relative; }
      #next-events .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px #ffffff;
        height: 15px;
        margin: 0 7.5px;
        opacity: 1;
        width: 15px; }
      #next-events .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #ffffff; }

#about {
  background-color: #EEEEEE; }
  #about .container {
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 990px) {
      #about .container {
        flex-direction: row; } }
    #about .container .image-group {
      width: 100%; }
      @media (min-width: 990px) {
        #about .container .image-group {
          padding: 0 45px 0 0;
          width: 50%; } }
      #about .container .image-group img {
        display: block; }
        #about .container .image-group img.large-image {
          background-color: #9B9B9B;
          height: auto;
          width: 100%; }
        #about .container .image-group img.small-image {
          background-color: #DEDEDE;
          height: 210px;
          margin: -150px 0 0 45px;
          width: 210px; }
          @media (min-width: 990px) {
            #about .container .image-group img.small-image {
              height: 240px;
              width: 240px; } }
    #about .container .box-content {
      display: flex;
      flex-direction: column;
      margin: 0 0 45px 0;
      width: 100%; }
      @media (min-width: 990px) {
        #about .container .box-content {
          margin: 0;
          padding: 45px 0 0 45px;
          width: 50%; } }
      #about .container .box-content h2 {
        margin: 0 0 30px 0; }
      @media (min-width: 990px) {
        #about .container .box-content h3.title:before {
          left: -165px;
          width: 180px; } }
      #about .container .box-content .content p {
        color: #4A4A4A;
        margin: 0 0 30px 0; }
        #about .container .box-content .content p:last-child {
          margin: 0; }

#partners {
  background-color: #DEDEDE; }
  #partners .container .content {
    display: none;
    margin: 0 0 45px 0;
    width: 100%; }
    @media (min-width: 990px) {
      #partners .container .content {
        padding: 0 45px 0 0;
        width: 50%; } }
  #partners .container > ul {
    margin: 0;
    padding: 0; }
    #partners .container > ul > li {
      border-bottom: 1px;
      border-bottom-style: solid;
      border-bottom-color: rgba(0, 0, 0, 0.25);
      margin: 0 0 45px 0;
      padding: 0 0 45px 0; }
      #partners .container > ul > li:last-child {
        margin: 0;
        padding: 0;
        border-bottom: none; }
      #partners .container > ul > li h4 {
        color: #9B9B9B;
        margin: 0 0 15px 0;
        text-align: center; }
        @media (min-width: 660px) {
          #partners .container > ul > li h4 {
            margin: 0 0 22.5px 0; } }
        @media (min-width: 990px) {
          #partners .container > ul > li h4 {
            margin: 0 0 30px 0; } }
      #partners .container > ul > li ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        #partners .container > ul > li ul li {
          width: 50%;
          padding: 15px; }
          @media (min-width: 660px) {
            #partners .container > ul > li ul li {
              width: 33.33%; } }
          @media (min-width: 990px) {
            #partners .container > ul > li ul li {
              width: 25%; } }
          #partners .container > ul > li ul li img {
            display: inline-block;
            width: 100%;
            height: auto; }

#register-your-restaurant {
  background-image: url(../images/wood-background.jpg);
  background-repeat: no-repeat;
  background-position: top center; }
  @media (min-width: 990px) {
    #register-your-restaurant {
      height: 530px; } }
  @media (min-width: 1200px) {
    #register-your-restaurant {
      height: 500px; } }
  #register-your-restaurant .container {
    position: relative;
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 990px) {
      #register-your-restaurant .container {
        flex-direction: row; } }
    #register-your-restaurant .container .image-group {
      width: 100%; }
      @media (min-width: 990px) {
        #register-your-restaurant .container .image-group {
          padding: 0 45px 0 0;
          width: 50%; } }
      #register-your-restaurant .container .image-group img {
        display: block; }
        #register-your-restaurant .container .image-group img.large-image {
          background-color: #9B9B9B;
          height: auto;
          width: 100%; }
        #register-your-restaurant .container .image-group img.small-image {
          background-color: #DEDEDE;
          height: 210px;
          margin: -105px 0 0 45px;
          width: 210px; }
          @media (min-width: 660px) {
            #register-your-restaurant .container .image-group img.small-image {
              height: 240px;
              width: 240px;
              margin: -105px 0 0 210px; } }
          @media (min-width: 990px) {
            #register-your-restaurant .container .image-group img.small-image {
              height: 240px;
              width: 240px;
              margin: -105px 0 0 110px; } }
    #register-your-restaurant .container .box-content {
      display: flex;
      flex-direction: column;
      margin: 0 0 45px 0;
      position: relative;
      width: 100%; }
      @media (min-width: 990px) {
        #register-your-restaurant .container .box-content {
          margin: 0;
          padding: 45px 0 0 45px;
          width: 50%; } }
      #register-your-restaurant .container .box-content h2 {
        margin: 0 0 30px 0; }
      @media (min-width: 990px) {
        #register-your-restaurant .container .box-content h3.title:before {
          left: -165px;
          width: 180px; } }
      #register-your-restaurant .container .box-content .content {
        margin: 0 0 15px 0; }
        #register-your-restaurant .container .box-content .content p {
          color: #ffffff;
          margin: 0 0 30px 0; }
          #register-your-restaurant .container .box-content .content p:last-child {
            margin: 0; }

#contact .container {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 990px) {
    #contact .container {
      align-items: flex-end;
      flex-direction: inherit; } }
  #contact .container .attendance {
    width: 100%;
    text-align: center; }
    @media (min-width: 990px) {
      #contact .container .attendance {
        padding: 0 45px 0 0;
        text-align: right;
        width: 50%; } }
    #contact .container .attendance > a {
      color: #026AA7;
      font-family: "Source Sans Pro";
      font-size: 24px;
      font-weight: 900;
      line-height: 24px;
      transition: opacity .25s ease; }
      @media (min-width: 660px) {
        #contact .container .attendance > a {
          font-size: 36px;
          line-height: 36px; } }
      @media (min-width: 990px) {
        #contact .container .attendance > a {
          font-size: 48px;
          line-height: 48px; } }
      #contact .container .attendance > a:hover {
        opacity: .75; }
    #contact .container .attendance > p {
      font-weight: 400;
      margin: 0 0 45px 0; }
    #contact .container .attendance .social-links {
      background-color: #026AA7;
      padding: 45px 30px 30px 30px;
      text-align: left; }
      @media (min-width: 990px) {
        #contact .container .attendance .social-links {
          padding: 60px 45px 45px 45px;
          text-align: left; } }
      #contact .container .attendance .social-links h3.title {
        margin: 0 0 15px 0; }
        #contact .container .attendance .social-links h3.title:before {
          left: -75px;
          width: 90px; }
      #contact .container .attendance .social-links ul {
        display: flex;
        margin: 0;
        padding: 0; }
        #contact .container .attendance .social-links ul li {
          border-radius: 50%;
          -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          -moz-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
          height: 45px;
          margin: 0 15px 0 0;
          text-align: center;
          width: 45px;
          transition: opacity .25s ease; }
          #contact .container .attendance .social-links ul li:last-child {
            margin: 0; }
          #contact .container .attendance .social-links ul li:hover {
            opacity: .75; }
          #contact .container .attendance .social-links ul li a {
            position: relative;
            float: left;
            height: 45px;
            width: 45px;
            padding: 10px 0;
            text-align: center; }
            #contact .container .attendance .social-links ul li a.twitter {
              padding: 11.5px 0; }
            #contact .container .attendance .social-links ul li a img {
              display: inline-block; }
  #contact .container .box-content {
    display: flex;
    flex-direction: column;
    margin: 0 0 45px 0;
    position: relative;
    width: 100%; }
    @media (min-width: 990px) {
      #contact .container .box-content {
        margin: 0;
        padding: 0 0 0 45px;
        width: 50%; } }
    #contact .container .box-content h2 {
      margin: 0 0 30px 0; }
    #contact .container .box-content .content {
      margin: 0 0 15px 0; }
      #contact .container .box-content .content p {
        margin: 0 0 30px 0; }
        #contact .container .box-content .content p:last-child {
          margin: 0; }
    #contact .container .box-content form {
      display: flex;
      flex-direction: column; }
      #contact .container .box-content form .erro-alert label {
        color: #D0021B; }
      #contact .container .box-content form .erro-alert input[type="text"], #contact .container .box-content form .erro-alert input[type="email"] {
        -webkit-box-shadow: inset 0 -2px 0 0 #D0021B;
        -moz-box-shadow: inset 0 -2px 0 0 #D0021B;
        box-shadow: inset 0 -2px 0 0 #D0021B; }
      #contact .container .box-content form .erro-alert select {
        color: #D0021B;
        -webkit-box-shadow: inset 0 -2px 0 0 #D0021B;
        -moz-box-shadow: inset 0 -2px 0 0 #D0021B;
        box-shadow: inset 0 -2px 0 0 #D0021B; }
      #contact .container .box-content form .erro-alert .message {
        color: #D0021B;
        opacity: .5; }
      #contact .container .box-content form .erro-alert textarea {
        -webkit-box-shadow: inset 0 -2px 0 0 #D0021B;
        -moz-box-shadow: inset 0 -2px 0 0 #D0021B;
        box-shadow: inset 0 -2px 0 0 #D0021B;
        color: #D0021B; }
        #contact .container .box-content form .erro-alert textarea::-webkit-input-placeholder {
          /* Chrome, Opera and Safari */
          color: #D0021B; }
        #contact .container .box-content form .erro-alert textarea::-moz-placeholder {
          /* Firefox 19+ */
          color: #D0021B; }
        #contact .container .box-content form .erro-alert textarea:-ms-input-placeholder {
          /* IE 10+ */
          color: #D0021B; }
        #contact .container .box-content form .erro-alert textarea:-moz-placeholder {
          /* Firefox 18- */
          color: #D0021B; }
      #contact .container .box-content form .message {
        color: #4A4A4A;
        display: block;
        font-family: "Source Sans Pro";
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
        margin: 3px 0 15px 0;
        opacity: 0;
        text-transform: lowercase; }
        #contact .container .box-content form .message.optional {
          opacity: .5; }
        #contact .container .box-content form .message.visible {
          opacity: .5; }
      #contact .container .box-content form .group {
        display: flex;
        flex-direction: column; }
      #contact .container .box-content form .double-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (min-width: 660px) {
          #contact .container .box-content form .double-group {
            flex-direction: row; } }
        #contact .container .box-content form .double-group > div {
          width: 100%; }
          @media (min-width: 660px) {
            #contact .container .box-content form .double-group > div {
              width: calc(50% - 22.5px); } }
      #contact .container .box-content form label {
        color: #303030;
        font-family: "Source Sans Pro";
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 30px;
        margin: 0;
        opacity: .5;
        text-transform: uppercase; }
      #contact .container .box-content form button {
        align-self: flex-end; }
