@charset "UTF-8";
@-webkit-keyframes bgcolorchange {
  0% {
    background: #8882b1; }
  33% {
    background: #92383f; }
  67% {
    background: #628466; }
  100% {
    background: #8882b1; } }
@keyframes bgcolorchange {
  0% {
    background: #8882b1; }
  33% {
    background: #92383f; }
  67% {
    background: #628466; }
  100% {
    background: #8882b1; } }

@-webkit-keyframes colorchange {
  0% {
    color: #8882b1; }
  33% {
    color: #92383f; }
  67% {
    color: #628466; }
  100% {
    color: #8882b1; } }

@keyframes colorchange {
  0% {
    color: #8882b1; }
  33% {
    color: #92383f; }
  67% {
    color: #628466; }
  100% {
    color: #8882b1; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0; }

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

p {
  margin: 0; }

ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }

.header {
  background-image: url("../img/teseibgd1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .header .header_section-one {
    max-width: 100%; }
    .header .header_section-one .header_section-one_nav {
      max-width: 1440px;
      margin: auto;
      padding: 80px 40px; }
      .header .header_section-one .header_section-one_nav a:link, .header .header_section-one .header_section-one_nav a:visited {
        font-family: "GothaBoo", sans-serif;
        font-weight: 700;
        font-size: calc(15px + 3 * ((100vw - 420px) / 860));
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.2s linear;
        display: block; }
      @media screen and (min-width: 1280px){
  .header .header_section-one .header_section-one_nav a:link, .header .header_section-one .header_section-one_nav a:visited{
    font-size: 18px; } }
      @media screen and (max-width: 420px){
  .header .header_section-one .header_section-one_nav a:link, .header .header_section-one .header_section-one_nav a:visited{
    font-size: 15px; } }
        .header .header_section-one .header_section-one_nav a:link img, .header .header_section-one .header_section-one_nav a:visited img {
          display: block;
          max-width: 100%;
          height: auto; }
      .header .header_section-one .header_section-one_nav .special-con {
        cursor: pointer;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          .header .header_section-one .header_section-one_nav .special-con {
            display: none; } }
      .header .header_section-one .header_section-one_nav .bar {
        display: block;
        height: 5px;
        width: 50px;
        background: #fff;
        margin: 10px auto; }
        @media screen and (min-width: 768px) {
          .header .header_section-one .header_section-one_nav .bar {
            display: none; } }
      .header .header_section-one .header_section-one_nav .special-con:hover .bar {
        background-color: #c2c8c8; }
      .header .header_section-one .header_section-one_nav .col {
        padding-top: 40px;
        display: inline-block;
        width: 24%;
        text-align: center;
        height: auto;
        position: relative; }
        @media screen and (min-width: 768px) {
          .header .header_section-one .header_section-one_nav .col {
            display: none; } }
      .header .header_section-one .header_section-one_nav .bar {
        transition: all .7s ease; }
      .header .header_section-one .header_section-one_nav .con:hover .arrow-top-fall {
        -webkit-transform: translateY(15px);
        transform: translateY(15px); }
      .header .header_section-one .header_section-one_nav .con:hover .arrow-bottom-fall {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px); }
      .header .header_section-one .header_section-one_nav .special-con {
        margin: 0 auto;
        transition: all .7s ease; }
      .header .header_section-one .header_section-one_nav .special-con:hover .arrow-top-fall {
        transition: all .7s ease-in-out;
        -webkit-transform: translateY(15px);
        transform: translateY(15px); }
      .header .header_section-one .header_section-one_nav .arrow-bottom-fall,
      .header .header_section-one .header_section-one_nav .arrow-top-fall {
        transition: all .7s ease-in-out; }
      .header .header_section-one .header_section-one_nav .special-con:hover .arrow-bottom-fall {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        transition: all .7s ease-in-out; }
      .header .header_section-one .header_section-one_nav .header_section-one_nav_ul {
        text-align: center;
        display: none; }
        @media screen and (min-width: 768px) {
          .header .header_section-one .header_section-one_nav .header_section-one_nav_ul {
            display: block !important; } }
        .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li {
          padding-top: 40px; }
          @media screen and (min-width: 768px) {
            .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li {
              padding-top: 0;
              padding-left: 40px;
              display: inline-block; } }
          .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li a:link, .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li a:visited {
            font-family: "GothaBoo", sans-serif;
            font-weight: 700;
            font-size: calc(15px + 3 * ((100vw - 420px) / 860));
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 0.2s linear;
            display: block; }
          @media screen and (min-width: 1280px){
  .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li a:link, .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li a:visited{
    font-size: 18px; } }
          @media screen and (max-width: 420px){
  .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li a:link, .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li a:visited{
    font-size: 15px; } }
            .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li a:link:hover, .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li a:visited:hover {
              color: #c2c8c8; }
        .header .header_section-one .header_section-one_nav .header_section-one_nav_ul li:first-child {
          padding-left: 0px; }
      @media screen and (min-width: 768px) {
        .header .header_section-one .header_section-one_nav .header_section-one_nav_ul-mid {
          padding-top: 40px; } }
    .header .header_section-one .header_section-one_nav-left {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .header .header_section-one .header_section-one_nav-left {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center; } }
    .header .header_section-one .header_section-one_nav-mid {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
  .header .header_section-two {
    max-width: 100%;
    min-height: 600px; }
    .header .header_section-two .header_section-two_div {
      min-height: 600px;
      max-width: 1440px;
      margin: auto;
      padding: 80px 40px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .header .header_section-two .header_section-two_div h1 {
        font-family: "GothaBoo", sans-serif;
        font-weight: 700;
        font-size: calc(36px + 12 * ((100vw - 420px) / 860));
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 40px; }
      @media screen and (min-width: 1280px){
  .header .header_section-two .header_section-two_div h1{
    font-size: 48px; } }
      @media screen and (max-width: 420px){
  .header .header_section-two .header_section-two_div h1{
    font-size: 36px; } }
      .header .header_section-two .header_section-two_div p {
        font-family: "GothaLig", serif;
        font-weight: 400;
        font-size: calc(15px + 3 * ((100vw - 420px) / 860));
        color: #fff;
        padding-bottom: 40px;
        line-height: 25px; }
      @media screen and (min-width: 1280px){
  .header .header_section-two .header_section-two_div p{
    font-size: 18px; } }
      @media screen and (max-width: 420px){
  .header .header_section-two .header_section-two_div p{
    font-size: 15px; } }
        .header .header_section-two .header_section-two_div p span {
          text-transform: uppercase; }
      .header .header_section-two .header_section-two_div a:link, .header .header_section-two .header_section-two_div a:visited {
        font-family: "GothaBoo", sans-serif;
        font-weight: 700;
        font-size: calc(15px + 3 * ((100vw - 420px) / 860));
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.2s linear;
        display: block;
        -webkit-animation: 30s infinite bgcolorchange;
                animation: 30s infinite bgcolorchange;
        padding: 20px 40px;
        border-radius: 0;
        border: 2px solid #fff; }
      @media screen and (min-width: 1280px){
  .header .header_section-two .header_section-two_div a:link, .header .header_section-two .header_section-two_div a:visited{
    font-size: 18px; } }
      @media screen and (max-width: 420px){
  .header .header_section-two .header_section-two_div a:link, .header .header_section-two .header_section-two_div a:visited{
    font-size: 15px; } }
        .header .header_section-two .header_section-two_div a:link:hover, .header .header_section-two .header_section-two_div a:visited:hover {
          color: #000;
          border-color: #000; }

.main .main_section {
  max-width: 100%; }
  .main .main_section .main_section_div {
    max-width: 1440px;
    margin: auto;
    padding: 80px 40px;
    text-align: center; }
    .main .main_section .main_section_div h2 {
      font-family: "GothaBoo", sans-serif;
      font-weight: 700;
      font-size: calc(36px + 12 * ((100vw - 420px) / 860));
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 40px; }
    @media screen and (min-width: 1280px){
  .main .main_section .main_section_div h2{
    font-size: 48px; } }
    @media screen and (max-width: 420px){
  .main .main_section .main_section_div h2{
    font-size: 36px; } }
    .main .main_section .main_section_div p {
      font-family: "GothaLig", serif;
      font-weight: 400;
      font-size: calc(15px + 3 * ((100vw - 420px) / 860));
      color: #fff;
      line-height: 20px; }
    @media screen and (min-width: 1280px){
  .main .main_section .main_section_div p{
    font-size: 18px; } }
    @media screen and (max-width: 420px){
  .main .main_section .main_section_div p{
    font-size: 15px; } }
    .main .main_section .main_section_div .main_section_div_form input, .main .main_section .main_section_div .main_section_div_form textarea {
      width: 100%;
      margin: auto;
      display: block;
      padding: 20px;
      margin-bottom: 40px;
      border: none;
      outline: none;
      background-color: transparent;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-family: "GothaBoo", sans-serif; }
      @media screen and (min-width: 768px) {
        .main .main_section .main_section_div .main_section_div_form input, .main .main_section .main_section_div .main_section_div_form textarea {
          width: 40%; } }
    .main .main_section .main_section_div .main_section_div_form textarea {
      resize: none; }
    .main .main_section .main_section_div .main_section_div_form label {
      margin: 0;
      cursor: pointer; }
      .main .main_section .main_section_div .main_section_div_form label input[type="checkbox"] {
        margin-right: 10px;
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        outline: none; }
    .main .main_section .main_section_div .main_section_div_form button {
      font-family: "GothaBoo", sans-serif;
      font-weight: 700;
      font-size: calc(15px + 3 * ((100vw - 420px) / 860));
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.2s linear;
      display: block;
      -webkit-animation: 30s infinite bgcolorchange;
              animation: 30s infinite bgcolorchange;
      padding: 20px 40px;
      border-radius: 0;
      cursor: pointer;
      margin: auto;
      margin-top: 40px;
      outline: none; }
    @media screen and (min-width: 1280px){
  .main .main_section .main_section_div .main_section_div_form button{
    font-size: 18px; } }
    @media screen and (max-width: 420px){
  .main .main_section .main_section_div .main_section_div_form button{
    font-size: 15px; } }

.main .main_section-dark {
  background-color: #fff; }
  .main .main_section-dark .main_section_div-dark h2 {
    font-family: "GothaBoo", sans-serif;
    font-weight: 700;
    font-size: calc(30px + 12 * ((100vw - 420px) / 860));
    color: #000;
    text-transform: uppercase; }
  @media screen and (min-width: 1280px){
  .main .main_section-dark .main_section_div-dark h2{
    font-size: 42px; } }
  @media screen and (max-width: 420px){
  .main .main_section-dark .main_section_div-dark h2{
    font-size: 30px; } }
  .main .main_section-dark .main_section_div-dark p {
    font-family: "GothaLig", serif;
    font-weight: 400;
    font-size: calc(15px + 3 * ((100vw - 420px) / 860));
    color: #000;
    line-height: 25px; }
  @media screen and (min-width: 1280px){
  .main .main_section-dark .main_section_div-dark p{
    font-size: 18px; } }
  @media screen and (max-width: 420px){
  .main .main_section-dark .main_section_div-dark p{
    font-size: 15px; } }
  .main .main_section-dark .main_section_div-dark .main_section_div_form ::-webkit-input-placeholder {
    color: #000; }
  .main .main_section-dark .main_section_div-dark .main_section_div_form :-ms-input-placeholder {
    color: #000; }
  .main .main_section-dark .main_section_div-dark .main_section_div_form ::-ms-input-placeholder {
    color: #000; }
  .main .main_section-dark .main_section_div-dark .main_section_div_form ::placeholder {
    color: #000; }
  .main .main_section-dark .main_section_div-dark .main_section_div_form input[type="email"] {
    border-bottom: 1px solid #000;
    color: #000; }
  .main .main_section-dark .main_section_div-dark .main_section_div_form label {
    font-family: "GothaLig", serif;
    font-weight: 400;
    font-size: calc(12px + 2 * ((100vw - 420px) / 860));
    color: #000;
    text-decoration: none;
    transition: all 0.2s linear; }
  @media screen and (min-width: 1280px){
  .main .main_section-dark .main_section_div-dark .main_section_div_form label{
    font-size: 14px; } }
  @media screen and (max-width: 420px){
  .main .main_section-dark .main_section_div-dark .main_section_div_form label{
    font-size: 12px; } }
  .main .main_section-dark .main_section_div-dark .main_section_div_form a:link, .main .main_section-dark .main_section_div-dark .main_section_div_form a:visited {
    font-family: "GothaLig", serif;
    font-weight: 400;
    font-size: calc(12px + 2 * ((100vw - 420px) / 860));
    color: #000;
    text-decoration: none;
    transition: all 0.2s linear;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    text-transform: capitalize; }
  @media screen and (min-width: 1280px){
  .main .main_section-dark .main_section_div-dark .main_section_div_form a:link, .main .main_section-dark .main_section_div-dark .main_section_div_form a:visited{
    font-size: 14px; } }
  @media screen and (max-width: 420px){
  .main .main_section-dark .main_section_div-dark .main_section_div_form a:link, .main .main_section-dark .main_section_div-dark .main_section_div_form a:visited{
    font-size: 12px; } }
    .main .main_section-dark .main_section_div-dark .main_section_div_form a:link:hover, .main .main_section-dark .main_section_div-dark .main_section_div_form a:visited:hover {
      border-bottom: 1px solid #000; }
  .main .main_section-dark .main_section_div-dark .main_section_div_form button {
    font-family: "GothaBoo", sans-serif;
    font-weight: 700;
    font-size: calc(15px + 3 * ((100vw - 420px) / 860));
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear;
    display: block;
    -webkit-animation: 30s infinite bgcolorchange;
            animation: 30s infinite bgcolorchange;
    padding: 20px 40px;
    border-radius: 0;
    border: 2px solid #fff; }
  @media screen and (min-width: 1280px){
  .main .main_section-dark .main_section_div-dark .main_section_div_form button{
    font-size: 18px; } }
  @media screen and (max-width: 420px){
  .main .main_section-dark .main_section_div-dark .main_section_div_form button{
    font-size: 15px; } }
    .main .main_section-dark .main_section_div-dark .main_section_div_form button:hover {
      color: #000;
      border: 2px solid #000; }

.main .main_section-light {
  -webkit-animation: 30s infinite bgcolorchange;
          animation: 30s infinite bgcolorchange; }
  .main .main_section-light .main_section_div-light h2 {
    font-family: "GothaBoo", sans-serif;
    font-weight: 700;
    font-size: calc(30px + 12 * ((100vw - 420px) / 860));
    color: #fff;
    text-transform: uppercase; }
  @media screen and (min-width: 1280px){
  .main .main_section-light .main_section_div-light h2{
    font-size: 42px; } }
  @media screen and (max-width: 420px){
  .main .main_section-light .main_section_div-light h2{
    font-size: 30px; } }
  .main .main_section-light .main_section_div-light p {
    font-family: "GothaLig", serif;
    font-weight: 400;
    font-size: calc(15px + 3 * ((100vw - 420px) / 860));
    color: #000; }
  @media screen and (min-width: 1280px){
  .main .main_section-light .main_section_div-light p{
    font-size: 18px; } }
  @media screen and (max-width: 420px){
  .main .main_section-light .main_section_div-light p{
    font-size: 15px; } }
  .main .main_section-light .main_section_div-light .main_section_div_form ::-webkit-input-placeholder {
    color: #fff; }
  .main .main_section-light .main_section_div-light .main_section_div_form :-ms-input-placeholder {
    color: #fff; }
  .main .main_section-light .main_section_div-light .main_section_div_form ::-ms-input-placeholder {
    color: #fff; }
  .main .main_section-light .main_section_div-light .main_section_div_form ::placeholder {
    color: #fff; }
  .main .main_section-light .main_section_div-light .main_section_div_form label {
    font-family: "GothaLig", serif;
    font-weight: 400;
    font-size: calc(12px + 2 * ((100vw - 420px) / 860));
    color: #000;
    text-decoration: none;
    transition: all 0.2s linear; }
  @media screen and (min-width: 1280px){
  .main .main_section-light .main_section_div-light .main_section_div_form label{
    font-size: 14px; } }
  @media screen and (max-width: 420px){
  .main .main_section-light .main_section_div-light .main_section_div_form label{
    font-size: 12px; } }
  .main .main_section-light .main_section_div-light .main_section_div_form a:link, .main .main_section-light .main_section_div-light .main_section_div_form a:visited {
    font-family: "GothaLig", serif;
    font-weight: 400;
    font-size: calc(12px + 2 * ((100vw - 420px) / 860));
    color: #fff;
    text-decoration: none;
    transition: all 0.2s linear;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    text-transform: capitalize; }
  @media screen and (min-width: 1280px){
  .main .main_section-light .main_section_div-light .main_section_div_form a:link, .main .main_section-light .main_section_div-light .main_section_div_form a:visited{
    font-size: 14px; } }
  @media screen and (max-width: 420px){
  .main .main_section-light .main_section_div-light .main_section_div_form a:link, .main .main_section-light .main_section_div-light .main_section_div_form a:visited{
    font-size: 12px; } }
    .main .main_section-light .main_section_div-light .main_section_div_form a:link:hover, .main .main_section-light .main_section_div-light .main_section_div_form a:visited:hover {
      border-bottom: 1px solid #fff; }
  .main .main_section-light .main_section_div-light .main_section_div_form button {
    font-family: "GothaBoo", sans-serif;
    font-weight: 700;
    font-size: calc(15px + 3 * ((100vw - 420px) / 860));
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear;
    display: block;
    padding: 20px 40px;
    border-radius: 0;
    border: 2px solid #fff; }
  @media screen and (min-width: 1280px){
  .main .main_section-light .main_section_div-light .main_section_div_form button{
    font-size: 18px; } }
  @media screen and (max-width: 420px){
  .main .main_section-light .main_section_div-light .main_section_div_form button{
    font-size: 15px; } }
    .main .main_section-light .main_section_div-light .main_section_div_form button:hover {
      color: #000;
      border: 2px solid #000; }

.footer .footer_section {
  max-width: 100%;
  -webkit-animation: 30s infinite bgcolorchange;
          animation: 30s infinite bgcolorchange; }
  .footer .footer_section .footer_section_div {
    max-width: 1440px;
    margin: auto;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .footer .footer_section .footer_section_div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; } }
    .footer .footer_section .footer_section_div p {
      font-family: "GothaLig", serif;
      font-weight: 400;
      font-size: calc(12px + 2 * ((100vw - 420px) / 860));
      color: #000;
      text-decoration: none;
      transition: all 0.2s linear;
      text-align: center; }
    @media screen and (min-width: 1280px){
  .footer .footer_section .footer_section_div p{
    font-size: 14px; } }
    @media screen and (max-width: 420px){
  .footer .footer_section .footer_section_div p{
    font-size: 12px; } }
      @media screen and (min-width: 768px) {
        .footer .footer_section .footer_section_div p {
          flex-basis: 33%; } }
    .footer .footer_section .footer_section_div .footer_section_div_div {
      text-align: center;
      display: flex;
      flex-direction: column;
      flex-wrap: no wrap;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .footer .footer_section .footer_section_div .footer_section_div_div {
          flex-basis: 33%; } }
      .footer .footer_section .footer_section_div .footer_section_div_div > a:link, .footer .footer_section .footer_section_div .footer_section_div_div a:visited {
        font-family: "GothaLig", serif;
        font-weight: 400;
        font-size: calc(12px + 2 * ((100vw - 420px) / 860));
        color: #fff;
        text-decoration: none;
        transition: all 0.2s linear;
        padding-bottom: 2px;
        border-bottom: 1px solid transparent;
        text-transform: capitalize;
        margin-top: 20px;
        display: block;
        width: auto; }
      @media screen and (min-width: 1280px){
  .footer .footer_section .footer_section_div .footer_section_div_div > a:link, .footer .footer_section .footer_section_div .footer_section_div_div a:visited{
    font-size: 14px; } }
      @media screen and (max-width: 420px){
  .footer .footer_section .footer_section_div .footer_section_div_div > a:link, .footer .footer_section .footer_section_div .footer_section_div_div a:visited{
    font-size: 12px; } }
        .footer .footer_section .footer_section_div .footer_section_div_div > a:link:hover, .footer .footer_section .footer_section_div .footer_section_div_div a:visited:hover {
          border-bottom: 1px solid #fff; }
      @media screen and (min-width: 768px) {
        .footer .footer_section .footer_section_div .footer_section_div_div a:first-child {
          margin-top: 0; } }
      .footer .footer_section .footer_section_div .footer_section_div_div .notes p {
        font-family: "GothaLig", serif;
        font-weight: 400;
        font-size: calc(12px + 2 * ((100vw - 420px) / 860));
        color: #000;
        text-decoration: none;
        transition: all 0.2s linear;
        text-align: center;
        margin-top: 10px; }
      @media screen and (min-width: 1280px){
  .footer .footer_section .footer_section_div .footer_section_div_div .notes p{
    font-size: 14px; } }
      @media screen and (max-width: 420px){
  .footer .footer_section .footer_section_div .footer_section_div_div .notes p{
    font-size: 12px; } }
        .footer .footer_section .footer_section_div .footer_section_div_div .notes p > a:link, .footer .footer_section .footer_section_div .footer_section_div_div .notes p a:visited {
          font-family: "GothaLig", serif;
          font-weight: 400;
          font-size: calc(12px + 2 * ((100vw - 420px) / 860));
          color: #fff;
          text-decoration: none;
          transition: all 0.2s linear;
          padding-bottom: 2px;
          border-bottom: 1px solid transparent;
          text-transform: capitalize;
          text-transform: none; }
        @media screen and (min-width: 1280px){
  .footer .footer_section .footer_section_div .footer_section_div_div .notes p > a:link, .footer .footer_section .footer_section_div .footer_section_div_div .notes p a:visited{
    font-size: 14px; } }
        @media screen and (max-width: 420px){
  .footer .footer_section .footer_section_div .footer_section_div_div .notes p > a:link, .footer .footer_section .footer_section_div .footer_section_div_div .notes p a:visited{
    font-size: 12px; } }
          .footer .footer_section .footer_section_div .footer_section_div_div .notes p > a:link:hover, .footer .footer_section .footer_section_div .footer_section_div_div .notes p a:visited:hover {
            border-bottom: 1px solid #fff; }
    .footer .footer_section .footer_section_div ul {
      margin-top: 40px; }
      @media screen and (min-width: 768px) {
        .footer .footer_section .footer_section_div ul {
          margin-top: 0;
          flex-basis: 33.33%;
          text-align: center; } }
      .footer .footer_section .footer_section_div ul li {
        display: inline-block;
        margin-left: 20px; }
        .footer .footer_section .footer_section_div ul li a:link, .footer .footer_section .footer_section_div ul li a:visited {
          color: #fff;
          font-size: calc(15px + 6 * ((100vw - 420px) / 860));
          transition: all 0.2s linear; }
        @media screen and (min-width: 1280px){
  .footer .footer_section .footer_section_div ul li a:link, .footer .footer_section .footer_section_div ul li a:visited{
    font-size: 21px; } }
        @media screen and (max-width: 420px){
  .footer .footer_section .footer_section_div ul li a:link, .footer .footer_section .footer_section_div ul li a:visited{
    font-size: 15px; } }
          .footer .footer_section .footer_section_div ul li a:link:hover, .footer .footer_section .footer_section_div ul li a:visited:hover {
            color: #c2c8c8; }
      .footer .footer_section .footer_section_div ul li:first-child {
        margin-left: 0; }
    .footer .footer_section .footer_section_div #top {
      position: fixed;
      right: 30px;
      bottom: 30px;
      background-color: #fff;
      box-shadow: 0 0 10px 2px #c2c8c8;
      width: 50px;
      height: 50px;
      z-index: 999;
      border-radius: 25px;
      cursor: pointer; }
      .footer .footer_section .footer_section_div #top i {
        width: 100%;
        text-align: center;
        line-height: 50px;
        color: #000;
        transition: all 0.2s linear; }
        .footer .footer_section .footer_section_div #top i:hover {
          color: #c2c8c8; }

.privacy .privacy_section {
  width: 100%; }
  .privacy .privacy_section .privacy_section_div {
    max-width: 1440px;
    margin: auto;
    padding: 80px 40px; }
    .privacy .privacy_section .privacy_section_div .privacy_section_div_section {
      margin-bottom: 40px; }
      .privacy .privacy_section .privacy_section_div .privacy_section_div_section h1 {
        font-family: "GothaBoo", sans-serif;
        font-size: calc(36px + 12 * ((100vw - 420px) / 860));
        color: #000;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #000; }
      @media screen and (min-width: 1280px){
  .privacy .privacy_section .privacy_section_div .privacy_section_div_section h1{
    font-size: 48px; } }
      @media screen and (max-width: 420px){
  .privacy .privacy_section .privacy_section_div .privacy_section_div_section h1{
    font-size: 36px; } }
      .privacy .privacy_section .privacy_section_div .privacy_section_div_section h2 {
        font-family: "GothaBoo", sans-serif;
        font-size: calc(24px + 6 * ((100vw - 420px) / 860));
        color: #000;
        margin-bottom: 40px; }
      @media screen and (min-width: 1280px){
  .privacy .privacy_section .privacy_section_div .privacy_section_div_section h2{
    font-size: 30px; } }
      @media screen and (max-width: 420px){
  .privacy .privacy_section .privacy_section_div .privacy_section_div_section h2{
    font-size: 24px; } }
      .privacy .privacy_section .privacy_section_div .privacy_section_div_section p {
        font-family: "GothaLig", serif;
        font-size: calc(15px + 3 * ((100vw - 420px) / 860));
        color: #8b9497; }
      @media screen and (min-width: 1280px){
  .privacy .privacy_section .privacy_section_div .privacy_section_div_section p{
    font-size: 18px; } }
      @media screen and (max-width: 420px){
  .privacy .privacy_section .privacy_section_div .privacy_section_div_section p{
    font-size: 15px; } }
      .privacy .privacy_section .privacy_section_div .privacy_section_div_section ul {
        list-style-type: disc;
        padding-left: 40px; }
        .privacy .privacy_section .privacy_section_div .privacy_section_div_section ul li a:link, .privacy .privacy_section .privacy_section_div .privacy_section_div_section ul li a:visited {
          font-family: "GothaBoo", sans-serif;
          font-weight: 700;
          font-size: calc(15px + 3 * ((100vw - 420px) / 860));
          color: #000;
          text-decoration: none;
          transition: all 0.2s linear;
          display: block; }
        @media screen and (min-width: 1280px){
  .privacy .privacy_section .privacy_section_div .privacy_section_div_section ul li a:link, .privacy .privacy_section .privacy_section_div .privacy_section_div_section ul li a:visited{
    font-size: 18px; } }
        @media screen and (max-width: 420px){
  .privacy .privacy_section .privacy_section_div .privacy_section_div_section ul li a:link, .privacy .privacy_section .privacy_section_div .privacy_section_div_section ul li a:visited{
    font-size: 15px; } }
          .privacy .privacy_section .privacy_section_div .privacy_section_div_section ul li a:link:hover, .privacy .privacy_section .privacy_section_div .privacy_section_div_section ul li a:visited:hover {
            color: #c2c8c8; }

.thankyou .thankyou_section {
  width: 100%; }
  .thankyou .thankyou_section .thankyou_section_div {
    max-width: 1440px;
    margin: auto;
    padding: 80px 40px; }
    .thankyou .thankyou_section .thankyou_section_div h1 {
      font-family: "GothaBoo", sans-serif;
      font-weight: 700;
      font-size: calc(30px + 12 * ((100vw - 420px) / 860));
      color: #000;
      text-transform: uppercase;
      text-align: center;
      padding: 160px 0; }
    @media screen and (min-width: 1280px){
  .thankyou .thankyou_section .thankyou_section_div h1{
    font-size: 42px; } }
    @media screen and (max-width: 420px){
  .thankyou .thankyou_section .thankyou_section_div h1{
    font-size: 30px; } }

@font-face {
  font-family: 'GothaLig';
  src: url("../font/GothaLig/GothaLig.eot");
  src: local("☺"), url("../font/GothaLig/GothaLig.woff") format("woff"), url("../font/GothaLig/GothaLig.ttf") format("truetype"), url("../font/GothaLig/GothaLig.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothaBoo';
  src: url("../font/GothaBoo.eot");
  src: local("☺"), url("../font/GothaBoo/GothaBoo.woff") format("woff"), url("../font/GothaBoo/GothaBoo.ttf") format("truetype"), url("../font/GothaBoo/GothaBoo.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
