@charset "UTF-8";

#profile_main_photo,#avatar_holder,#footer_bar,#header_bar,#profile_header_container,#profile_friends,#profile_interests_content,#profile_photo_galleries,#profile_password_photo_galleries,#profile_schedule,#profile_comments,#cam_score_container,#tags_container {
  display:none;
}

.header_links,.header_time,.heading,.footer_links,.profile_section_background {
  display:none;
}

.mfc_compliance_link {
  display:none;
  background-color:;
  font-size:0;
  padding:0;
  margin:0;
}

#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#about_me_label {
  display:none;
}

body {
  background-color:white;
  padding:0;
  margin:0;
}

body {
  opacity:0;
  -webkit-animation:fadeIn 2s ease-in-out forwards;
  -moz-animation:fadeIn 2s ease-in-out forwards;
  -o-animation:fadeIn 2s ease-in-out forwards;
  animation:fadeIn 2s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

#profile {
  display:block;
  position:relative;
  width:100%;
  max-width:1600px;
  min-width:600px;
  margin:0 auto;
  text-align:center;
  color:white;
  font-family:"Raleway",sans-serif;
  height:100%;
  overflow:hidden;
}

.profile_section {
  border-spacing:0;
}

.profile_section_content {
  padding:0;
  margin:0;
}

#Parteiniziale {
  display:block;
  position:relative;
  width:100%;
  min-width:600px;
  background-color:re;
  margin:0 auto;
  height:100vh;
  min-height:650px;
  overflow:hidden;
}

.contenitoreiminiziale {
  display:block;
  position:relative;
  width:100%;
  min-width:600px;
  height:100vh;
  overflow:hidden;
  background:re;
  min-height:650px;
}

.contenitoreiminiziale img {
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
}

@media (max-width: 1250px) {
  .contenitoreiminiziale img {
    object-position:10%;
  }
}

.contenitoretitolo {
  display:flex;
  flex-direction:column;
  position:absolute;
  justify-content:space-between;
  top:0;
  left:0;
  width:90%;
  margin-left:5%;
  height:100%;
  align-items:center;
  background-color:rgb(182 18 18 / 0%);
}

.contenitoreicone {
  display:block;
  position:absolute;
  z-index:2;
  text-align:left;
  background:re;
  width:60%;
  top:4%;
  left:0;
}

.ihp {
  display:inline-block;
  position:relative;
  height:2rem;
  margin:0 1rem;
  opacity:.9;
  transition:transform .5s ease;
  filter:invert(1);
  opacity:.4;
  transition:all .3s ease;
  filter:brightness(0) invert(1);
  opacity:1;
}

.piat {
  height:1rem;
  bottom:.5rem;
}

.ihp:hover {
  opacity:.7;
}

.nome {
  display:block;
  position:absolute;
  width:21%;
  right:0;
  min-width:15rem;
  opacity:1;
  background:blu;
  opacity:.7;
  top:6.4%;
}

@media (max-width: 940px) {
  .contenitoretitolo img {
    filter:brightness(0) invert(1);
    opacity:1;
  }
}

@media (max-width: 1300px) {
  .nome {
    margin-top:-1%;
  }
}

.testotitolo {
  display:block;
  position:absolute;
  text-align:right;
  margin-left:auto;
  bottom:0;
  right:0;
  color:#000;
  background:viole;
}

.testotitolo h2 {
  font-size:6rem;
  line-height:5rem;
  font-weight:100;
  background:re;
}

.testotitolo h2 span {
  display:block;
  position:relative;
  font-size:.7rem;
  text-transform:uppercase;
  font-weight:200;
  line-height:1.4rem;
}

.testotitolo h2 span b {
  font-weight:400;
}

.testotitolo h2 span a {
  color:black;
  transition:.3s ease;
}

.testotitolo h2 span a:hover {
  color:#76786e;
}

@media (max-width: 880px) {
  .testotitolo h2 {
    color:white;
    font-weight:200;
  }

  .testotitolo h2 span a {
    color:white;
    transition:.3s ease;
  }

  .testotitolo h2 span a:hover {
    color:#b89784;
  }
}

@media (max-width: 600px) {
  .contenitoretitolo {
  }

  .contenitoreicone {
  }

  .nome {
  }

  .testotitolo {
  }

  .testotitolo h2 {
  }

  .testotitolo h3 {
  }

  .testotitolo h4 {
  }

  .testotitolo h5 {
  }

  .testotitolo h2 span a {
  }

  .testotitolo h2 span a:hover {
  }
}

