#placeholder {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    margin-top: 0px;
    box-sizing: border-box;
    max-width: 960px;
}

#placeholder .container {
    max-width: 940px !important;
}

.placeholder__sq {
    background: #F7F7F7;
    position: absolute;
    height: 167px;
    position: 100%;
    left: 0;
    right: 0;
}

.placeholder__sq--input {
    opacity: 0.5 !important;
    height: 68px;
    color: #efefef !important;;
    user-select: none;
    pointer-events: none;
}

.placeholder__sq--text {
    display: block;
    width: 70%;
    max-width: 430px;
    margin: 32px 0 15px;
    height: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.placeholder__existing {
    margin-top: 167px;
}

.placeholder__existing--title {
    height: 16px;
    width: 50%;
}

.placeholder__existing--buttons {
    height: 60px;
}

.placeholder__existing--btn-primary {
    height: 60px;
    background: #efefef;
}

.placeholder__existing--btn-secondary {
    height: 60px;
    background: #fff;
    border: 1px solid #efefef;
}

.placeholder__activationtext {
    margin: 50px auto;
}

.placeholder__activationtext > div {
    height: 15px;
    margin: 0 auto 5px;
}

.placeholder__activationtext--row1 {
    width: 65%;
}

.placeholder__activationtext--row2 {
    width: 55%;
}

.placeholder__plancontainer {
    flex: 1;
    padding-top: 20px;
    text-align: right;
}

.placeholder__plans {
    display: inline-block;
    width: 70px;
    height: 12px;
    background-color: #f0f1f5;
    border-radius: 4px;
    margin-left: 20px;
}

.placeholder__container {
    padding: 10px 0 10px;
    border: 1px solid #f0f1f5;
    height: 463px;
    width: 24%;
    width: calc(25% - 2px);
    float: left;
    display: inline-block;
}

.placeholder__p {
    display: block;
    width: 100%;
    margin: 5px 0;
    height: 10px;
    border-radius: 4px;
}

.placeholder__summary {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 328px;
    border-radius: 0;
    margin-bottom: 22px;
    border-bottom: 1px solid #f0f1f5;
}

.placeholder__plan--fetch {
    background: #f9f9f9;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 215px;
    border-radius: 0;
    margin-top: 18px;
}

.placeholder__plan--fetch.empty {
    background: transparent;
}

.placeholder__plan--title {
    display: block;
    width: 50%;
    margin: 2px auto 15px;
    height: 14px;
}

.placeholder__plan--speed {
    display: block;
    height: 21px;
    width: 95px;
    margin: 10px auto;
}

.placeholder__plan--small {
    display: block;
    width: 60%;
    margin: 10px auto;
    height: 5px;
    border-radius: 4px;
}

.placeholder__plan--empty {
    display: block;
    background-color: transparent;
    width: 60%;
    margin: 10px auto;
    height: 5px;
    border-radius: 4px;
}

.placeholder__plan--pricing {
    display: block;
    max-width: 95px;
    width: 70%;
    margin: 0 auto;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 22px;
}

.placeholder__plan--data {
    border-right: 0 none;
    border-left: 0 none;
    border-radius: 0;
}

.placeholder__clearfix {
    content: "";
    clear: both;
    display: table;
}

.placeholder__plan--pricing,
.placeholder__p,
.placeholder__existing--title,
.placeholder__sq--text,
.placeholder__activationtext--row1,
.placeholder__activationtext--row2,
.placeholder__plan--title,
.placeholder__plan--speed,
.placeholder__plan--small {
    border-radius: 4px;
    background-color: #f0f1f5;
    background-image: linear-gradient(to right, rgba(245, 245, 245, 0.16) 33%, white 50%, #f0f1f5 66%);
    background-size: 300% 100%;
    animation: loadingindicator 2s infinite;
}

.placeholder__dock {
    background-color: #333;
    background-image: linear-gradient(to right, #333 33%, #545454 50%, #232323 66%);
    background-size: 300% 100%;
    animation: loadingindicator 2s infinite;
}

.placeholder__dock {
    height: 70px;
    border-top: 3px solid #ffddb9;
}

@keyframes loadingindicator {
    0% {
        background-position: right;
    }
}

.w-33 {
    width: 33%;
}