.t554__card {
    position: absolute;
    background: white;
    min-height: 300px;
    padding: 60px;
    box-sizing: border-box;
    width: 100%;
    background-image: url(https://static.tildacdn.com/tild3133-3062-4464-a661-323961653832/480px-Coat_of_Arms_o.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 0%;
}
.t702 .t-input {
    
    height: 20px;
}

.t-menu__link-item.t-active::after {
    opacity: 1;
    bottom: -1px;
    padding-top: 10px;
    !important;
    border-top: 1px solid #0069ff;
    !important;
    box-shadow: inset 0px 0px 0px 0px #0069ff;
!important;
}
.t-menu__link-item.t-active::after {
    opacity: 1;
    bottom: 5px;
    border-bottom: none;
    box-shadow: inset 0px 0px 0px 0px #0069ff;
!important; 
}
.t-form__errorbox-middle {
    
    display: none;
    !important; 
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}
.wrapper video {
  width: 100%;
}
.wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper svg text {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
}
.wrapper svg > rect {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}
.wrapper svg rect {
  fill: #fff;
}

.wrapper:before, .wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #fff;
}
.wrapper:before {
  left: -9px;
}
.wrapper:after {
  right: -5px;
}