#Vita {
  display:block;
  position:relative;
  width:100%;
  min-width:600px;
  background:rgb(161,147,139);
  background:-moz-linear-gradient(180deg,rgba(161,147,139,1) 0%,rgba(182,167,158,1) 100%);
  background:-webkit-linear-gradient(180deg,rgba(161,147,139,1) 0%,rgba(182,167,158,1) 100%);
  background:linear-gradient(180deg,rgba(161,147,139,1) 0%,rgba(182,167,158,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a1938b",endColorstr="#b6a79e",GradientType=1);
  overflow:hidden;
  font-size:0;
  border-top:.2rem solid white;
  padding:8% 0 5%;
}

#Vita img {
  display:block;
  position:relative;
  width:40%;
  min-width:30rem;
  margin-left:auto;
  margin-right:auto;
  background:;
  opacity:.8;
}

.testovita {
  display:inline-block;
  position:relative;
  width:60%;
  min-width:;
  overflow:hidden;
  background:cya;
  padding:1% 0 2%;
}

.testovita p {
  display:block;
  position:relative;
  width:80%;
  margin-right:auto;
  margin-left:auto;
  position:relative;
  font-size:1.1rem;
  line-height:1.6rem;
  font-weight:200;
  color:white;
  text-align:right;
  background:re;
}

.testovita p b {
  font-weight:500;
}

.testoregole {
  display:inline-block;
  position:relative;
  width:40%;
  min-width:;
  vertical-align:bottom;
  overflow:hidden;
  background:;
  vertical-align:top;
  padding:1% 0 2%;
  top:5px;
}

.testoregole p {
  display:block;
  position:relative;
  width:90%;
  margin-right:auto;
  margin-left:auto;
  position:relative;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:500;
  color:#000;
  text-align:left;
  background:re;
  letter-spacing:1rem;
}

.testoregole p span {
  display:block;
  position:relative;
  font-size:.9em;
  line-height:1.2rem;
  font-weight:200;
  letter-spacing:0;
  color:#000;
}

@media (max-width: 600px) {
  #Vita img {
  }

  .testovita {
  }

  .testovita p {
  }

  .testoregole {
    top:1.4rem;
    background:re;
  }
}

#Squadre {
  display:block;
  position:relative;
  width:100%;
  height:100vh;
  min-width:600px;
  background-color:white;
  margin:0 auto;
  min-height:600px;
  overflow:scroll;
  padding-bottom:0;
  border-top:.2rem solid white;
}

.contenitoreimsqua {
  display:block;
  position:relative;
  width:100%;
  min-width:600px;
  height:100vh;
  overflow:hidden;
  margin-top:;
  background:re;
  min-height:600px;
}

.contenitoreimsqua img {
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}

.biancosfu {
  display:none;
  width:100%;
  background:rgb(255,255,255);
  background:-moz-linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5046612394957983) 35%,rgba(255,255,255,1) 100%);
  background:-webkit-linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5046612394957983) 35%,rgba(255,255,255,1) 100%);
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5046612394957983) 35%,rgba(255,255,255,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height:25%;
  position:absolute;
  bottom:0;
  z-index:2;
}

@media (max-width: 1181px) {
  .biancosfu {
    display:block;
  }

  #Squadre {
    padding-bottom:10rem;
  }
}

.contenitoresquadre {
  display:block;
  position:relative;
  width:100%;
  height:;
  margin-top:-50%;
  background:re;
  z-index:3;
}

@media (max-width: 1300px) {
  .contenitoresquadre {
    margin-top:-60%;
  }
}

@media (max-width: 1000px) {
  .contenitoresquadre {
  }
}

@media (max-height: 800px) {
  .contenitoresquadre {
    margin-top:-35%;
  }
}

@media (max-height: 650px) {
  .contenitoresquadre {
  }
}

.squadra {
  display:inline-block;
  position:relative;
  width:22rem;
  height:31.4rem;
  margin:1%;
  background:rgb(71 61 51 / 50%);
  border-radius:4rem;
  border:.5rem solid rgb(255 255 255 / 38%);
  color:white;
  vertical-align:top;
}

.sq1 {
  background:rgb(153 100 47 / 50%);
  box-shadow:0 5rem 10rem rgb(123 96 68 / 58%);
  transform:scale(.90);
}

.sq2 {
  background:rgb(111 41 41 / 50%);
  box-shadow:0 5rem 10rem rgb(89 45 38 / 50%);
  transform:scale(.95);
}

.sq3 {
  background:rgb(100 88 77 / 50%);
  box-shadow:0 5rem 10rem rgb(60 48 37 / 43%);
}

.squadra h3 {
  display:block;
  position:relative;
}

.squadra h3 span {
  display:block;
  position:relative;
}

