/* RESPONSIVE SIZES */
/* Ex:
    .test {
        @media only screen and (min-width: 992px) {
            width:90%;
        }
    }
*/
/* BROWSER PREFIXES */
/* COLORS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  outline: 0; }

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ChampagneLimousines";
  src: url("../fonts/ChampagneLimousines.woff") format("woff"), url("../fonts/ChampagneLimousines.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNovaReg.woff") format("woff"), url("../fonts/ProximaNovaReg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Emoji";
  src: url("../fonts/Emoji.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Emo";
  src: url("../fonts/SEGUIEMJ.woff") format("woff"), url("../fonts/SEGUIEMJ.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #ffffff;
  color: #000; }

#header {
  height: 20px;
  background: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 105; }

#header_container {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between; }

#header_logo {
  width: 100%;
  padding-top: 15px;
  text-align: center;
  z-index: 110; }

#header_menu {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 1s ease; }

#header_menu:hover {
  border: 1px solid #444; }

.header_triangle_pre {
  position: fixed;
  top: 22px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 101; }
  .header_triangle_pre svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px; }
  .header_triangle_pre .shape-fill {
    fill: rgba(0, 0, 0, 0.2); }

.header_triangle {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 102; }
  .header_triangle svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px; }
  .header_triangle .shape-fill {
    fill: #ffffff; }

@media only screen and (max-width: 767px) {
  #header_logo img {
    height: 35px;
    width: auto; }
  .header_triangle_pre svg {
    height: 60px; }
  .header_triangle svg {
    height: 60px; } }

#sectvideo {
  width: 100%;
  height: 85vh;
  min-height: 400px;
  object-fit: cover;
  object-position: 100% 0%;
  overflow: hidden;
  position: relative; }

#sectvideo_main {
  min-width: 100%;
  min-height: 100%;
  background-position: center;
  background-size: cover; }

#sectvideo_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(61, 60, 74, 0.35); }

.video_triangle_pre {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2; }
  .video_triangle_pre svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px; }
  .video_triangle_pre .shape-fill {
    fill: rgba(0, 0, 0, 0.2); }

.video_triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 3; }
  .video_triangle svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px; }
  .video_triangle .shape-fill {
    fill: #ffffff; }

#sectvideo_content {
  position: absolute;
  left: 0px;
  top: 110px;
  bottom: 90px;
  width: 100%;
  z-index: 4;
  overflow: hidden; }

#sectvideo_content .container {
  content: '';
  padding-top: 20vh; }

#claim {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 9vmin; }
  #claim #claim_1 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.0em;
    text-transform: uppercase;
    margin-left: -15vw;
    margin-top: 3vh; }
  #claim #claim_2 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.0em;
    text-transform: uppercase;
    margin-left: 10vw;
    margin-top: 3vh; }
  #claim #claim_3 {
    font-size: 1.56em;
    font-weight: 900;
    line-height: 1.0em;
    text-transform: uppercase;
    margin-left: 0vw;
    margin-top: 3vh;
    color: #251DA7; }
  #claim #claim_4 {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.0em;
    font-style: italic;
    margin-left: 20vw;
    margin-top: 3vh; }
  #claim #claim_2 span {
    position: relative; }
  #claim #claim_asterisk {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 100%;
    top: -40px;
    margin-left: 30px;
    content: '';
    animation: rotate_asterisk infinite 50s linear; }

@keyframes rotate_asterisk {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@media only screen and (min-width: 1200px) {
  #claim {
    margin-left: -15vw; } }

.secttitle {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.35em;
  padding: 90px 15px 60px 15px; }
  .secttitle .secttitle_desc {
    font-weight: 400;
    font-size: 18px;
    line-height:1.5em; }
  .secttitle .secttitle_cta {
    padding: 15px 25px;
    background: #251DA7;
    color: #fff;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35em;
    display: inline-block;
    transition: all .4s ease;
    cursor: pointer; }
  .secttitle .secttitle_cta:hover {
    opacity: .8; }

#sectprods {
  padding: 45px 15px 90px 15px; }

#sectprods_container {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  column-gap: 30px;
  row-gap: 30px;
  padding: 15px; }

.sectprods_item {
  border: 2px solid #000;
  padding: 30px;
  transition: all 1s ease;
  cursor: default; }
  .sectprods_item .sectprods_item_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
    margin-top: 90px;
    margin-bottom: 15px; }
  .sectprods_item .sectprods_item_desc {
    text-align: left; }
  .sectprods_item .sectprods_item_link {
    margin-top: 30px;
    text-align: right;
    font-weight: 400;
    font-weight: bold;
    cursor: default; }
    .sectprods_item .sectprods_item_link a {
      color: inherit;
      text-decoration: none; }
    .sectprods_item .sectprods_item_link i {
      margin-left: 5px; }

#sectprod_1 {
  border: 2px solid #FBAD18; }
  #sectprod_1:hover {
    background: #FBAD18;
    color: #ffffff;
    box-shadow: 1px 1px 60px 1px rgba(251, 173, 24, 0.45); }

#sectprod_2 {
  border: 2px solid #ED1C24; }
  #sectprod_2:hover {
    background: #ED1C24;
    color: #ffffff;
    box-shadow: 1px 1px 60px 1px rgba(237, 28, 36, 0.45); }

#sectprod_3 {
  border: 2px solid #005DAA; }
  #sectprod_3:hover {
    background: #005DAA;
    color: #ffffff;
    box-shadow: 1px 1px 60px 1px rgba(0, 93, 170, 0.45); }

@media only screen and (max-width: 991px) {
  #sectprods_container {
    grid-template-columns: minmax(260px, 1fr); }
  .sectprods_item_title {
    margin-top: 0px; } }

#sectcontact_container {
  background: #99282F;
  position: relative;
  min-height: 60vh;
  content: ''; }
  #sectcontact_container #map {
    position: absolute;
    left: 50%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: ''; }
  #sectcontact_container .container {
    position: relative;
    pointer-events: none;
    z-index: 10; }
    #sectcontact_container .container .sectcontact_content {
      width: 50%;
      margin-right: auto;
      text-align: center; }
      #sectcontact_container .container .sectcontact_content .secttitle {
        padding: 45px 15px 45px 15px; }
      #sectcontact_container .container .sectcontact_content .content_desc_item {
        padding-bottom: 30px; }
        #sectcontact_container .container .sectcontact_content .content_desc_item .contact_icon {
          font-size: 1.35em;
          color: #000000;
          font-weight: 700;
          margin-bottom: 10px; }
          #sectcontact_container .container .sectcontact_content .content_desc_item .contact_icon i {
            font-size: 2em; }
            #sectcontact_container .container .sectcontact_content .content_desc_item .contact_icon i.map_icon {
              color: #251DA7; }
      #sectcontact_container .container .sectcontact_content .content_desc_item_desc {
        color: #ffffff; }
        #sectcontact_container .container .sectcontact_content .content_desc_item_desc b {
          font-weight: 500; }

@media only screen and (max-width: 991px) {
  #sectcontact_container {
    padding-bottom: 600px; }
    #sectcontact_container #map {
      position: absolute;
      left: 0%;
      top: calc(100% - 600px);
      right: 0px;
      bottom: 0px; }
    #sectcontact_container .container .sectcontact_content {
      width: 100%; } }

#sectform {
  padding-top: 45px;
  background: #aaaaaa; }
  #sectform #sectform_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 30px; }
    #sectform #sectform_container .secttitle {
      padding: 45px 15px 45px 15px; }
    #sectform #sectform_container .sectform_container {
      padding: 15px;
      display: block;
      position: relative; }
    #sectform #sectform_container .footer_form_text {
      font-weight: bold;
      margin-bottom: 15px;
      font-size: 24px; }
    #sectform #sectform_container #footer_logo {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 45px 30px; }
      #sectform #sectform_container #footer_logo #footer_logo_text {
        padding: 30px 0px;
        line-height: 1.5em;
        font-weight: bold;
        font-size: 1.2em;
        color: #000000;
        font-weight: 500; }
        #sectform #sectform_container #footer_logo #footer_logo_text a {
          color: inherit;
          text-decoration: none; }
        #sectform #sectform_container #footer_logo #footer_logo_text div {
          margin-bottom: 15px;
          padding: 10px 30px;
          border: 2px solid #ffffff;
          color: #ffffff;
          cursor: default; }
          #sectform #sectform_container #footer_logo #footer_logo_text div.footer_link_printlogic {
            border-color: #FBAD18;
            background: #FBAD18; }
            #sectform #sectform_container #footer_logo #footer_logo_text div.footer_link_printlogic:hover {
              box-shadow: 1px 1px 30px 1px rgba(251, 173, 24, 0.45); }
          #sectform #sectform_container #footer_logo #footer_logo_text div.footer_link_atp {
            border-color: #ED1C24;
            background: #ED1C24; }
            #sectform #sectform_container #footer_logo #footer_logo_text div.footer_link_atp:hover {
              box-shadow: 1px 1px 30px 1px rgba(237, 28, 36, 0.45); }
          #sectform #sectform_container #footer_logo #footer_logo_text div.footer_link_bis {
            border-color: #005DAA;
            background: #005DAA; }
            #sectform #sectform_container #footer_logo #footer_logo_text div.footer_link_bis:hover {
              box-shadow: 1px 1px 30px 1px rgba(0, 93, 170, 0.45); }
    #sectform #sectform_container #footer_form {
      padding: 45px 30px; }

@media only screen and (max-width: 991px) {
  #sectform #sectform_container {
    grid-template-columns: 1fr; }
  #footer_logo {
    order: 2; }
  #footer_form {
    order: 1;
    padding: 45px 15px; } }

.frm_input {
  width: calc(100% - 30px);
  display: block;
  padding: 8px 15px;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif; }
  .frm_input:focus {
    background: rgba(200, 200, 200, 1); }
  .frm_input.error {
    border: 2px solid #E1092F;
    color: #000;
    background: rgba(225, 9, 47, 0.2); }

.frm_textarea {
  width: calc(100% - 30px);
  height: 150px;
  display: block;
  padding: 8px 15px;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif; }
  .frm_textarea:focus {
    background: rgba(200, 200, 200, 1); }
  .frm_textarea.error {
    border: 2px solid #E1092F;
    color: #000;
    background: rgba(225, 9, 47, 0.2); }

.frm_btn {
  text-align: right;
  position: relative;
  content: '';
  min-height: 60px; }

#frm_btn_text {
  float: left; }
  #frm_btn_text.warning {
    color: #99282F;
    font-weight: bold; }
  #frm_btn_text.success {
    color: #43CE08;
    font-weight: bold; }

.team_section {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  padding: 15px;
  color: #E1092F;
  position: relative; }

#sectteam {
  /* background:#005DAA; */
  margin-bottom: 0px;
  padding-bottom: 5px;
  user-select:none;
}
#sectteam .secttitle {
  padding-bottom:15px;
}
#sectteam #team_departments {
  line-height:0px;
  padding-top:30px;
  font-size:1px;
}
#sectteam .filter_department {
  position:relative;
  padding: 9px 16px 9px 42px;
  background: #251DA7;
  color: #fff;
  border-radius: 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35em;
  display: inline-block;
  transition: all .4s ease;
  cursor: pointer;
  content:'';
  margin:3px;}
  #sectteam .filter_department .icon {
    width:30px;
    height:30px;
    position:absolute;
    left:15px;
    top:5px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right:8px;
    color:#000;
    margin-left:-10px;
    font-size:18px
  }
  #sectteam .filter_department .icon_on {
    display:flex;
  }
  #sectteam .filter_department .icon_off {
    display:none;
  }
  #sectteam .filter_department.off {
    opacity:.35;
  }
  #sectteam .filter_department.off .icon_on {
    display:none;
  }
  #sectteam .filter_department.off .icon_off {
    display:flex;
  }
  #sectteam .filter_department.filter_department_reverse {
    padding: 9px 42px 9px 16px;
  }
  #sectteam .filter_department.filter_department_reverse .icon {
    left:calc(100% - 25px);
  }
  #sectteam .filter_department.filter_input {
    padding:0px !important;
    width:50%;
    min-width:260px;
    position:relative;
    border:2px solid #aaa;
    background:#fff;
    overflow:hidden;
    display:block;
    margin:15px auto 0px;
  }
  #sectteam .filter_department.filter_input .icon {
    left:auto;
    right:0px;
    background: #ddd;
    color:#444;
  }
  #sectteam .filter_department.filter_input #search_team {
    /* display:none; */
    width:calc(100% - 20px);
    padding: 8px 15px;
    border:1px solid transparent;
    background:#fff;
    outline: 0;
    font-size:18px;
  }

