@media (max-width: 1365px) {
    .oxy-pro-menu-container > div:first-child {
        margin: 80px auto auto auto!important;
    }
    #-pro-menu-15-8 .oxy-pro-menu-list .menu-item a {
        padding-left: 30px!important;
    }
}
.margin-bottom-xs {margin-bottom: 10px;}
.margin-bottom-s {margin-bottom: 20px;}
.margin-bottom-m {margin-bottom: 30px;}
.margin-bottom-l {margin-bottom: 40px;}
.margin-bottom-xl {margin-bottom: 50px;}
@media (min-width: 769px) {
  .accom-card:hover .accom-card-img {
    transform: scale(1.08, 1.08);
  }
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 12px!important;
    font-family: inherit;
    border: 1px solid #e1e1e1;
    line-height: 1!important;
    min-height: 32px!important;
}
.gform_wrapper textarea {
    padding: 8px 12px!important;
    border: 1px solid #e1e1e1;
    font-family: inherit;
    line-height: 1.4!important;
    min-height: 32px!important;
}
.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
body .gform_wrapper .gform_footer input[type=submit] {
    font-family: Lora;
    font-weight: 400;
    line-height: 1!important;
    letter-spacing: .5px;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #a39197;
    border: 1px solid #a39197;
    border-radius: 50px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 1px solid #897b80;
    background-color: #897b80;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
::-webkit-input-placeholder {color:#333;}
:-moz-placeholder {opacity:1;color:#333;}
::-moz-placeholder {opacity:1;color:#333;}
:-ms-input-placeholder {color:#333;}
input:-moz-placeholder {color:#333;}
p.gform_required_legend {
    display: none;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #666;
  opacity: 1;
}
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #666;
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: #666;
}
.gform_wrapper input::-ms-input-placeholder,
.gform_wrapper textarea::-ms-input-placeholder {
  color: #666;
}
@media (max-width: 991px) {
    .accom-card {
        height: 250px;
    }
    .accom-card-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}