.sq1 h3 {
  font-size:2rem;
  line-height:2.1rem;
  font-weight:400;
  text-transform:capitalize;
}

.sq2 h3 {
  font-size:2rem;
  line-height:2.1rem;
  font-weight:400;
  text-transform:capitalize;
}

.sq3 h3 {
  font-size:4rem;
  line-height:2.1rem;
  font-weight:200;
  text-transform:capitalize;
  letter-spacing:-.5rem;
}

.sq1 h3 span {
  font-size:4rem;
  line-height:2rem;
  font-weight:700;
  letter-spacing:-.5rem;
}

.sq2 h3 span {
  font-size:4rem;
  line-height:2rem;
  font-weight:700;
  letter-spacing:-.5rem;
}

.sq3 h3 span {
  display:inline-block;
  font-size:4rem;
  line-height:2rem;
  font-weight:700;
  letter-spacing:-.5rem;
}

.squadra h4 {
  display:block;
  position:relative;
}

.sq1 h4 {
  font-size:1.8rem;
  line-height:2.1rem;
  font-weight:800;
  margin-top:-1.5rem;
}

.sq2 h4 {
  font-size:1.8rem;
  line-height:2.1rem;
  font-weight:800;
  margin-top:-1.5rem;
}

.sq3 h4 {
  font-size:1.5rem;
  line-height:2rem;
  font-weight:800;
  margin-top:-3.5rem;
  color:white;
}

.sq1 h4 span {
  font-size:1rem;
  opacity:.5;
}

.sq2 h4 span {
  font-size:1rem;
  opacity:.5;
}

.sq3 h4 span {
  display:block;
  text-transform:uppercase;
  color:#352d26;
  font-size:2.2rem;
  font-weight:400;
}

.tastino {
  display:inline-block;
  position:relative;
  font-size:1.6rem;
  border-radius:1rem;
  width:10rem;
  margin-left:auto;
  margin-right:auto;
  font-weight:800;
  border:.2rem solid rgb(255 255 255 / 63%);
  transition:all .5s ease;
}

#Squadre a {
  color:white;
  transition:all .1s ease;
}

#Squadre a:hover {
  color:rgb(15 14 14 / 76%);
  transition:all .1s ease;
}

.tastino:hover {
  border:.2rem solid rgb(15 14 14 / 76%);
  transition:all .5s ease;
}

.sq1 .tastino {
  top:-2rem;
}

.sq2 .tastino {
  top:-2rem;
}

.elenco {
  display:block;
  position:relative;
  font-size:.9rem;
  font-weight:300;
  line-height:1.1rem;
  border-radius:2rem;
  width:14rem;
  height:14rem;
  margin-left:auto;
  margin-right:auto;
  overflow:scroll;
  padding-top:1rem;
  padding-bottom:1rem;
}

.el1 {
  background:rgb(118 78 48 / 40%);
  border:.2rem solid rgb(77 60 46 / 24%);
}

.el2 {
  background:rgb(105 66 61 / 40%);
  border:.2rem solid rgb(44 27 25 / 24%);
}

.elenco::-webkit-scrollbar {
  display:none;
}

.elenco {
  scrollbar-width:none;
}

.lista {
  font-size:.9rem;
  line-height:1.3rem;
  font-weight:300;
  border-radius:2rem;
  width:14rem;
  padding:2rem 1rem;
  margin-left:auto;
  margin-right:auto;
  background:rgb(36 31 26 / 24%);
  overflow:hidden;
  height:13.4rem;
  text-transform:uppercase;
  letter-spacing:.2rem;
}

@media (max-width: 600px) {
  .contenitoreimsqua img {
    object-position:70%;
  }

  .contenitoresquadre {
    margin-top:-100%;
  }

  .sq1 {
    left:20%;
  }
}

#Mance {
  display:block;
  position:relative;
  width:100%;
  min-width:600px;
  margin:0 auto;
  height:30vh;
  min-height:300px;
  overflow:hidden;
  font-size:0;
  color:white;
  border-top:.2rem solid white;
  z-index:5;
  background:;
}

.mancia {
  display:inline-block;
  position:relative;
  width:14.2857%;
  height:50%;
  background-color:#b1aaa4;
  transition:all .3s ease;
}

.mancia h5 {
  display:grid;
  place-items:center;
  border-bottom:1px solid white;
  width:90%;
  position:relative;
  left:5%;
  height:calc(50% - 1px);
  font-size:1rem;
  line-height:1.1rem;
  font-weight:200;
  margin-top:0;
  background:re;
  margin:0;
}