#team_wrapper {
  position:relative;
  /* display:flex;
  align-items: center;
  justify-content: space-between; */
  padding:15px 15px;
  margin-bottom: 45px;
  overflow:hidden;
  height:360px;
}

/* .team_btn {
  width:50px;
  height:150px;
  border-radius:15px;
  position:absolute;
  top:50%;
  display:flex;
  align-items: center;
  justify-content: center;
  background:#fff;
  border:1px solid #ccc;
  content:'';
  font-size:32px;
  margin-top:-75px;
  z-index:10px;
  box-shadow: 0px 0px 10px rgba(64,64,64,.75);
  opacity:.5;
}
.team-btn-left {
  left:-8px;
}
.team-btn-right {
  right:-8px;
} */

#team_cards {
  /* display: grid; */
  /* grid-template-columns: repeat(4, minmax(260px, 1fr));
  column-gap: 30px;
  row-gap: 30px; */
  /* width: calc(100% - 140px); */
  width: calc(100% - 30px);
  padding: 15px;
  display:grid;
  grid-auto-flow: column;
  grid-auto-columns: 350px;
  /* gap: 30px; */
  overflow-x:auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
#team_cards::-webkit-scrollbar {
  display:none;
}
#team_cards.dragging {
  cursor:grab;
  user-select:none;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
