﻿/* All @media numbers received after devision on .75 that set in meta tag of Landing pages layout:
    1024 : 0.75 = 1365
    768 : 0.75 = 1024
    576 : 0.75 = 768
    414 : 0.75 = 552
    411 : 0.75 = 547
    375 : 0.75 = 500
    360 : 0.75 = 480
    320 : 0.75 = 427
*/

.sweden a,
.sweden a:hover {
    text-decoration: none;
}

/* == Header == */
.sweden {
    width: 100%;    
    background-color: #F0F3F7;
    font-family: Roboto, Arial, serif;
}

.sweden .background {
    width: 1280px;    
    margin: 0 auto;
    background: url(../image/bg-desktop.png);
    background-size: cover;
    padding-bottom: 50px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px){
    .sweden .background {
        width: 100%;
        background: url(../image/bg-mobile.png);
        background-size: contain;
    }
}

.sweden .main-wrapper {
    width: 100%;
    background-color: transparent;    
    background-size: 942px 683px;
    color: #0B1422;
    box-sizing: border-box;  
}
@media screen and (max-width: 1024px){
    .sweden .main-wrapper {
        width: 100%;       
        background-size: 440px 380px;
    }
}

.sweden .legal-nav {
    position: sticky;
    top: -1px;
    display: flex;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    flex-flow: wrap;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1);
    box-sizing: border-box;
    z-index: 2;
}

.sweden .legal-nav a {
  position: relative;
  margin: 0 0 0 3px;
  padding: 7px 10px 3px 24px;
  font-size: 11px;
  line-height: 14px;
  border: 1px solid transparent;
  color: #0b1422;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 790px) {
  .sweden .legal-nav a:last-child {
    display: flex;
    flex-basis: 100%;
    margin: 5px 0 0;
    padding: 3px 0 3px 23px;
  }
}

.sweden .legal-nav a::before{
  content: "";
  position: absolute;
  margin: auto;
  width: 16px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 7px;
  right: auto;
}

.sweden .legal-nav a.spelpaus::before{
  background: url("../image/spelpaus.svg") no-repeat center transparent;
}

.sweden .legal-nav a.spelgranser::before{
  background: url("../image/spelbudget.png") no-repeat center transparent;
}

.sweden .legal-nav a.sjalvtest::before{
  background: url("../image/sjalvtest.png") no-repeat center transparent;
}

.sweden .legal-nav a.stodlinjen::before {
  width: 19px;
  height: 19px;
  left: 3px;
  background: url("../image/stodlinjen.png") no-repeat center transparent;
  background-size: contain;  
}

@media (max-width: 790px) {
  .sweden .legal-nav a.stodlinjen::before {
    left: 0;
  }
}

.sweden .legal-nav .se-button {
    margin: 0 5px 0 0;
    padding: 7px 8px 4px 28px;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    background: linear-gradient(0deg,#ececec,#fff 25%,#fff);
}

.sweden .legal-nav a:hover {
  border: 1px solid #555;
}

.sweden .transparent-top-bar .global-width {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    height: 100%;
    padding: 0 25px;    
    box-sizing: border-box;    
}

.sweden .transparent-top-bar {
    background-color: transparent;    
    border-bottom: 0;
    height: 44px;
    padding: 75px 0px 0px;
}

.sweden .main-logo {
    width: 158px;
    height: 44px;
    margin-left: 0px;    
}


.sweden .main-logo a {
    display: block;
    background-size: contain;
}

.sweden .main-logo a img {
    width: 158px;
    height: 40px;
}
@media screen and (max-width: 552px){
    .sweden .main-logo a img {
        width: 98px; /* 98 : 0.75 */
        height: 24px; /* 24 : 0.75 */
    }
}

.sweden .header-elements {
    display: flex;
}

.sweden .header-elements a,
.sweden .header-elements:hover {
    text-decoration: none;
}

.sweden .header-elements .help-container {
    position: relative;
    width: 70px;
    height: 44px;
    background-color: transparent;
    border: none;
    color: #FFFFFF;    
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 44px;
    text-align: center;    
    margin-right: 10px;
}

.sweden .header-elements .help-container:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    left: 0px;
    top: 14px;
    background: url(../image/help-support.svg) no-repeat;
}
@media screen and (max-width: 1024px) {
    .sweden .header-elements .help-container {
        height: 32px; /* 24 : 0.75 */
        margin-right: 0;
        font-size: 16px; /* 12 : 0.75 */
        line-height: 32px; /* 24 : 0.75 */
    }
    .sweden .header-elements .help-container::before {
        top: 8px;
        left: -4px;
    }
}