.mancia h6 {
  display:grid;
  place-items:center;
  width:90%;
  position:relative;
  left:5%;
  height:50%;
  font-size:2rem;
  font-weight:500;
  background:blu;
  margin-top:0;
  margin:0;
}

.mancia h6 span {
  display:block;
  position:relative;
  font-size:.8rem;
  opacity:.5;
  margin-top:-15%;
}

.m2 {
  background:#c9c3bd;
  color:#605852;
}

.m3 {
  background:#a0968e;
}

.m4 {
  background:#c9c3bd;
  color:#605852;
}

.m6 {
  background:#a0968e;
}

.m8 {
  background:#c9c3bd;
  color:#605852;
}

.m10 {
  background:#c9c3bd;
  color:#605852;
}

.m12 {
  background:#c9c3bd;
  color:#605852;
}

.m14 {
  background:#a0968e;
}

@media (max-width: 800px) {
  #Mance {
    height:30rem;
  }

  .mancia {
    width:20%;
    height:33.333333333333%;
  }

  .m14 {
    background:#a0968e;
    color:#605852;
    width:40%;
    vertical-align:top;
    color:#ffffff;
  }
}

.mancia:hover {
  background:#b99594;
}

@media (max-width: 600px) {
  .mancia h5 {
    font-weight:400;
  }
}

#Privati {
  display:block;
  position:relative;
  width:100%;
  min-width:600px;
  background-color:black;
  margin:0 auto;
  height:100vh;
  min-height:500px;
  overflow:hidden;
  border-top:.2rem solid white;
}

.contenitoreimprivati {
  display:block;
  position:relative;
  width:100%;
  min-width:600px;
  height:100vh;
  overflow:hidden;
  margin-top:;
  background:re;
  min-height:500px;
}

.contenitoreimprivati img {
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  transform:scaleX(-1);
}

.contenitoretestopri {
  place-items:center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  text-align:center;
  width:50%;
  margin-left:5%;
  background:re;
  z-index:1;
}

.contenitoretestopri h4 {
  margin-top:0;
  font-size:2rem;
  line-height:2.1rem;
  font-weight:400;
  text-align:right;
  width:65%;
  background:viole;
}

.contenitoretestopri h4 b {
  color:#d59792;
}

.contenitoretestopri p {
  display:block;
  position:relative;
  font-size:1.1rem;
  line-height:1.6rem;
  font-weight:100;
  color:white;
  text-align:left;
  background:re;
  margin-top:0;
}

.contenitoretestopri p b {
  font-weight:700;
}

.contenitoretestopri p :nth-child(1) {
  color:#f1c48d;
}

.contenitoretestopri p :nth-child(3) {
  color:#d59792;
}

@media (max-height: 650px) {
  .contenitoretestopri h4 {
    font-size:1.6rem;
    line-height:1.6rem;
    font-weight:500;
    width:100%;
  }

  .contenitoretestopri p {
    font-size:1rem;
    line-height:1.3rem;
    margin-top:-4%;
  }
}

.contenitoretastipriv {
  display:block;
  position:relative;
  background:re;
  margin-top:9%;
}

.tastopriv {
  display:block;
  position:relative;
  width:15rem;
  font-size:.9rem;
  font-weight:700;
  padding:.4rem 1rem;
  text-transform:uppercase;
  border:.2rem solid rgb(255 255 255 / 40%);
  border-top-left-radius:2rem;
  border-bottom-left-radius:2rem;
  margin:1rem;
  text-align:right;
  color:#c8bbb2;
  transition:all .3s ease;
}

.tastopriv:hover {
  color:#f1c48d;
  border:.2rem solid rgb(241 196 141 / 60%);
}

@media (max-width: 600px) {
  .contenitoreimprivati img {
    object-position:30%;
    opacity:.8;
  }

  .tastopriv {
    color:white;
  }

  .contenitoretestopri p {
    font-weight:300;
  }
}

#Contributori {
  display:block;
  position:relative;
  width:100%;
  min-width:600px;
  background-color:re;
  margin:0 auto;
  height:100vh;
  min-height:500px;
  overflow:hidden;
  border-top:.2rem solid white;
}

.contenitoreimcont {
  display:block;
  position:relative;
  width:100%;
  min-width:600px;
  height:100vh;
  overflow:hidden;
  margin-top:;
  background:re;
  min-height:500px;
}

.contenitoreimcont img {
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
}

.contenitorecontributori {
  place-items:center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  text-align:center;
  width:50%;
  margin-left:45%;
  background:re;
  z-index:1;
}

.contributore {
  disply:block;
  position:relative;
  width:24rem;
  height:4.6rem;
  box-shadow:0 1rem 4rem rgb(158 133 119 / 25%);
  border-radius:2rem;
  margin:5%;
  padding:.5rem 2rem;
}