#team_cards.dragging .team_card {
  cursor:grab;
  user-select:none;
}
  #team_cards .team_card {
    /* max-width: min(100%, 300px); */
    /* border:5px solid #000; */
    display:inline-flex;
    /* margin:15px; */
    position: relative;
    scroll-snap-align: center;
    width:350px;
    height: 330px;
  }
  #team_cards .team_card .team_card_content {
    /* width:285px;
    height: 275px; */
    padding: 15px;
    background:#ddd;
    /* margin-left:15px; */
    margin: 0px 30px 0px 30px;
    position:relative;
  }
  #team_cards .team_card .team_card_ribbon {
    /* width: 120px; */
    height: 30px;
    position: absolute;
    left:-15px;
    top:10px;
    background:#E1092F;
    color:#fff;
    content: '';
    border-radius:15px;
    border-bottom-left-radius: 0px;
    line-height:30px;
    padding:0px 25px 0px 30px;
    font-weight:bold;
  }
  .team_card.team_sales .team_card_ribbon,
  .bg_sales {
    background:#43CE08 !important;
  }
  .team_card.team_support .team_card_ribbon,
  .bg_support {
    background:#F0BA0A !important;
  }
  .team_card.team_it .team_card_ribbon,
  .bg_it {
    background:#069090 !important;
  }
  .team_card.team_management .team_card_ribbon,
  .bg_management {
    background:#E1092F !important;
  }
  #team_cards .team_card .team_card_ribbon:before {
    width: 15px;
    height: 20px;
    position: absolute;
    left:0px;
    top:30px;
    background:inherit;
    content: '';
    border-bottom-left-radius: 15px;
    z-index:1;
  }
  
  #team_cards .team_card .team_card_ribbon:after {
    width: 12px;
    height: 20px;
    position: absolute;
    left:3px;
    top:30px;
    background:rgba(0,0,0,.5);
    content: '';
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index:2;
  }
  .team_controls {
    margin-top:30px;
  }
  #team_cards .team_card .team_card_text .team_card_name {
    text-align: right;
    font-weight: 900;
    font-size: 32px;
    line-height: 1em;
    padding-top: 40px; }
  #team_cards .team_card .team_card_text .team_card_position {
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    color: #251DA7; }
  #team_cards .team_card .team_card_text .team_card_desc {
    height: 13em;
    overflow:hidden;
    text-overflow: ellipsis;
    padding: 15px 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: justify;
    color:#444;
  }
  #team_no_cards {
    width:100%;
    height:100%;
    content:'';
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:200px;
    color:#ccc;
  }



  .wc_section {
    padding: 45px 15px 90px 15px;
  }
  .wc_section_initial {
    padding: 165px 15px 90px 15px;
  }
  .wc_section_gray {
    background:#444;
  }

  .post_content {
    position:relative;
  }
  .wc_table {
    width:100%;
  }
  .wc_table th {
    font-weight:900;
  }
  .wc_table thead tr > * {
    border-bottom:2px solid #ED1C24;
    text-align:left;
  }
  .wc_table th,
  .wc_table td {
    padding:5px;
  }