.sweden .header-elements .login {
    display: inline-block;
    height: 42px;
    width: 145px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px){
    .sweden .header-elements .login {
        width: 111px; /* 83 : 0.75 */
        height: 37px; /* 28 : 0.75 */
        font-size: 16px; /* 12 : 0.75 */
        line-height: 37px; /* 28 : 0.75 */
    }
}

/* == end of Header section == */

/* ==  start of Main section == */

.sweden main {
    width: 100%;
    height: auto;
    background-color: transparent; 
    padding: 0 82px;
    box-sizing: border-box;      
}
@media screen and (max-width: 1024px){
    .sweden main {
        padding: 0 15px;
    }
}

/**
    Hero
*/

.hero-section {
    width: 100%;
    display: flex;  
    margin-bottom: 80px; 
    position: relative;  
}
.hero-section::after {
    content: '';
    position: absolute;
    width: 171px;
    height: 171px;
    background: url(../image/square-desktop.png) no-repeat;
    bottom: -170px;
    right: 11px;
    background-size: contain;
}
@media screen and (max-width: 1024px){
    .hero-section {
        margin-bottom: 0;
    }
    .hero-section::after {
        display: none;
    }
}

.sweden .hero-section .hero-image {
    background-size: contain;
}
.hero-content {
    width: 42%;
    padding-top: 133px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px){
    .hero-content {
        width: 100%;
        padding-top: 60px;
    }
}

.hero-content .title {
    margin-bottom: 25px;
    font-family: "Roboto Condensed", serif;
    font-size: 64px; 
    font-weight: 600;
    line-height: 83px;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px){
    .hero-content .title {
        width: 65%;
        font-size: 36px;  /* 27 : 0.75 */
        line-height: 48px;  /* 36 : 0.75 */
        margin-bottom: 24px;  /* 18 : 0.75 */
    }
}

.hero-content .sub-title {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 40px;
    text-align: left;
}
@media screen and (max-width: 1024px){
    .hero-content .sub-title {
        width: 72%;
        margin-bottom: 40px; /* 30 : 0.75 */
        font-size: 14px;  /* 14 : 0.75 */
        line-height: 22px;  /* 22 : 0.75 */
    }
}

.hero-image {
    height: 626px;
    width: 684px;
}
@media screen and (max-width: 1024px){
    .hero-image {
        display: none;
    }
}

.sweden .ctas {
    display: flex;
}
@media screen and (max-width: 1024px){
    .sweden .ctas {
        justify-content: center;
    }
}
@media screen and (max-width: 768px){
    .sweden .ctas {
        flex-direction: column;        
    }
}

.sweden .ctas a {
    display: block;
    width: 227px;
    height: 44px;
    margin-right: 25px;
    text-align: center;      
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px){
    .sweden .ctas a {
        width: 40%;        
        margin-bottom: 15px;
        font-size: 17px; /* 13 : 0.75 */
        line-height: 48px;
    }
}
@media screen and (max-width: 768px){
    .sweden .ctas a {
        width: 98%;   
    }
}

.sweden .primary-orange {
    border: 1px solid #ff5500;
    background-color: #ff5500;
    color: #fff;
}

.sweden .ghost-transparent {
    border: 1px solid #72777F;
    background-color: transparent;
    color: #72777F;
}

/**
    Snippets
*/

.sweden .snippets {
    width: 100%;    
}

.sweden .snippets .section {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px){
    .sweden .snippets .section {
        margin-bottom: 70px;
    }
    .sweden .snippets .section.third {
        margin-bottom: 0;
    }
}

.sweden .snippets .section.first::after,
.sweden .snippets .section.third::after {
    content: '';
    position: absolute;
    width: 171px;
    height: 171px;
    background: url(../image/square-desktop.png) no-repeat;
    bottom:-28px;
    left: -34px;
    background-size: contain;
}