.contributore h4 {
  disply:block;
  position:relative;
  margin-top:0;
  color:black;
  font-size:1.5rem;
  font-weight:200;
  padding-bottom:.5rem;
  border-bottom:1px solid rgb(0 0 0 / 19%);
}

.contributore h5 {
  disply:block;
  position:relative;
  color:white;
  margin-top:-1.7rem;
  font-size:1.5rem;
  font-weight:700;
}

.contributore h5 span {
  font-size:1rem;
  opacity:.4;
}

@media (max-height: 650px) {
  .contributore {
    transform:scale(.8);
    margin:-1%;
  }
}

.c1 {
  left:5%;
  border:3px solid rgb(142 80 62 / 55%);
  background:rgb(255 255 255 / 30%);
}

.c1 h5 {
  color:rgb(142 80 62 / 80%);
}

.c2 {
  left:-5%;
  border:3px solid rgb(142 80 62 / 25%);
}

.c3 {
  left:-15%;
  border:3px solid rgb(142 80 62 / 25%);
}

.c4 {
  margin-top:9%;
  left:5%;
  border:3px solid rgb(255 255 255 / 35%);
}

.c5 {
  left:-10%;
  border:3px solid rgb(255 255 255 / 35%);
}

@media (max-width: 600px) {
  .contenitoreimcont img {
    object-position:42%;
  }

  .contenitorecontributori {
    margin-left:33%;
  }

  .c1 {
    border:3px solid rgb(142 80 62 / 55%);
    background:rgb(255 255 255 / 70%);
  }

  .contributore h4 {
    font-weight:300;
  }
}

#Divaricatore {
  display:block;
  position:relative;
  width:100%;
  min-width:;
  background-color:black;
  margin:0 auto;
  border-top:.2rem solid white;
}

#Divaricatore img {
  display:block;
  position:relative;
  width:100%;
  min-width:600px;
  max-width:1600px;
}

#Diritti {
  display:block;
  position:relative;
  width:100%;
  height:4rem;
  background:black;
  margin-top:0;
  opacity:1;
  margin-left:auto;
  margin-right:auto;
  padding:6% 0 8%;
}

#Diritti p {
  display:block;
  position:relative;
  width:80%;
  font-size:.75rem;
  line-height:1.1rem;
  font-weight:100;
  color:white;
  margin-top:0;
  margin-left:auto;
  margin-right:auto;
  background:re;
  opacity:.8;
}

#Diritti p a {
  font-weight:400;
  color:white;
  text-decoration:none;
  transition:color .3s ease;
  -webkit-transition:color .3s ease;
}

#Diritti p a:hover {
  color:white;
}

#Diritti p b {
  font-weight:400;
  color:white;
  text-decoration:none;
}

#Diritti a:nth-child(1) {
  color:#f1bd92;
}

#Diritti a:nth-child(8) {
  color:#d69c8e;
}

.imgdiritti {
  position:relative;
  width:.59rem;
  top:.01rem;
}

.contenitoreiconedisc {
  background:re;
  margin-top:-.6rem;
  opacity:.8;
}

.discon {
  width:1.2rem;
  opacity:.6;
  margin-top:.3rem;
  -webkit-transition:.3s ease;
  -moz-transition:.3s ease;
  -o-transition:.3s ease;
  transition:.3s ease;
  margin-left:1%;
  margin-right:1%;
}

.discon:hover {
  opacity:1;
}

@media (max-width: 880px) {
  #Diritti {
    padding:10% 0;
  }

  #Diritti p {
  }

  #Diritti p br {
    display:none;
  }
}

@media (max-width: 680px) {
  #Diritti {
    padding:10% 0 14%;
  }

  #Diritti p {
    font-weight:200;
  }
}

a,a:visited,a:hover,a:focus,a:active {
  text-decoration:none;
  color:inherit;
}

@font-face {
  font-family:'Raleway';
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/raleway/v34/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2) format("woff2");
  unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

@font-face {
  font-family:'Raleway';
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/raleway/v34/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2) format("woff2");
  unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family:'Raleway';
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/raleway/v34/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2) format("woff2");
  unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

@font-face {
  font-family:'Raleway';
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/raleway/v34/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2) format("woff2");
  unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:'Raleway';
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/raleway/v34/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family:'Raleway';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2) format("woff2");
  unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

@font-face {
  font-family:'Raleway';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2) format("woff2");
  unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family:'Raleway';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2) format("woff2");
  unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

@font-face {
  font-family:'Raleway';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format("woff2");
  unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:'Raleway';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}