@charset "utf-8";html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font: inherit;
    vertical-align:baseline;
    outline:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display:block;
}
*,
*:after,
*:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
body{
    font-family:'Montserrat', sans-serif;
    font-weight:400;
    font-size:14px;
    text-decoration:none;
    line-height:24px;
}
blockquote, q{
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
button:focus,
input:focus,
textarea:focus,
select:focus{
    outline:none;
}
.clear{
    clear:both;
}
img{
    width:100%;
}
.f2tm-wrapper {
    position: relative;
    display: block;
    padding: 20px 0;
    text-align: center;
    background-image: linear-gradient(#0066ff8c, #0066ff8c), url('../images/f2tm-background.png');
    background-color: #8a8f93;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    position: relative;
    padding-bottom: 0px;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    display: flex;
}
.container {
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 24px 12px;
    height: 100%;
    width: 100%;
    display: flex;
}
.f2tm-logo {
    position: relative;
    padding: 0 20px 20px;
}
.f2tm-logo span {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.f2tm-profile {
    position: relative;
    width: 120px;
    max-width: 100%;
    display: block;
    margin: auto;
    border-radius: 50%;
}
.f2tm-links {
    display: block;
    width: 700px;
    max-width: 100%;
    margin: auto;
}
.link-container {
    position: relative;
    display: block;
    margin: 0 auto 25px;
}
.link-container a {
    border: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: auto;
    position: relative;
    margin: 0px;
    width: 100%;
    cursor: pointer;
    appearance: none;
    box-sizing: border-box;
    text-decoration: none;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    color: #141414;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #ffffff;
    padding: 15px 5px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px #0d1827;
    transition: all 1s;
}
.link-container a:hover {
    box-shadow: 0px 2px 5px #0d1827;
    transition: all .5s;
}
.link-container span {
    display: block;
    padding: 0 55px;
}
.social-icons {
    left: 4px;
    width: 46px;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    overflow: hidden;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    /*border: 1px solid transparent;
    box-shadow: 2px 0px 5px #c9c9c9;*/
}
.social-icons img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 100%;
    /*border: 1px solid transparent;
    box-shadow: 2px 0px 5px #c9c9c9;*/
}
.f2tmLogo {
    background-color: #0094da;
}
.f2tm-footer-links {
    display: block;
    position: relative;
    padding: 20px;
}
.f2tm-footer-links a {
    display: inline-block;
    width: 30px;
    max-width: 100%;
    margin: 5px;
    vertical-align: middle;
}
.f2tm-footer-links .icon:hover {
  transform: scale(1.2);
}
.icon {
    transition: all 1s;
    width: 100%;
    max-width: 100%;
    height: auto;
}