/* body {
    margin: 0;
    padding: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1920' height='1080' preserveAspectRatio='none' viewBox='0 0 1920 1080'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1048%26quot%3b)' fill='none'%3e%3cpath d='M37 1080L1117 0L1972 0L892 1080z' fill='url(%26quot%3b%23SvgjsLinearGradient1049%26quot%3b)'%3e%3c/path%3e%3cpath d='M689.6 1080L1769.6 0L1877.6 0L797.6 1080z' fill='url(%26quot%3b%23SvgjsLinearGradient1049%26quot%3b)'%3e%3c/path%3e%3cpath d='M1900 1080L820 0L-65 0L1015 1080z' fill='url(%26quot%3b%23SvgjsLinearGradient1050%26quot%3b)'%3e%3c/path%3e%3cpath d='M1195.4 1080L115.40000000000009 0L-810.0999999999999 0L269.9000000000001 1080z' fill='url(%26quot%3b%23SvgjsLinearGradient1050%26quot%3b)'%3e%3c/path%3e%3cpath d='M1118.8160640776534 1080L1920 278.81606407765344L1920 1080z' fill='url(%26quot%3b%23SvgjsLinearGradient1049%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 1080L801.1839359223466 1080L 0 278.81606407765344z' fill='url(%26quot%3b%23SvgjsLinearGradient1050%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1048'%3e%3crect width='1920' height='1080' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1049'%3e%3cstop stop-color='rgba(5%2c 101%2c 134%2c 0.46)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(5%2c 101%2c 134%2c 0.46)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1050'%3e%3cstop stop-color='rgba(5%2c 101%2c 134%2c 0.46)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(5%2c 101%2c 134%2c 0.46)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  }
  
  
  * {
    box-sizing: border-box;
  }
  
  
  
.txt-contact{
    margin-top: 8%;
}

.txt-contact h2{
    margin-left: 5%;
    color: #056586;
    font-family:Verdana;
    font-size: 40px;
}

  #contact > .inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
    
  }
  
  
  #contact > .inner > section {
    flex: 1;
    padding: 60px 0;
    
  }
  
  
  #contact > .inner > section:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.185);
      padding: 60px 60px 60px 100px;
      margin-right: 10%;
      
  }
  
  
  .fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin-top: -7%;
    
  }
  
  .field {
    flex-basis: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    
  }
  
  .half {
    flex: 0.5;
  }
  
  .split {
    flex: 1;
    padding: 10px;
  
  }

  .error{
    color: #ff0000bb;
    text-align: left;
  }
  
  ul.actions {
    display: flex;
    list-style: none
  }
  
  
  input, textarea {
    border-radius: 0px;
    border: solid 0.1px #00000054;
    background: #ffffff;
    box-shadow:  2px 2px 5px #0000006b,
                -2px -2px 5px #ffffff;
    transition: 0.5s;
    color: rgb(0, 0, 0);
  }
  
  .field input{
    height: 20px;
  }

  input[type="text"] {
    padding: 15px;
    color: rgb(0, 0, 0);
  }

  button {
    background-color: #4f8122;
    border: none;
    border-radius: 8px;
    transition: 0.5s;
    color: rgb(255, 255, 255);
    padding-left: 40px;
    padding-right: 40px;
  }
  
  label {
    font-variant: small-caps;
    font-size: 18px;
    color: #4f8122;
    margin-bottom: 5px;
    letter-spacing: 2px
    
  }
  
  input:focus,
  textarea:focus{
    outline: 0;
    box-shadow: 0 0 0 2px #0000002a;
  }
  
  textarea {
    padding: 20px;
  }
  
  .actions {
    padding: 20px;
  }
  
  .actions li input {
      margin: 0; 
    padding: 15px 0;
      width: 200px;
    color: rgb(0, 0, 0);
    cursor: pointer;
  }
  .actions li {
    text-align: center;
  }
  
  
  .actions li:first-child {
    margin-right: 20px;
    background: #b997910a;
  }
  
  .actions li:last-child input {
    margin-right: 20px;
    background: transparent !important;
    border: 1px solid #000000;
  }
  
  .split, .split a {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
    color: rgb(0, 0, 0);
    padding-top: 5px;
    line-height: 0.5
    
  }
  
  .contact-method p, .contact-method a{ 
    margin-bottom: 20px;
    font-weight: 500;
    color: #000000;
  }
  
  .split > section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 40%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  
  }
  
  
  .split > section:last-child {
     border-bottom: none;
  }
  
  
  .split > section > .contact-method {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    height: 100%;
  }
  
  
  .split > section:hover {
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer
  }
  

  
  
  @media screen and (max-width:1420px) {
    .half {
      flex-basis: 100%;
    }
    
    
  }
  
  
  
  @media screen and (max-width:1024px) {
    
    .inner {
      flex-direction : column;
    }
    
    .split section {
      padding: 60px 160px;
    }
    
      .half {
      flex-basis: 50%;
    }
    
    
    #contact > .inner > section:first-child {
    border-right: none;
      padding: 60px 30px 60px 30px;
  }
    
    
    .split > section:last-child {
     border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
    
    .split > section:first-child {
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    
  }
  
  @media screen and (max-width: 445px) {
    .txt-contact{
      margin-top: 28%;
    }

  }

  @media screen and (min-width: 250px) and (max-width: 638px) {
    .txt-contact{
      margin-top: 100px;
    } 
    
    .fields {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 110%;
      margin-top: -7%;
      
    }
    .contact-method {
      display: inline-block;
      margin-left: -180px;
      margin-top: -180px;
      width: 250px;
      font-size: 13px;
    }
    
    
  }

  @media screen and (min-width: 639px) and (max-width:700px) {
    .half {
      flex-basis: 100%;
    }
    
    .actions {
      flex-direction: column;
    }
    
    .actions li input {
      width: 100%;
    }
    
    .actions li:first-child {
      margin-bottom: 10px;
      margin-right: 0;
    }

    .contact-method {
      display: inline-block;
      margin-left: -180px;
      margin-top: -180px;
      width: 250px;
      font-size: 13px;
    }
    .txt-contact{
      margin-top: 20%;
    }

  }
  
  @media screen and (min-width: 701px) and (max-width: 980px) {
    .txt-contact{
      margin-top: 15%;
    }

  } */