/* @media only screen and (max-width: 1199px) {
  #team_cards {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    column-gap: 20px; } }

@media only screen and (max-width: 991px) {
  #team_cards {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    column-gap: 20px; } }

@media only screen and (max-width: 575px) {
  #team_cards {
    grid-template-columns: 1fr; } } */

#frm_submit {
  display: block;
  background-color: #251DA7;
  border: 1px solid #251DA7;
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  margin-left: auto;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 25px;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4); }
  #frm_submit span,
  #frm_submit .icon {
    display: block;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0; }
  #frm_submit span {
    width: 60%;
    line-height: inherit;
    font-size: 16px;
    left: 0;
    padding-left: 10px;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4); }
    #frm_submit span:after {
      content: '';
      background-color: #251DA7;
      width: 2px;
      height: 70%;
      position: absolute;
      top: 15%;
      right: -1px; }
  #frm_submit .icon {
    width: 40%;
    right: 0;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    padding: 0px 5px; }
    #frm_submit .icon .far, #frm_submit .icon .fas {
      font-size: 20px;
      vertical-align: baseline;
      transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease; }
    #frm_submit .icon .fa-paper-plane {
      height: 36px; }
    #frm_submit .icon .fa-check {
      display: none; }
  #frm_submit.success span, #frm_submit:hover span {
    left: -60%;
    opacity: 0; }
  #frm_submit.success .icon, #frm_submit:hover .icon {
    width: 100%;
    padding: 0px; }
    #frm_submit.success .icon .far, #frm_submit.success .icon .fas, #frm_submit:hover .icon .far, #frm_submit:hover .icon .fas {
      font-size: 20px; }
  #frm_submit.success {
    border: 1px solid #27ae60;
    background-color: #27ae60; }
    #frm_submit.success .icon .fa-paper-plane {
      display: none; }
    #frm_submit.success .icon .fa-check {
      display: inline-block; }
  #frm_submit:hover {
    opacity: .8; }
    #frm_submit:hover .icon .fa-paper-plane {
      height: 46px; }
  #frm_submit:active {
    opacity: 1; }

#frm_surname {
  display:none !important;
}

.no_animate {
  animation: none !important; }

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto; }

.hidden0 {
  display:none !important;
}