.sweden .snippets .section.third::after {
    top: auto;
    bottom: -40px;
    right: auto;
    left: 11px;

}
@media screen and (max-width: 1024px){
    .sweden .snippets .section.first::after,
    .sweden .snippets .section.third::after {
        width: 72px;
        height: 72px;
        background: url(../image/square-mobile.png) no-repeat;
        bottom: -340px;
        left: 40px;
        background-size: contain;
    }
    .sweden .snippets .section.third::after {
        top: 296px;
        bottom: auto;
        right: 50px;        
        left: auto;
    }
}

.sweden .snippets .section.second {
    padding-left: 25px;
}
@media screen and (max-width:1024px){
    .sweden .snippets .section.second {
        padding-left: 0;
    }
}

.section .image.desktop {
    display: block;
    width: 49%;
}
@media screen and (max-width: 1024px){
    .section .image.desktop {
        display: none;
    }
}

.content .image.mobile {
    display: none;
}
@media screen and (max-width: 1024px){
    .content .image.mobile {
        display: block;
        width: 100%;        
    }
}

.sweden .snippets .section .content {
    width: 43%;
}
@media screen and (max-width: 1024px){
    .sweden .snippets .section .content {
        width: 100%;
    }
}

.sweden .snippets .section.first .content {
    padding-top: 92px;
}
@media screen and (max-width: 1024px){
    .sweden .snippets .section.first .content {
        width: 100%;
        padding-top: 70px;        
    }
}

.sweden .snippets .section.second .content {
    padding-top: 0;
}

.sweden .snippets .section.third .content {
    padding-right: 28px;
}

.sweden .snippets .section .image img {
    position: relative;
    display: block;
    width: 512px;
    height: auto;
    padding-top: 0;
    z-index: 1;
}
@media screen and (max-width: 1024px){
    .sweden .snippets .section .image.mobile img {
        position: relative;
        width: 267px; /* 200 : 0.75 */
        margin: auto;
    }
}

.sweden .snippets .section.second .image.desktop img {
    width: 475px;  
    padding-top: 105px;
}
@media screen and (max-width: 1024px){
    .sweden .snippets .section.third .image.mobile img {
        width: 433px;  /* 325 : 0.75 */
        
    }
}
@media screen and (max-width: 440px){
    .sweden .snippets .section.third .image.mobile img {
        width: 390px;        
    }
}

.sweden .snippets .content {    
    text-align: left;
    box-sizing: border-box;
}

.sweden .snippets .content .icon {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  border-radius: 10px;
  background: linear-gradient(225.75deg, #FFFFFF 0%, #F1F3F7 100%);
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.2);
}
@media screen and (max-width: 1024px){
    .sweden .snippets .content .icon {
        width: 40px; /* 30 : 0.75 */
        height: 40px; /* 30 : 0.75 */
        margin: 0 auto 33px; 
    }
}

.sweden .snippets .content .icon img {
    width: 42px;
    height: 42px;
    margin: auto;
}
@media screen and (max-width: 1024px){
    .sweden .snippets .content .icon img {
        width: 21px; /* 16 : 0.75 */
        height: 21px; /* 16 : 0.75 */
    }
}

.sweden .snippets .content .title {
    margin-bottom: 30px;
    font-family: "Roboto Condensed", serif;
    font-size: 42px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
@media screen and (max-width: 1024px){
    .sweden .snippets .content .title {
        font-size: 29px; /* 30 : 0.75 */
        line-height: 32px;  /* 24 : 0.75 */
        text-align: center;
    }
}

.sweden .snippets .content .description {
    padding-right: 10px;
    font-size: 23px;
    line-height: 32px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px){
    .sweden .snippets .content .description {
        padding: 0 51px;
        font-size: 19px; /* 14 : 0.75 */
        line-height: 27px;  /* 20 : 0.75 */
        text-align: center;
    }
    .sweden .snippets .content .description p:first-child {
        margin-bottom: 0;
    }
    .sweden .snippets .content .description p:last-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 440px){
    .sweden .snippets .content .description {
        padding: 0 30px;
    }
        
}

/* == end of Main section == */