.nav, .menu-hidden-bg, .video-wrapper .video-wrapper__player, .video-wrapper .container, .modal {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.menu-hamburger, .nav__close, .nav__item .nav__item__link, .load-more__loader, .dropdown .dropdown-trigger {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.main-logo .main-logo__google, .video-wrapper .video-wrapper__play-btn {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}

.btn-primary, .main-header--desktop .nav__item .nav__item--interested, .nav__item .nav__item__link {
    font-family: "Open Sans", Arial, sans-serif
}

h1, .main-header, .page--join .row--join-what-takes .col h3, body, h2, h3, h4, .main-logo h1, .tc-profile h1, .tc-profile h2, .tc-profile h3 {
    font-family: "Roboto", Arial, sans-serif
}

.main-logo .main-logo__title {
    font-family: "Product Sans", "Open Sans", Arial, sans-serif
}

.btn-primary, .main-header--desktop .nav__item .nav__item--interested, .nav__item .nav__item__link {
    font-weight: 600
}

h1, .main-header, .page--join .row--join-what-takes .col h3 {
    font-weight: 300
}

body, h2, h3, h4, .main-logo h1, .tc-profile h1, .tc-profile h2, .tc-profile h3 {
    font-weight: 400
}

@media screen and (min-width: 48rem) {
    .mobile-only {
        display: none !important
    }
}

.tablet-up {
    display: none
}

@media screen and (min-width: 48rem) {
    .tablet-up {
        display: block
    }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    min-width: 20rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: always;
    font-size: 100%
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

html.no-scroll {
    overflow: hidden
}

body {
    font-size: .875rem;
    position: relative;
    line-height: 1.8;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s
}

@media screen and (min-width: 48rem) {
    body {
        font-size: .875rem
    }
}

@media screen and (min-width: 60rem) {
    body {
        font-size: .875rem
    }
}

@media screen and (min-width: 75rem) {
    body {
        font-size: 1rem
    }
}

body.rtl {
    direction: rtl
}

.additional-translations {
    padding: 2.5rem
}

[type=search] {
    -webkit-appearance: none
}

::-webkit-validation-bubble-message {
    padding: 40px
}

h1 {
    font-size: 1.5625rem;
    margin: 0;
    line-height: 1.2
}

@media screen and (min-width: 48rem) {
    h1 {
        font-size: 3.125rem
    }
}

@media screen and (min-width: 60rem) {
    h1 {
        font-size: 3.125rem
    }
}

@media screen and (min-width: 75rem) {
    h1 {
        font-size: 4.0625rem
    }
}

h2 {
    font-size: 1.5625rem;
    line-height: 1.2
}

@media screen and (min-width: 48rem) {
    h2 {
        font-size: 1.875rem
    }
}

@media screen and (min-width: 60rem) {
    h2 {
        font-size: 2.1875rem
    }
}

@media screen and (min-width: 75rem) {
    h2 {
        font-size: 2.8125rem
    }
}

h3 {
    font-size: 1.25rem;
    line-height: 1.2
}

@media screen and (min-width: 48rem) {
    h3 {
        font-size: 1.5rem
    }
}

@media screen and (min-width: 60rem) {
    h3 {
        font-size: 2.125rem
    }
}

@media screen and (min-width: 75rem) {
    h3 {
        font-size: 2.125rem
    }
}

h4 {
    font-size: 1.125rem;
    line-height: 1.2
}

@media screen and (min-width: 48rem) {
    h4 {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 60rem) {
    h4 {
        font-size: 1.3125rem
    }
}

@media screen and (min-width: 75rem) {
    h4 {
        font-size: 1.3125rem
    }
}

h2, h3, h4 {
    color: #48484a
}

p {
    color: #48484a
}

p a {
    text-decoration: underline;
    color: inherit
}

a {
    text-decoration: none;
    color: #fff
}

a:hover {
    text-decoration: underline
}

.link-underline {
    text-decoration: underline
}

.filter .clear-icon, .modal__close, .nav__close, .modal-profile__close, .tc-profile__message__confirmed, .dropdown .dropdown-icon, .main-logo .main-logo__google, .modal-open .main-logo .main-logo__google, .menu-hamburger, .modal-open .menu-hamburger, .tc-profile-icon-back, .tc-profile__attr__list--languages .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after, .tc-profile__attr__list__item--more::after, .tc-profile__attr__list--products .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after, .tc-profile__attr__list--skills .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after, .icon-external-link, .tc-profile--edit .input-wrapper .input-external-link span, .tc-profile--edit .tutorials__link, .video-wrapper .video-wrapper__play-btn, .filter .search-icon, .tc-profile__info__gplus, .tc-profile__info__in, .tc-profile__info__tw {
    background-size: contain;
    background-repeat: no-repeat
}

.filter .clear-icon {
    background-image: url(../img/svg/clear.svg)
}

.no-glue-svg-images .filter .clear-icon, .filter .no-glue-svg-images .clear-icon {
    background-image: url(../img/png-fallbacks/clear.png)
}

.modal__close {
    background-image: url(../img/svg/close.svg)
}

.no-glue-svg-images .modal__close {
    background-image: url(../img/png-fallbacks/close.png)
}

.nav__close, .modal-profile__close {
    background-image: url(../img/svg/close-white.svg)
}

.no-glue-svg-images .nav__close, .no-glue-svg-images .modal-profile__close {
    background-image: url(../img/png-fallbacks/close-white.png)
}

.tc-profile__message__confirmed {
    background-image: url(../img/svg/confirm.svg)
}

.no-glue-svg-images .tc-profile__message__confirmed {
    background-image: url(../img/png-fallbacks/confirm.png)
}

.dropdown .dropdown-icon {
    background-image: url(../img/svg/dropdown.svg)
}

.no-glue-svg-images .dropdown .dropdown-icon, .dropdown .no-glue-svg-images .dropdown-icon {
    background-image: url(../img/png-fallbacks/dropdown.png)
}

.main-logo .main-logo__google {
    background-image: url(../img/svg/google-logo.svg)
}

.no-glue-svg-images .main-logo .main-logo__google, .main-logo .no-glue-svg-images .main-logo__google {
    background-image: url(../img/png-fallbacks/google-logo.png)
}

.modal-open .main-logo .main-logo__google {
    background-image: url(../img/svg/google-logo-dark.svg)
}

.no-glue-svg-images .modal-open .main-logo .main-logo__google, .modal-open .main-logo .no-glue-svg-images .main-logo__google {
    background-image: url(../img/png-fallbacks/google-logo-dark.png)
}

.menu-hamburger {
    background-image: url(../img/svg/hamburger.svg)
}

.no-glue-svg-images .menu-hamburger {
    background-image: url(../img/png-fallbacks/hamburger.png)
}

.modal-open .menu-hamburger {
    background-image: url(../img/svg/hamburger-dark.svg)
}

.no-glue-svg-images .modal-open .menu-hamburger, .modal-open .no-glue-svg-images .menu-hamburger {
    background-image: url(../img/png-fallbacks/hamburger-dark.png)
}

.tc-profile-icon-back {
    background-image: url(../img/svg/header-arrow-left.svg)
}

.no-glue-svg-images .tc-profile-icon-back {
    background-image: url(../img/png-fallbacks/header-arrow-left.png)
}

.tc-profile__attr__list--languages .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after {
    background-image: url(../img/svg/more-arrow-blue.svg)
}

.no-glue-svg-images .tc-profile__attr__list--languages .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after, .tc-profile__attr__list--languages .no-glue-svg-images .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after {
    background-image: url(../img/png-fallbacks/more-arrow-blue.png)
}

.tc-profile__attr__list__item--more::after, .tc-profile__attr__list--products .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after {
    background-image: url(../img/svg/more-arrow-green.svg)
}

.no-glue-svg-images .tc-profile__attr__list__item--more::after, .no-glue-svg-images .tc-profile__attr__list--products .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after, .tc-profile__attr__list--products .no-glue-svg-images .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after {
    background-image: url(../img/png-fallbacks/more-arrow-green.png)
}

.tc-profile__attr__list--skills .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after {
    background-image: url(../img/svg/more-arrow-red.svg)
}

.no-glue-svg-images .tc-profile__attr__list--skills .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after, .tc-profile__attr__list--skills .no-glue-svg-images .tc-profile__attr__list__item.tc-profile__attr__list__item--more::after {
    background-image: url(../img/png-fallbacks/more-arrow-red.png)
}

.icon-external-link, .tc-profile--edit .input-wrapper .input-external-link span, .tc-profile--edit .tutorials__link {
    background-image: url(../img/svg/open-external-link.svg)
}

.no-glue-svg-images .icon-external-link, .no-glue-svg-images .tc-profile--edit .input-wrapper .input-external-link span, .tc-profile--edit .input-wrapper .input-external-link .no-glue-svg-images span, .no-glue-svg-images .tc-profile--edit .tutorials__link, .tc-profile--edit .no-glue-svg-images .tutorials__link {
    background-image: url(../img/png-fallbacks/open-external-link.png)
}

.video-wrapper .video-wrapper__play-btn {
    background-image: url(../img/svg/play-btn.svg)
}

.no-glue-svg-images .video-wrapper .video-wrapper__play-btn, .video-wrapper .no-glue-svg-images .video-wrapper__play-btn {
    background-image: url(../img/png-fallbacks/play-btn.png)
}

.filter .search-icon {
    background-image: url(../img/svg/search.svg)
}

.no-glue-svg-images .filter .search-icon, .filter .no-glue-svg-images .search-icon {
    background-image: url(../img/png-fallbacks/search.png)
}

.tc-profile__info__gplus {
    background-image: url(../img/svg/social-gplus.svg)
}

.no-glue-svg-images .tc-profile__info__gplus {
    background-image: url(../img/png-fallbacks/social-gplus.png)
}

.tc-profile__info__in {
    background-image: url(../img/svg/social-linkedin.svg)
}

.no-glue-svg-images .tc-profile__info__in {
    background-image: url(../img/png-fallbacks/social-linkedin.png)
}

.tc-profile__info__tw {
    background-image: url(../img/svg/social-twitter.svg)
}

.no-glue-svg-images .tc-profile__info__tw {
    background-image: url(../img/png-fallbacks/social-twitter.png)
}

.btn-primary, .main-header--desktop .nav__item .nav__item--interested {
    font-size: .875rem;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block
}

@media screen and (min-width: 48rem) {
    .btn-primary, .main-header--desktop .nav__item .nav__item--interested {
        font-size: .875rem
    }
}

@media screen and (min-width: 60rem) {
    .btn-primary, .main-header--desktop .nav__item .nav__item--interested {
        font-size: .875rem
    }
}

@media screen and (min-width: 75rem) {
    .btn-primary, .main-header--desktop .nav__item .nav__item--interested {
        font-size: 1rem
    }
}

.btn-primary, .main-header--desktop .nav__item .nav__item--interested {
    border-radius: .125rem;
    color: #fff;
    background: #4385f3;
    padding: .625rem 1.25rem;
    border: 0
}

@media screen and (min-width: 48rem) {
    .btn-primary, .main-header--desktop .nav__item .nav__item--interested {
        padding: .9375rem 1.5625rem
    }
}

.btn-primary:hover, .main-header--desktop .nav__item .nav__item--interested:hover {
    text-decoration: none
}

.btn-primary.btn-primary--black {
    background: #000
}

.btn-primary.btn-primary--blue {
    background: #4385f3
}

.btn-primary.btn-primary--green {
    background: #17aa66
}

.btn-primary.btn-primary--red {
    background: #ff0d00
}

header, footer, .main {
    position: relative;
    width: 100%;
    z-index: 2
}

.content, .row.cards .container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%
}

@media screen and (min-width: 48rem) {
    .content, .row.cards .container {
        max-width: 100%
    }
}

@media screen and (min-width: 60rem) {
    .content, .row.cards .container {
        max-width: 80%
    }
}

@media screen and (min-width: 75rem) {
    .content, .row.cards .container {
        max-width: 80%
    }
}

.container, .page--benefits .secondary-header .container {
    width: 100%;
    max-width: 100%
}

@media screen and (min-width: 48rem) {
    .container, .page--benefits .secondary-header .container {
        max-width: 80%
    }
}

@media screen and (min-width: 60rem) {
    .container, .page--benefits .secondary-header .container {
        max-width: 70%
    }
}

@media screen and (min-width: 75rem) {
    .container, .page--benefits .secondary-header .container {
        max-width: 70%
    }
}

.header, .secondary-header {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center
}

.col .col__inner, .col .video-wrapper {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.main-header {
    z-index: 6;
    position: absolute
}

@media screen and (min-width: 48rem) {
    .main-header {
        z-index: 5
    }
}

.nav {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    height: 100%
}

.nav.nav--open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}

.main-header--desktop .nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: auto;
    height: 4.375rem;
    right: 0;
    position: relative;
    float: right
}

.rtl .main-header--desktop .nav {
    float: left
}

.header, .secondary-header {
    min-height: 15rem;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .3s cubic-bezier(0.19, 1, 0.22, 1)
}

@media screen and (min-width: 48rem) {
    .header, .secondary-header {
        min-height: 28rem
    }
}

@media screen and (min-width: 60rem) {
    .header, .secondary-header {
        min-height: 31.25rem
    }
}

@media screen and (min-width: 75rem) {
    .header, .secondary-header {
        min-height: 41.25rem
    }
}

.no-flexbox .header, .no-flexbox .secondary-header {
    overflow: hidden
}

.no-flexbox .header .container, .no-flexbox .secondary-header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.nav--open .header, .nav--open .secondary-header {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%)
}

.rtl.nav--open .header, .rtl.nav--open .secondary-header {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.secondary-header {
    position: relative;
    min-height: 12.5rem
}

@media screen and (min-width: 48rem) {
    .secondary-header {
        min-height: 21.25rem
    }
}

@media screen and (min-width: 60rem) {
    .secondary-header {
        min-height: 25rem
    }
}

@media screen and (min-width: 75rem) {
    .secondary-header {
        min-height: 27.5rem
    }
}

.secondary-header .container {
    margin: 0 auto
}

.row {
    position: relative
}

.row:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 48rem) {
    .row.row--2-cols .col {
        width: 50%
    }
}

@media screen and (min-width: 48rem) {
    .row.row--3-cols .col {
        width: 33.3333%
    }
}

.col {
    position: relative;
    width: 100%;
    padding: 1.25rem
}

.col.col--video {
    padding: 0
}

.col.col--video .col__inner {
    display: block
}

@media screen and (min-width: 48rem) {
    .full-bleed .col {
        padding: 0
    }

    .row--no-scaling .col {
        padding: 2.5rem
    }
}

@media screen and (min-width: 48rem) {
    .col {
        float: left
    }

    .rtl .col {
        float: right
    }

    .col.col--right {
        float: right
    }

    .rtl .col.col--right {
        float: left
    }
}

.col .col__inner {
    position: relative;
    width: 100%
}

.col .container {
    padding: 0rem 0
}

@media screen and (min-width: 48rem) {
    .col .container {
        padding: 2.5rem 0
    }
}

.col.col--image {
    background-position: center;
    background-size: cover;
    min-height: 13.75rem
}

@media screen and (min-width: 48rem) {
    .col.col--image {
        position: absolute;
        top: 0;
        bottom: 0;
        min-height: 0;
        left: 0;
        right: auto
    }

    .rtl .col.col--image {
        right: 0;
        left: auto
    }

    .col.col--image.col--right {
        right: 0;
        left: auto
    }

    .rtl .col.col--image.col--right {
        left: 0;
        right: auto
    }
}

.col .video-wrapper {
    width: 100%;
    height: 100%
}

.col .video-wrapper .container {
    max-width: 100%
}

@media screen and (min-width: 48rem) {
    .row--scale {
        padding: 0
    }

    .row--scale .col__inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .row--scale .col {
        padding: 0
    }

    .row--scale .col--image {
        background-position: center;
        background-size: cover;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto
    }

    .row--scale.row--2-cols .col {
        padding-bottom: 60.24096%;
        min-height: 20rem
    }
}

@media screen and (min-width: 48rem) and (min-width: 48rem) {
    .row--scale.row--2-cols .col {
        padding-bottom: 30.12048%
    }
}

@media screen and (min-width: 48rem) {
    .row--scale.row--3-cols .col {
        min-height: 20rem;
        padding-bottom: 66.66667%
    }
}

@media screen and (min-width: 48rem) and (min-width: 48rem) {
    .row--scale.row--3-cols .col {
        padding-bottom: 33.3333%
    }
}

@media screen and (min-width: 48rem) {
    .row--scale.cards .col {
        padding-bottom: 100%
    }
}

@media screen and (min-width: 48rem) and (min-width: 48rem) {
    .row--scale.cards .col {
        padding-bottom: 33.3333%
    }
}

@media screen and (min-width: 48rem) {
    .row--3-cols .col--image {
        padding-bottom: 33.3333%;
        position: relative
    }

    .row--3-cols .col--image .col__inner {
        height: 0
    }
}

.cards__image {
    width: 100%;
    height: 13.75rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.main {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .3s cubic-bezier(0.19, 1, 0.22, 1)
}

.nav--open .main {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%)
}

.rtl.nav--open .main {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.tc-profile-header {
    background-color: #07914e;
    padding: 1.375rem .9375rem 1rem .9375rem
}

.tc-profile-header:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 48rem) {
    .tc-profile-header {
        padding: 2rem 2.5rem 1.75rem 2.5rem
    }
}

.is-embed .tc-profile-header {
    display: none
}

.tc-profile-icon-back {
    float: right;
    width: 1.5625rem;
    height: 1.25rem;
    margin-top: -.125rem
}

.rtl .tc-profile-icon-back {
    float: left
}

@media screen and (min-width: 48rem) {
    .tc-profile-icon-back {
        width: 2.1875rem;
        height: 1.75rem;
        margin-top: .25rem
    }
}

.tc-profile-icon-back, .tc-profile-icon-back:hover {
    text-decoration: none
}

.rtl .tc-profile-icon-back {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

footer {
    width: 100%;
    padding: .625rem .625rem;
    background: #424242;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .3s cubic-bezier(0.19, 1, 0.22, 1)
}

footer:after {
    content: "";
    display: table;
    clear: both
}

.page--dashboard footer, .page--profile-edit footer {
    min-width: 75rem
}

@media screen and (min-width: 48rem) {
    footer {
        padding: 1.25rem 1.25rem
    }
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: left
}

.rtl footer ul {
    clear: right
}

@media screen and (min-width: 48rem) {
    footer ul {
        float: left
    }

    .rtl footer ul {
        float: right
    }
}

footer li {
    margin-right: .625rem;
    display: inline-block
}

@media screen and (min-width: 48rem) {
    footer li {
        margin-right: 1.25rem
    }
}

footer li a {
    font-size: .625rem
}

@media screen and (min-width: 48rem) {
    footer li a {
        font-size: .875rem
    }
}

@media screen and (min-width: 60rem) {
    footer li a {
        font-size: 1rem
    }
}

@media screen and (min-width: 75rem) {
    footer li a {
        font-size: 1rem
    }
}

footer select {
    margin: .25rem 0 0;
    float: left
}

.rtl footer select {
    float: right
}

@media screen and (min-width: 48rem) {
    footer select {
        float: right
    }

    .rtl footer select {
        float: left
    }
}

@media screen and (min-width: 60rem) {
    footer select {
        margin-top: .3125rem
    }
}

footer .footer__gplus {
    padding-top: .25rem;
    float: left;
    margin-left: .9375rem
}

.rtl footer .footer__gplus {
    float: right
}

.rtl footer .footer__gplus {
    margin-left: 0;
    margin-right: .9375rem
}

.nav--open footer {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%)
}

.rtl.nav--open footer {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.is-embed footer {
    display: none
}

.main-header {
    display: block;
    font-size: .875rem;
    padding: 1.25rem 1.25rem;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

@media screen and (min-width: 48rem) {
    .main-header {
        font-size: .75rem
    }
}

@media screen and (min-width: 60rem) {
    .main-header {
        font-size: .875rem
    }
}

@media screen and (min-width: 75rem) {
    .main-header {
        font-size: 1rem
    }
}

.main-header ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

@media screen and (min-width: 48rem) {
    .main-header {
        padding: 2.5rem 3.125rem
    }
}

.main-header.main-header--desktop {
    display: table
}

.main-header.main-header--show {
    opacity: 1
}

.menu-hidden-bg {
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity .6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(0, 0, 0, 0.4)
}

@media screen and (min-width: 48rem) {
    .menu-hidden-bg {
        height: 0
    }
}

.menu-hidden-bg.menu-hidden-bg--visible {
    opacity: 1;
    pointer-events: all
}

.main-header--desktop .menu-hidden-bg.menu-hidden-bg--visible {
    display: none
}

.no-menu-bg .menu-hidden-bg, .no-menu-bg .menu-hidden-bg.menu-hidden-bg--visible {
    display: none
}

.menu-hamburger {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: opacity .6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity .6s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity .6s cubic-bezier(0.19, 1, 0.22, 1), transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    cursor: pointer;
    pointer-events: all
}

.main-header--desktop .menu-hamburger {
    opacity: 0;
    pointer-events: none
}

@media screen and (min-width: 48rem) {
    .menu-hamburger {
        top: 2.5rem;
        right: 2.5rem;
        width: 1.875rem;
        height: 1.875rem
    }
}

.nav--open .menu-hamburger {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%)
}

.rtl.nav--open .menu-hamburger {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.nav__close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer
}

@media screen and (min-width: 48rem) {
    .nav__close {
        margin-top: 2.5rem;
        margin-right: 2.5rem;
        width: 1.875rem;
        height: 1.875rem
    }
}

.main-header--desktop .nav__close {
    display: none
}

.nav {
    display: block;
    text-align: right;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.19, 1, 0.22, 1), opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: -moz-transform .3s cubic-bezier(0.19, 1, 0.22, 1), opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform .3s cubic-bezier(0.19, 1, 0.22, 1), opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #17aa66
}

.nav ul {
    text-align: center
}

@media screen and (min-width: 48rem) {
    .nav ul {
        margin-top: 3.125rem
    }
}

.nav .main-logo {
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    text-align: left
}

@media screen and (min-width: 48rem) {
    .nav .main-logo {
        margin-top: 2.5rem;
        margin-left: 3.125rem
    }
}

.main-header--desktop .nav .main-logo {
    display: none
}

.main-header--desktop .nav {
    display: table-cell;
    vertical-align: middle;
    background: none
}

.main-header--desktop .nav ul {
    margin-top: 0
}

.nav__item {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

.nav__item.nav__item--youtube {
    margin-right: 8px;
    overflow: hidden;
    width: 0
}

@media screen and (max-height: 22.5rem) {
    .nav__item.nav__item--youtube {
        display: none
    }
}

.nav__item.nav__item--youtube .youtube-icon {
    background-image: url(../img/youtube-icon.png);
    background-size: 100% auto;
    height: 32px;
    width: 36px
}

.main-header--desktop .nav__item.nav__item--youtube {
    display: inline-block
}

.nav__item.nav__item--gplus {
    width: 0;
    overflow: hidden
}

@media screen and (max-height: 22.5rem) {
    .nav__item.nav__item--gplus {
        display: none
    }
}

.main-header--desktop .nav__item.nav__item--gplus {
    display: inline-block;
    padding-top: .5rem
}

.nav__item.nav__item--home {
    display: inline-block
}

.main-header--desktop .nav__item.nav__item--home {
    width: 0;
    overflow: hidden;
    visibility: hidden
}

.nav__item .nav__item__inner {
    display: inline-block
}

.nav__item .nav__item__link {
    display: block;
    padding: .375rem 0
}

.nav--open .nav__item .nav__item__link {
    font-size: 1.25rem
}

@media screen and (min-width: 48rem) {
    .nav--open .nav__item .nav__item__link {
        font-size: 1.875rem
    }
}

@media screen and (min-width: 60rem) {
    .nav--open .nav__item .nav__item__link {
        font-size: 1.875rem
    }
}

@media screen and (min-width: 75rem) {
    .nav--open .nav__item .nav__item__link {
        font-size: 1.875rem
    }
}

@media screen and (max-height: 22.5rem) {
    .nav__item .nav__item__link {
        padding: .125rem 0
    }
}

.nav__item a, .nav__item a:hover, .nav__item a:visited, .nav__item a:focus {
    text-decoration: none
}

.nav__item a, .nav__item a:visited, .nav__item a:focus {
    color: rgba(255, 255, 255, 0.8)
}

.nav__item a:hover, .nav__item a.nav__item--selected {
    color: #fff
}

.nav--is-index .nav__item a, .nav--is-index .nav__item a:visited, .nav--is-index .nav__item a:focus {
    color: #fff
}

.nav--is-index .nav__item a:hover, .nav--is-index .nav__item a.nav__item--selected {
    color: rgba(255, 255, 255, 0.8)
}

.main-header--desktop .nav__item {
    width: auto
}

.main-header--desktop .nav__item .nav__item__link {
    margin: 0 1.125rem
}

.main-header--desktop .nav__item .nav__item--interested {
    position: relative;
    top: -.5625rem;
    padding: .9375rem .9375rem
}

.main-header__logo, .main-header__logo:hover, .main-header__logo:focus {
    text-decoration: none
}

.main-logo {
    display: block;
    float: left;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .3s cubic-bezier(0.19, 1, 0.22, 1)
}

.main-header--desktop .main-logo {
    float: left
}

.rtl .main-header--desktop .main-logo {
    float: right
}

.nav .main-logo {
    float: left
}

.main-logo:hover {
    text-decoration: none
}

.nav--open .main-header > .main-logo {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.rtl.nav--open .main-header > .main-logo {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.main-logo h1 {
    font-size: .8125rem;
    color: #fff;
    padding-right: 1.5625rem
}

@media screen and (min-width: 48rem) {
    .main-logo h1 {
        font-size: 1.6875rem
    }
}

@media screen and (min-width: 60rem) {
    .main-logo h1 {
        font-size: 1.6875rem
    }
}

@media screen and (min-width: 75rem) {
    .main-logo h1 {
        font-size: 1.6875rem
    }
}

@media screen and (min-width: 48rem) {
    .main-logo h1 {
        padding-right: 0
    }
}

.modal-open .main-logo h1 {
    color: #48484a
}

.main-logo .main-logo__title {
    display: inline-block;
    font-size: 18px;
    line-height: .625rem;
    white-space: nowrap;
    margin-top: .1875rem
}

@media screen and (min-width: 48rem) {
    .main-logo .main-logo__title {
        font-size: 2rem;
        line-height: 1.75rem;
        margin-top: 0
    }
}

.main-logo .main-logo__google {
    display: inline-block;
    width: 3.75rem;
    height: 1.25rem;
    vertical-align: top;
    margin-right: .125rem
}

@media screen and (min-width: 48rem) {
    .main-logo .main-logo__google {
        width: 6.5625rem;
        height: 2.5rem;
        margin-right: .4375rem
    }
}

.rtl .main-logo .main-logo__google {
    float: right;
    margin-left: .25rem;
    margin-right: 0
}

@media screen and (min-width: 48rem) {
    .rtl .main-logo .main-logo__google {
        margin-left: .875rem;
        margin-right: 0
    }
}

.row.row--no-scaling, .row.cards {
    padding: 1.25rem 1.25rem 3.125rem 1.25rem
}

@media screen and (min-width: 60rem) {
    .row.row--no-scaling, .row.cards {
        padding: 4.375rem 4.375rem 6.25rem 4.375rem
    }
}

@media screen and (min-width: 75rem) {
    .row.row--no-scaling, .row.cards {
        padding: 6.25rem 6.25rem 7.5rem 6.25rem
    }
}

.row h2 {
    margin: 0 0 1.25rem 0
}

.row h2.title--centered {
    text-align: center
}

.row h3 {
    margin: 0
}

.row .btn-primary {
    margin-top: .625rem
}

.row.row--gray {
    background-color: #eee
}

.row.row--gray-light {
    background-color: #f7f8f9
}

.row.cards h2 {
    margin: .625rem 0 1.25rem 0
}

@media screen and (min-width: 60rem) {
    .row.cards h2 {
        margin-bottom: 4.375rem
    }
}

.row.cards h3 {
    font-size: 2rem
}

@media screen and (min-width: 48rem) {
    .row.cards h3 {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 75rem) {
    .row.cards h3 {
        font-size: 1.75rem
    }
}

.row.cards .container {
    padding: 0
}

@media screen and (min-width: 60rem) {
    .row.cards .container {
        max-width: 18.75rem
    }
}

.row.cards .card__copy {
    padding: 1.25rem
}

.header, .secondary-header {
    padding-top: 4.375rem
}

@media screen and (min-width: 48rem) {
    .header, .secondary-header {
        text-align: center
    }
}

.header .container, .secondary-header .container {
    max-width: none;
    padding: 0 1.25rem
}

.header h1, .secondary-header h1 {
    color: #fff
}

.header p, .secondary-header p {
    font-size: .875rem;
    color: #fff;
    line-height: 1.4
}

@media screen and (min-width: 48rem) {
    .header p, .secondary-header p {
        font-size: 1rem
    }
}

@media screen and (min-width: 60rem) {
    .header p, .secondary-header p {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 75rem) {
    .header p, .secondary-header p {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 48rem) {
    .header, .secondary-header {
        padding-top: 0rem
    }
}

.header .container a, .secondary-header .container a {
    font-weight: bold
}

.header .container h1 span, .secondary-header .container h1 span, .header .container p span, .secondary-header .container p span {
    display: inline
}

[lang="en"] .header .container h1 span, [lang="en"] .secondary-header .container h1 span, [lang="en-US"] .header .container h1 span, [lang="en-US"] .secondary-header .container h1 span, [lang="en"] .header .container p span, [lang="en"] .secondary-header .container p span, [lang="en-US"] .header .container p span, [lang="en-US"] .secondary-header .container p span {
    display: none
}

.header__wrapper--tc-badge {
    display: inline-block;
    background: url(../img/tc-badge.png) no-repeat center .9375rem;
    background-size: 4.375rem;
    text-align: left;
    padding-left: 0;
    padding-top: 7.1875rem
}

.rtl .header__wrapper--tc-badge {
    text-align: right
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .header__wrapper--tc-badge {
        background-image: url(../img/tc-badge@2x.png)
    }
}

@media screen and (min-width: 48rem) {
    .header__wrapper--tc-badge {
        background-size: 5.625rem;
        padding-left: 7.5rem;
        padding-top: 0;
        background-position: left .9375rem
    }

    .rtl .header__wrapper--tc-badge {
        padding-left: 0;
        padding-right: 7.5rem;
        background-position: right .9375rem
    }
}

@media screen and (min-width: 60rem) {
    .header__wrapper--tc-badge {
        background-size: 8.125rem;
        padding-left: 10rem
    }

    .rtl .header__wrapper--tc-badge {
        padding-left: 0;
        padding-right: 10rem
    }
}

@media screen and (min-width: 75rem) {
    .header__wrapper--tc-badge {
        background-size: 10.9375rem;
        padding-left: 12.8125rem
    }

    .rtl .header__wrapper--tc-badge {
        padding-left: 0;
        padding-right: 12.8125rem
    }
}

.video-wrapper {
    background-size: cover;
    text-align: center;
    min-height: 14.375rem;
    pointer-events: none
}

.video-wrapper h2, .video-wrapper h3 {
    color: #fff;
    display: none
}

@media screen and (min-width: 48rem) {
    .video-wrapper h2, .video-wrapper h3 {
        display: block
    }
}

.video-wrapper .video-wrapper__play-btn {
    width: 4.375rem;
    height: 4.375rem;
    display: inline-block
}

@media screen and (min-width: 60rem) {
    .video-wrapper .video-wrapper__play-btn {
        width: 8.4375rem;
        height: 8.4375rem
    }
}

@media screen and (min-width: 75rem) {
    .video-wrapper .video-wrapper__play-btn {
        width: 12.1875rem;
        height: 12.1875rem
    }
}

@media screen and (min-width: 48rem) {
    .video-wrapper .video-wrapper__play-btn {
        margin-top: 2.5rem
    }
}

.video-wrapper.video-wrapper--video-ready {
    pointer-events: all
}

.video-wrapper.video-wrapper--video-hidden {
    cursor: pointer
}

.video-wrapper.video-wrapper--video-hidden .video-wrapper__player {
    display: none
}

.video-wrapper.video-wrapper--video-hidden .container {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    display: block
}

.video-wrapper .video-wrapper__player {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3
}

.video-wrapper .video-wrapper__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 1
}

.video-wrapper:hover .video-wrapper__overlay {
    opacity: 0.2
}

.video-wrapper .container {
    display: none;
    position: relative;
    z-index: 2;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #fff;
    padding: 0;
    overflow: auto;
    z-index: 8;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

@media screen and (min-width: 48rem) {
    .modal {
        width: 80%;
        height: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        padding: 2.5rem
    }
}

@media screen and (min-width: 60rem) {
    .modal {
        width: 60%
    }
}

.modal iframe {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 48rem) {
    .modal {
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        -moz-transition: opacity .2s ease-out, -moz-transform .2s ease-out;
        transition: opacity .2s ease-out, transform .2s ease-out
    }
}

.modal.modal--hidden {
    opacity: 0;
    pointer-events: none
}

@media screen and (min-width: 48rem) {
    .modal.modal--hidden {
        -webkit-transform: translateY(-51%) translateX(-50%);
        -moz-transform: translateY(-51%) translateX(-50%);
        -ms-transform: translateY(-51%) translateX(-50%);
        -o-transform: translateY(-51%) translateX(-50%);
        transform: translateY(-51%) translateX(-50%)
    }
}

.modal .btn-primary {
    color: #fff;
    background: #ccc
}

.modal--hidden--remove {
    height: 0;
    overflow: hidden;
    padding: 0
}

.modal__overlay, .modal-confirmation__overlay, .modal-profile__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 7;
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.modal__overlay.modal--hidden, .modal-confirmation__overlay.modal--hidden, .modal-profile__overlay.modal--hidden {
    opacity: 0;
    pointer-events: none;
    display: none
}

.modal__content {
    height: 100%;
    -webkit-overflow-scrolling: touch
}

.modal__close {
    display: block;
    width: .9375rem;
    height: .9375rem;
    position: absolute;
    top: .78125rem;
    right: .78125rem;
    cursor: pointer
}

.modal-confirmation {
    position: fixed;
    z-index: 8;
    top: 50%;
    left: 50%;
    width: 28.75rem;
    padding: 2.5rem;
    text-align: center;
    background-color: #4e4e4e;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.modal-confirmation .btn-primary {
    width: 5rem;
    margin: 0 .625rem
}

.modal-confirmation .btn-primary.btn--hidden {
    display: none
}

.modal-confirmation.modal--hidden {
    display: none
}

.modal-confirmation__msg {
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff
}

.modal-profile {
    position: fixed;
    left: 50%;
    bottom: 5%;
    max-width: 710px;
    width: 90%;
    height: 90%;
    margin-left: -45%;
    overflow: hidden;
    overflow-y: auto;
    transform: translateZ(0);
    transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
    background-color: #fff;
    z-index: 8;
    opacity: 0;
    visibility: hidden
}

.modal-profile.is--active {
    opacity: 1;
    visibility: visible
}

.modal-profile__overlay {
    background: rgba(0, 0, 0, 0.8)
}

.modal-profile__close {
    display: block;
    position: absolute;
    right: .625rem;
    top: .625rem;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer
}

.fade-in {
    opacity: 0;
    -webkit-transition: opacity .6s 200ms;
    -moz-transition: opacity .6s 200ms;
    transition: opacity .6s 200ms
}

.fade-in.fade-in--show {
    opacity: 1
}

.filter {
    position: relative;
    width: 100%
}

@media screen and (min-width: 48rem) {
    .filter {
        float: left;
        width: 33.3333%
    }

    .rtl .filter {
        float: right
    }
}

.filter.filter--green {
    border: 3px solid #17aa66;
    color: #17aa66;
    z-index: 3
}

.filter.filter--green .dropdown-trigger {
    background: #17aa66
}

.filter.filter--green .dropdown-list {
    border-bottom-color: #17aa66
}

.filter.filter--green .custom-checkbox {
    color: #17aa66
}

.filter.filter--green .checkbox:before {
    background: #17aa66
}

.filter.filter--blue {
    border: 3px solid #4385f3;
    color: #4385f3;
    z-index: 2
}

.filter.filter--blue p {
    background: #4385f3
}

.filter.filter--blue .dropdown-list {
    border-bottom-color: #4385f3
}

.filter.filter--blue .custom-checkbox {
    color: #4385f3
}

.filter.filter--blue .checkbox:before {
    background: #4385f3
}

.filter.filter--gray {
    border: 3px solid #8c8e90;
    color: #8c8e90;
    z-index: 1
}

.filter.filter--gray p {
    background: #8c8e90
}

.filter.filter--gray .dropdown-list {
    border-bottom-color: #8c8e90
}

.filter.filter--gray .custom-checkbox {
    color: #8c8e90
}

.filter.filter--gray .checkbox:before {
    background: #8c8e90
}

.filter.search {
    padding: 0
}

.filter.search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 1.125rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .625rem 3.75rem .625rem 1.25rem;
    border: 0;
    line-height: 1.8;
    outline: none
}

@media screen and (min-width: 48rem) {
    .filter.search input {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 60rem) {
    .filter.search input {
        font-size: 1.3125rem
    }
}

@media screen and (min-width: 75rem) {
    .filter.search input {
        font-size: 1.3125rem
    }
}

.filter.search input::-ms-clear {
    display: none
}

.filter.filter--clear .search-icon {
    display: none
}

.filter.filter--clear .clear-icon {
    display: block
}

.filter .search-icon {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -.875rem
}

.filter .clear-icon {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -.875rem;
    cursor: pointer;
    display: none
}

.filter p {
    font-size: 1.125rem;
    margin: 0;
    padding: .625rem 1.25rem;
    position: relative;
    color: #fff;
    z-index: 2
}

@media screen and (min-width: 48rem) {
    .filter p {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 60rem) {
    .filter p {
        font-size: 1.3125rem
    }
}

@media screen and (min-width: 75rem) {
    .filter p {
        font-size: 1.3125rem
    }
}

.filter i {
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    -moz-transition: -moz-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    position: absolute;
    top: 50%;
    width: 1.4375rem;
    height: .875rem;
    margin-top: -.4375rem;
    right: 1.25rem;
    display: inline-block
}

.rtl .filter i {
    right: auto;
    left: 1.25rem
}

.profiles {
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    clear: both
}

.profiles:after {
    content: "";
    display: table;
    clear: both
}

.profiles.is-loading-profiles {
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    transition: opacity 0 linear;
    opacity: 0.3;
    pointer-events: none
}

.profiles__tile {
    position: relative;
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.rtl .profiles__tile {
    float: right
}

@media screen and (min-width: 30rem) {
    .profiles__tile {
        width: 50%;
        padding-bottom: 50%
    }
}

@media screen and (min-width: 48rem) {
    .profiles__tile {
        width: 33.3333%;
        padding-bottom: 33.3333%
    }
}

@media screen and (min-width: 75rem) {
    .profiles__tile {
        width: 25%;
        padding-bottom: 25%
    }
}

.profiles__tile img {
    width: 100%
}

.profiles__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, transparent 60%, #000 100%);
    background-image: linear-gradient(to bottom, transparent 60%, #000 100%);
    width: 100%;
    height: 100%;
    display: table
}

.profiles__inner:hover {
    text-decoration: none
}

.profiles__copy {
    padding: 0 1.25rem 4%;
    display: table-cell;
    vertical-align: bottom
}

.profiles__copy h4, .profiles__copy p, .profiles__copy .small {
    margin: 0;
    color: #fff
}

.profiles__copy .small {
    margin-top: .625rem
}

.profiles__no-results {
    text-align: center;
    font-size: 1.25rem;
    margin: 12.5rem 0;
    display: none
}

.profiles__no-results.show {
    display: block
}

.load-more {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
    padding: 3.125rem 0;
    text-align: center;
    clear: both
}

.load-more__loader {
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out, background 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out, background 300ms ease-in-out;
    transition: width 300ms ease-in-out, height 300ms ease-in-out, background 300ms ease-in-out;
    width: 11.625rem;
    height: 3.4375rem;
    margin: 0 auto;
    background: #4385f3;
    border-radius: .125rem;
    line-height: 3.4375rem;
    display: inline-block
}

.load-more__loader:hover {
    text-decoration: none
}

:lang(fr) .load-more__loader, :lang(hu) .load-more__loader, :lang(tr) .load-more__loader {
    width: 16.25rem
}

.load-more__loader.load-more__loader--loading {
    -webkit-transition: width 300ms 200ms ease-in-out, height 300ms 200ms ease-in-out, background 300ms 200ms ease-in-out;
    -moz-transition: width 300ms 200ms ease-in-out, height 300ms 200ms ease-in-out, background 300ms 200ms ease-in-out;
    transition: width 300ms 200ms ease-in-out, height 300ms 200ms ease-in-out, background 300ms 200ms ease-in-out;
    -webkit-animation: loading 2.5s ease-in-out infinite;
    -moz-animation: loading 2.5s ease-in-out infinite;
    animation: loading 2.5s ease-in-out infinite;
    width: 3.4375rem;
    height: 3.4375rem;
    pointer-events: none
}

.load-more__loader.load-more__loader--loading span {
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    opacity: 0
}

.load-more__loader.load-more__loader--disabled {
    display: none
}

.load-more__loader span {
    -webkit-transition: opacity 200ms 350ms ease-in-out;
    -moz-transition: opacity 200ms 350ms ease-in-out;
    transition: opacity 200ms 350ms ease-in-out;
    white-space: nowrap
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotateY(0deg) rotateX(0deg)
    }
    25% {
        -webkit-transform: rotateY(180deg) rotateX(0deg)
    }
    50% {
        -webkit-transform: rotateY(180deg) rotateX(180deg)
    }
    75% {
        -webkit-transform: rotateY(360deg) rotateX(180deg)
    }
    100% {
        -webkit-transform: rotateY(360deg) rotateX(0deg)
    }
}

@-moz-keyframes loading {
    0% {
        -moz-transform: rotateY(0deg) rotateX(0deg)
    }
    25% {
        -moz-transform: rotateY(180deg) rotateX(0deg)
    }
    50% {
        -moz-transform: rotateY(180deg) rotateX(180deg)
    }
    75% {
        -moz-transform: rotateY(360deg) rotateX(180deg)
    }
    100% {
        -moz-transform: rotateY(360deg) rotateX(0deg)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotateY(0deg) rotateX(0deg);
        -moz-transform: rotateY(0deg) rotateX(0deg);
        -ms-transform: rotateY(0deg) rotateX(0deg);
        -o-transform: rotateY(0deg) rotateX(0deg);
        transform: rotateY(0deg) rotateX(0deg)
    }
    25% {
        -webkit-transform: rotateY(180deg) rotateX(0deg);
        -moz-transform: rotateY(180deg) rotateX(0deg);
        -ms-transform: rotateY(180deg) rotateX(0deg);
        -o-transform: rotateY(180deg) rotateX(0deg);
        transform: rotateY(180deg) rotateX(0deg)
    }
    50% {
        -webkit-transform: rotateY(180deg) rotateX(180deg);
        -moz-transform: rotateY(180deg) rotateX(180deg);
        -ms-transform: rotateY(180deg) rotateX(180deg);
        -o-transform: rotateY(180deg) rotateX(180deg);
        transform: rotateY(180deg) rotateX(180deg)
    }
    75% {
        -webkit-transform: rotateY(360deg) rotateX(180deg);
        -moz-transform: rotateY(360deg) rotateX(180deg);
        -ms-transform: rotateY(360deg) rotateX(180deg);
        -o-transform: rotateY(360deg) rotateX(180deg);
        transform: rotateY(360deg) rotateX(180deg)
    }
    100% {
        -webkit-transform: rotateY(360deg) rotateX(0deg);
        -moz-transform: rotateY(360deg) rotateX(0deg);
        -ms-transform: rotateY(360deg) rotateX(0deg);
        -o-transform: rotateY(360deg) rotateX(0deg);
        transform: rotateY(360deg) rotateX(0deg)
    }
}

.dropdown {
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out
}

.dropdown.dropdown--open i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown.dropdown--open .dropdown-list {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    max-height: 21.875rem
}

.dropdown.dropdown--disabled {
    opacity: 0.5;
    pointer-events: none
}

.dropdown.dropdown--disabled .dropdown-list {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    max-height: 0rem
}

.dropdown .dropdown-trigger {
    cursor: pointer
}

.dropdown .dropdown-list {
    -webkit-transition: max-height 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -moz-transition: max-height 300ms ease-in-out, -moz-transform 300ms ease-in-out;
    transition: max-height 300ms ease-in-out, transform 300ms ease-in-out;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 0rem;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 8px solid;
    overflow: auto;
    z-index: 1
}

.dropdown .dropdown-list li {
    position: relative;
    background: #fff;
    border: 1px solid #8c8e90;
    border-bottom: 0
}

.dropdown .dropdown-list label {
    padding: .625rem 1.25rem
}

.rtl .dropdown .dropdown-list label[for=ahdzfmd3ZWItdG9wLWNvbnRyaWJ1dG9yc3ISCxIFVGF4b24YgICAgPyn8AsM] {
    text-align: right;
    direction: ltr
}

.dropdown .dropdown-list .checkbox {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    margin-top: -10px
}

.rtl .dropdown .dropdown-list .checkbox {
    right: auto;
    left: 1.25rem
}

.custom-checkbox label {
    font-size: .875rem;
    color: #8c8e90;
    display: block;
    cursor: pointer
}

@media screen and (min-width: 48rem) {
    .custom-checkbox label {
        font-size: .875rem
    }
}

@media screen and (min-width: 60rem) {
    .custom-checkbox label {
        font-size: .875rem
    }
}

@media screen and (min-width: 75rem) {
    .custom-checkbox label {
        font-size: 1rem
    }
}

.custom-checkbox .checkbox {
    float: right;
    width: 20px;
    height: 20px;
    border: 1px solid #8c8e90;
    background: #eee;
    display: inline-block
}

.rtl .custom-checkbox .checkbox {
    float: left
}

.custom-checkbox .checkbox:before {
    width: 14px;
    height: 14px;
    margin: 2px;
    background: black;
    content: '';
    display: none
}

.custom-checkbox input[type='checkbox'] {
    display: none
}

.custom-checkbox input[type='checkbox']:checked + label {
    color: inherit
}

.custom-checkbox input[type='checkbox']:checked + label .checkbox:before {
    display: block
}

.custom-checkbox.filter--disabled {
    background-color: #f4f4f4
}

.custom-checkbox.filter--disabled label {
    opacity: 0.4;
    cursor: not-allowed
}

.checkbox-cross {
    display: none
}

.checkbox-cross:checked + label .checkbox-cross-fake::after {
    position: absolute;
    content: '';
    left: 25%;
    top: 33%;
    height: 15%;
    width: 40%;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.checkbox-cross-fake {
    display: inline-block;
    position: relative;
    width: 37px;
    height: 37px;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    background-color: #000
}

.checkbox-cross-fake--green {
    background-color: #17aa66
}

.checkbox-cross-fake--blue {
    background-color: #45a9ff
}

.checkbox-cross-fake--red {
    background-color: #ff0d00
}

.checkbox-cross-fake--gray {
    background-color: #939598
}

.checkbox-cross-fake--dark {
    background-color: #565656
}

body.rtl .profiles__copy h4:after, body.rtl .profiles__copy p:after, body.rtl .profiles__copy .small:after, body.rtl .tc-profile h2:after {
    content: '\200E'
}

.page--index .header, .page--index .secondary-header {
    background: url(../img/home-header-bg.jpg) no-repeat center;
    background-size: cover
}

@media screen and (min-width: 48rem) and (max-width: 59.9375rem) {
    .page--index .header h1, .page--index .secondary-header h1 {
        font-size: 2.375rem
    }
}

@media screen and (min-width: 75rem) {
    .page--index .header h1, .page--index .secondary-header h1 {
        font-size: 3.125rem
    }
}

.page--index .header p, .page--index .secondary-header p {
    margin: 0;
    padding: 1.25rem 0
}

.page--index .header .header__wrapper, .page--index .secondary-header .header__wrapper {
    width: 100%
}

@media screen and (min-width: 48rem) {
    .page--index .header .header__wrapper, .page--index .secondary-header .header__wrapper {
        width: auto;
        min-height: 7.5rem;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: center;
        margin: 5% auto 0
    }
}

@media screen and (min-width: 60rem) {
    .page--index .header .header__wrapper, .page--index .secondary-header .header__wrapper {
        margin-top: 3%;
        max-width: 57.5rem;
        min-height: 10.625rem
    }
}

@media screen and (min-width: 75rem) {
    .page--index .header .header__wrapper, .page--index .secondary-header .header__wrapper {
        margin-top: 0;
        max-width: 62.5rem;
        min-height: 13.75rem
    }
}

.page--index .col--image--benefits {
    background-image: url(../img/home-benefits-image.jpg);
    background-size: cover;
    background-position: center
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--index .col--image--benefits {
        background-image: url(../img/home-benefits-image@2x.jpg)
    }
}

.page--index .col--image--join {
    background-image: url(../img/home-join-image.jpg);
    background-size: cover;
    background-position: center
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--index .col--image--join {
        background-image: url(../img/home-join-image@2x.jpg)
    }
}

.page--index .card .container {
    display: block;
    border-radius: .1875rem;
    overflow: hidden;
    box-shadow: 0 0 .3125rem 0 #939291;
    background-color: #fff
}

.page--index .card .container:hover {
    text-decoration: none
}

.page--index .card__fullname {
    margin-top: 0;
    color: #48484a
}

.page--index .card__roles {
    color: #8c8e90
}

@media screen and (min-width: 60rem) {
    .header__title--home ~ p {
        max-width: 43.75rem
    }
}

@media screen and (min-width: 75rem) {
    .header__title--home ~ p {
        max-width: 50rem
    }
}

.page--about .header, .page--about .secondary-header {
    background: url(../img/about-header-bg.jpg) no-repeat center;
    background-size: cover
}

.page--about .header p, .page--about .secondary-header p {
    margin: 0 auto;
    padding: 1.25rem 0
}

@media screen and (min-width: 48rem) {
    .page--about .header p, .page--about .secondary-header p {
        max-width: 50rem;
        padding: 1.25rem
    }
}

.page--about .secondary-header {
    background-image: url(../img/about-secondary-header-bg.jpg)
}

.page--about .row {
    text-align: center
}

.page--about .row h2 {
    margin: 3.75rem 0 2.5rem 0
}

@media screen and (min-width: 60rem) {
    .page--about .row h2 {
        margin: 3.75rem 0
    }
}

.page--about .row--key-players {
    padding-top: 1.875rem;
    padding-bottom: 0rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--key-players {
        padding-top: 2.75rem;
        padding-bottom: 1rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--key-players {
        padding-top: 3.25rem;
        padding-bottom: 1.5rem
    }
}

.page--about .row--key-players h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #07914e;
    font-weight: 500;
    font-size: 1.375rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--key-players h2 {
        font-size: 1.625rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--key-players h2 {
        font-size: 2.125rem
    }
}

@media screen and (min-width: 75rem) {
    .page--about .row--key-players h2 {
        font-size: 2.25rem
    }
}

.page--about .row--key-players .row--key-players__poweredby {
    text-transform: uppercase;
    color: #757575;
    font-size: .875rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--key-players .row--key-players__poweredby {
        font-size: 1rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--key-players .row--key-players__poweredby {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 75rem) {
    .page--about .row--key-players .row--key-players__poweredby {
        font-size: 1.125rem
    }
}

.page--about .row--key-players .content {
    max-width: 60rem;
    position: relative;
    font-size: 0
}

.page--about .row--key-players .content .col {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    padding-top: 1.875rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--key-players .content .col {
        padding-top: 2.5rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--key-players .content .col {
        padding-top: 3rem
    }
}

.page--about .row--key-players .content h4 {
    font-size: .875rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--key-players .content h4 {
        font-size: 1.5rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--key-players .content h4 {
        font-size: 1.625rem
    }
}

@media screen and (min-width: 75rem) {
    .page--about .row--key-players .content h4 {
        font-size: 1.75rem
    }
}

.page--about .row--ways-help {
    background-color: #07914e;
    color: white;
    position: relative;
    padding-top: 6.25rem
}

.page--about .row--ways-help h3, .page--about .row--ways-help h4, .page--about .row--ways-help p {
    color: white
}

.page--about .row--ways-help h3 {
    font-weight: 500;
    font-size: 1.375rem;
    margin-bottom: .625rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--ways-help h3 {
        font-size: 1.625rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--ways-help h3 {
        font-size: 2.125rem
    }
}

@media screen and (min-width: 75rem) {
    .page--about .row--ways-help h3 {
        font-size: 2.25rem
    }
}

@media screen and (min-width: 48rem) {
    .page--about .row--ways-help h3 {
        margin-bottom: 1rem
    }
}

.page--about .row--ways-help p {
    font-size: .875rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--ways-help p {
        font-size: 1rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--ways-help p {
        font-size: 1rem
    }
}

@media screen and (min-width: 75rem) {
    .page--about .row--ways-help p {
        font-size: 1.125rem
    }
}

.page--about .row--ways-help h4 {
    font-size: 1.25rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--ways-help h4 {
        font-size: 1.375rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--ways-help h4 {
        font-size: 1.625rem
    }
}

@media screen and (min-width: 75rem) {
    .page--about .row--ways-help h4 {
        font-size: 1.75rem
    }
}

@media screen and (min-width: 48rem) {
    .page--about .row--ways-help .col {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media screen and (min-width: 75rem) {
    .page--about .row--ways-help .col {
        padding-left: 7%;
        padding-right: 7%
    }
}

.page--about .row--ways-help .row--ways-help__img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 5rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--ways-help .row--ways-help__img {
        height: 6.25rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--ways-help .row--ways-help__img {
        height: 7.8125rem
    }
}

.page--about .row--ways-help .row--ways-help__img--product {
    background-image: url(../img/about-products.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--about .row--ways-help .row--ways-help__img--product {
        background-image: url(../img/about-products@2x.png)
    }
}

.page--about .row--ways-help .row--ways-help__img--social {
    background-image: url(../img/about-twitter.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--about .row--ways-help .row--ways-help__img--social {
        background-image: url(../img/about-twitter@2x.png)
    }
}

.page--about .row--ways-help__triangular-bg {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 3.125rem;
    width: 100%
}

.page--about .row--ways-help__triangular-bg .green-arrow-down {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.5rem;
    height: .96875rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/arrow-down-green.png);
    -webkit-transform: translate3d(-50%, 50%, 0);
    -moz-transform: translate3d(-50%, 50%, 0);
    -ms-transform: translate3d(-50%, 50%, 0);
    -o-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--about .row--ways-help__triangular-bg .green-arrow-down {
        background-image: url(../img/arrow-down-green@2x.png)
    }
}

@media screen and (min-width: 48rem) {
    .page--about .row--ways-help__triangular-bg .green-arrow-down {
        width: 1.8rem;
        height: 1.1625rem;
        -webkit-transform: translate3d(-50%, -10%, 0);
        -moz-transform: translate3d(-50%, -10%, 0);
        -ms-transform: translate3d(-50%, -10%, 0);
        -o-transform: translate3d(-50%, -10%, 0);
        transform: translate3d(-50%, -10%, 0)
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--ways-help__triangular-bg .green-arrow-down {
        width: 3rem;
        height: 1.9375rem;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }
}

.page--about .row--ways-help__triangular-bg .col {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 15.625rem;
    overflow: hidden
}

.page--about .row--ways-help__triangular-bg .col:before {
    content: '';
    background-color: #07914e;
    width: 625rem;
    height: 187.5rem;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -o-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right
}

.page--about .row--ways-help__triangular-bg .col:nth-child(2) {
    left: 50%
}

.page--about .row--ways-help__triangular-bg .col:nth-child(2):before {
    right: auto;
    left: 0;
    -webkit-transform: rotateZ(-5deg);
    -moz-transform: rotateZ(-5deg);
    -ms-transform: rotateZ(-5deg);
    -o-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left
}

.page--about .row--descriptions {
    font-size: 0
}

.page--about .row--descriptions p {
    font-size: .875rem;
    color: #757575
}

@media screen and (min-width: 48rem) {
    .page--about .row--descriptions p {
        font-size: 1rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--descriptions p {
        font-size: 1rem
    }
}

@media screen and (min-width: 75rem) {
    .page--about .row--descriptions p {
        font-size: 1.125rem
    }
}

.page--about .row--descriptions h4 {
    font-size: 1.25rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--descriptions h4 {
        font-size: 1.375rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--descriptions h4 {
        font-size: 1.625rem
    }
}

@media screen and (min-width: 75rem) {
    .page--about .row--descriptions h4 {
        font-size: 1.75rem
    }
}

@media screen and (min-width: 48rem) {
    .page--about .row--descriptions {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row
    }
}

.page--about .row--descriptions .col {
    float: none;
    display: inline-block;
    vertical-align: top
}

@media screen and (min-width: 60rem) {
    .page--about .row--descriptions .col {
        padding-left: 2%;
        padding-right: 2%
    }
}

@media screen and (min-width: 75rem) {
    .page--about .row--descriptions .col {
        padding-left: 4%;
        padding-right: 4%
    }
}

.page--about .row--descriptions .col h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: .25rem;
    width: 1.99138rem;
    height: 2.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.page--about .row--descriptions .col:nth-child(1) h4 {
    color: #07914e
}

.page--about .row--descriptions .col:nth-child(1) h4:before {
    background-image: url(../img/badge-top-contributor.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--about .row--descriptions .col:nth-child(1) h4:before {
        background-image: url(../img/badge-top-contributor@2x.png)
    }
}

@media screen and (min-width: 48rem) {
    .page--about .row--descriptions .col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        background-color: #eee
    }
}

.page--about .row--descriptions .col:nth-child(2) {
    background-color: #eee
}

.page--about .row--descriptions .col:nth-child(2) h4 {
    color: #f4b400
}

.page--about .row--descriptions .col:nth-child(2) h4:before {
    background-image: url(../img/badge-rising-star.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--about .row--descriptions .col:nth-child(2) h4:before {
        background-image: url(../img/badge-rising-star@2x.png)
    }
}

@media screen and (min-width: 48rem) {
    .page--about .row--descriptions .col:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        background-color: transparent
    }
}

.page--about .row--descriptions .col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3
}

.page--about .row--descriptions .col:nth-child(3) h4 {
    color: #07914e
}

.page--about .row--descriptions .col:nth-child(3) h4:before {
    background-image: url(../img/badge-mentor.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--about .row--descriptions .col:nth-child(3) h4:before {
        background-image: url(../img/badge-mentor@2x.png)
    }
}

.page--about .key-players__title {
    margin: 0
}

.page--about .key-players__title:before {
    content: '';
    display: block;
    width: 3.775rem;
    height: 4.325rem;
    background: no-repeat center;
    background-size: contain;
    margin: 0 auto 1.25rem auto
}

@media screen and (min-width: 30rem) {
    .page--about .key-players__title:before {
        width: 5.6625rem;
        height: 6.4875rem
    }
}

@media screen and (min-width: 48rem) {
    .page--about .key-players__title:before {
        width: 9.4375rem;
        height: 10.8125rem;
        margin-bottom: 2.25rem
    }
}

.page--about .key-players__title.key-players__title--rising-star:before, .page--about .key-players__title.key-players__title--mentor:before {
    margin-top: 1.5rem
}

@media screen and (min-width: 60rem) {
    .page--about .key-players__title.key-players__title--rising-star:before, .page--about .key-players__title.key-players__title--mentor:before {
        margin-top: 1.875rem
    }
}

.page--about .key-players__title.key-players__title--rising-star {
    color: #f4b400
}

.page--about .key-players__title.key-players__title--rising-star:before {
    background-image: url(../img/badge-rising-star.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--about .key-players__title.key-players__title--rising-star:before {
        background-image: url(../img/badge-rising-star@2x.png)
    }
}

.page--about .key-players__title.key-players__title--top-contributor {
    color: #07914e
}

.page--about .key-players__title.key-players__title--top-contributor:before {
    background-image: url(../img/badge-top-contributor.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--about .key-players__title.key-players__title--top-contributor:before {
        background-image: url(../img/badge-top-contributor@2x.png)
    }
}

.page--about .key-players__title.key-players__title--mentor {
    color: #07914e
}

.page--about .key-players__title.key-players__title--mentor:before {
    background-image: url(../img/badge-mentor.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page--about .key-players__title.key-players__title--mentor:before {
        background-image: url(../img/badge-mentor@2x.png)
    }
}

.page--about .video-wrapper .video-wrapper__overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media screen and (min-width: 48rem) {
    .page--about .video-wrapper .video-wrapper__overlay {
        top: .125rem;
        bottom: .125rem
    }
}

.page--about .video-wrapper h2 {
    margin: 0 0 1.25rem 0;
    display: none
}

:lang(en) .page--about .video-wrapper h2 {
    display: block
}

.page--about .video-wrapper.video-wrapper--importance {
    background: url(../img/about-importance.jpg) no-repeat center;
    background-size: cover
}

@media screen and (min-width: 48rem) {
    .page--about .video-wrapper.video-wrapper--importance {
        border-top: .125rem solid #fff;
        border-bottom: .125rem solid #fff;
        border-right: .125rem solid #fff
    }

    .page--about .video-wrapper.video-wrapper--importance .video-wrapper__overlay {
        right: .125rem
    }
}

.page--about .video-wrapper.video-wrapper--what-do {
    background: url(../img/about-what-do.jpg) no-repeat center;
    background-size: cover
}

@media screen and (min-width: 48rem) {
    .page--about .video-wrapper.video-wrapper--what-do {
        border-top: .125rem solid #fff;
        border-bottom: .125rem solid #fff
    }
}

@media screen and (min-width: 48rem) {
    .page--about .col--video .col__inner {
        min-height: 30vw
    }
}

.rtl.page--about .video-wrapper.video-wrapper--importance {
    border-right: none
}

.rtl.page--about .video-wrapper.video-wrapper--importance .video-wrapper__overlay {
    right: 0
}

@media screen and (min-width: 48rem) {
    .rtl.page--about .video-wrapper.video-wrapper--what-do {
        border-right: .125rem solid #fff
    }
}

@media screen and (min-width: 48rem) {
    .rtl.page--about .video-wrapper.video-wrapper--what-do .video-wrapper__overlay {
        right: .125rem
    }
}

.page--join .header, .page--join .secondary-header {
    background: url(../img/join-header-bg.jpg) no-repeat center;
    background-size: cover
}

.page--join .header p, .page--join .secondary-header p {
    margin: 0 auto;
    max-width: 50rem;
    padding: 1.25rem 0
}

@media screen and (min-width: 48rem) {
    .page--join .header p, .page--join .secondary-header p {
        padding: 1.25rem
    }
}

.page--join .row--join {
    padding-top: 0;
    padding-bottom: 0
}

.page--join .row--join.row--join--last {
    padding-bottom: 3.125rem
}

@media screen and (min-width: 60rem) {
    .page--join .row--join .content {
        max-width: 48.125rem
    }
}

@media screen and (min-width: 75rem) {
    .page--join .row--join .content {
        max-width: 56.25rem
    }
}

.page--join .row--join .col {
    padding: 2.5rem;
    padding-bottom: 0
}

.page--join .row--join-what-takes {
    text-align: center
}

@media screen and (min-width: 60rem) {
    .page--join .row--join-what-takes h2 {
        margin-bottom: 5rem
    }
}

.page--join .row--join-what-takes .col {
    padding: 1.5625rem .9375rem;
    border-bottom: .0625rem solid #17aa66
}

@media screen and (min-width: 48rem) {
    .page--join .row--join-what-takes .col {
        padding: 0 1.5625rem;
        border-right: .0625rem solid #17aa66;
        border-bottom: none
    }
}

@media screen and (min-width: 60rem) {
    .page--join .row--join-what-takes .col {
        padding: 0 2.5rem
    }
}

@media screen and (min-width: 90rem) {
    .page--join .row--join-what-takes .col {
        padding: 0 3.75rem
    }
}

@media screen and (min-width: 101.25rem) {
    .page--join .row--join-what-takes .col {
        padding: 0 5.5rem
    }
}

.page--join .row--join-what-takes .col:last-child {
    border-right: none;
    border-bottom: none
}

.page--join .row--join-what-takes .col h3 {
    color: #17aa66
}

@media screen and (min-width: 60rem) {
    .page--join .row--join-what-takes .col h3 {
        margin-top: 0;
        margin-bottom: 50px
    }
}

.page--join .row--join-what-takes .content {
    max-width: 100%
}

@media screen and (min-width: 48rem) {
    .page--join .row--join-what-takes .content {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 48rem) {
    .page--join.rtl .row--join-what-takes .col {
        border-left: .0625rem solid #17aa66;
        border-right: none
    }
}

.page--join.rtl .row--join-what-takes .col:last-child {
    border-left: none
}

@media screen and (min-width: 48rem) {
    .page--join .col--video .col__inner {
        min-height: 30vw
    }
}

.video-wrapper--what-do {
    background: url(../img/join-video-image.jpg) no-repeat center;
    background-size: cover
}

.join-badge {
    display: inline-block;
    padding-top: 11.0625rem;
    text-align: center;
    position: relative
}

@media screen and (min-width: 48rem) {
    .join-badge {
        padding-left: 10.0625rem;
        padding-top: 0;
        text-align: left;
        margin: 3.125rem 0;
        min-height: 7.9375rem
    }

    .rtl .join-badge {
        padding-left: 0;
        padding-right: 10.0625rem;
        text-align: right
    }
}

@media screen and (min-width: 60rem) {
    .join-badge {
        padding-left: 12.14375rem
    }

    .rtl .join-badge {
        padding-left: 0;
        padding-right: 12.14375rem
    }
}

@media screen and (min-width: 75rem) {
    .join-badge {
        padding-left: 13.53125rem
    }

    .rtl .join-badge {
        padding-left: 0;
        padding-right: 13.53125rem
    }
}

.join-badge .join-badge__img {
    position: absolute;
    top: 1.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6.9375rem;
    height: 7.9375rem;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (min-width: 48rem) {
    .join-badge .join-badge__img {
        width: 6.9375rem;
        height: 7.9375rem;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: .3125rem;
        left: 0;
        right: auto
    }

    .rtl .join-badge .join-badge__img {
        right: 0;
        left: auto
    }
}

@media screen and (min-width: 60rem) {
    .join-badge .join-badge__img {
        width: 9.01875rem;
        height: 10.4775rem;
        top: .625rem
    }
}

@media screen and (min-width: 75rem) {
    .join-badge .join-badge__img {
        width: 10.40625rem;
        height: 11.90625rem
    }
}

.join-badge.join-badge--rising-star .join-badge__img {
    background-image: url(../img/badge-rising-star.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .join-badge.join-badge--rising-star .join-badge__img {
        background-image: url(../img/badge-rising-star@2x.png)
    }
}

.join-badge.join-badge--top-contributor .join-badge__img {
    background-image: url(../img/badge-top-contributor.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .join-badge.join-badge--top-contributor .join-badge__img {
        background-image: url(../img/badge-top-contributor@2x.png)
    }
}

.page--benefits .header, .page--benefits .secondary-header {
    background: url(../img/benefits-header-bg.jpg) no-repeat center top;
    background-size: cover
}

@media screen and (min-width: 48rem) and (max-width: 59.9375rem) {
    .page--benefits .header h1, .page--benefits .secondary-header h1 {
        margin-top: 2rem
    }
}

.page--benefits .header p, .page--benefits .secondary-header p {
    margin: 0 auto;
    max-width: 50rem;
    padding: 1.25rem 0
}

@media screen and (min-width: 48rem) {
    .page--benefits .header p, .page--benefits .secondary-header p {
        padding: 1.25rem
    }
}

.page--benefits .row--3-cols {
    text-align: center
}

@media screen and (min-width: 60rem) {
    .page--benefits .row--3-cols .container {
        max-width: 80%
    }
}

.page--benefits .row--3-cols h2 {
    font-size: 1.5625rem
}

@media screen and (min-width: 48rem) {
    .page--benefits .row--3-cols h2 {
        font-size: 1.5rem
    }
}

@media screen and (min-width: 60rem) {
    .page--benefits .row--3-cols h2 {
        font-size: 1.75rem
    }
}

@media screen and (min-width: 75rem) {
    .page--benefits .row--3-cols h2 {
        font-size: 2.5rem
    }
}

.page--benefits .row--3-cols p {
    font-size: .875rem
}

@media screen and (min-width: 48rem) {
    .page--benefits .row--3-cols p {
        font-size: .75rem
    }
}

@media screen and (min-width: 60rem) {
    .page--benefits .row--3-cols p {
        font-size: .875rem
    }
}

@media screen and (min-width: 75rem) {
    .page--benefits .row--3-cols p {
        font-size: 1rem
    }
}

@media screen and (min-width: 60rem) and (max-width: 74.9375rem) {
    .page--benefits .row--3-cols p {
        line-height: 1.3125rem
    }
}

.page--benefits .secondary-header {
    background-image: url(../img/benefits-secondary-header-bg.jpg)
}

.page--benefits .video-wrapper--benefits {
    background-image: url(../img/benefits-video-image.jpg)
}

@media screen and (min-width: 48rem) {
    .page--benefits .col--video .col__inner {
        min-height: 30vw
    }
}

.col--image--benefits-1 {
    background-image: url(../img/benefits-1.jpg)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .col--image--benefits-1 {
        background-image: url(../img/benefits-1@2x.jpg)
    }
}

.col--image--benefits-2 {
    background-image: url(../img/benefits-2.jpg)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .col--image--benefits-2 {
        background-image: url(../img/benefits-2@2x.jpg)
    }
}

.col--image--benefits-3 {
    background-image: url(../img/benefits-3.jpg)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .col--image--benefits-3 {
        background-image: url(../img/benefits-3@2x.jpg)
    }
}

.col--image--benefits-4 {
    background-image: url(../img/benefits-4.jpg)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .col--image--benefits-4 {
        background-image: url(../img/benefits-4@2x.jpg)
    }
}

.col--image--benefits-5 {
    background-image: url(../img/benefits-5.jpg)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .col--image--benefits-5 {
        background-image: url(../img/benefits-5@2x.jpg)
    }
}

.col--image--benefits-6 {
    background-image: url(../img/benefits-6.jpg)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .col--image--benefits-6 {
        background-image: url(../img/benefits-6@2x.jpg)
    }
}

.page--profiles .header, .page--profiles .secondary-header {
    background: url(../img/profiles-header-bg.jpg) no-repeat center;
    background-size: cover
}

.page--profiles .header h1, .page--profiles .secondary-header h1 {
    max-width: 13.125rem
}

@media screen and (min-width: 48rem) {
    .page--profiles .header h1, .page--profiles .secondary-header h1 {
        max-width: none
    }
}

.page--profiles .header p, .page--profiles .secondary-header p {
    margin: 0 auto;
    padding: 1.25rem 0
}

@media screen and (min-width: 48rem) {
    .page--profiles .header p, .page--profiles .secondary-header p {
        max-width: 50rem;
        padding: 1.25rem
    }
}

.page--profiles .main {
    z-index: 3
}

.tc-profile h1, .tc-profile h2 {
    color: #fff;
    margin: 0
}

.tc-profile h3 {
    color: #424242;
    margin: 0 0 .625rem
}

@media screen and (min-width: 48rem) {
    .tc-profile h3 {
        margin-bottom: .9375rem
    }
}

.tc-profile h1 {
    font-size: 2.375rem;
    margin: 0 0 .5rem
}

@media screen and (min-width: 48rem) {
    .tc-profile h1 {
        font-size: 3.125rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile h1 {
        font-size: 3.125rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile h1 {
        font-size: 3.125rem
    }
}

.tc-profile h2 {
    font-size: 1.25rem
}

@media screen and (min-width: 48rem) {
    .tc-profile h2 {
        font-size: 1.5625rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile h2 {
        font-size: 1.5625rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile h2 {
        font-size: 1.5625rem
    }
}

.tc-profile h3 {
    font-size: 1rem
}

@media screen and (min-width: 48rem) {
    .tc-profile h3 {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile h3 {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile h3 {
        font-size: 1.25rem
    }
}

.tc-profile a {
    text-decoration: none
}

.tc-profile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    display: block
}

@media screen and (min-width: 48rem) {
    .tc-profile ul {
        vertical-align: middle
    }
}

.tc-profile__message {
    width: 100%;
    background-color: #565656;
    overflow: auto;
    padding: 2.75rem .9375rem 2rem .9375rem
}

@media screen and (min-width: 48rem) {
    .tc-profile__message {
        padding: 4rem 2.5rem 3.5rem 2.5rem
    }
}

.tc-profile__message p {
    font-size: .8125rem;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 48rem) {
    .tc-profile__message p {
        font-size: 1.6875rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile__message p {
        font-size: 1.6875rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile__message p {
        font-size: 1.6875rem
    }
}

.tc-profile__message__confirmed {
    width: 4.75rem;
    height: 3.875rem;
    display: block
}

.tc-profile__header {
    background-color: #17aa66;
    font-size: 0;
    position: relative
}

.tc-profile__pic {
    width: 20rem;
    height: 20rem;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (min-width: 48rem) {
    .tc-profile__pic {
        display: inline-block;
        vertical-align: bottom
    }
}

.tc-profile__info {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 1.875rem .9375rem
}

@media screen and (min-width: 48rem) {
    .tc-profile__info {
        width: auto;
        width: calc(100% - 320px);
        display: inline-block;
        vertical-align: bottom;
        position: static;
        padding: 2.5rem 1.875rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile__info {
        padding: 1.5625rem 2.5rem
    }
}

.icon-external-link {
    width: .9375rem;
    height: .9375rem;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: .25rem;
    margin-left: .25rem
}

@media screen and (min-width: 48rem) {
    .icon-external-link {
        width: 1.25rem;
        height: 1.25rem
    }
}

.tc-profile__info__social {
    position: absolute;
    height: 2.5rem;
    bottom: -1.25rem;
    right: .9375rem;
    display: inline-block
}

@media screen and (min-width: 48rem) {
    .tc-profile__info__social {
        height: 3.125rem;
        bottom: -1.5625rem;
        right: 1.875rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile__info__social {
        right: 2.5rem
    }
}

.rtl .tc-profile__info__social {
    right: 0;
    left: .9375rem
}

@media screen and (min-width: 48rem) {
    .rtl .tc-profile__info__social {
        right: 0;
        left: 1.875rem
    }
}

@media screen and (min-width: 60rem) {
    .rtl .tc-profile__info__social {
        right: 0;
        left: 2.5rem
    }
}

.tc-profile__info__gplus, .tc-profile__info__in, .tc-profile__info__tw {
    border-radius: 50%;
    margin-left: .625rem;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    float: right
}

.rtl .tc-profile__info__gplus, .rtl .tc-profile__info__in, .rtl .tc-profile__info__tw {
    float: left
}

@media screen and (min-width: 48rem) {
    .tc-profile__info__gplus, .tc-profile__info__in, .tc-profile__info__tw {
        margin-left: .9375rem;
        width: 3.125rem;
        height: 3.125rem
    }
}

.tc-profile__info__gplus {
    background-color: #ff452e
}

.tc-profile__info__in {
    background-color: #046799
}

.tc-profile__info__tw {
    background-color: #2aa9e0
}

.tc-profile__attr, .tc-profile__forumlinks {
    width: 20rem;
    margin: 0 auto;
    padding: 3.125rem .9375rem
}

@media screen and (min-width: 48rem) {
    .tc-profile__attr, .tc-profile__forumlinks {
        width: 100%;
        padding: 3.125rem 2.5rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile__attr, .tc-profile__forumlinks {
        padding: 3.125rem 5rem
    }
}

.tc-profile__attr-wrapper {
    background-color: #f4f4f4
}

.tc-profile__attr-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.tc-profile__attr__list ul {
    padding: .25rem 0;
    position: relative;
    height: 3.6875rem;
    overflow: hidden
}

@media screen and (min-width: 48rem) {
    .tc-profile__attr__list ul {
        height: 2.625rem;
        padding: .25rem 0 .25rem 7.9375rem
    }

    .rtl .tc-profile__attr__list ul {
        padding: .25rem 7.9375rem .25rem 0
    }
}

.tc-profile__attr__list--expanded ul {
    height: auto;
    overflow: visible
}

.tc-profile__attr__list ul::before, .tc-profile__attr__list__title {
    color: #8c8e90;
    display: block;
    width: 7rem;
    margin-right: .9375rem;
    padding: .125rem 0;
    font-size: .6875rem
}

@media screen and (min-width: 48rem) {
    .tc-profile__attr__list ul::before, .tc-profile__attr__list__title {
        font-size: 1rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile__attr__list ul::before, .tc-profile__attr__list__title {
        font-size: 1rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile__attr__list ul::before, .tc-profile__attr__list__title {
        font-size: 1rem
    }
}

@media screen and (min-width: 48rem) {
    .tc-profile__attr__list ul::before, .tc-profile__attr__list__title {
        display: inline-block;
        vertical-align: middle
    }
}

.rtl .tc-profile__attr__list ul::before, .tc-profile__attr__list .rtl ul::before, .rtl .tc-profile__attr__list__title {
    margin-right: 0;
    margin-left: .9375rem
}

.tc-profile__attr__list ul::before {
    content: attr(data-list-header)
}

@media screen and (min-width: 48rem) {
    .tc-profile__attr__list ul::before {
        float: left;
        position: absolute;
        top: .25rem;
        left: 0
    }

    .rtl .tc-profile__attr__list ul::before {
        float: right
    }

    .rtl .tc-profile__attr__list ul::before {
        left: auto;
        right: 0
    }
}

.tc-profile__attr__list__item {
    background-color: #8c8e90;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: .125rem .375rem;
    font-size: .75rem;
    margin-right: .1875rem;
    margin-bottom: .1875rem;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out
}

@media screen and (min-width: 48rem) {
    .tc-profile__attr__list__item {
        font-size: 1rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile__attr__list__item {
        font-size: 1rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile__attr__list__item {
        font-size: 1rem
    }
}

@media screen and (min-width: 48rem) {
    .tc-profile__attr__list__item {
        margin-right: .125rem;
        margin-bottom: .125rem
    }
}

.tc-profile__attr__list__item--hidden {
    display: none
}

.tc-profile__attr__list__item--transparent {
    opacity: 0;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px)
}

.rtl .tc-profile__attr__list__item {
    margin-right: 0;
    margin-left: .1875rem
}

@media screen and (min-width: 48rem) {
    .rtl .tc-profile__attr__list__item {
        margin-left: .125rem
    }
}

.tc-profile__attr__list__item--more {
    padding-top: .0625rem;
    padding-bottom: .0625rem;
    border: 1px solid #8c8e90;
    background-color: transparent;
    color: #8c8e90;
    cursor: pointer
}

.tc-profile__attr__list__item--more::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
    margin-left: .125rem;
    width: .66477rem;
    height: .5625rem
}

@media screen and (min-width: 48rem) {
    .tc-profile__attr__list__item--more::after {
        width: .8125rem;
        height: .6875rem
    }
}

.tc-profile__forumlinks__item {
    font-size: .75rem;
    padding: .375rem 0;
    display: block;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out
}

@media screen and (min-width: 48rem) {
    .tc-profile__forumlinks__item {
        font-size: 1rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile__forumlinks__item {
        font-size: 1rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile__forumlinks__item {
        font-size: 1rem
    }
}

.tc-profile__forumlinks__item--hidden {
    display: none
}

.tc-profile__forumlinks__item--transparent {
    opacity: 0;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px)
}

.tc-profile__forumlinks__item:not(:first-child) {
    border-top: 1px solid #f4f4f4
}

.tc-profile__forumlinks__item, .tc-profile__forumlinks__item a {
    color: #45a9ff
}

.tc-profile__forumlinks__item a:hover, .tc-profile__forumlinks__item a:focus {
    text-decoration: underline
}

.tc-profile--edit {
    width: 100%;
    min-width: 75rem;
    background: #f4f4f4
}

.tc-profile--edit.tc-profile h1 {
    font-size: 2.125rem
}

@media screen and (min-width: 48rem) {
    .tc-profile--edit.tc-profile h1 {
        font-size: 2.125rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile--edit.tc-profile h1 {
        font-size: 2.125rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile--edit.tc-profile h1 {
        font-size: 2.125rem
    }
}

.tc-profile--edit.tc-profile h1 span {
    vertical-align: middle;
    position: relative;
    top: .1875rem
}

.tc-profile--edit .tc-profile__wrapper {
    width: 75rem;
    margin: 0 auto;
    padding: 1.875rem
}

.tc-profile--edit .tc-profile__attr-wrapper .tc-profile__wrapper, .tc-profile--edit .tc-profile__tutorials .tc-profile__wrapper {
    padding-top: 0
}

.tc-profile--edit .tc-profile__tutorials .tc-profile__wrapper {
    padding-bottom: 0
}

.tc-profile--edit .tc-profile__tutorials hr {
    margin-top: 1.875rem
}

.tc-profile--edit .tc-profile__tutorials .btn-primary {
    line-height: 2.25rem
}

.tc-profile--edit .tc-profile__tutorials .btn-primary span {
    float: left;
    margin-right: .625rem;
    font-size: 2.1875rem;
    line-height: 1
}

.rtl .tc-profile--edit .tc-profile__tutorials .btn-primary span {
    float: right
}

.rtl .tc-profile--edit .tc-profile__tutorials .btn-primary span {
    margin-right: 0;
    margin-left: .625rem
}

.tc-profile--edit .tc-profile__pic-wrapper {
    width: 31.25rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.875rem
}

.rtl .tc-profile--edit .tc-profile__pic-wrapper {
    margin-right: 0;
    margin-left: 1.875rem
}

.tc-profile--edit .tc-profile__pic {
    width: 31.25rem;
    height: 31.25rem;
    margin-bottom: .625rem;
    background-color: #07914e;
    position: relative;
    overflow: hidden
}

.tc-profile--edit .tc-profile__pic input {
    position: absolute;
    top: 0;
    left: -9999px
}

.tc-profile--edit .tc-profile__pic span {
    font-size: 1rem;
    border: none;
    position: absolute;
    right: .3125rem;
    bottom: .3125rem;
    padding: .375rem .75rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    cursor: pointer
}

@media screen and (min-width: 48rem) {
    .tc-profile--edit .tc-profile__pic span {
        font-size: 1rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile--edit .tc-profile__pic span {
        font-size: 1rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile--edit .tc-profile__pic span {
        font-size: 1rem
    }
}

.rtl .tc-profile--edit .tc-profile__pic span {
    right: auto;
    left: .3125rem
}

.tc-profile--edit .tc-profile__pic-disclaimer {
    font-size: .875rem;
    color: #fff
}

@media screen and (min-width: 48rem) {
    .tc-profile--edit .tc-profile__pic-disclaimer {
        font-size: .875rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile--edit .tc-profile__pic-disclaimer {
        font-size: .875rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile--edit .tc-profile__pic-disclaimer {
        font-size: .875rem
    }
}

.tc-profile--edit .tc-profile__info {
    width: 38.125rem;
    vertical-align: top;
    padding: 0;
    color: #fff;
    display: inline-block;
    margin: 0
}

.tc-profile--edit .main-logo {
    float: none;
    margin-top: .3125rem;
    margin-bottom: 1.125rem
}

.tc-profile--edit .tc-profile__info__disclaimer {
    line-height: 1.2;
    color: #fff;
    font-size: 1.125rem;
    margin: 0 0 1.125rem
}

@media screen and (min-width: 48rem) {
    .tc-profile--edit .tc-profile__info__disclaimer {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 60rem) {
    .tc-profile--edit .tc-profile__info__disclaimer {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 75rem) {
    .tc-profile--edit .tc-profile__info__disclaimer {
        font-size: 1.125rem
    }
}

.tc-profile--edit .tc-profile__info input {
    font-size: .875rem;
    display: inline-block;
    width: 100%;
    color: #fff;
    background-color: #07914e;
    border: none;
    padding: .375rem .75rem
}

.tc-profile--edit .tc-profile__info input.input-big {
    padding: .9rem .75rem .6rem;
    font-size: 2.5rem
}

.tc-profile--edit .tc-profile__info input.input--error {
    border: 1px solid #ff0d00
}

.tc-profile--edit .tc-profile__info input.input--error + .input-error-message {
    display: block
}

.tc-profile--edit .tc-profile__info input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.tc-profile--edit .tc-profile__info input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.tc-profile--edit .tc-profile__info input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.tc-profile--edit .tc-profile__info input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.tc-profile--edit .input-wrapper {
    margin-top: 2rem
}

.tc-profile--edit .input-wrapper.input-wrapper--ext-link {
    padding-right: 1.875rem;
    position: relative
}

.rtl .tc-profile--edit .input-wrapper.input-wrapper--ext-link {
    padding-left: 1.875rem;
    padding-right: 0
}

.tc-profile--edit .input-wrapper .input-external-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #07914e;
    padding: .3125rem;
    display: inline-block
}

.rtl .tc-profile--edit .input-wrapper .input-external-link {
    right: auto;
    left: 0
}

.tc-profile--edit .input-wrapper .input-external-link.disabled {
    opacity: 0.5;
    pointer-events: none
}

.tc-profile--edit .input-wrapper .input-external-link span {
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block
}

.tc-profile--edit .input-wrapper.input-wrapper--social {
    padding-left: 3.75rem;
    padding-top: .6875rem;
    padding-bottom: .6875rem;
    margin-top: .625rem
}

.rtl .tc-profile--edit .input-wrapper.input-wrapper--social {
    padding-left: 3.75rem
}

.tc-profile--edit .input-wrapper.input-wrapper--social .input-external-link {
    top: .6875rem;
    bottom: .6875rem
}

.rtl .tc-profile--edit .input-wrapper.input-wrapper--social .input-external-link {
    left: 3.75rem
}

.tc-profile--edit .input-wrapper .tc-profile__info__gplus, .tc-profile--edit .input-wrapper .tc-profile__info__in, .tc-profile--edit .input-wrapper .tc-profile__info__tw {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.125rem;
    height: 3.125rem;
    margin-left: 0;
    margin-right: .625rem
}

.tc-profile--edit .input-wrapper--ext-link:not(.input-wrapper--social) + .input-wrapper--social {
    margin-top: 1.3125rem
}

.tc-profile--edit hr {
    margin: 0
}

.tc-profile--edit .input-error-message {
    font-size: 12px;
    font-weight: 500;
    padding: 0 .3125rem;
    background-color: #ff0d00;
    display: inline-block;
    float: right;
    display: none
}

.tc-profile--edit .form-error-message {
    font-size: 13px;
    font-weight: 500;
    padding: 4px 15px;
    margin: 0 0 0 32px;
    background-color: #ff0d00;
    color: #fff;
    display: none
}

.tc-profile--edit.form--error .form-error-message {
    display: inline-block
}

.tc-profile--edit.form--error .btn-profile-save-draft, .tc-profile--edit.form--error .btn-profile-preview, .tc-profile--edit.form--error .btn-profile-publish, .tc-profile--edit.form--error .btn-profile-submit {
    opacity: 0.5;
    pointer-events: none
}

.tc-profile--edit .selection {
    margin: 1.875rem 0 3.75rem 0;
    position: relative
}

.tc-profile--edit .selection:after {
    content: "";
    display: table;
    clear: both
}

.tc-profile--edit .selection__tags {
    max-width: 65%;
    float: left;
    margin-top: -.625rem;
    margin-left: .625rem
}

.tc-profile--edit .selection__tags.selection__tags--green {
    color: #17aa66
}

.tc-profile--edit .selection__tags.selection__tags--blue {
    color: #4385f3
}

.tc-profile--edit .selection__tags.selection__tags--gray {
    color: #8c8e90
}

.tc-profile--edit .selection__tag {
    height: 3.5625rem;
    padding: .3125rem .625rem;
    margin: .625rem .3125rem 0;
    border: 1px solid;
    font-weight: bold;
    line-height: 2.9375rem;
    display: inline-block
}

.tc-profile--edit .selection__tag a {
    color: black
}

.tc-profile--edit .selection__remove {
    font-style: normal;
    margin-left: .625rem;
    cursor: pointer
}

.rtl .tc-profile--edit .selection__remove {
    margin-left: 0;
    margin-right: .625rem
}

.tc-profile--edit .selection__remove:hover {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4)
}

.selection__tags--green .selection__remove:hover {
    text-shadow: 0 0 2px rgba(11, 80, 48, 0.4)
}

.selection__tags--blue .selection__remove:hover {
    text-shadow: 0 0 2px rgba(12, 81, 196, 0.4)
}

.selection__tags--gray .selection__remove:hover {
    text-shadow: 0 0 2px rgba(89, 91, 93, 0.4)
}

.tc-profile--edit .selection.input--error .filter {
    border: 3px solid #ff0d00
}

.tc-profile--edit .selection.input--error .input-error-message {
    display: block;
    color: #fff;
    position: absolute;
    bottom: -1.3125rem
}

.tc-profile--edit .tutorials__item {
    width: 100%;
    height: 5rem;
    margin-bottom: .625rem;
    background: #e2e2e2
}

.tc-profile--edit .tutorials__item:after {
    content: "";
    display: table;
    clear: both
}

.tc-profile--edit .tutorials__remove {
    float: left;
    width: 2.5rem;
    padding: 1.625rem 0;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    display: block;
    cursor: pointer
}

.rtl .tc-profile--edit .tutorials__remove {
    float: right
}

.tc-profile--edit .tutorials__title {
    padding: .3125rem 0;
    margin: 0;
    font-weight: 500;
    color: #000
}

.tc-profile--edit .tutorials__url {
    float: left;
    width: 92%;
    padding: .3125rem;
    height: 2.375rem;
    border: 0
}

.rtl .tc-profile--edit .tutorials__url {
    float: right
}

.tc-profile--edit .tutorials__link {
    float: left;
    width: 1.125rem;
    height: 1.125rem;
    padding: .625rem;
    border: .625rem solid #cbcbcb;
    background-color: #cbcbcb;
    display: block
}

.rtl .tc-profile--edit .tutorials__link {
    float: right
}

.tc-profile--edit .tutorials__link.disabled {
    pointer-events: none;
    opacity: 0.5
}

.tc-profile--edit .to-right {
    float: right
}

.rtl .tc-profile--edit .to-right {
    float: left
}

.tc-profile--edit .modified {
    position: relative
}

.tc-profile--edit .modified:before {
    width: .625rem;
    height: 100%;
    margin-left: -.625rem;
    position: absolute;
    top: 0;
    background: #ff0;
    content: '';
    display: block
}

.tc-profile--edit input.modified {
    border-left: .625rem solid #ff0
}

.tc-profile--edit .checkbox-label input {
    margin: 0 14px 0 0
}

.page--dashboard .modal {
    height: auto;
    background-color: #565656
}

.page--dashboard .modal label {
    color: #fff;
    font-weight: bold;
    display: inline-block
}

.page--dashboard .modal .btn-primary {
    margin-top: .625rem;
    color: #fff;
    background: #45a9ff;
    outline: none
}

.page--dashboard .modal .btn-primary.disabled {
    background: #cbcbcb;
    pointer-events: none
}

.page--dashboard .modal__close {
    position: absolute;
    top: 0;
    right: 0;
    border: .625rem solid #424242;
    background-color: #424242;
    box-sizing: content-box
}

.page--dashboard .modal__content__invite {
    font-size: 1.125rem;
    margin-bottom: .625rem
}

@media screen and (min-width: 48rem) {
    .page--dashboard .modal__content__invite {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 60rem) {
    .page--dashboard .modal__content__invite {
        font-size: 1.3125rem
    }
}

@media screen and (min-width: 75rem) {
    .page--dashboard .modal__content__invite {
        font-size: 1.3125rem
    }
}

.page--dashboard .modal__content__textarea {
    height: 12.5rem;
    position: relative
}

.page--dashboard .modal__content__textarea:before {
    font-size: .875rem;
    position: absolute;
    right: -2px;
    bottom: -1.5625rem;
    height: .9375rem;
    padding: .3125rem;
    line-height: 1;
    background: #ff0d00;
    color: #fff;
    content: 'Invalid address(es)';
    display: none
}

@media screen and (min-width: 48rem) {
    .page--dashboard .modal__content__textarea:before {
        font-size: .875rem
    }
}

@media screen and (min-width: 60rem) {
    .page--dashboard .modal__content__textarea:before {
        font-size: .875rem
    }
}

@media screen and (min-width: 75rem) {
    .page--dashboard .modal__content__textarea:before {
        font-size: .875rem
    }
}

.page--dashboard .modal__content__textarea.invalid {
    border: 1px solid #ff0d00
}

.page--dashboard .modal__content__textarea.invalid:before {
    display: block
}

.page--dashboard .modal__content__textarea textarea {
    width: 100%;
    height: 100%;
    padding: .9375rem;
    background-color: #424242;
    color: #fff;
    border: 0;
    resize: none;
    outline: none
}

.page--dashboard .modal__content__language {
    font-size: .875rem
}

@media screen and (min-width: 48rem) {
    .page--dashboard .modal__content__language {
        font-size: .875rem
    }
}

@media screen and (min-width: 60rem) {
    .page--dashboard .modal__content__language {
        font-size: .875rem
    }
}

@media screen and (min-width: 75rem) {
    .page--dashboard .modal__content__language {
        font-size: 1rem
    }
}

.tc-dashboard {
    background-color: #eee;
    min-width: 75rem
}

.tc-dashboard__header {
    background-color: #17aa66;
    position: relative;
    padding: 1.5625rem 1.875rem;
    min-width: 75rem
}

.tc-dashboard__header:after {
    content: "";
    display: table;
    clear: both
}

.tc-dashboard__header .filter {
    float: right;
    width: auto
}

.tc-dashboard__header input {
    width: 23.125rem;
    height: 5rem;
    padding: 0 4.6875rem 0 1.25rem;
    font-size: 1.625rem;
    border: none
}

.tc-dashboard__header input::-ms-clear {
    display: none
}

.tc-dashboard__header .main-logo {
    position: relative;
    top: 1.5625rem
}

.tc-dashboard__wrapper {
    width: 75rem;
    margin: 0 auto;
    float: none;
    padding: .9375rem
}

.tc-dashboard__wrapper:after {
    content: "";
    display: table;
    clear: both
}

.tc-dashboard__filter {
    background-color: #fff
}

.tc-dashboard__list {
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    padding: 0;
    margin: 0;
    opacity: 1
}

.tc-dashboard__list li {
    display: table;
    width: 100%;
    height: 5rem;
    margin-bottom: .625rem;
    color: #fff
}

.tc-dashboard__list li > div {
    display: table-cell;
    vertical-align: middle
}

.is-loading-activities .tc-dashboard__list {
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    transition: opacity 0 linear;
    opacity: 0.3;
    pointer-events: none
}

.tc-dashboard__item__status__, .tc-dashboard__item__status__1000 {
    background-color: #4e4e4e
}

.tc-dashboard__item__status__ .tc-dashboard__info, .tc-dashboard__item__status__1000 .tc-dashboard__info {
    background-color: #565656
}

.tc-dashboard__item__status__0 {
    background-color: #8c8e90
}

.tc-dashboard__item__status__0 .tc-dashboard__info {
    background-color: #939598
}

.tc-dashboard__item__status__1, .tc-dashboard__item__status__2 {
    background-color: #149b5d
}

.tc-dashboard__item__status__1 .tc-dashboard__info, .tc-dashboard__item__status__2 .tc-dashboard__info {
    background-color: #17aa66
}

.tc-dashboard__item__status__3, .tc-dashboard__item__status__4, .tc-dashboard__item__status__5 {
    background-color: #3f9ae8
}

.tc-dashboard__item__status__3 .tc-dashboard__info, .tc-dashboard__item__status__4 .tc-dashboard__info, .tc-dashboard__item__status__5 .tc-dashboard__info {
    background-color: #45a9ff
}

.tc-dashboard__item__status__6, .tc-dashboard__item__status__7, .tc-dashboard__item__status__8 {
    background-color: #e90c00
}

.tc-dashboard__item__status__6 .tc-dashboard__info, .tc-dashboard__item__status__7 .tc-dashboard__info, .tc-dashboard__item__status__8 .tc-dashboard__info {
    background-color: #ff0d00
}

.tc-dashboard__pic {
    width: 5rem;
    background: no-repeat center center;
    background-size: cover
}

.tc-dashboard__info {
    width: 18.75rem;
    line-height: 1.2;
    padding: 0 1.25rem
}

.tc-dashboard__status {
    padding: 0 1.25rem
}

.tc-dashboard__status__link {
    text-align: right;
    padding-right: .625rem
}

.tc-dashboard__status__link .btn-primary {
    margin-left: .3125rem;
    text-transform: none;
    background-color: #000
}

.tc-dashboard__filter ul {
    padding: .6875rem 0;
    margin: 0;
    list-style: none
}

.tc-dashboard__filter li {
    display: inline-block;
    width: 10.3125rem;
    font-size: .8125rem
}

.tc-dashboard__filter .btn-primary {
    float: right;
    position: relative;
    background-color: #17aa66;
    text-transform: none;
    border-radius: 0
}

.tc-dashboard__filter .btn-primary--left {
    float: left
}

.tc-dashboard__filter .checkbox-cross {
    margin-right: .3125rem
}

.tc-dashboard__filter .tc-dashboard__filter__manage-profiles {
    display: none
}

.tc-dashboard__nav {
    float: left;
    margin: 1.1875rem 0 0 3.125rem
}

.tc-dashboard__nav a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5625rem;
    margin: 0 1.875rem 0 0
}

.tc-profile__attr__list--products .tc-profile__attr__list__item {
    background-color: #17aa66
}

.tc-profile__attr__list--languages .tc-profile__attr__list__item {
    background-color: #45a9ff
}

.tc-profile__attr__list--skills .tc-profile__attr__list__item {
    background-color: #ff0d00
}

.tc-profile__attr__list__item.tc-profile__attr__list__item--more {
    background-color: transparent
}

.tc-profile__attr__list--products .tc-profile__attr__list__item.tc-profile__attr__list__item--more {
    border-color: #17aa66;
    color: #17aa66
}

.tc-profile__attr__list--languages .tc-profile__attr__list__item.tc-profile__attr__list__item--more {
    border-color: #45a9ff;
    color: #45a9ff
}

.tc-profile__attr__list--skills .tc-profile__attr__list__item.tc-profile__attr__list__item--more {
    border-color: #ff0d00;
    color: #ff0d00
}

#template {
    display: none
}

.soh-disclaimer, .header__title--home ~ .soh-disclaimer, .header .container .soh-disclaimer, .secondary-header .container .soh-disclaimer, .page--about .row--ways-help .soh-disclaimer, .page--about .row--descriptions .soh-disclaimer {
    font-size: .75rem;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1rem
}

@media screen and (min-width: 48rem) {
    .soh-disclaimer, .header__title--home ~ .soh-disclaimer, .header .container .soh-disclaimer, .secondary-header .container .soh-disclaimer, .page--about .row--ways-help .soh-disclaimer, .page--about .row--descriptions .soh-disclaimer {
        font-size: .75rem
    }
}

@media screen and (min-width: 60rem) {
    .soh-disclaimer, .header__title--home ~ .soh-disclaimer, .header .container .soh-disclaimer, .secondary-header .container .soh-disclaimer, .page--about .row--ways-help .soh-disclaimer, .page--about .row--descriptions .soh-disclaimer {
        font-size: .875rem
    }
}

@media screen and (min-width: 75rem) {
    .soh-disclaimer, .header__title--home ~ .soh-disclaimer, .header .container .soh-disclaimer, .secondary-header .container .soh-disclaimer, .page--about .row--ways-help .soh-disclaimer, .page--about .row--descriptions .soh-disclaimer {
        font-size: .875rem
    }
}

@media screen and (min-width: 48rem) {
    .soh-disclaimer, .header__title--home ~ .soh-disclaimer, .header .container .soh-disclaimer, .secondary-header .container .soh-disclaimer, .page--about .row--ways-help .soh-disclaimer, .page--about .row--descriptions .soh-disclaimer {
        margin-bottom: 0
    }
}

.page--about .row--ways-help .soh-disclaimer, .page--about .row--descriptions .soh-disclaimer {
    margin-top: 1.5rem
}

@media screen and (min-width: 48rem) {
    .page--about .row--ways-help .soh-disclaimer, .page--about .row--descriptions .soh-disclaimer {
        margin-top: 1.75rem
    }
}

@media screen and (min-width: 60rem) {
    .page--about .row--ways-help .soh-disclaimer, .page--about .row--descriptions .soh-disclaimer {
        margin-top: 2rem
    }
}

.soh-disclaimer {
    display: block
}

[lang="en"] .soh-disclaimer, [lang="en-US"] .soh-disclaimer {
    display: none
}

.row--ways-help p span, .row--descriptions p span, .row--join p span, .row--join-what-takes p span {
    display: inline
}

[lang="en"] .row--ways-help p span, [lang="en-US"] .row--ways-help p span, [lang="en"] .row--descriptions p span, [lang="en-US"] .row--descriptions p span, [lang="en"] .row--join p span, [lang="en-US"] .row--join p span, [lang="en"] .row--join-what-takes p span, [lang="en-US"] .row--join-what-takes p span {
    display: none
}