

html {
      word-wrap: break-word;
  overflow-wrap: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}


.uk-button-text::before {
    left: 100px
}

.uk-button-text {
    color: #424242
}

.tm-header .uk-navbar-container {
    padding: 0 20px;
}

.uk-navbar {
    padding: 20px 0 !important;
}

.uk-accordion .el-item {
    border: 1px solid #dcdcdc;
    border-bottom: none
}

.uk-accordion .el-item:last-child {
    border-bottom: 1px solid #dcdcdc;
}

.uk-accordion-content {
    padding: 40px 60px;
    border-top: 1px solid #dcdcdc;
}

.convertforms .cf-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccccc
}

.uk-open .el-title {
    color: #ff4400
}

.uk-tile-default .el-title {
    color: #fff
}

.uk-tile-checked.uk-tile-default {
    /* border: 40px solid #424242 */
}

div.mod-languages ul.lang-inline li a {
    color: #fff;
font-size: 20px;
    font-weight: 600;
}

div.mod-languages ul.lang-inline li.lang-active a {
    color: #ff4400
}

.uk-navbar-toggle svg {
height: 35px;
width: 35px;
}

.uk-list.uk-list-divider li .uk-first-column{
    min-width: 350px

}


@media(max-width: 660px) {
    .uk-logo {
        max-width: 150px
    }

    h3,.uk-h3 {
        font-size: 20px
    }

    .uk-heading-large {
        font-size: 2rem;
    }
    .uk-text-large {
        font-size: 20px
    }
}

.uk-tile-checked {
    /* border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px -1px rgba(156,156,156,1);
-moz-box-shadow: 0px 0px 16px -1px rgba(156,156,156,1);
box-shadow: 0px 0px 16px -1px rgba(156,156,156,1);
border: 40px solid #fff */
}

.uk-tile-checked,
.uk-tile-checked * {
    /* transition: all ease 400ms;
    transition-delay: 400ms; */
}

.uk-tile-checked:hover {
    /* transform:scale(0.95) */
}

.uk-tile-checked:hover * {
    /* transform:scale(1.05);
    transition-delay: 400ms; */
}

.hovergrid .uk-tile-checked {
    position: relative;
    padding: 40px;
    width: 50%;
    color: #fff;
}

.hovergrid .uk-tile-checked>* {
    position: relative;
    z-index: 2;
}

.hovergrid .uk-tile-checked:after {
    position: absolute;
    inset: 0;
    background: #424242;
    border-radius: 10px;
    content: " ";
    display: block;
    transform-origin: center;
    -webkit-box-shadow: 0px 0px 34px 14px rgba(214, 211, 214, 1);
    -moz-box-shadow: 0px 0px 34px 14px rgba(214, 211, 214, 1);
    box-shadow: 0px 0px 34px 14px rgba(214, 211, 214, 1);
    transition: transform 0.25s ease-in-out;
    transition-delay: 200ms;
}

.hovergrid .uk-tile-checked:hover:after {
    transform: scale(0.95);
}

.uk-tile-default {
    background: transparent;
}

.hovergrid .uk-tile-checked.uk-tile-muted:after {
    background: #fff;
}

.hovergrid .uk-tile-checked.uk-tile-muted {
    color: #424242
}