/** Shopify CDN: Minification failed

Line 46:16 Expected identifier but found whitespace
Line 46:18 Unexpected "{"
Line 46:26 Expected ":"
Line 46:58 Expected ":"
Line 47:19 Expected identifier but found whitespace
Line 47:21 Unexpected "{"
Line 47:29 Expected ":"
Line 47:61 Expected ":"

**/
  .contact-content {text-align: center; padding-bottom: 70px;}
  .contactwrapper:nth-child(2) {margin-top: 50px;}
  .contact-content h1 {
    margin-top: 0;
    padding-top: 50px;
    font-size: 40px!important;
    letter-spacing: 5px;
    line-height: 1.5em;
    font-family: "RadikalBold";
    word-wrap: break-word;
    font-weight: 600;
  }

  .contact-content .text-content {
    max-width: 600px;
    margin: 0 auto;
    font-size: 19px;
    font-weight: normal;
    font-family: 'RadikalLight';
    line-height: 1.5;
    margin-bottom: 50px;
    letter-spacing: 0;
  }

  .contact-content p {
    font-size: 17px;
    font-weight: normal;
    font-family: 'RadikalLight';
    letter-spacing: 0;
    line-height: 1.5;
  }
  
  .contact-content p a {
    padding-top: {{section.settings.padding_top_bottom}}px;
    padding-bottom: {{section.settings.padding_top_bottom}}px;

  }

  .contact-content:nth-child(1) p:nth-child(5) a {
    background-color: transparent;
    padding: 0;
    border: none;
    font-weight: 600;
    color: #324a96;
    text-decoration: none;
    margin: 0;
    min-width: 0;
    font-size: 18px;
  }

  .contact-content p a {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #324A96;
    border-radius: 9px;
    width: auto;
    color: white;
    background-color: #324A96;
    font-family: 'RadikalLight';
    transition: all 0.5s;
    font-size: 20px;
    min-width: 135px;
    padding: 9px 12px;
    text-decoration: none;
    letter-spacing: 0;
  }
  
  .contact-content p {margin-bottom: 50px; color: #324A96;}

  .less-margin .contact-content p {margin-bottom: 25px;}

  .less-margin .contact-content {
    padding-bottom: 30px;
  }

  @media(min-width: 425px) {
    .contact-content h1 {
      padding-top: 75px;
    }

    .contactwrapper.default-margin {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media (min-width: 600px) {
    .contact-content h1 {
      font-size: 50px!important;
    }
  }

  @media (min-width: 768px) {
    .contact-content h1 {
       padding-top: 50px;
    }
  }

   @media (min-width: 1200px) {
    .contact-content h1 {
       letter-spacing: 10px;
    }
  }