From 10dfd801650fa14c3f5c73e9e3e4d241ea0d50a4 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 6 Jul 2023 13:45:01 +0200 Subject: [PATCH] up vitejs --- sesame-vitejs/sesame/bundle.css | 26 - sesame-vitejs/sesame/src/App.vue | 7 +- sesame-vitejs/sesame/src/animations_custom.js | 184 +- .../sesame/src/assets/styles/_sprint_4.scss | 16559 ++++++++++++++++ .../sesame/src/assets/styles/main.scss | 50 +- .../sesame/src/components/BaseSection.vue | 7 - .../sesame/src/components/CounterBlock.vue | 59 - .../sesame/src/components/CoverSection.vue | 479 - .../sesame/src/components/DisabledSection.vue | 16 - .../sesame/src/components/FirstSprint.vue | 402 - .../sesame/src/components/LastSprint.vue | 902 + sesame-vitejs/sesame/vite.config.ts | 1 + 12 files changed, 17607 insertions(+), 1085 deletions(-) create mode 100644 sesame-vitejs/sesame/src/assets/styles/_sprint_4.scss delete mode 100644 sesame-vitejs/sesame/src/components/BaseSection.vue delete mode 100644 sesame-vitejs/sesame/src/components/CounterBlock.vue delete mode 100644 sesame-vitejs/sesame/src/components/CoverSection.vue delete mode 100644 sesame-vitejs/sesame/src/components/DisabledSection.vue delete mode 100644 sesame-vitejs/sesame/src/components/FirstSprint.vue create mode 100644 sesame-vitejs/sesame/src/components/LastSprint.vue diff --git a/sesame-vitejs/sesame/bundle.css b/sesame-vitejs/sesame/bundle.css index 1f8ccb7..4936e08 100644 --- a/sesame-vitejs/sesame/bundle.css +++ b/sesame-vitejs/sesame/bundle.css @@ -1,31 +1,5 @@ @charset "UTF-8"; @import url("https://fonts.cdnfonts.com/css/gt-walsheim-pro"); -CounterBlock { - margin-right: 4rem; -} - -.counter-block .big-number { - font-weight: 600; - font-size: 140px; - line-height: 90%; - letter-spacing: -0.04em; - color: #020225; -} - -.counter-block .text-description { - font-weight: 400; - font-size: 10px; - line-height: 150%; - text-align: center; - text-transform: uppercase; - color: #020225; -} - -.counter-block img { - margin-left: 80px; - border-radius: 80px; -} - /** libs */ diff --git a/sesame-vitejs/sesame/src/App.vue b/sesame-vitejs/sesame/src/App.vue index 8a7afc5..5ce62b1 100644 --- a/sesame-vitejs/sesame/src/App.vue +++ b/sesame-vitejs/sesame/src/App.vue @@ -1,14 +1,13 @@ diff --git a/sesame-vitejs/sesame/src/animations_custom.js b/sesame-vitejs/sesame/src/animations_custom.js index be48e85..66553af 100644 --- a/sesame-vitejs/sesame/src/animations_custom.js +++ b/sesame-vitejs/sesame/src/animations_custom.js @@ -1,94 +1,147 @@ // animation -import { gsap, ScrollTrigger} from "gsap/all"; - -gsap.registerPlugin(ScrollTrigger); /** * gsap lib https://greensock.com/get-started-2#controllingYourAnimations */ const development_debug = false +// development_debug = true let enable_animations = false enable_animations = true -const rotateYCard = '180deg' -const offsetCard = '-100px' +const rotateYCard = '200deg' +const offsetCard = '10' -function animateCard (id , side) { +let innerWidth = window.innerWidth +if (document.onresize) { + document.onresize(event => { + innerWidth = window.innerWidth + console.log('innerWidth', innerWidth) + }) +} + +function animateCard (id, side) { + + console.log('animateCard', '#content-' + id + ' .flip-handle', side, offsetCard) const fromObject = { rotateY: rotateYCard, - side: offsetCard + rotateX: '-10deg', + // side: offsetCard } const toObject = { rotateY: 0, + rotateX: 0, duration: 0.2, ease: 'easeInOut', - side, + // side: 1, scrollTrigger: { trigger: '#content-' + id + ' .flip-handle', + start: 'top 80%', scrub: 1, markers: development_debug, } } + fromObject[side] = 1 + toObject[side] = offsetCard gsap.fromTo('#content-' + id, fromObject, toObject) } if (enable_animations) { -console.log('start animations') + console.log('start animations') - gsap.fromTo('#main_title', { - opacity: 0, - top: 200 - }, { - opacity: 1, - top: 100, - scale: 0.8, - duration: 1.5, - ease: 'sine', - scrollTrigger: { - trigger: '#cover', - scrub: 1, - markers: development_debug, - } - }) + gsap.fromTo('#for_all_your', { + opacity: 0, + top: 100, + scale: 0.5, + }, + { + opacity: 1, + top: 0, + scale: 1, + duration: 0.25, + scrollTrigger: { + trigger: '#for_all_your', + start: 'top bottom' + } + }) + gsap.fromTo('#for_all_your_2', { + opacity: 0, + scale: 0.5, + }, + { + opacity: 1, + duration: 1, + scale: 1, + scrollTrigger: { + trigger: '#for_all_your_2', + delay: 0.4, + start: 'top bottom' + } + }) + + gsap.fromTo('#unlock, #unlock_white', { + opacity: 0.1, + // scale: 1, + }, + { + opacity: 1, + // scale: 1.25, + scrollTrigger: { + trigger: '#unlock_white', + delay: 1, + scrub: 2, + start: '+50% 80%' + } + }) - gsap.to('#hand', { - top: 300, - duration: 1, - scrollTrigger: { - trigger: '#cover', - scrub: 1, - markers: development_debug, - } - }) gsap.to('#main_title', { - top: 150, - - duration: 1, + delay: 1, + // xPercent: ()=>nav.offsetHeight, scrollTrigger: { trigger: '#main_title', scrub: 1, markers: development_debug, - } + }, + top: innerWidth > 1300 ? '15vw' : '30vw', + width: '-40vw', + }) + gsap.fromTo('#hand', + { + top: -200, + opacity: 1, + }, + { + top: 500, + duration: 1, + opacity: 0, + scrollTrigger: { + trigger: '#cover', + scrub: 1, + markers: development_debug, + } + }) + gsap.to('#phone-watches-1', { left: 500, - top: (531 - 400), + top: -200, scale: 0.8, duration: 1.5, ease: 'sine', scrollTrigger: { trigger: '#welcome', scrub: 1, + delay: 1, markers: development_debug, } }) + gsap.to('#phone-watches-2', { left: '50vw', @@ -99,6 +152,7 @@ console.log('start animations') scrollTrigger: { trigger: '#welcome', scrub: 1, + delay: 0.5, markers: development_debug, } }) @@ -129,28 +183,14 @@ console.log('start animations') } }) - gsap.to('#phone-watches-4', - { - left: '50vw', - top: -10, - scale: 0.5, - duration: 3, - ease: 'sine', - scrollTrigger: { - trigger: '#welcome', - scrub: 2, - markers: development_debug, - } - }) - gsap.fromTo('#content_first', { scale: 0.5, - opacity: 0.5, + opacity: 0.15, }, { opacity: 1, - scale: 0.6, + scale: 0.9, ease: 'easeInOut', scrollTrigger: { trigger: '#content', @@ -163,7 +203,7 @@ console.log('start animations') { scale: 0.8, left: -50, - opacity: 0.5, + opacity: 0.15, top: -20, }, { @@ -171,7 +211,7 @@ console.log('start animations') top: -50, opacity: 1, duration: 2, - scale: 0.9, + scale: 1.5, ease: 'spline', scrollTrigger: { trigger: '#content', @@ -183,11 +223,11 @@ console.log('start animations') // le background coloré grandit légèrement gsap.fromTo('#content_all_img', { - scale: 0.8, - left: -50 + scale: 1, + left: '-100' }, { - scale: 1, + scale: 1.1, left: 0, ease: 'linear', scrollTrigger: { @@ -197,20 +237,29 @@ console.log('start animations') } }) -// TODO faire devenir fixe le background une fois que l'on est passé - gsap.fromTo('#open img', + gsap.fromTo('#unlock', { - opacity: 0.5, - bottom: '-100vh' + marginTop: "0", }, { - opacity: 1, - bottom: '50vh', - scale: 1.5, + marginTop: "-4px", ease: 'spline', scrollTrigger: { trigger: '#open-handle', - scrub: 2, + + markers: development_debug, + } + }) + gsap.fromTo('#unlock_white', + { + opacity: 0.5, + }, + { + opacity: 1, + ease: 'spline', + scrollTrigger: { + trigger: '#open-handle', + markers: development_debug, } }) @@ -238,4 +287,3 @@ console.log('start animations') animateCard(5, 'left') } -export default enable_animations; diff --git a/sesame-vitejs/sesame/src/assets/styles/_sprint_4.scss b/sesame-vitejs/sesame/src/assets/styles/_sprint_4.scss new file mode 100644 index 0000000..89c9575 --- /dev/null +++ b/sesame-vitejs/sesame/src/assets/styles/_sprint_4.scss @@ -0,0 +1,16559 @@ +@charset "UTF-8"; + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-Light.eot"); + src: local("GT Walsheim Pro Light"), local("GTWalsheimPro-Light"), url("font/GTWalsheimPro-Light.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-Light.woff2") format("woff2"), url("font/GTWalsheimPro-Light.woff") format("woff"), url("font/GTWalsheimPro-Light.ttf") format("truetype"); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-Regular.eot"); + src: local("GT Walsheim Pro Regular"), local("GTWalsheimPro-Regular"), url("font/GTWalsheimPro-Regular.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-Regular.woff2") format("woff2"), url("font/GTWalsheimPro-Regular.woff") format("woff"), url("font/GTWalsheimPro-Regular.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-ThinOblique.eot"); + src: local("GT Walsheim Pro Thin Oblique"), local("GTWalsheimPro-ThinOblique"), url("font/GTWalsheimPro-ThinOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-ThinOblique.woff2") format("woff2"), url("font/GTWalsheimPro-ThinOblique.woff") format("woff"), url("font/GTWalsheimPro-ThinOblique.ttf") format("truetype"); + font-weight: 100; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-Thin.eot"); + src: local("GT Walsheim Pro Thin"), local("GTWalsheimPro-Thin"), url("font/GTWalsheimPro-Thin.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-Thin.woff2") format("woff2"), url("font/GTWalsheimPro-Thin.woff") format("woff"), url("font/GTWalsheimPro-Thin.ttf") format("truetype"); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-BoldOblique.eot"); + src: local("GT Walsheim Pro Bold Oblique"), local("GTWalsheimPro-BoldOblique"), url("font/GTWalsheimPro-BoldOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-BoldOblique.woff2") format("woff2"), url("font/GTWalsheimPro-BoldOblique.woff") format("woff"), url("font/GTWalsheimPro-BoldOblique.ttf") format("truetype"); + font-weight: bold; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro Ultra"; + src: url("font/GTWalsheimPro-UltraBold.eot"); + src: local("GT Walsheim Pro Ultra Bold"), local("GTWalsheimPro-UltraBold"), url("font/GTWalsheimPro-UltraBold.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-UltraBold.woff2") format("woff2"), url("font/GTWalsheimPro-UltraBold.woff") format("woff"), url("font/GTWalsheimPro-UltraBold.ttf") format("truetype"); + font-weight: 800; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro Ultra"; + src: url("font/GTWalsheimPro-UltraBoldOblique.eot"); + src: local("GT Walsheim Pro Ultra Bold Oblique"), local("GTWalsheimPro-UltraBoldOblique"), url("font/GTWalsheimPro-UltraBoldOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-UltraBoldOblique.woff2") format("woff2"), url("font/GTWalsheimPro-UltraBoldOblique.woff") format("woff"), url("font/GTWalsheimPro-UltraBoldOblique.ttf") format("truetype"); + font-weight: 800; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-MediumOblique.eot"); + src: local("GT Walsheim Pro Medium Oblique"), local("GTWalsheimPro-MediumOblique"), url("font/GTWalsheimPro-MediumOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-MediumOblique.woff2") format("woff2"), url("font/GTWalsheimPro-MediumOblique.woff") format("woff"), url("font/GTWalsheimPro-MediumOblique.ttf") format("truetype"); + font-weight: 500; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-Bold.eot"); + src: local("GT Walsheim Pro Bold"), local("GTWalsheimPro-Bold"), url("font/GTWalsheimPro-Bold.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-Bold.woff2") format("woff2"), url("font/GTWalsheimPro-Bold.woff") format("woff"), url("font/GTWalsheimPro-Bold.ttf") format("truetype"); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-Medium.eot"); + src: local("GT Walsheim Pro Medium"), local("GTWalsheimPro-Medium"), url("font/GTWalsheimPro-Medium.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-Medium.woff2") format("woff2"), url("font/GTWalsheimPro-Medium.woff") format("woff"), url("font/GTWalsheimPro-Medium.ttf") format("truetype"); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-RegularOblique.eot"); + src: local("GT Walsheim Pro Regular Oblique"), local("GTWalsheimPro-RegularOblique"), url("font/GTWalsheimPro-RegularOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-RegularOblique.woff2") format("woff2"), url("font/GTWalsheimPro-RegularOblique.woff") format("woff"), url("font/GTWalsheimPro-RegularOblique.ttf") format("truetype"); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-LightOblique.eot"); + src: local("GT Walsheim Pro Light Oblique"), local("GTWalsheimPro-LightOblique"), url("font/GTWalsheimPro-LightOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-LightOblique.woff2") format("woff2"), url("font/GTWalsheimPro-LightOblique.woff") format("woff"), url("font/GTWalsheimPro-LightOblique.ttf") format("truetype"); + font-weight: 300; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro Ultra"; + src: url("font/GTWalsheimPro-UltraLight.eot"); + src: local("GT Walsheim Pro Ultra Light"), local("GTWalsheimPro-UltraLight"), url("font/GTWalsheimPro-UltraLight.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-UltraLight.woff2") format("woff2"), url("font/GTWalsheimPro-UltraLight.woff") format("woff"), url("font/GTWalsheimPro-UltraLight.ttf") format("truetype"); + font-weight: 200; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro Ultra"; + src: url("font/GTWalsheimPro-UltraLightOblique.eot"); + src: local("GT Walsheim Pro Ultra Light Oblique"), local("GTWalsheimPro-UltraLightOblique"), url("font/GTWalsheimPro-UltraLightOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-UltraLightOblique.woff2") format("woff2"), url("font/GTWalsheimPro-UltraLightOblique.woff") format("woff"), url("font/GTWalsheimPro-UltraLightOblique.ttf") format("truetype"); + font-weight: 200; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-BlackOblique.eot"); + src: local("GT Walsheim Pro Black Oblique"), local("GTWalsheimPro-BlackOblique"), url("font/GTWalsheimPro-BlackOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-BlackOblique.woff2") format("woff2"), url("font/GTWalsheimPro-BlackOblique.woff") format("woff"), url("font/GTWalsheimPro-BlackOblique.ttf") format("truetype"); + font-weight: 900; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro"; + src: url("font/GTWalsheimPro-Black.eot"); + src: local("GT Walsheim Pro Black"), local("GTWalsheimPro-Black"), url("font/GTWalsheimPro-Black.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-Black.woff2") format("woff2"), url("font/GTWalsheimPro-Black.woff") format("woff"), url("font/GTWalsheimPro-Black.ttf") format("truetype"); + font-weight: 900; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro Cond Ultra"; + src: url("font/GTWalsheimPro-CondensedUltraBold.eot"); + src: local("GT Walsheim Pro Condensed Ultra Bold"), local("GTWalsheimPro-CondensedUltraBold"), url("font/GTWalsheimPro-CondensedUltraBold.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedUltraBold.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedUltraBold.woff") format("woff"), url("font/GTWalsheimPro-CondensedUltraBold.ttf") format("truetype"); + font-weight: 800; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro Condensed"; + src: url("font/GTWalsheimPro-CondensedLight.eot"); + src: local("GT Walsheim Pro Condensed Light"), local("GTWalsheimPro-CondensedLight"), url("font/GTWalsheimPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedLight.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedLight.woff") format("woff"), url("font/GTWalsheimPro-CondensedLight.ttf") format("truetype"); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro Condensed"; + src: url("font/GTWalsheimPro-CondensedBoldOblique.eot"); + src: local("GT Walsheim Pro Condensed Bold Oblique"), local("GTWalsheimPro-CondensedBoldOblique"), url("font/GTWalsheimPro-CondensedBoldOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedBoldOblique.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedBoldOblique.woff") format("woff"), url("font/GTWalsheimPro-CondensedBoldOblique.ttf") format("truetype"); + font-weight: bold; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro Condensed"; + src: url("font/GTWalsheimPro-CondensedLightOblique.eot"); + src: local("GT Walsheim Pro Condensed Light Oblique"), local("GTWalsheimPro-CondensedLightOblique"), url("font/GTWalsheimPro-CondensedLightOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedLightOblique.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedLightOblique.woff") format("woff"), url("font/GTWalsheimPro-CondensedLightOblique.ttf") format("truetype"); + font-weight: 300; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro Condensed"; + src: url("font/GTWalsheimPro-CondensedThin.eot"); + src: local("GT Walsheim Pro Condensed Thin"), local("GTWalsheimPro-CondensedThin"), url("font/GTWalsheimPro-CondensedThin.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedThin.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedThin.woff") format("woff"), url("font/GTWalsheimPro-CondensedThin.ttf") format("truetype"); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: "GTWalsheimPro-CondensedULightIt"; + src: url("font/GTWalsheimPro-CondensedUltraLightOblique.eot"); + src: local("GT Walsheim Pro Condensed Ultra Light Oblique"), local("GTWalsheimPro-CondensedUltraLightOblique"), url("font/GTWalsheimPro-CondensedUltraLightOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedUltraLightOblique.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedUltraLightOblique.woff") format("woff"), url("font/GTWalsheimPro-CondensedUltraLightOblique.ttf") format("truetype"); + font-weight: 200; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro Cond"; + src: url("font/GTWalsheimPro-CondensedMedium.eot"); + src: local("GT Walsheim Pro Condensed Medium"), local("GTWalsheimPro-CondensedMedium"), url("font/GTWalsheimPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedMedium.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedMedium.woff") format("woff"), url("font/GTWalsheimPro-CondensedMedium.ttf") format("truetype"); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro Condensed"; + src: url("font/GTWalsheimPro-CondensedBlackOblique.eot"); + src: local("GT Walsheim Pro Condensed Black Oblique"), local("GTWalsheimPro-CondensedBlackOblique"), url("font/GTWalsheimPro-CondensedBlackOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedBlackOblique.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedBlackOblique.woff") format("woff"), url("font/GTWalsheimPro-CondensedBlackOblique.ttf") format("truetype"); + font-weight: 900; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro Condensed"; + src: url("font/GTWalsheimPro-CondensedRegular.eot"); + src: local("GT Walsheim Pro Condensed Regular"), local("GTWalsheimPro-CondensedRegular"), url("font/GTWalsheimPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedRegular.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedRegular.woff") format("woff"), url("font/GTWalsheimPro-CondensedRegular.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro Condensed"; + src: url("font/GTWalsheimPro-CondensedThinOblique.eot"); + src: local("GT Walsheim Pro Condensed Thin Oblique"), local("GTWalsheimPro-CondensedThinOblique"), url("font/GTWalsheimPro-CondensedThinOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedThinOblique.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedThinOblique.woff") format("woff"), url("font/GTWalsheimPro-CondensedThinOblique.ttf") format("truetype"); + font-weight: 100; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro Condensed"; + src: url("font/GTWalsheimPro-CondensedBold.eot"); + src: local("GT Walsheim Pro Condensed Bold"), local("GTWalsheimPro-CondensedBold"), url("font/GTWalsheimPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedBold.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedBold.woff") format("woff"), url("font/GTWalsheimPro-CondensedBold.ttf") format("truetype"); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro Condensed"; + src: url("font/GTWalsheimPro-CondensedRegularOblique.eot"); + src: local("GT Walsheim Pro Condensed Regular Oblique"), local("GTWalsheimPro-CondensedRegularOblique"), url("font/GTWalsheimPro-CondensedRegularOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedRegularOblique.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedRegularOblique.woff") format("woff"), url("font/GTWalsheimPro-CondensedRegularOblique.ttf") format("truetype"); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: "GTWalsheimPro-CondensedULight"; + src: url("font/GTWalsheimPro-CondensedUltraLight.eot"); + src: local("GT Walsheim Pro Condensed Ultra Light"), local("GTWalsheimPro-CondensedUltraLight"), url("font/GTWalsheimPro-CondensedUltraLight.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedUltraLight.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedUltraLight.woff") format("woff"), url("font/GTWalsheimPro-CondensedUltraLight.ttf") format("truetype"); + font-weight: 200; + font-style: normal; +} + +@font-face { + font-family: "GT Walsheim Pro Cond Ultra"; + src: url("font/GTWalsheimPro-CondensedUltraBoldOblique.eot"); + src: local("GT Walsheim Pro Condensed Ultra Bold Oblique"), local("GTWalsheimPro-CondensedUltraBoldOblique"), url("font/GTWalsheimPro-CondensedUltraBoldOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedUltraBoldOblique.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedUltraBoldOblique.woff") format("woff"), url("font/GTWalsheimPro-CondensedUltraBoldOblique.ttf") format("truetype"); + font-weight: 800; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro Cond"; + src: url("font/GTWalsheimPro-CondensedMediumOblique.eot"); + src: local("GT Walsheim Pro Condensed Medium Oblique"), local("GTWalsheimPro-CondensedMediumOblique"), url("font/GTWalsheimPro-CondensedMediumOblique.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedMediumOblique.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedMediumOblique.woff") format("woff"), url("font/GTWalsheimPro-CondensedMediumOblique.ttf") format("truetype"); + font-weight: 500; + font-style: italic; +} + +@font-face { + font-family: "GT Walsheim Pro Condensed"; + src: url("font/GTWalsheimPro-CondensedBlack.eot"); + src: local("GT Walsheim Pro Condensed Black"), local("GTWalsheimPro-CondensedBlack"), url("font/GTWalsheimPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("font/GTWalsheimPro-CondensedBlack.woff2") format("woff2"), url("font/GTWalsheimPro-CondensedBlack.woff") format("woff"), url("font/GTWalsheimPro-CondensedBlack.ttf") format("truetype"); + font-weight: 900; + font-style: normal; +} + +html { + background: #020225; + color: #f9f3f1; + font-family: "GT Walsheim Pro"; + font-size: 1em; + letter-spacing: -0.04em; + line-height: 1.4; + text-align: center; +} + +::-moz-selection, ::selection { + background: #2323ff; + text-shadow: none; +} + +hr { + border: 0; + border-top: 1px solid #ccc; + display: block; + height: 1px; + margin: 1em 0; + padding: 0; +} + +audio, canvas, iframe, img, svg, video { + vertical-align: middle; +} + +fieldset { + border: 0; + margin: 0; + padding: 0; +} + +textarea { + resize: vertical; +} + +.hidden, [hidden] { + display: none !important; +} + +.sr-only { + border: 0; + clip: rect(0, 0, 0, 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + white-space: nowrap; + width: 1px; + + &.focusable { + &:active, &:focus { + clip: auto; + height: auto; + margin: 0; + overflow: visible; + position: static; + white-space: inherit; + width: auto; + } + } +} + +.invisible { + visibility: hidden; +} + +.clearfix { + &::before { + content: " "; + display: table; + } + + &::after { + content: " "; + display: table; + clear: both; + } +} + +@media only screen and (min-width: 35em) {} + +@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {} + +@media print { + * { + background: #fff !important; + box-shadow: none !important; + color: #000 !important; + text-shadow: none !important; + + &::before, &::after { + background: #fff !important; + box-shadow: none !important; + color: #000 !important; + text-shadow: none !important; + } + } + + a { + text-decoration: underline; + + &:visited { + text-decoration: underline; + } + + &[href]::after { + content: " (" attr(href) ")"; + } + } + + abbr[title]::after { + content: " (" attr(title) ")"; + } + + a { + &[href^="#"]::after, &[href^="javascript:"]::after { + content: ""; + } + } + + pre { + white-space: pre-wrap !important; + border: 1px solid #999; + page-break-inside: avoid; + } + + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + + thead { + display: table-header-group; + } + + tr, img { + page-break-inside: avoid; + } + + p, h2, h3 { + orphans: 3; + widows: 3; + } + + h2, h3 { + page-break-after: avoid; + } +} + +body { + font-family: "GT Walsheim Pro", Arial; + font-style: normal; + left: 0; + position: relative; + top: 0; +} + +.margin-auto { + margin: 0 auto; +} + +.container-text { + max-width: 360px; +} + +.container-text-md { + max-width: 500px; +} + +.container-text-lg { + max-width: 1062px; +} + +html { + line-height: 1.15; + -webkit-text-size-adjust: 100%; +} + +body { + margin: 0; +} + +main { + display: block; + background: #020225; +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +hr { + box-sizing: content-box; + height: 0; + overflow: visible; +} + +pre { + font-family: monospace, monospace; + font-size: 1em; +} + +a { + background-color: transparent; +} + +abbr[title] { + border-bottom: none; + text-decoration: underline; + text-decoration: underline dotted; +} + +b, strong { + font-weight: bolder; +} + +code, kbd, samp { + font-family: monospace, monospace; + font-size: 1em; +} + +small { + font-size: 80%; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +img { + border-style: none; +} + +button, input, optgroup, select, textarea { + font-family: inherit; + font-size: 100%; + line-height: 1.15; + margin: 0; +} + +button, input { + overflow: visible; +} + +button, select { + text-transform: none; +} + +button, [type="button"], [type="reset"], [type="submit"] { + -webkit-appearance: button; +} + +button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +fieldset { + padding: 0.35em 0.75em 0.625em; +} + +legend { + box-sizing: border-box; + color: inherit; + display: table; + max-width: 100%; + padding: 0; + white-space: normal; +} + +progress { + vertical-align: baseline; +} + +textarea { + overflow: auto; +} + +[type="checkbox"], [type="radio"] { + box-sizing: border-box; + padding: 0; +} + +[type="number"] { + &::-webkit-inner-spin-button, &::-webkit-outer-spin-button { + height: auto; + } +} + +[type="search"] { + -webkit-appearance: textfield; + outline-offset: -2px; + + &::-webkit-search-decoration { + -webkit-appearance: none; + } +} + +::-webkit-file-upload-button { + -webkit-appearance: button; + font: inherit; +} + +details { + display: block; +} + +summary { + display: list-item; +} + +template, [hidden] { + display: none; +} + +.button, .input, .textarea, .select select, .file-cta, .file-name, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { + align-items: center; + -moz-appearance: none; + -webkit-appearance: none; + border: 1px solid transparent; + border-radius: 4px; + box-shadow: none; + display: inline-flex; + font-size: 1rem; + height: 2.5em; + justify-content: flex-start; + line-height: 1.5; + padding-bottom: calc(0.5em - 1px); + padding-left: calc(0.75em - 1px); + padding-right: calc(0.75em - 1px); + padding-top: calc(0.5em - 1px); + position: relative; + vertical-align: top; +} + +.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus, .file-name:focus, .pagination-previous:focus, .pagination-next:focus, .pagination-link:focus, .pagination-ellipsis:focus { + outline: none; +} + +.is-focused { + &.button, &.input, &.textarea { + outline: none; + } +} + +.select select.is-focused { + outline: none; +} + +.is-focused { + &.file-cta, &.file-name, &.pagination-previous, &.pagination-next, &.pagination-link, &.pagination-ellipsis { + outline: none; + } +} + +.button:active, .input:active, .textarea:active, .select select:active, .file-cta:active, .file-name:active, .pagination-previous:active, .pagination-next:active, .pagination-link:active, .pagination-ellipsis:active { + outline: none; +} + +.is-active { + &.button, &.input, &.textarea { + outline: none; + } +} + +.select select.is-active { + outline: none; +} + +.is-active { + &.file-cta, &.file-name, &.pagination-previous, &.pagination-next, &.pagination-link, &.pagination-ellipsis { + outline: none; + } +} + +.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled], .file-name[disabled], .pagination-previous[disabled], .pagination-next[disabled], .pagination-link[disabled], .pagination-ellipsis[disabled] { + cursor: not-allowed; +} + +fieldset[disabled] { + .button, .input, .textarea, .select select { + cursor: not-allowed; + } +} + +.select fieldset[disabled] select { + cursor: not-allowed; +} + +fieldset[disabled] { + .file-cta, .file-name, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { + cursor: not-allowed; + } +} + +.button, .file, .breadcrumb, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .tabs, .is-unselectable { + -webkit-touch-callout: none; + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; +} + +.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after { + border: 3px solid transparent; + border-radius: 2px; + border-right: 0; + border-top: 0; + content: " "; + display: block; + height: 0.625em; + margin-top: -0.4375em; + pointer-events: none; + position: absolute; + top: 50%; + transform: rotate(-45deg); + transform-origin: center; + width: 0.625em; +} + +.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 1.5rem; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(10, 10, 10, 0.2); + border: none; + border-radius: 9999px; + cursor: pointer; + display: inline-block; + flex-grow: 0; + flex-shrink: 0; + font-size: 0; + height: 20px; + max-height: 20px; + max-width: 20px; + min-height: 20px; + min-width: 20px; + outline: none; + pointer-events: auto; + position: relative; + -webkit-touch-callout: none; + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + vertical-align: top; + width: 20px; +} + +.delete::before, .modal-close::before, .delete::after, .modal-close::after { + background-color: white; + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform-origin: center center; +} + +.delete::before, .modal-close::before { + height: 2px; + width: 50%; +} + +.delete::after, .modal-close::after { + height: 50%; + width: 2px; +} + +.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus { + background-color: rgba(10, 10, 10, 0.3); +} + +.delete:active, .modal-close:active { + background-color: rgba(10, 10, 10, 0.4); +} + +.is-small { + &.delete, &.modal-close { + height: 16px; + max-height: 16px; + max-width: 16px; + min-height: 16px; + min-width: 16px; + width: 16px; + } +} + +.is-medium { + &.delete, &.modal-close { + height: 24px; + max-height: 24px; + max-width: 24px; + min-height: 24px; + min-width: 24px; + width: 24px; + } +} + +.is-large { + &.delete, &.modal-close { + height: 32px; + max-height: 32px; + max-width: 32px; + min-height: 32px; + min-width: 32px; + width: 32px; + } +} + +.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after { + -webkit-animation: spinAround 500ms infinite linear; + animation: spinAround 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 9999px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 1em; + position: relative; + width: 1em; +} + +.image { + &.is-square { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-1by1 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-5by4 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-4by3 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-3by2 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-5by3 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-16by9 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-2by1 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-3by1 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-4by5 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-3by4 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-2by3 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-3by5 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-9by16 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-1by2 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } + + &.is-1by3 { + img, .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } +} + +.modal, .modal-background, .is-overlay, .hero-video { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.navbar-burger { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + margin: 0; + padding: 0; +} + +html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { + margin: 0; + padding: 0; +} + +h1, h2, h3, h4, h5, h6 { + font-size: 100%; + font-weight: normal; +} + +ul { + list-style: none; +} + +button, input, select, textarea { + margin: 0; +} + +html { + box-sizing: border-box; +} + +* { + box-sizing: inherit; + + &::before, &::after { + box-sizing: inherit; + } +} + +img, video { + height: auto; + max-width: 100%; +} + +iframe { + border: 0; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, th { + padding: 0; +} + +td:not([align]), th:not([align]) { + text-align: inherit; +} + +html { + background-color: white; + font-size: 16px; + -webkit-font-smoothing: antialiased; + min-width: 300px; + -moz-osx-font-smoothing: grayscale; + overflow-x: hidden; + overflow-y: scroll; + text-rendering: optimizeLegibility; + -moz-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + text-size-adjust: 100%; +} + +article, aside, figure, footer, header, hgroup, section { + display: block; +} + +body, button, input, optgroup, select, textarea { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; +} + +code, pre { + font-family: monospace; + -webkit-font-smoothing: auto; + -moz-osx-font-smoothing: auto; +} + +body { + color: #4a4a4a; + font-size: 1em; + font-weight: 400; + line-height: 1.5; +} + +a { + color: #485fc7; + cursor: pointer; + text-decoration: none; + + strong { + color: currentColor; + } + + &:hover { + color: #363636; + } +} + +code { + background-color: whitesmoke; + color: #da1039; + font-size: 0.875em; + font-weight: normal; + padding: 0.25em 0.5em 0.25em; +} + +hr { + background-color: whitesmoke; + border: none; + display: block; + height: 2px; + margin: 1.5rem 0; +} + +img { + height: auto; + max-width: 100%; +} + +input { + &[type="checkbox"], &[type="radio"] { + vertical-align: baseline; + } +} + +small { + font-size: 0.875em; +} + +span { + font-style: inherit; + font-weight: inherit; +} + +strong { + color: #363636; + font-weight: 700; +} + +fieldset { + border: none; +} + +pre { + background-color: whitesmoke; + color: #4a4a4a; + font-size: 0.875em; + -webkit-overflow-scrolling: touch; + overflow-x: auto; + padding: 1.25rem 1.5rem; + white-space: pre; + word-wrap: normal; + + code { + background-color: transparent; + color: currentColor; + font-size: 1em; + padding: 0; + } +} + +table { + td, th { + vertical-align: top; + } + + td:not([align]) { + text-align: inherit; + } + + th { + &:not([align]) { + text-align: inherit; + } + + color: #363636; + } +} + +@-webkit-keyframes spinAround { + from { + transform: rotate(0deg); + } + + to { + transform: rotate(359deg); + } +} + +@keyframes spinAround { + from { + transform: rotate(0deg); + } + + to { + transform: rotate(359deg); + } +} + +.box { + background-color: white; + border-radius: 6px; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + color: #4a4a4a; + display: block; + padding: 1.25rem; +} + +a.box { + &:hover, &:focus { + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7; + } + + &:active { + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7; + } +} + +.button { + background-color: white; + border-color: #dbdbdb; + border-width: 1px; + color: #363636; + cursor: pointer; + justify-content: center; + padding-bottom: calc(0.5em - 1px); + padding-left: 1em; + padding-right: 1em; + padding-top: calc(0.5em - 1px); + text-align: center; + white-space: nowrap; + + strong { + color: inherit; + } + + .icon { + height: 1.5em; + width: 1.5em; + + &.is-small, &.is-medium, &.is-large { + height: 1.5em; + width: 1.5em; + } + + &:first-child:not(:last-child) { + margin-left: calc(-0.5em - 1px); + margin-right: 0.25em; + } + + &:last-child:not(:first-child) { + margin-left: 0.25em; + margin-right: calc(-0.5em - 1px); + } + + &:first-child:last-child { + margin-left: calc(-0.5em - 1px); + margin-right: calc(-0.5em - 1px); + } + } + + &:hover, &.is-hovered { + border-color: #b5b5b5; + color: #363636; + } + + &:focus, &.is-focused { + border-color: #485fc7; + color: #363636; + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); + } + + &:active, &.is-active { + border-color: #4a4a4a; + color: #363636; + } + + &.is-text { + background-color: transparent; + border-color: transparent; + color: #4a4a4a; + text-decoration: underline; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: whitesmoke; + color: #363636; + } + + &:active, &.is-active { + background-color: #e8e8e8; + color: #363636; + } + + &[disabled] { + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + } +} + +fieldset[disabled] .button.is-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} + +.button { + &.is-ghost { + background: none; + border-color: transparent; + color: #485fc7; + text-decoration: none; + + &:hover, &.is-hovered { + color: #485fc7; + text-decoration: underline; + } + } + + &.is-white { + background-color: white; + border-color: transparent; + color: #0a0a0a; + + &:hover, &.is-hovered { + background-color: #f9f9f9; + border-color: transparent; + color: #0a0a0a; + } + + &:focus, &.is-focused { + border-color: transparent; + color: #0a0a0a; + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); + } + + &:active, &.is-active { + background-color: #f2f2f2; + border-color: transparent; + color: #0a0a0a; + } + + &[disabled] { + background-color: white; + border-color: white; + box-shadow: none; + } + } +} + +fieldset[disabled] .button.is-white { + background-color: white; + border-color: white; + box-shadow: none; +} + +.button.is-white.is-inverted { + background-color: #0a0a0a; + color: white; + + &:hover, &.is-hovered { + background-color: black; + } + + &[disabled] { + background-color: #0a0a0a; + border-color: transparent; + box-shadow: none; + color: white; + } +} + +fieldset[disabled] .button.is-white.is-inverted { + background-color: #0a0a0a; + border-color: transparent; + box-shadow: none; + color: white; +} + +.button.is-white { + &.is-loading::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; + } + + &.is-outlined { + background-color: transparent; + border-color: white; + color: white; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: white; + border-color: white; + color: #0a0a0a; + } + + &.is-loading { + &::after { + border-color: transparent transparent white white !important; + } + + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; + } + } +} + +fieldset[disabled] .button.is-white.is-outlined { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; +} + +.button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + color: #0a0a0a; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #0a0a0a; + color: white; + } + + &.is-loading { + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent white white !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #0a0a0a; + box-shadow: none; + color: #0a0a0a; + } +} + +fieldset[disabled] .button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + box-shadow: none; + color: #0a0a0a; +} + +.button.is-black { + background-color: #0a0a0a; + border-color: transparent; + color: white; + + &:hover, &.is-hovered { + background-color: #040404; + border-color: transparent; + color: white; + } + + &:focus, &.is-focused { + border-color: transparent; + color: white; + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); + } + + &:active, &.is-active { + background-color: black; + border-color: transparent; + color: white; + } + + &[disabled] { + background-color: #0a0a0a; + border-color: #0a0a0a; + box-shadow: none; + } +} + +fieldset[disabled] .button.is-black { + background-color: #0a0a0a; + border-color: #0a0a0a; + box-shadow: none; +} + +.button.is-black.is-inverted { + background-color: white; + color: #0a0a0a; + + &:hover, &.is-hovered { + background-color: #f2f2f2; + } + + &[disabled] { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #0a0a0a; + } +} + +fieldset[disabled] .button.is-black.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #0a0a0a; +} + +.button.is-black { + &.is-loading::after { + border-color: transparent transparent white white !important; + } + + &.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + color: #0a0a0a; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; + } + + &.is-loading { + &::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; + } + + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent white white !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #0a0a0a; + box-shadow: none; + color: #0a0a0a; + } + } +} + +fieldset[disabled] .button.is-black.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + box-shadow: none; + color: #0a0a0a; +} + +.button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: white; + color: #0a0a0a; + } + + &.is-loading { + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; + } +} + +fieldset[disabled] .button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; +} + +.button.is-light { + background-color: whitesmoke; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + + &:hover, &.is-hovered { + background-color: #eee; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + + &:focus, &.is-focused { + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); + } + + &:active, &.is-active { + background-color: #e8e8e8; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + + &[disabled] { + background-color: whitesmoke; + border-color: whitesmoke; + box-shadow: none; + } +} + +fieldset[disabled] .button.is-light { + background-color: whitesmoke; + border-color: whitesmoke; + box-shadow: none; +} + +.button.is-light.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + color: whitesmoke; + + &:hover, &.is-hovered { + background-color: rgba(0, 0, 0, 0.7); + } + + &[disabled] { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + box-shadow: none; + color: whitesmoke; + } +} + +fieldset[disabled] .button.is-light.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + box-shadow: none; + color: whitesmoke; +} + +.button.is-light { + &.is-loading::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; + } + + &.is-outlined { + background-color: transparent; + border-color: whitesmoke; + color: whitesmoke; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: whitesmoke; + border-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); + } + + &.is-loading { + &::after { + border-color: transparent transparent whitesmoke whitesmoke !important; + } + + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: whitesmoke; + box-shadow: none; + color: whitesmoke; + } + } +} + +fieldset[disabled] .button.is-light.is-outlined { + background-color: transparent; + border-color: whitesmoke; + box-shadow: none; + color: whitesmoke; +} + +.button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: rgba(0, 0, 0, 0.7); + color: whitesmoke; + } + + &.is-loading { + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent whitesmoke whitesmoke !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + box-shadow: none; + color: rgba(0, 0, 0, 0.7); + } +} + +fieldset[disabled] .button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + box-shadow: none; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-dark { + background-color: #363636; + border-color: transparent; + color: #fff; + + &:hover, &.is-hovered { + background-color: #2f2f2f; + border-color: transparent; + color: #fff; + } + + &:focus, &.is-focused { + border-color: transparent; + color: #fff; + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); + } + + &:active, &.is-active { + background-color: #292929; + border-color: transparent; + color: #fff; + } + + &[disabled] { + background-color: #363636; + border-color: #363636; + box-shadow: none; + } +} + +fieldset[disabled] .button.is-dark { + background-color: #363636; + border-color: #363636; + box-shadow: none; +} + +.button.is-dark.is-inverted { + background-color: #fff; + color: #363636; + + &:hover, &.is-hovered { + background-color: #f2f2f2; + } + + &[disabled] { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #363636; + } +} + +fieldset[disabled] .button.is-dark.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #363636; +} + +.button.is-dark { + &.is-loading::after { + border-color: transparent transparent #fff #fff !important; + } + + &.is-outlined { + background-color: transparent; + border-color: #363636; + color: #363636; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #363636; + border-color: #363636; + color: #fff; + } + + &.is-loading { + &::after { + border-color: transparent transparent #363636 #363636 !important; + } + + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #fff #fff !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #363636; + box-shadow: none; + color: #363636; + } + } +} + +fieldset[disabled] .button.is-dark.is-outlined { + background-color: transparent; + border-color: #363636; + box-shadow: none; + color: #363636; +} + +.button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #fff; + color: #363636; + } + + &.is-loading { + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #363636 #363636 !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; + } +} + +fieldset[disabled] .button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button.is-primary { + background-color: #00d1b2; + border-color: transparent; + color: #fff; + + &:hover, &.is-hovered { + background-color: #00c4a7; + border-color: transparent; + color: #fff; + } + + &:focus, &.is-focused { + border-color: transparent; + color: #fff; + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); + } + + &:active, &.is-active { + background-color: #00b89c; + border-color: transparent; + color: #fff; + } + + &[disabled] { + background-color: #00d1b2; + border-color: #00d1b2; + box-shadow: none; + } +} + +fieldset[disabled] .button.is-primary { + background-color: #00d1b2; + border-color: #00d1b2; + box-shadow: none; +} + +.button.is-primary.is-inverted { + background-color: #fff; + color: #00d1b2; + + &:hover, &.is-hovered { + background-color: #f2f2f2; + } + + &[disabled] { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #00d1b2; + } +} + +fieldset[disabled] .button.is-primary.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #00d1b2; +} + +.button.is-primary { + &.is-loading::after { + border-color: transparent transparent #fff #fff !important; + } + + &.is-outlined { + background-color: transparent; + border-color: #00d1b2; + color: #00d1b2; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #00d1b2; + border-color: #00d1b2; + color: #fff; + } + + &.is-loading { + &::after { + border-color: transparent transparent #00d1b2 #00d1b2 !important; + } + + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #fff #fff !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #00d1b2; + box-shadow: none; + color: #00d1b2; + } + } +} + +fieldset[disabled] .button.is-primary.is-outlined { + background-color: transparent; + border-color: #00d1b2; + box-shadow: none; + color: #00d1b2; +} + +.button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #fff; + color: #00d1b2; + } + + &.is-loading { + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #00d1b2 #00d1b2 !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; + } +} + +fieldset[disabled] .button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button { + &.is-primary.is-light { + background-color: #ebfffc; + color: #00947e; + + &:hover, &.is-hovered { + background-color: #defffa; + border-color: transparent; + color: #00947e; + } + + &:active, &.is-active { + background-color: #d1fff8; + border-color: transparent; + color: #00947e; + } + } + + &.is-link { + background-color: #485fc7; + border-color: transparent; + color: #fff; + + &:hover, &.is-hovered { + background-color: #3e56c4; + border-color: transparent; + color: #fff; + } + + &:focus, &.is-focused { + border-color: transparent; + color: #fff; + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); + } + + &:active, &.is-active { + background-color: #3a51bb; + border-color: transparent; + color: #fff; + } + + &[disabled] { + background-color: #485fc7; + border-color: #485fc7; + box-shadow: none; + } + } +} + +fieldset[disabled] .button.is-link { + background-color: #485fc7; + border-color: #485fc7; + box-shadow: none; +} + +.button.is-link.is-inverted { + background-color: #fff; + color: #485fc7; + + &:hover, &.is-hovered { + background-color: #f2f2f2; + } + + &[disabled] { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #485fc7; + } +} + +fieldset[disabled] .button.is-link.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #485fc7; +} + +.button.is-link { + &.is-loading::after { + border-color: transparent transparent #fff #fff !important; + } + + &.is-outlined { + background-color: transparent; + border-color: #485fc7; + color: #485fc7; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #485fc7; + border-color: #485fc7; + color: #fff; + } + + &.is-loading { + &::after { + border-color: transparent transparent #485fc7 #485fc7 !important; + } + + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #fff #fff !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #485fc7; + box-shadow: none; + color: #485fc7; + } + } +} + +fieldset[disabled] .button.is-link.is-outlined { + background-color: transparent; + border-color: #485fc7; + box-shadow: none; + color: #485fc7; +} + +.button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #fff; + color: #485fc7; + } + + &.is-loading { + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #485fc7 #485fc7 !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; + } +} + +fieldset[disabled] .button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button { + &.is-link.is-light { + background-color: #eff1fa; + color: #3850b7; + + &:hover, &.is-hovered { + background-color: #e6e9f7; + border-color: transparent; + color: #3850b7; + } + + &:active, &.is-active { + background-color: #dce0f4; + border-color: transparent; + color: #3850b7; + } + } + + &.is-info { + background-color: #3e8ed0; + border-color: transparent; + color: #fff; + + &:hover, &.is-hovered { + background-color: #3488ce; + border-color: transparent; + color: #fff; + } + + &:focus, &.is-focused { + border-color: transparent; + color: #fff; + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); + } + + &:active, &.is-active { + background-color: #3082c5; + border-color: transparent; + color: #fff; + } + + &[disabled] { + background-color: #3e8ed0; + border-color: #3e8ed0; + box-shadow: none; + } + } +} + +fieldset[disabled] .button.is-info { + background-color: #3e8ed0; + border-color: #3e8ed0; + box-shadow: none; +} + +.button.is-info.is-inverted { + background-color: #fff; + color: #3e8ed0; + + &:hover, &.is-hovered { + background-color: #f2f2f2; + } + + &[disabled] { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #3e8ed0; + } +} + +fieldset[disabled] .button.is-info.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #3e8ed0; +} + +.button.is-info { + &.is-loading::after { + border-color: transparent transparent #fff #fff !important; + } + + &.is-outlined { + background-color: transparent; + border-color: #3e8ed0; + color: #3e8ed0; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #3e8ed0; + border-color: #3e8ed0; + color: #fff; + } + + &.is-loading { + &::after { + border-color: transparent transparent #3e8ed0 #3e8ed0 !important; + } + + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #fff #fff !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #3e8ed0; + box-shadow: none; + color: #3e8ed0; + } + } +} + +fieldset[disabled] .button.is-info.is-outlined { + background-color: transparent; + border-color: #3e8ed0; + box-shadow: none; + color: #3e8ed0; +} + +.button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #fff; + color: #3e8ed0; + } + + &.is-loading { + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #3e8ed0 #3e8ed0 !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; + } +} + +fieldset[disabled] .button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button { + &.is-info.is-light { + background-color: #eff5fb; + color: #296fa8; + + &:hover, &.is-hovered { + background-color: #e4eff9; + border-color: transparent; + color: #296fa8; + } + + &:active, &.is-active { + background-color: #dae9f6; + border-color: transparent; + color: #296fa8; + } + } + + &.is-success { + background-color: #48c78e; + border-color: transparent; + color: #fff; + + &:hover, &.is-hovered { + background-color: #3ec487; + border-color: transparent; + color: #fff; + } + + &:focus, &.is-focused { + border-color: transparent; + color: #fff; + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); + } + + &:active, &.is-active { + background-color: #3abb81; + border-color: transparent; + color: #fff; + } + + &[disabled] { + background-color: #48c78e; + border-color: #48c78e; + box-shadow: none; + } + } +} + +fieldset[disabled] .button.is-success { + background-color: #48c78e; + border-color: #48c78e; + box-shadow: none; +} + +.button.is-success.is-inverted { + background-color: #fff; + color: #48c78e; + + &:hover, &.is-hovered { + background-color: #f2f2f2; + } + + &[disabled] { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #48c78e; + } +} + +fieldset[disabled] .button.is-success.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #48c78e; +} + +.button.is-success { + &.is-loading::after { + border-color: transparent transparent #fff #fff !important; + } + + &.is-outlined { + background-color: transparent; + border-color: #48c78e; + color: #48c78e; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #48c78e; + border-color: #48c78e; + color: #fff; + } + + &.is-loading { + &::after { + border-color: transparent transparent #48c78e #48c78e !important; + } + + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #fff #fff !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #48c78e; + box-shadow: none; + color: #48c78e; + } + } +} + +fieldset[disabled] .button.is-success.is-outlined { + background-color: transparent; + border-color: #48c78e; + box-shadow: none; + color: #48c78e; +} + +.button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #fff; + color: #48c78e; + } + + &.is-loading { + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #48c78e #48c78e !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; + } +} + +fieldset[disabled] .button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button { + &.is-success.is-light { + background-color: #effaf5; + color: #257953; + + &:hover, &.is-hovered { + background-color: #e6f7ef; + border-color: transparent; + color: #257953; + } + + &:active, &.is-active { + background-color: #dcf4e9; + border-color: transparent; + color: #257953; + } + } + + &.is-warning { + background-color: #ffe08a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + + &:hover, &.is-hovered { + background-color: #ffdc7d; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + + &:focus, &.is-focused { + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); + } + + &:active, &.is-active { + background-color: #ffd970; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + + &[disabled] { + background-color: #ffe08a; + border-color: #ffe08a; + box-shadow: none; + } + } +} + +fieldset[disabled] .button.is-warning { + background-color: #ffe08a; + border-color: #ffe08a; + box-shadow: none; +} + +.button.is-warning.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + color: #ffe08a; + + &:hover, &.is-hovered { + background-color: rgba(0, 0, 0, 0.7); + } + + &[disabled] { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + box-shadow: none; + color: #ffe08a; + } +} + +fieldset[disabled] .button.is-warning.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + box-shadow: none; + color: #ffe08a; +} + +.button.is-warning { + &.is-loading::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; + } + + &.is-outlined { + background-color: transparent; + border-color: #ffe08a; + color: #ffe08a; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #ffe08a; + border-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); + } + + &.is-loading { + &::after { + border-color: transparent transparent #ffe08a #ffe08a !important; + } + + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #ffe08a; + box-shadow: none; + color: #ffe08a; + } + } +} + +fieldset[disabled] .button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffe08a; + box-shadow: none; + color: #ffe08a; +} + +.button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: rgba(0, 0, 0, 0.7); + color: #ffe08a; + } + + &.is-loading { + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #ffe08a #ffe08a !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + box-shadow: none; + color: rgba(0, 0, 0, 0.7); + } +} + +fieldset[disabled] .button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + box-shadow: none; + color: rgba(0, 0, 0, 0.7); +} + +.button { + &.is-warning.is-light { + background-color: #fffaeb; + color: #946c00; + + &:hover, &.is-hovered { + background-color: #fff6de; + border-color: transparent; + color: #946c00; + } + + &:active, &.is-active { + background-color: #fff3d1; + border-color: transparent; + color: #946c00; + } + } + + &.is-danger { + background-color: #f14668; + border-color: transparent; + color: #fff; + + &:hover, &.is-hovered { + background-color: #f03a5f; + border-color: transparent; + color: #fff; + } + + &:focus, &.is-focused { + border-color: transparent; + color: #fff; + } + + &:focus:not(:active), &.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); + } + + &:active, &.is-active { + background-color: #ef2e55; + border-color: transparent; + color: #fff; + } + + &[disabled] { + background-color: #f14668; + border-color: #f14668; + box-shadow: none; + } + } +} + +fieldset[disabled] .button.is-danger { + background-color: #f14668; + border-color: #f14668; + box-shadow: none; +} + +.button.is-danger.is-inverted { + background-color: #fff; + color: #f14668; + + &:hover, &.is-hovered { + background-color: #f2f2f2; + } + + &[disabled] { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #f14668; + } +} + +fieldset[disabled] .button.is-danger.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #f14668; +} + +.button.is-danger { + &.is-loading::after { + border-color: transparent transparent #fff #fff !important; + } + + &.is-outlined { + background-color: transparent; + border-color: #f14668; + color: #f14668; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #f14668; + border-color: #f14668; + color: #fff; + } + + &.is-loading { + &::after { + border-color: transparent transparent #f14668 #f14668 !important; + } + + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #fff #fff !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #f14668; + box-shadow: none; + color: #f14668; + } + } +} + +fieldset[disabled] .button.is-danger.is-outlined { + background-color: transparent; + border-color: #f14668; + box-shadow: none; + color: #f14668; +} + +.button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; + + &:hover, &.is-hovered, &:focus, &.is-focused { + background-color: #fff; + color: #f14668; + } + + &.is-loading { + &:hover::after, &.is-hovered::after, &:focus::after, &.is-focused::after { + border-color: transparent transparent #f14668 #f14668 !important; + } + } + + &[disabled] { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; + } +} + +fieldset[disabled] .button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button { + &.is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; + + &:hover, &.is-hovered { + background-color: #fde0e6; + border-color: transparent; + color: #cc0f35; + } + + &:active, &.is-active { + background-color: #fcd4dc; + border-color: transparent; + color: #cc0f35; + } + } + + &.is-small { + font-size: 0.75rem; + + &:not(.is-rounded) { + border-radius: 2px; + } + } + + &.is-normal { + font-size: 1rem; + } + + &.is-medium { + font-size: 1.25rem; + } + + &.is-large { + font-size: 1.5rem; + } + + &[disabled] { + background-color: white; + border-color: #dbdbdb; + box-shadow: none; + opacity: 0.5; + } +} + +fieldset[disabled] .button { + background-color: white; + border-color: #dbdbdb; + box-shadow: none; + opacity: 0.5; +} + +.button { + &.is-fullwidth { + display: flex; + width: 100%; + } + + &.is-loading { + color: transparent !important; + pointer-events: none; + + &::after { + left: calc(50% - (1em * 0.5)); + position: absolute; + position: absolute !important; + top: calc(50% - (1em * 0.5)); + } + } + + &.is-static { + background-color: whitesmoke; + border-color: #dbdbdb; + box-shadow: none; + color: #7a7a7a; + pointer-events: none; + } + + &.is-rounded { + border-radius: 9999px; + padding-left: calc(1em + 0.25em); + padding-right: calc(1em + 0.25em); + } +} + +.buttons { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + + .button { + margin-bottom: 0.5rem; + + &:not(:last-child):not(.is-fullwidth) { + margin-right: 0.5rem; + } + } + + &:last-child { + margin-bottom: -0.5rem; + } + + &:not(:last-child) { + margin-bottom: 1rem; + } + + &.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { + font-size: 0.75rem; + + &:not(.is-rounded) { + border-radius: 2px; + } + } + + &.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { + font-size: 1.25rem; + } + + &.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { + font-size: 1.5rem; + } + + &.has-addons .button { + &:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + } + + &:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + margin-right: -1px; + } + + &:last-child { + margin-right: 0; + } + + &:hover, &.is-hovered { + z-index: 2; + } + + &:focus, &.is-focused, &:active, &.is-active, &.is-selected { + z-index: 3; + } + + &:focus:hover, &.is-focused:hover, &:active:hover, &.is-active:hover, &.is-selected:hover { + z-index: 4; + } + + &.is-expanded { + flex-grow: 1; + flex-shrink: 1; + } + } + + &.is-centered { + justify-content: center; + + &:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; + } + } + + &.is-right { + justify-content: flex-end; + + &:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; + } + } +} + +@media screen and (max-width: 416px) { + .nav-main p { + padding-left: 30vw; + } +} + +@media screen and (max-height: 800px) { + #main_title { + top: 160px; + } +} + +@media screen and (max-width: 768px) { + .nav-main p { + padding-left: 10vw; + } + + #unlock, #unlock_white img { + height: 10rem; + } + + .button.is-responsive { + &.is-small { + font-size: 0.5625rem; + } + + font-size: 0.65625rem; + + &.is-normal { + font-size: 0.65625rem; + } + + &.is-medium { + font-size: 0.75rem; + } + + &.is-large { + font-size: 1rem; + } + } + + #content_all h2, #welcome h2 { + font-size: 4em; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .button.is-responsive { + &.is-small { + font-size: 0.65625rem; + } + + font-size: 0.75rem; + + &.is-normal { + font-size: 0.75rem; + } + + &.is-medium { + font-size: 1rem; + } + + &.is-large { + font-size: 1.25rem; + } + } +} + +.container { + flex-grow: 1; + margin: 0 auto; + position: relative; + width: auto; + + &.is-fluid { + max-width: none !important; + padding-left: 32px; + padding-right: 32px; + width: 100%; + } +} + +@media screen and (min-width: 1024px) { + .container { + max-width: 960px; + } +} + +@media screen and (max-width: 1215px) { + .container.is-widescreen:not(.is-max-desktop) { + max-width: 1152px; + } +} + +@media screen and (max-width: 1407px) { + .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { + max-width: 1344px; + } +} + +@media screen and (min-width: 1216px) { + .container:not(.is-max-desktop) { + max-width: 1152px; + } +} + +@media screen and (min-width: 1408px) { + .container:not(.is-max-desktop):not(.is-max-widescreen) { + max-width: 1344px; + } +} + +.content { + li + li { + margin-top: 0.25em; + } + + p:not(:last-child), dl:not(:last-child), ol:not(:last-child), ul:not(:last-child), blockquote:not(:last-child), pre:not(:last-child), table:not(:last-child) { + margin-bottom: 1em; + } + + h1, h2, h3, h4, h5, h6 { + color: #363636; + font-weight: 600; + line-height: 1.125; + } + + h1 { + font-size: 2em; + margin-bottom: 0.5em; + + &:not(:first-child) { + margin-top: 1em; + } + } + + h2 { + font-size: 1.75em; + margin-bottom: 0.5714em; + + &:not(:first-child) { + margin-top: 1.1428em; + } + } + + h3 { + font-size: 1.5em; + margin-bottom: 0.6666em; + + &:not(:first-child) { + margin-top: 1.3333em; + } + } + + h4 { + font-size: 1.25em; + margin-bottom: 0.8em; + } + + h5 { + font-size: 1.125em; + margin-bottom: 0.8888em; + } + + h6 { + font-size: 1em; + margin-bottom: 1em; + } + + blockquote { + background-color: whitesmoke; + border-left: 5px solid #dbdbdb; + padding: 1.25em 1.5em; + } + + ol { + list-style-position: outside; + margin-left: 2em; + margin-top: 1em; + + &:not([type]) { + list-style-type: decimal; + + &.is-lower-alpha { + list-style-type: lower-alpha; + } + + &.is-lower-roman { + list-style-type: lower-roman; + } + + &.is-upper-alpha { + list-style-type: upper-alpha; + } + + &.is-upper-roman { + list-style-type: upper-roman; + } + } + } + + ul { + list-style: disc outside; + margin-left: 2em; + margin-top: 1em; + + ul { + list-style-type: circle; + margin-top: 0.5em; + + ul { + list-style-type: square; + } + } + } + + dd { + margin-left: 2em; + } + + figure { + margin-left: 2em; + margin-right: 2em; + text-align: center; + + &:not(:first-child) { + margin-top: 2em; + } + + &:not(:last-child) { + margin-bottom: 2em; + } + + img { + display: inline-block; + } + + figcaption { + font-style: italic; + } + } + + pre { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + padding: 1.25em 1.5em; + white-space: pre; + word-wrap: normal; + } + + sup, sub { + font-size: 75%; + } + + table { + width: 100%; + + td { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; + } + + th { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; + color: #363636; + + &:not([align]) { + text-align: inherit; + } + } + + thead { + td, th { + border-width: 0 0 2px; + color: #363636; + } + } + + tfoot { + td, th { + border-width: 2px 0 0; + color: #363636; + } + } + + tbody tr:last-child { + td, th { + border-bottom-width: 0; + } + } + } + + .tabs li + li { + margin-top: 0; + } + + &.is-small { + font-size: 0.75rem; + } + + &.is-normal { + font-size: 1rem; + } + + &.is-medium { + font-size: 1.25rem; + } + + &.is-large { + font-size: 1.5rem; + } +} + +.icon { + align-items: center; + display: inline-flex; + height: 1.5rem; + justify-content: center; + width: 1.5rem; + + &.is-small { + height: 1rem; + width: 1rem; + } + + &.is-medium { + height: 2rem; + width: 2rem; + } + + &.is-large { + height: 3rem; + width: 3rem; + } +} + +.icon-text { + align-items: flex-start; + color: inherit; + display: inline-flex; + flex-wrap: wrap; + line-height: 1.5rem; + vertical-align: top; + + .icon { + flex-grow: 0; + flex-shrink: 0; + + &:not(:last-child) { + margin-right: 0.25em; + } + + &:not(:first-child) { + margin-left: 0.25em; + } + } +} + +div.icon-text { + display: flex; +} + +.image { + display: block; + position: relative; + + img { + display: block; + height: auto; + width: 100%; + + &.is-rounded { + border-radius: 9999px; + } + } + + &.is-fullwidth { + width: 100%; + } + + &.is-square { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-1by1 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-5by4 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-4by3 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-3by2 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-5by3 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-16by9 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-2by1 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-3by1 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-4by5 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-3by4 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-2by3 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-3by5 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-9by16 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-1by2 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-1by3 { + img, .has-ratio { + height: 100%; + width: 100%; + } + } + + &.is-square, &.is-1by1 { + padding-top: 100%; + } + + &.is-5by4 { + padding-top: 80%; + } + + &.is-4by3 { + padding-top: 75%; + } + + &.is-3by2 { + padding-top: 66.6666%; + } + + &.is-5by3 { + padding-top: 60%; + } + + &.is-16by9 { + padding-top: 56.25%; + } + + &.is-2by1 { + padding-top: 50%; + } + + &.is-3by1 { + padding-top: 33.3333%; + } + + &.is-4by5 { + padding-top: 125%; + } + + &.is-3by4 { + padding-top: 133.3333%; + } + + &.is-2by3 { + padding-top: 150%; + } + + &.is-3by5 { + padding-top: 166.6666%; + } + + &.is-9by16 { + padding-top: 177.7777%; + } + + &.is-1by2 { + padding-top: 200%; + } + + &.is-1by3 { + padding-top: 300%; + } + + &.is-16x16 { + height: 16px; + width: 16px; + } + + &.is-24x24 { + height: 24px; + width: 24px; + } + + &.is-32x32 { + height: 32px; + width: 32px; + } + + &.is-48x48 { + height: 48px; + width: 48px; + } + + &.is-64x64 { + height: 64px; + width: 64px; + } + + &.is-96x96 { + height: 96px; + width: 96px; + } + + &.is-128x128 { + height: 128px; + width: 128px; + } +} + +.notification { + background-color: whitesmoke; + border-radius: 4px; + padding: 1.25rem 2.5rem 1.25rem 1.5rem; + position: relative; + + a:not(.button):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; + } + + strong { + color: currentColor; + } + + code { + background: white; + } + + pre { + background: white; + + code { + background: transparent; + } + } + + > .delete { + position: absolute; + right: 0.5rem; + top: 0.5rem; + } + + .title, .subtitle, .content { + color: currentColor; + } + + &.is-white { + background-color: white; + color: #0a0a0a; + } + + &.is-black { + background-color: #0a0a0a; + color: white; + } + + &.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); + } + + &.is-dark { + background-color: #363636; + color: #fff; + } + + &.is-primary { + background-color: #00d1b2; + color: #fff; + + &.is-light { + background-color: #ebfffc; + color: #00947e; + } + } + + &.is-link { + background-color: #485fc7; + color: #fff; + + &.is-light { + background-color: #eff1fa; + color: #3850b7; + } + } + + &.is-info { + background-color: #3e8ed0; + color: #fff; + + &.is-light { + background-color: #eff5fb; + color: #296fa8; + } + } + + &.is-success { + background-color: #48c78e; + color: #fff; + + &.is-light { + background-color: #effaf5; + color: #257953; + } + } + + &.is-warning { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); + + &.is-light { + background-color: #fffaeb; + color: #946c00; + } + } + + &.is-danger { + background-color: #f14668; + color: #fff; + + &.is-light { + background-color: #feecf0; + color: #cc0f35; + } + } +} + +.progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 9999px; + display: block; + height: 1rem; + overflow: hidden; + padding: 0; + width: 100%; + + &::-webkit-progress-bar { + background-color: #ededed; + } + + &::-webkit-progress-value, &::-moz-progress-bar { + background-color: #4a4a4a; + } + + &::-ms-fill { + background-color: #4a4a4a; + border: none; + } + + &.is-white { + &::-webkit-progress-value, &::-moz-progress-bar, &::-ms-fill { + background-color: white; + } + + &:indeterminate { + background-image: linear-gradient(to right, white 30%, #ededed 30%); + } + } + + &.is-black { + &::-webkit-progress-value, &::-moz-progress-bar, &::-ms-fill { + background-color: #0a0a0a; + } + + &:indeterminate { + background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); + } + } + + &.is-light { + &::-webkit-progress-value, &::-moz-progress-bar, &::-ms-fill { + background-color: whitesmoke; + } + + &:indeterminate { + background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%); + } + } + + &.is-dark { + &::-webkit-progress-value, &::-moz-progress-bar, &::-ms-fill { + background-color: #363636; + } + + &:indeterminate { + background-image: linear-gradient(to right, #363636 30%, #ededed 30%); + } + } + + &.is-primary { + &::-webkit-progress-value, &::-moz-progress-bar, &::-ms-fill { + background-color: #00d1b2; + } + + &:indeterminate { + background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); + } + } + + &.is-link { + &::-webkit-progress-value, &::-moz-progress-bar, &::-ms-fill { + background-color: #485fc7; + } + + &:indeterminate { + background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%); + } + } + + &.is-info { + &::-webkit-progress-value, &::-moz-progress-bar, &::-ms-fill { + background-color: #3e8ed0; + } + + &:indeterminate { + background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%); + } + } + + &.is-success { + &::-webkit-progress-value, &::-moz-progress-bar, &::-ms-fill { + background-color: #48c78e; + } + + &:indeterminate { + background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%); + } + } + + &.is-warning { + &::-webkit-progress-value, &::-moz-progress-bar, &::-ms-fill { + background-color: #ffe08a; + } + + &:indeterminate { + background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%); + } + } + + &.is-danger { + &::-webkit-progress-value, &::-moz-progress-bar, &::-ms-fill { + background-color: #f14668; + } + + &:indeterminate { + background-image: linear-gradient(to right, #f14668 30%, #ededed 30%); + } + } + + &:indeterminate { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-name: moveIndeterminate; + animation-name: moveIndeterminate; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; + background-color: #ededed; + background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%); + background-position: top left; + background-repeat: no-repeat; + background-size: 150% 150%; + + &::-webkit-progress-bar, &::-moz-progress-bar { + background-color: transparent; + } + + &::-ms-fill { + animation-name: none; + } + } + + &.is-small { + height: 0.75rem; + } + + &.is-medium { + height: 1.25rem; + } + + &.is-large { + height: 1.5rem; + } +} + +@-webkit-keyframes moveIndeterminate { + from { + background-position: 200% 0; + } + + to { + background-position: -200% 0; + } +} + +@keyframes moveIndeterminate { + from { + background-position: 200% 0; + } + + to { + background-position: -200% 0; + } +} + +.table { + background-color: white; + color: #363636; + + td, th { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; + } + + td.is-white, th.is-white { + background-color: white; + border-color: white; + color: #0a0a0a; + } + + td.is-black, th.is-black { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; + } + + td.is-light, th.is-light { + background-color: whitesmoke; + border-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); + } + + td.is-dark, th.is-dark { + background-color: #363636; + border-color: #363636; + color: #fff; + } + + td.is-primary, th.is-primary { + background-color: #00d1b2; + border-color: #00d1b2; + color: #fff; + } + + td.is-link, th.is-link { + background-color: #485fc7; + border-color: #485fc7; + color: #fff; + } + + td.is-info, th.is-info { + background-color: #3e8ed0; + border-color: #3e8ed0; + color: #fff; + } + + td.is-success, th.is-success { + background-color: #48c78e; + border-color: #48c78e; + color: #fff; + } + + td.is-warning, th.is-warning { + background-color: #ffe08a; + border-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); + } + + td.is-danger, th.is-danger { + background-color: #f14668; + border-color: #f14668; + color: #fff; + } + + td.is-narrow, th.is-narrow { + white-space: nowrap; + width: 1%; + } + + td.is-selected, th.is-selected { + background-color: #00d1b2; + color: #fff; + } + + td.is-selected { + a, strong { + color: currentColor; + } + } + + th.is-selected { + a, strong { + color: currentColor; + } + } + + td.is-vcentered { + vertical-align: middle; + } + + th { + &.is-vcentered { + vertical-align: middle; + } + + color: #363636; + + &:not([align]) { + text-align: left; + } + } + + tr.is-selected { + background-color: #00d1b2; + color: #fff; + + a, strong { + color: currentColor; + } + + td, th { + border-color: #fff; + color: currentColor; + } + } + + thead { + background-color: transparent; + + td, th { + border-width: 0 0 2px; + color: #363636; + } + } + + tfoot { + background-color: transparent; + + td, th { + border-width: 2px 0 0; + color: #363636; + } + } + + tbody { + background-color: transparent; + + tr:last-child { + td, th { + border-bottom-width: 0; + } + } + } + + &.is-bordered { + td, th { + border-width: 1px; + } + + tr:last-child { + td, th { + border-bottom-width: 1px; + } + } + } + + &.is-fullwidth { + width: 100%; + } + + &.is-hoverable { + tbody tr:not(.is-selected):hover { + background-color: #fafafa; + } + + &.is-striped tbody tr:not(.is-selected):hover { + background-color: #fafafa; + + &:nth-child(even) { + background-color: whitesmoke; + } + } + } + + &.is-narrow { + td, th { + padding: 0.25em 0.5em; + } + } + + &.is-striped tbody tr:not(.is-selected):nth-child(even) { + background-color: #fafafa; + } +} + +.table-container { + max-width: 100%; + overflow: auto; + -webkit-overflow-scrolling: touch; + overflow-y: hidden; +} + +.tags { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + + .tag { + margin-bottom: 0.5rem; + + &:not(:last-child) { + margin-right: 0.5rem; + } + } + + &:last-child { + margin-bottom: -0.5rem; + } + + &:not(:last-child) { + margin-bottom: 1rem; + } + + &.are-medium .tag:not(.is-normal):not(.is-large) { + font-size: 1rem; + } + + &.are-large .tag:not(.is-normal):not(.is-medium) { + font-size: 1.25rem; + } + + &.is-centered { + justify-content: center; + + .tag { + margin-left: 0.25rem; + margin-right: 0.25rem; + } + } + + &.is-right { + justify-content: flex-end; + + .tag { + &:not(:first-child) { + margin-left: 0.5rem; + } + + &:not(:last-child) { + margin-right: 0; + } + } + } + + &.has-addons .tag { + margin-right: 0; + + &:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + margin-left: 0; + } + + &:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + } + } +} + +.tag:not(body) { + align-items: center; + background-color: whitesmoke; + border-radius: 4px; + color: #4a4a4a; + display: inline-flex; + font-size: 0.75rem; + height: 2em; + justify-content: center; + line-height: 1.5; + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; + + .delete { + margin-left: 0.25rem; + margin-right: -0.375rem; + } + + &.is-white { + background-color: white; + color: #0a0a0a; + } + + &.is-black { + background-color: #0a0a0a; + color: white; + } + + &.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); + } + + &.is-dark { + background-color: #363636; + color: #fff; + } + + &.is-primary { + background-color: #00d1b2; + color: #fff; + + &.is-light { + background-color: #ebfffc; + color: #00947e; + } + } + + &.is-link { + background-color: #485fc7; + color: #fff; + + &.is-light { + background-color: #eff1fa; + color: #3850b7; + } + } + + &.is-info { + background-color: #3e8ed0; + color: #fff; + + &.is-light { + background-color: #eff5fb; + color: #296fa8; + } + } + + &.is-success { + background-color: #48c78e; + color: #fff; + + &.is-light { + background-color: #effaf5; + color: #257953; + } + } + + &.is-warning { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); + + &.is-light { + background-color: #fffaeb; + color: #946c00; + } + } + + &.is-danger { + background-color: #f14668; + color: #fff; + + &.is-light { + background-color: #feecf0; + color: #cc0f35; + } + } + + &.is-normal { + font-size: 0.75rem; + } + + &.is-medium { + font-size: 1rem; + } + + &.is-large { + font-size: 1.25rem; + } + + .icon { + &:first-child:not(:last-child) { + margin-left: -0.375em; + margin-right: 0.1875em; + } + + &:last-child:not(:first-child) { + margin-left: 0.1875em; + margin-right: -0.375em; + } + + &:first-child:last-child { + margin-left: -0.375em; + margin-right: -0.375em; + } + } + + &.is-delete { + margin-left: 1px; + padding: 0; + position: relative; + width: 2em; + + &::before, &::after { + background-color: currentColor; + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform-origin: center center; + } + + &::before { + height: 1px; + width: 50%; + } + + &::after { + height: 50%; + width: 1px; + } + + &:hover, &:focus { + background-color: #e8e8e8; + } + + &:active { + background-color: #dbdbdb; + } + } + + &.is-rounded { + border-radius: 9999px; + } +} + +a.tag:hover { + text-decoration: underline; +} + +.title { + em, span { + font-weight: inherit; + } +} + +.subtitle { + em, span { + font-weight: inherit; + } +} + +.title sub, .subtitle sub, .title sup, .subtitle sup { + font-size: 0.75em; +} + +.title .tag, .subtitle .tag { + vertical-align: middle; +} + +.title { + color: #363636; + font-size: 2rem; + font-weight: 600; + line-height: 1.125; + + strong { + color: inherit; + font-weight: inherit; + } + + &:not(.is-spaced) + .subtitle { + margin-top: -1.25rem; + } + + &.is-1 { + font-size: 3rem; + } + + &.is-2 { + font-size: 2.5rem; + } + + &.is-3 { + font-size: 2rem; + } + + &.is-4 { + font-size: 1.5rem; + } + + &.is-5 { + font-size: 1.25rem; + } + + &.is-6 { + font-size: 1rem; + } + + &.is-7 { + font-size: 0.75rem; + } +} + +.subtitle { + color: #4a4a4a; + font-size: 1.25rem; + font-weight: 400; + line-height: 1.25; + + strong { + color: #363636; + font-weight: 600; + } + + &:not(.is-spaced) + .title { + margin-top: -1.25rem; + } + + &.is-1 { + font-size: 3rem; + } + + &.is-2 { + font-size: 2.5rem; + } + + &.is-3 { + font-size: 2rem; + } + + &.is-4 { + font-size: 1.5rem; + } + + &.is-5 { + font-size: 1.25rem; + } + + &.is-6 { + font-size: 1rem; + } + + &.is-7 { + font-size: 0.75rem; + } +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.number { + align-items: center; + background-color: whitesmoke; + border-radius: 9999px; + display: inline-flex; + font-size: 1.25rem; + height: 2em; + justify-content: center; + margin-right: 1.5rem; + min-width: 2.5em; + padding: 0.25rem 0.5rem; + text-align: center; + vertical-align: top; +} + +.input, .textarea, .select select { + background-color: white; + border-color: #dbdbdb; + border-radius: 4px; + color: #363636; +} + +.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder, .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder, .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder, .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder { + color: rgba(54, 54, 54, 0.3); +} + +.input:hover, .textarea:hover, .select select:hover { + border-color: #b5b5b5; +} + +.is-hovered { + &.input, &.textarea { + border-color: #b5b5b5; + } +} + +.select select.is-hovered { + border-color: #b5b5b5; +} + +.input:focus, .textarea:focus, .select select:focus { + border-color: #485fc7; + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); +} + +.is-focused { + &.input, &.textarea { + border-color: #485fc7; + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); + } +} + +.select select.is-focused, .input:active, .textarea:active, .select select:active { + border-color: #485fc7; + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); +} + +.is-active { + &.input, &.textarea { + border-color: #485fc7; + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); + } +} + +.select select.is-active { + border-color: #485fc7; + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); +} + +.input[disabled], .textarea[disabled], .select select[disabled] { + background-color: whitesmoke; + border-color: whitesmoke; + box-shadow: none; + color: #7a7a7a; +} + +fieldset[disabled] { + .input, .textarea, .select select { + background-color: whitesmoke; + border-color: whitesmoke; + box-shadow: none; + color: #7a7a7a; + } +} + +.select fieldset[disabled] select { + background-color: whitesmoke; + border-color: whitesmoke; + box-shadow: none; + color: #7a7a7a; +} + +.input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +fieldset[disabled] { + .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder { + color: rgba(122, 122, 122, 0.3); + } +} + +.select fieldset[disabled] select::-moz-placeholder, .input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +fieldset[disabled] { + .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder { + color: rgba(122, 122, 122, 0.3); + } +} + +.select fieldset[disabled] select::-webkit-input-placeholder, .input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +fieldset[disabled] { + .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder { + color: rgba(122, 122, 122, 0.3); + } +} + +.select fieldset[disabled] select:-moz-placeholder, .input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +fieldset[disabled] { + .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder { + color: rgba(122, 122, 122, 0.3); + } +} + +.select fieldset[disabled] select:-ms-input-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +.input, .textarea { + box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05); + max-width: 100%; + width: 100%; +} + +.input[readonly], .textarea[readonly] { + box-shadow: none; +} + +.is-white { + &.input, &.textarea { + border-color: white; + } + + &.input:focus, &.textarea:focus { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); + } + + &.is-focused { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); + } + } + + &.input:active, &.textarea:active { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); + } + + &.is-active { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); + } + } +} + +.is-black { + &.input, &.textarea { + border-color: #0a0a0a; + } + + &.input:focus, &.textarea:focus { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); + } + + &.is-focused { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); + } + } + + &.input:active, &.textarea:active { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); + } + + &.is-active { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); + } + } +} + +.is-light { + &.input, &.textarea { + border-color: whitesmoke; + } + + &.input:focus, &.textarea:focus { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); + } + + &.is-focused { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); + } + } + + &.input:active, &.textarea:active { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); + } + + &.is-active { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); + } + } +} + +.is-dark { + &.input, &.textarea { + border-color: #363636; + } + + &.input:focus, &.textarea:focus { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); + } + + &.is-focused { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); + } + } + + &.input:active, &.textarea:active { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); + } + + &.is-active { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); + } + } +} + +.is-primary { + &.input, &.textarea { + border-color: #00d1b2; + } + + &.input:focus, &.textarea:focus { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); + } + + &.is-focused { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); + } + } + + &.input:active, &.textarea:active { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); + } + + &.is-active { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); + } + } +} + +.is-link { + &.input, &.textarea { + border-color: #485fc7; + } + + &.input:focus, &.textarea:focus { + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); + } + + &.is-focused { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); + } + } + + &.input:active, &.textarea:active { + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); + } + + &.is-active { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); + } + } +} + +.is-info { + &.input, &.textarea { + border-color: #3e8ed0; + } + + &.input:focus, &.textarea:focus { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); + } + + &.is-focused { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); + } + } + + &.input:active, &.textarea:active { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); + } + + &.is-active { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); + } + } +} + +.is-success { + &.input, &.textarea { + border-color: #48c78e; + } + + &.input:focus, &.textarea:focus { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); + } + + &.is-focused { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); + } + } + + &.input:active, &.textarea:active { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); + } + + &.is-active { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); + } + } +} + +.is-warning { + &.input, &.textarea { + border-color: #ffe08a; + } + + &.input:focus, &.textarea:focus { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); + } + + &.is-focused { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); + } + } + + &.input:active, &.textarea:active { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); + } + + &.is-active { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); + } + } +} + +.is-danger { + &.input, &.textarea { + border-color: #f14668; + } + + &.input:focus, &.textarea:focus { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); + } + + &.is-focused { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); + } + } + + &.input:active, &.textarea:active { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); + } + + &.is-active { + &.input, &.textarea { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); + } + } +} + +.is-small { + &.input, &.textarea { + border-radius: 2px; + font-size: 0.75rem; + } +} + +.is-medium { + &.input, &.textarea { + font-size: 1.25rem; + } +} + +.is-large { + &.input, &.textarea { + font-size: 1.5rem; + } +} + +.is-fullwidth { + &.input, &.textarea { + display: block; + width: 100%; + } +} + +.is-inline { + &.input, &.textarea { + display: inline; + width: auto; + } +} + +.input { + &.is-rounded { + border-radius: 9999px; + padding-left: calc(calc(0.75em - 1px) + 0.375em); + padding-right: calc(calc(0.75em - 1px) + 0.375em); + } + + &.is-static { + background-color: transparent; + border-color: transparent; + box-shadow: none; + padding-left: 0; + padding-right: 0; + } +} + +.textarea { + display: block; + max-width: 100%; + min-width: 100%; + padding: calc(0.75em - 1px); + resize: vertical; + + &:not([rows]) { + max-height: 40em; + min-height: 8em; + } + + &[rows] { + height: initial; + } + + &.has-fixed-size { + resize: none; + } +} + +.checkbox, .radio { + cursor: pointer; + display: inline-block; + line-height: 1.25; + position: relative; +} + +.checkbox input, .radio input { + cursor: pointer; +} + +.checkbox:hover, .radio:hover { + color: #363636; +} + +.checkbox[disabled], .radio[disabled] { + color: #7a7a7a; + cursor: not-allowed; +} + +fieldset[disabled] { + .checkbox, .radio { + color: #7a7a7a; + cursor: not-allowed; + } +} + +.checkbox input[disabled] { + color: #7a7a7a; + cursor: not-allowed; +} + +.radio { + input[disabled] { + color: #7a7a7a; + cursor: not-allowed; + } + + + .radio { + margin-left: 0.5em; + } +} + +.select { + display: inline-block; + max-width: 100%; + position: relative; + vertical-align: top; + + &:not(.is-multiple) { + height: 2.5em; + + &:not(.is-loading)::after { + border-color: #485fc7; + right: 1.125em; + z-index: 4; + } + } + + &.is-rounded select { + border-radius: 9999px; + padding-left: 1em; + } + + select { + cursor: pointer; + display: block; + font-size: 1em; + max-width: 100%; + outline: none; + + &::-ms-expand { + display: none; + } + + &[disabled]:hover { + border-color: whitesmoke; + } + } +} + +fieldset[disabled] .select select:hover { + border-color: whitesmoke; +} + +.select { + select { + &:not([multiple]) { + padding-right: 2.5em; + } + + &[multiple] { + height: auto; + padding: 0; + + option { + padding: 0.5em 1em; + } + } + } + + &:not(.is-multiple):not(.is-loading):hover::after { + border-color: #363636; + } + + &.is-white { + &:not(:hover)::after { + border-color: white; + } + + select { + border-color: white; + + &:hover, &.is-hovered { + border-color: #f2f2f2; + } + + &:focus, &.is-focused, &:active, &.is-active { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); + } + } + } + + &.is-black { + &:not(:hover)::after { + border-color: #0a0a0a; + } + + select { + border-color: #0a0a0a; + + &:hover, &.is-hovered { + border-color: black; + } + + &:focus, &.is-focused, &:active, &.is-active { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); + } + } + } + + &.is-light { + &:not(:hover)::after { + border-color: whitesmoke; + } + + select { + border-color: whitesmoke; + + &:hover, &.is-hovered { + border-color: #e8e8e8; + } + + &:focus, &.is-focused, &:active, &.is-active { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); + } + } + } + + &.is-dark { + &:not(:hover)::after { + border-color: #363636; + } + + select { + border-color: #363636; + + &:hover, &.is-hovered { + border-color: #292929; + } + + &:focus, &.is-focused, &:active, &.is-active { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); + } + } + } + + &.is-primary { + &:not(:hover)::after { + border-color: #00d1b2; + } + + select { + border-color: #00d1b2; + + &:hover, &.is-hovered { + border-color: #00b89c; + } + + &:focus, &.is-focused, &:active, &.is-active { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); + } + } + } + + &.is-link { + &:not(:hover)::after { + border-color: #485fc7; + } + + select { + border-color: #485fc7; + + &:hover, &.is-hovered { + border-color: #3a51bb; + } + + &:focus, &.is-focused, &:active, &.is-active { + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); + } + } + } + + &.is-info { + &:not(:hover)::after { + border-color: #3e8ed0; + } + + select { + border-color: #3e8ed0; + + &:hover, &.is-hovered { + border-color: #3082c5; + } + + &:focus, &.is-focused, &:active, &.is-active { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); + } + } + } + + &.is-success { + &:not(:hover)::after { + border-color: #48c78e; + } + + select { + border-color: #48c78e; + + &:hover, &.is-hovered { + border-color: #3abb81; + } + + &:focus, &.is-focused, &:active, &.is-active { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); + } + } + } + + &.is-warning { + &:not(:hover)::after { + border-color: #ffe08a; + } + + select { + border-color: #ffe08a; + + &:hover, &.is-hovered { + border-color: #ffd970; + } + + &:focus, &.is-focused, &:active, &.is-active { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); + } + } + } + + &.is-danger { + &:not(:hover)::after { + border-color: #f14668; + } + + select { + border-color: #f14668; + + &:hover, &.is-hovered { + border-color: #ef2e55; + } + + &:focus, &.is-focused, &:active, &.is-active { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); + } + } + } + + &.is-small { + border-radius: 2px; + font-size: 0.75rem; + } + + &.is-medium { + font-size: 1.25rem; + } + + &.is-large { + font-size: 1.5rem; + } + + &.is-disabled::after { + border-color: #7a7a7a !important; + opacity: 0.5; + } + + &.is-fullwidth { + width: 100%; + + select { + width: 100%; + } + } + + &.is-loading { + &::after { + margin-top: 0; + position: absolute; + right: 0.625em; + top: 0.625em; + transform: none; + } + + &.is-small:after { + font-size: 0.75rem; + } + + &.is-medium:after { + font-size: 1.25rem; + } + + &.is-large:after { + font-size: 1.5rem; + } + } +} + +.file { + align-items: stretch; + display: flex; + justify-content: flex-start; + position: relative; + + &.is-white { + .file-cta { + background-color: white; + border-color: transparent; + color: #0a0a0a; + } + + &:hover .file-cta, &.is-hovered .file-cta { + background-color: #f9f9f9; + border-color: transparent; + color: #0a0a0a; + } + + &:focus .file-cta, &.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); + color: #0a0a0a; + } + + &:active .file-cta, &.is-active .file-cta { + background-color: #f2f2f2; + border-color: transparent; + color: #0a0a0a; + } + } + + &.is-black { + .file-cta { + background-color: #0a0a0a; + border-color: transparent; + color: white; + } + + &:hover .file-cta, &.is-hovered .file-cta { + background-color: #040404; + border-color: transparent; + color: white; + } + + &:focus .file-cta, &.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25); + color: white; + } + + &:active .file-cta, &.is-active .file-cta { + background-color: black; + border-color: transparent; + color: white; + } + } + + &.is-light { + .file-cta { + background-color: whitesmoke; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + + &:hover .file-cta, &.is-hovered .file-cta { + background-color: #eee; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + + &:focus .file-cta, &.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25); + color: rgba(0, 0, 0, 0.7); + } + + &:active .file-cta, &.is-active .file-cta { + background-color: #e8e8e8; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + } + + &.is-dark { + .file-cta { + background-color: #363636; + border-color: transparent; + color: #fff; + } + + &:hover .file-cta, &.is-hovered .file-cta { + background-color: #2f2f2f; + border-color: transparent; + color: #fff; + } + + &:focus .file-cta, &.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25); + color: #fff; + } + + &:active .file-cta, &.is-active .file-cta { + background-color: #292929; + border-color: transparent; + color: #fff; + } + } + + &.is-primary { + .file-cta { + background-color: #00d1b2; + border-color: transparent; + color: #fff; + } + + &:hover .file-cta, &.is-hovered .file-cta { + background-color: #00c4a7; + border-color: transparent; + color: #fff; + } + + &:focus .file-cta, &.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25); + color: #fff; + } + + &:active .file-cta, &.is-active .file-cta { + background-color: #00b89c; + border-color: transparent; + color: #fff; + } + } + + &.is-link { + .file-cta { + background-color: #485fc7; + border-color: transparent; + color: #fff; + } + + &:hover .file-cta, &.is-hovered .file-cta { + background-color: #3e56c4; + border-color: transparent; + color: #fff; + } + + &:focus .file-cta, &.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25); + color: #fff; + } + + &:active .file-cta, &.is-active .file-cta { + background-color: #3a51bb; + border-color: transparent; + color: #fff; + } + } + + &.is-info { + .file-cta { + background-color: #3e8ed0; + border-color: transparent; + color: #fff; + } + + &:hover .file-cta, &.is-hovered .file-cta { + background-color: #3488ce; + border-color: transparent; + color: #fff; + } + + &:focus .file-cta, &.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); + color: #fff; + } + + &:active .file-cta, &.is-active .file-cta { + background-color: #3082c5; + border-color: transparent; + color: #fff; + } + } + + &.is-success { + .file-cta { + background-color: #48c78e; + border-color: transparent; + color: #fff; + } + + &:hover .file-cta, &.is-hovered .file-cta { + background-color: #3ec487; + border-color: transparent; + color: #fff; + } + + &:focus .file-cta, &.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25); + color: #fff; + } + + &:active .file-cta, &.is-active .file-cta { + background-color: #3abb81; + border-color: transparent; + color: #fff; + } + } + + &.is-warning { + .file-cta { + background-color: #ffe08a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + + &:hover .file-cta, &.is-hovered .file-cta { + background-color: #ffdc7d; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + + &:focus .file-cta, &.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25); + color: rgba(0, 0, 0, 0.7); + } + + &:active .file-cta, &.is-active .file-cta { + background-color: #ffd970; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); + } + } + + &.is-danger { + .file-cta { + background-color: #f14668; + border-color: transparent; + color: #fff; + } + + &:hover .file-cta, &.is-hovered .file-cta { + background-color: #f03a5f; + border-color: transparent; + color: #fff; + } + + &:focus .file-cta, &.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); + color: #fff; + } + + &:active .file-cta, &.is-active .file-cta { + background-color: #ef2e55; + border-color: transparent; + color: #fff; + } + } + + &.is-small { + font-size: 0.75rem; + } + + &.is-normal { + font-size: 1rem; + } + + &.is-medium { + font-size: 1.25rem; + + .file-icon .fa { + font-size: 21px; + } + } + + &.is-large { + font-size: 1.5rem; + + .file-icon .fa { + font-size: 28px; + } + } + + &.has-name { + .file-cta { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + } + + .file-name { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + } + + &.is-empty { + .file-cta { + border-radius: 4px; + } + + .file-name { + display: none; + } + } + } + + &.is-boxed { + .file-label { + flex-direction: column; + } + + .file-cta { + flex-direction: column; + height: auto; + padding: 1em 3em; + } + + .file-name { + border-width: 0 1px 1px; + } + + .file-icon { + height: 1.5em; + width: 1.5em; + + .fa { + font-size: 21px; + } + } + + &.is-small .file-icon .fa { + font-size: 14px; + } + + &.is-medium .file-icon .fa { + font-size: 28px; + } + + &.is-large .file-icon .fa { + font-size: 35px; + } + + &.has-name { + .file-cta { + border-radius: 4px 4px 0 0; + } + + .file-name { + border-radius: 0 0 4px 4px; + border-width: 0 1px 1px; + } + } + } + + &.is-centered { + justify-content: center; + } + + &.is-fullwidth { + .file-label { + width: 100%; + } + + .file-name { + flex-grow: 1; + max-width: none; + } + } + + &.is-right { + justify-content: flex-end; + + .file-cta { + border-radius: 0 4px 4px 0; + } + + .file-name { + border-radius: 4px 0 0 4px; + border-width: 1px 0 1px 1px; + order: -1; + } + } +} + +.file-label { + align-items: stretch; + cursor: pointer; + display: flex; + justify-content: flex-start; + overflow: hidden; + position: relative; + + &:hover { + .file-cta { + background-color: #eee; + color: #363636; + } + + .file-name { + border-color: #d5d5d5; + } + } + + &:active { + .file-cta { + background-color: #e8e8e8; + color: #363636; + } + + .file-name { + border-color: #cfcfcf; + } + } +} + +.file-input { + height: 100%; + left: 0; + opacity: 0; + outline: none; + position: absolute; + top: 0; + width: 100%; +} + +.file-cta, .file-name { + border-color: #dbdbdb; + border-radius: 4px; + font-size: 1em; + padding-left: 1em; + padding-right: 1em; + white-space: nowrap; +} + +.file-cta { + background-color: whitesmoke; + color: #4a4a4a; +} + +.file-name { + border-color: #dbdbdb; + border-style: solid; + border-width: 1px 1px 1px 0; + display: block; + max-width: 16em; + overflow: hidden; + text-align: inherit; + text-overflow: ellipsis; +} + +.file-icon { + align-items: center; + display: flex; + height: 1em; + justify-content: center; + margin-right: 0.5em; + width: 1em; + + .fa { + font-size: 14px; + } +} + +.label { + color: #363636; + display: block; + font-size: 1rem; + font-weight: 700; + + &:not(:last-child) { + margin-bottom: 0.5em; + } + + &.is-small { + font-size: 0.75rem; + } + + &.is-medium { + font-size: 1.25rem; + } + + &.is-large { + font-size: 1.5rem; + } +} + +.help { + display: block; + font-size: 0.75rem; + margin-top: 0.25rem; + + &.is-white { + color: white; + } + + &.is-black { + color: #0a0a0a; + } + + &.is-light { + color: whitesmoke; + } + + &.is-dark { + color: #363636; + } + + &.is-primary { + color: #00d1b2; + } + + &.is-link { + color: #485fc7; + } + + &.is-info { + color: #3e8ed0; + } + + &.is-success { + color: #48c78e; + } + + &.is-warning { + color: #ffe08a; + } + + &.is-danger { + color: #f14668; + } +} + +.field { + &:not(:last-child) { + margin-bottom: 0.75rem; + } + + &.has-addons { + display: flex; + justify-content: flex-start; + + .control { + &:not(:last-child) { + margin-right: -1px; + } + + &:not(:first-child):not(:last-child) { + .button, .input, .select select { + border-radius: 0; + } + } + + &:first-child:not(:only-child) { + .button, .input, .select select { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + } + } + + &:last-child:not(:only-child) { + .button, .input, .select select { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + } + } + + .button:not([disabled]) { + &:hover, &.is-hovered { + z-index: 2; + } + } + + .input:not([disabled]) { + &:hover, &.is-hovered { + z-index: 2; + } + } + + .select select:not([disabled]) { + &:hover, &.is-hovered { + z-index: 2; + } + } + + .button:not([disabled]) { + &:focus, &.is-focused, &:active, &.is-active { + z-index: 3; + } + } + + .input:not([disabled]) { + &:focus, &.is-focused, &:active, &.is-active { + z-index: 3; + } + } + + .select select:not([disabled]) { + &:focus, &.is-focused, &:active, &.is-active { + z-index: 3; + } + } + + .button:not([disabled]) { + &:focus:hover, &.is-focused:hover, &:active:hover, &.is-active:hover { + z-index: 4; + } + } + + .input:not([disabled]) { + &:focus:hover, &.is-focused:hover, &:active:hover, &.is-active:hover { + z-index: 4; + } + } + + .select select:not([disabled]) { + &:focus:hover, &.is-focused:hover, &:active:hover, &.is-active:hover { + z-index: 4; + } + } + + &.is-expanded { + flex-grow: 1; + flex-shrink: 1; + } + } + + &.has-addons-centered { + justify-content: center; + } + + &.has-addons-right { + justify-content: flex-end; + } + + &.has-addons-fullwidth .control { + flex-grow: 1; + flex-shrink: 0; + } + } + + &.is-grouped { + display: flex; + justify-content: flex-start; + + > .control { + flex-shrink: 0; + + &:not(:last-child) { + margin-bottom: 0; + margin-right: 0.75rem; + } + + &.is-expanded { + flex-grow: 1; + flex-shrink: 1; + } + } + + &.is-grouped-centered { + justify-content: center; + } + + &.is-grouped-right { + justify-content: flex-end; + } + + &.is-grouped-multiline { + flex-wrap: wrap; + + > .control { + &:last-child, &:not(:last-child) { + margin-bottom: 0.75rem; + } + } + + &:last-child { + margin-bottom: -0.75rem; + } + + &:not(:last-child) { + margin-bottom: 0; + } + } + } +} + +@media screen and (min-width: 769px), print { + .field.is-horizontal { + display: flex; + } +} + +.field-label .label { + font-size: inherit; +} + +@media screen and (max-width: 768px) { + .field-label { + margin-bottom: 0.5rem; + } +} + +@media screen and (min-width: 769px), print { + .field-label { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + margin-right: 1.5rem; + text-align: right; + + &.is-small { + font-size: 0.75rem; + padding-top: 0.375em; + } + + &.is-normal { + padding-top: 0.375em; + } + + &.is-medium { + font-size: 1.25rem; + padding-top: 0.375em; + } + + &.is-large { + font-size: 1.5rem; + padding-top: 0.375em; + } + } +} + +.field-body .field .field { + margin-bottom: 0; +} + +@media screen and (min-width: 769px), print { + .field-body { + display: flex; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; + + .field { + margin-bottom: 0; + } + + > .field { + flex-shrink: 1; + + &:not(.is-narrow) { + flex-grow: 1; + } + + &:not(:last-child) { + margin-right: 0.75rem; + } + } + } +} + +.control { + box-sizing: border-box; + clear: both; + font-size: 1rem; + position: relative; + text-align: inherit; + + &.has-icons-left { + .input:focus ~ .icon, .select:focus ~ .icon { + color: #4a4a4a; + } + } + + &.has-icons-right { + .input:focus ~ .icon, .select:focus ~ .icon { + color: #4a4a4a; + } + } + + &.has-icons-left { + .input.is-small ~ .icon, .select.is-small ~ .icon { + font-size: 0.75rem; + } + } + + &.has-icons-right { + .input.is-small ~ .icon, .select.is-small ~ .icon { + font-size: 0.75rem; + } + } + + &.has-icons-left { + .input.is-medium ~ .icon, .select.is-medium ~ .icon { + font-size: 1.25rem; + } + } + + &.has-icons-right { + .input.is-medium ~ .icon, .select.is-medium ~ .icon { + font-size: 1.25rem; + } + } + + &.has-icons-left { + .input.is-large ~ .icon, .select.is-large ~ .icon { + font-size: 1.5rem; + } + } + + &.has-icons-right { + .input.is-large ~ .icon, .select.is-large ~ .icon { + font-size: 1.5rem; + } + } + + &.has-icons-left .icon, &.has-icons-right .icon { + color: #dbdbdb; + height: 2.5em; + pointer-events: none; + position: absolute; + top: 0; + width: 2.5em; + z-index: 4; + } + + &.has-icons-left { + .input, .select select { + padding-left: 2.5em; + } + + .icon.is-left { + left: 0; + } + } + + &.has-icons-right { + .input, .select select { + padding-right: 2.5em; + } + + .icon.is-right { + right: 0; + } + } + + &.is-loading { + &::after { + position: absolute !important; + right: 0.625em; + top: 0.625em; + z-index: 4; + } + + &.is-small:after { + font-size: 0.75rem; + } + + &.is-medium:after { + font-size: 1.25rem; + } + + &.is-large:after { + font-size: 1.5rem; + } + } +} + +.breadcrumb { + font-size: 1rem; + white-space: nowrap; + + a { + align-items: center; + color: #485fc7; + display: flex; + justify-content: center; + padding: 0 0.75em; + + &:hover { + color: #363636; + } + } + + li { + align-items: center; + display: flex; + + &:first-child a { + padding-left: 0; + } + + &.is-active a { + color: #363636; + cursor: default; + pointer-events: none; + } + + + li::before { + color: #b5b5b5; + content: "\0002f"; + } + } + + ul, ol { + align-items: flex-start; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + } + + .icon { + &:first-child { + margin-right: 0.5em; + } + + &:last-child { + margin-left: 0.5em; + } + } + + &.is-centered { + ol, ul { + justify-content: center; + } + } + + &.is-right { + ol, ul { + justify-content: flex-end; + } + } + + &.is-small { + font-size: 0.75rem; + } + + &.is-medium { + font-size: 1.25rem; + } + + &.is-large { + font-size: 1.5rem; + } + + &.has-arrow-separator li + li::before { + content: "\02192"; + } + + &.has-bullet-separator li + li::before { + content: "\02022"; + } + + &.has-dot-separator li + li::before { + content: "\000b7"; + } + + &.has-succeeds-separator li + li::before { + content: "\0227B"; + } +} + +.card { + background-color: white; + border-radius: 0.25rem; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + color: #4a4a4a; + max-width: 100%; + position: relative; +} + +.card-header:first-child, .card-content:first-child, .card-footer:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.card-header:last-child, .card-content:last-child, .card-footer:last-child { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.card-header { + align-items: stretch; + background-color: transparent; + box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1); + display: flex; +} + +.card-header-title { + align-items: center; + color: #363636; + display: flex; + flex-grow: 1; + font-weight: 700; + padding: 0.75rem 1rem; + + &.is-centered { + justify-content: center; + } +} + +.card-header-icon { + align-items: center; + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: currentColor; + cursor: pointer; + display: flex; + font-family: inherit; + font-size: 1em; + justify-content: center; + margin: 0; + padding: 0; + padding: 0.75rem 1rem; +} + +.card-image { + display: block; + position: relative; + + &:first-child img { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; + } + + &:last-child img { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + } +} + +.card-content { + background-color: transparent; + padding: 1.5rem; +} + +.card-footer { + align-items: stretch; + background-color: transparent; + border-top: 1px solid #ededed; + display: flex; +} + +.card-footer-item { + align-items: center; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; + padding: 0.75rem; + + &:not(:last-child) { + border-right: 1px solid #ededed; + } +} + +.card .media:not(:last-child) { + margin-bottom: 1.5rem; +} + +.dropdown { + display: inline-flex; + position: relative; + vertical-align: top; + + &.is-active .dropdown-menu, &.is-hoverable:hover .dropdown-menu { + display: block; + } + + &.is-right .dropdown-menu { + left: auto; + right: 0; + } + + &.is-up .dropdown-menu { + bottom: 100%; + padding-bottom: 4px; + padding-top: initial; + top: auto; + } +} + +.dropdown-menu { + display: none; + left: 0; + min-width: 12rem; + padding-top: 4px; + position: absolute; + top: 100%; + z-index: 20; +} + +.dropdown-content { + background-color: white; + border-radius: 4px; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + padding-bottom: 0.5rem; + padding-top: 0.5rem; +} + +.dropdown-item { + color: #4a4a4a; + display: block; + font-size: 0.875rem; + line-height: 1.5; + padding: 0.375rem 1rem; + position: relative; +} + +a.dropdown-item, button.dropdown-item { + padding-right: 3rem; + text-align: inherit; + white-space: nowrap; + width: 100%; +} + +a.dropdown-item:hover, button.dropdown-item:hover { + background-color: whitesmoke; + color: #0a0a0a; +} + +a.dropdown-item.is-active, button.dropdown-item.is-active { + background-color: #485fc7; + color: #fff; +} + +.dropdown-divider { + background-color: #ededed; + border: none; + display: block; + height: 1px; + margin: 0.5rem 0; +} + +.level { + align-items: center; + justify-content: space-between; + + code { + border-radius: 4px; + } + + img { + display: inline-block; + vertical-align: top; + } + + &.is-mobile { + display: flex; + + .level-left, .level-right { + display: flex; + } + + .level-left + .level-right { + margin-top: 0; + } + + .level-item { + &:not(:last-child) { + margin-bottom: 0; + margin-right: 0.75rem; + } + + &:not(.is-narrow) { + flex-grow: 1; + } + } + } +} + +@media screen and (min-width: 769px), print { + .level { + display: flex; + + > .level-item:not(.is-narrow) { + flex-grow: 1; + } + } +} + +.level-item { + align-items: center; + display: flex; + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; + justify-content: center; + + .title, .subtitle { + margin-bottom: 0; + } +} + +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 0.75rem; + } +} + +.level-left, .level-right { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; +} + +.level-left .level-item.is-flexible, .level-right .level-item.is-flexible { + flex-grow: 1; +} + +@media screen and (min-width: 769px), print { + .level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) { + margin-right: 0.75rem; + } +} + +.level-left { + align-items: center; + justify-content: flex-start; +} + +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 1.5rem; + } +} + +@media screen and (min-width: 769px), print { + .level-left { + display: flex; + } +} + +.level-right { + align-items: center; + justify-content: flex-end; +} + +@media screen and (min-width: 769px), print { + .level-right { + display: flex; + } +} + +.media { + align-items: flex-start; + display: flex; + text-align: inherit; + + .content:not(:last-child) { + margin-bottom: 0.75rem; + } + + .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + display: flex; + padding-top: 0.75rem; + + .content:not(:last-child), .control:not(:last-child) { + margin-bottom: 0.5rem; + } + + .media { + padding-top: 0.5rem; + + + .media { + margin-top: 0.5rem; + } + } + } + + + .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + margin-top: 1rem; + padding-top: 1rem; + } + + &.is-large + .media { + margin-top: 1.5rem; + padding-top: 1.5rem; + } +} + +.media-left, .media-right { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; +} + +.media-left { + margin-right: 1rem; +} + +.media-right { + margin-left: 1rem; +} + +.media-content { + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; + text-align: inherit; +} + +@media screen and (max-width: 768px) { + .media-content { + overflow-x: auto; + } +} + +.menu { + font-size: 1rem; + + &.is-small { + font-size: 0.75rem; + } + + &.is-medium { + font-size: 1.25rem; + } + + &.is-large { + font-size: 1.5rem; + } +} + +.menu-list { + line-height: 1.25; + + a { + border-radius: 2px; + color: #4a4a4a; + display: block; + padding: 0.5em 0.75em; + + &:hover { + background-color: whitesmoke; + color: #363636; + } + + &.is-active { + background-color: #485fc7; + color: #fff; + } + } + + li ul { + border-left: 1px solid #dbdbdb; + margin: 0.75em; + padding-left: 0.75em; + } +} + +.menu-label { + color: #7a7a7a; + font-size: 0.75em; + letter-spacing: 0.1em; + text-transform: uppercase; + + &:not(:first-child) { + margin-top: 1em; + } + + &:not(:last-child) { + margin-bottom: 1em; + } +} + +.message { + background-color: whitesmoke; + border-radius: 4px; + font-size: 1rem; + + strong { + color: currentColor; + } + + a:not(.button):not(.tag):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; + } + + &.is-small { + font-size: 0.75rem; + } + + &.is-medium { + font-size: 1.25rem; + } + + &.is-large { + font-size: 1.5rem; + } + + &.is-white { + background-color: white; + + .message-header { + background-color: white; + color: #0a0a0a; + } + + .message-body { + border-color: white; + } + } + + &.is-black { + background-color: #fafafa; + + .message-header { + background-color: #0a0a0a; + color: white; + } + + .message-body { + border-color: #0a0a0a; + } + } + + &.is-light { + background-color: #fafafa; + + .message-header { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); + } + + .message-body { + border-color: whitesmoke; + } + } + + &.is-dark { + background-color: #fafafa; + + .message-header { + background-color: #363636; + color: #fff; + } + + .message-body { + border-color: #363636; + } + } + + &.is-primary { + background-color: #ebfffc; + + .message-header { + background-color: #00d1b2; + color: #fff; + } + + .message-body { + border-color: #00d1b2; + color: #00947e; + } + } + + &.is-link { + background-color: #eff1fa; + + .message-header { + background-color: #485fc7; + color: #fff; + } + + .message-body { + border-color: #485fc7; + color: #3850b7; + } + } + + &.is-info { + background-color: #eff5fb; + + .message-header { + background-color: #3e8ed0; + color: #fff; + } + + .message-body { + border-color: #3e8ed0; + color: #296fa8; + } + } + + &.is-success { + background-color: #effaf5; + + .message-header { + background-color: #48c78e; + color: #fff; + } + + .message-body { + border-color: #48c78e; + color: #257953; + } + } + + &.is-warning { + background-color: #fffaeb; + + .message-header { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); + } + + .message-body { + border-color: #ffe08a; + color: #946c00; + } + } + + &.is-danger { + background-color: #feecf0; + + .message-header { + background-color: #f14668; + color: #fff; + } + + .message-body { + border-color: #f14668; + color: #cc0f35; + } + } +} + +.message-header { + align-items: center; + background-color: #4a4a4a; + border-radius: 4px 4px 0 0; + color: #fff; + display: flex; + font-weight: 700; + justify-content: space-between; + line-height: 1.25; + padding: 0.75em 1em; + position: relative; + + .delete { + flex-grow: 0; + flex-shrink: 0; + margin-left: 0.75em; + } + + + .message-body { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-width: 0; + } +} + +.message-body { + border-color: #dbdbdb; + border-radius: 4px; + border-style: solid; + border-width: 0 0 0 4px; + color: #4a4a4a; + padding: 1.25em 1.5em; + + code { + background-color: white; + } + + pre { + background-color: white; + + code { + background-color: transparent; + } + } +} + +.modal { + align-items: center; + display: none; + flex-direction: column; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 40; + + &.is-active { + display: flex; + } +} + +.modal-background { + background-color: rgba(10, 10, 10, 0.86); +} + +.modal-content, .modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; +} + +@media screen and (min-width: 769px) { + .modal-content, .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } +} + +.modal-close { + background: none; + height: 40px; + position: fixed; + right: 20px; + top: 20px; + width: 40px; +} + +.modal-card { + display: flex; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; + -ms-overflow-y: visible; +} + +.modal-card-head, .modal-card-foot { + align-items: center; + background-color: whitesmoke; + display: flex; + flex-shrink: 0; + justify-content: flex-start; + padding: 20px; + position: relative; +} + +.modal-card-head { + border-bottom: 1px solid #dbdbdb; + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.modal-card-title { + color: #363636; + flex-grow: 1; + flex-shrink: 0; + font-size: 1.5rem; + line-height: 1; +} + +.modal-card-foot { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 1px solid #dbdbdb; + + .button:not(:last-child) { + margin-right: 0.5em; + } +} + +.modal-card-body { + background-color: white; + flex-grow: 1; + flex-shrink: 1; + overflow: auto; + -webkit-overflow-scrolling: touch; + padding: 20px; +} + +.navbar { + background-color: white; + min-height: 3.25rem; + position: relative; + z-index: 30; + + &.is-white { + background-color: white; + color: #0a0a0a; + + .navbar-brand { + > .navbar-item { + color: #0a0a0a; + } + + .navbar-link { + color: #0a0a0a; + + &:focus, &:hover, &.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + + &::after { + border-color: #0a0a0a; + } + } + + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + } + } + + .navbar-burger { + color: #0a0a0a; + } + } + + &.is-black { + background-color: #0a0a0a; + color: white; + + .navbar-brand { + > .navbar-item { + color: white; + } + + .navbar-link { + color: white; + + &:focus, &:hover, &.is-active { + background-color: black; + color: white; + } + + &::after { + border-color: white; + } + } + + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: black; + color: white; + } + } + } + + .navbar-burger { + color: white; + } + } + + &.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); + + .navbar-brand { + > .navbar-item { + color: rgba(0, 0, 0, 0.7); + } + + .navbar-link { + color: rgba(0, 0, 0, 0.7); + + &:focus, &:hover, &.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + + &::after { + border-color: rgba(0, 0, 0, 0.7); + } + } + + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + } + } + + .navbar-burger { + color: rgba(0, 0, 0, 0.7); + } + } + + &.is-dark { + background-color: #363636; + color: #fff; + + .navbar-brand { + > .navbar-item { + color: #fff; + } + + .navbar-link { + color: #fff; + + &:focus, &:hover, &.is-active { + background-color: #292929; + color: #fff; + } + + &::after { + border-color: #fff; + } + } + + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #292929; + color: #fff; + } + } + } + + .navbar-burger { + color: #fff; + } + } + + &.is-primary { + background-color: #00d1b2; + color: #fff; + + .navbar-brand { + > .navbar-item { + color: #fff; + } + + .navbar-link { + color: #fff; + + &:focus, &:hover, &.is-active { + background-color: #00b89c; + color: #fff; + } + + &::after { + border-color: #fff; + } + } + + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #00b89c; + color: #fff; + } + } + } + + .navbar-burger { + color: #fff; + } + } + + &.is-link { + background-color: #485fc7; + color: #fff; + + .navbar-brand { + > .navbar-item { + color: #fff; + } + + .navbar-link { + color: #fff; + + &:focus, &:hover, &.is-active { + background-color: #3a51bb; + color: #fff; + } + + &::after { + border-color: #fff; + } + } + + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #3a51bb; + color: #fff; + } + } + } + + .navbar-burger { + color: #fff; + } + } + + &.is-info { + background-color: #3e8ed0; + color: #fff; + + .navbar-brand { + > .navbar-item { + color: #fff; + } + + .navbar-link { + color: #fff; + + &:focus, &:hover, &.is-active { + background-color: #3082c5; + color: #fff; + } + + &::after { + border-color: #fff; + } + } + + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #3082c5; + color: #fff; + } + } + } + + .navbar-burger { + color: #fff; + } + } + + &.is-success { + background-color: #48c78e; + color: #fff; + + .navbar-brand { + > .navbar-item { + color: #fff; + } + + .navbar-link { + color: #fff; + + &:focus, &:hover, &.is-active { + background-color: #3abb81; + color: #fff; + } + + &::after { + border-color: #fff; + } + } + + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #3abb81; + color: #fff; + } + } + } + + .navbar-burger { + color: #fff; + } + } + + &.is-warning { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); + + .navbar-brand { + > .navbar-item { + color: rgba(0, 0, 0, 0.7); + } + + .navbar-link { + color: rgba(0, 0, 0, 0.7); + + &:focus, &:hover, &.is-active { + background-color: #ffd970; + color: rgba(0, 0, 0, 0.7); + } + + &::after { + border-color: rgba(0, 0, 0, 0.7); + } + } + + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #ffd970; + color: rgba(0, 0, 0, 0.7); + } + } + } + + .navbar-burger { + color: rgba(0, 0, 0, 0.7); + } + } + + &.is-danger { + background-color: #f14668; + color: #fff; + + .navbar-brand { + > .navbar-item { + color: #fff; + } + + .navbar-link { + color: #fff; + + &:focus, &:hover, &.is-active { + background-color: #ef2e55; + color: #fff; + } + + &::after { + border-color: #fff; + } + } + + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #ef2e55; + color: #fff; + } + } + } + + .navbar-burger { + color: #fff; + } + } + + > .container { + align-items: stretch; + display: flex; + min-height: 3.25rem; + width: 100%; + } + + &.has-shadow { + box-shadow: 0 2px 0 0 whitesmoke; + } + + &.is-fixed-bottom, &.is-fixed-top { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + + &.is-fixed-bottom { + bottom: 0; + + &.has-shadow { + box-shadow: 0 -2px 0 0 whitesmoke; + } + } + + &.is-fixed-top { + top: 0; + } +} + +@media screen and (min-width: 1024px) { + .navbar.is-white { + .navbar-start { + > .navbar-item, .navbar-link { + color: #0a0a0a; + } + } + + .navbar-end { + > .navbar-item, .navbar-link { + color: #0a0a0a; + } + } + + .navbar-start { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + } + } + + .navbar-end { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + } + } + + .navbar-start .navbar-link::after, .navbar-end .navbar-link::after { + border-color: #0a0a0a; + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: #f2f2f2; + color: #0a0a0a; + } + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: white; + color: #0a0a0a; + } + } +} + +@media screen and (min-width: 1024px) { + .navbar.is-black { + .navbar-start { + > .navbar-item, .navbar-link { + color: white; + } + } + + .navbar-end { + > .navbar-item, .navbar-link { + color: white; + } + } + + .navbar-start { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: black; + color: white; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: black; + color: white; + } + } + } + + .navbar-end { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: black; + color: white; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: black; + color: white; + } + } + } + + .navbar-start .navbar-link::after, .navbar-end .navbar-link::after { + border-color: white; + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: black; + color: white; + } + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: #0a0a0a; + color: white; + } + } +} + +@media screen and (min-width: 1024px) { + .navbar.is-light { + .navbar-start { + > .navbar-item, .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-end { + > .navbar-item, .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-start { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + } + } + + .navbar-end { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + } + } + + .navbar-start .navbar-link::after, .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); + } + } +} + +@media screen and (min-width: 1024px) { + .navbar.is-dark { + .navbar-start { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-end { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-start { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #292929; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #292929; + color: #fff; + } + } + } + + .navbar-end { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #292929; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #292929; + color: #fff; + } + } + } + + .navbar-start .navbar-link::after, .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: #292929; + color: #fff; + } + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: #363636; + color: #fff; + } + } +} + +@media screen and (min-width: 1024px) { + .navbar.is-primary { + .navbar-start { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-end { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-start { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #00b89c; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #00b89c; + color: #fff; + } + } + } + + .navbar-end { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #00b89c; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #00b89c; + color: #fff; + } + } + } + + .navbar-start .navbar-link::after, .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: #00b89c; + color: #fff; + } + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: #00d1b2; + color: #fff; + } + } +} + +@media screen and (min-width: 1024px) { + .navbar.is-link { + .navbar-start { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-end { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-start { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #3a51bb; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #3a51bb; + color: #fff; + } + } + } + + .navbar-end { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #3a51bb; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #3a51bb; + color: #fff; + } + } + } + + .navbar-start .navbar-link::after, .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: #3a51bb; + color: #fff; + } + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: #485fc7; + color: #fff; + } + } +} + +@media screen and (min-width: 1024px) { + .navbar.is-info { + .navbar-start { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-end { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-start { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #3082c5; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #3082c5; + color: #fff; + } + } + } + + .navbar-end { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #3082c5; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #3082c5; + color: #fff; + } + } + } + + .navbar-start .navbar-link::after, .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: #3082c5; + color: #fff; + } + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: #3e8ed0; + color: #fff; + } + } +} + +@media screen and (min-width: 1024px) { + .navbar.is-success { + .navbar-start { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-end { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-start { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #3abb81; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #3abb81; + color: #fff; + } + } + } + + .navbar-end { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #3abb81; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #3abb81; + color: #fff; + } + } + } + + .navbar-start .navbar-link::after, .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: #3abb81; + color: #fff; + } + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: #48c78e; + color: #fff; + } + } +} + +@media screen and (min-width: 1024px) { + .navbar.is-warning { + .navbar-start { + > .navbar-item, .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-end { + > .navbar-item, .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-start { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #ffd970; + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #ffd970; + color: rgba(0, 0, 0, 0.7); + } + } + } + + .navbar-end { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #ffd970; + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #ffd970; + color: rgba(0, 0, 0, 0.7); + } + } + } + + .navbar-start .navbar-link::after, .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: #ffd970; + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); + } + } +} + +@media screen and (min-width: 1024px) { + .navbar.is-danger { + .navbar-start { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-end { + > .navbar-item, .navbar-link { + color: #fff; + } + } + + .navbar-start { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #ef2e55; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #ef2e55; + color: #fff; + } + } + } + + .navbar-end { + > a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: #ef2e55; + color: #fff; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: #ef2e55; + color: #fff; + } + } + } + + .navbar-start .navbar-link::after, .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: #ef2e55; + color: #fff; + } + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: #f14668; + color: #fff; + } + } +} + +html.has-navbar-fixed-top, body.has-navbar-fixed-top { + padding-top: 3.25rem; +} + +html.has-navbar-fixed-bottom, body.has-navbar-fixed-bottom { + padding-bottom: 3.25rem; +} + +.navbar-brand, .navbar-tabs { + align-items: stretch; + display: flex; + flex-shrink: 0; + min-height: 3.25rem; +} + +.navbar-brand a.navbar-item { + &:focus, &:hover { + background-color: transparent; + } +} + +.navbar-tabs { + max-width: 100vw; + -webkit-overflow-scrolling: touch; + overflow-x: auto; + overflow-y: hidden; +} + +.navbar-burger { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: #4a4a4a; + cursor: pointer; + display: block; + height: 3.25rem; + margin-left: auto; + position: relative; + width: 3.25rem; + + span { + background-color: currentColor; + display: block; + height: 1px; + left: calc(50% - 8px); + position: absolute; + transform-origin: center; + transition-duration: 86ms; + transition-property: background-color, opacity, transform; + transition-timing-function: ease-out; + width: 16px; + + &:nth-child(1) { + top: calc(50% - 6px); + } + + &:nth-child(2) { + top: calc(50% - 1px); + } + + &:nth-child(3) { + top: calc(50% + 4px); + } + } + + &:hover { + background-color: rgba(0, 0, 0, 0.05); + } + + &.is-active span { + &:nth-child(1) { + transform: translateY(5px) rotate(45deg); + } + + &:nth-child(2) { + opacity: 0; + } + + &:nth-child(3) { + transform: translateY(-5px) rotate(-45deg); + } + } +} + +.navbar-menu { + display: none; +} + +.navbar-item, .navbar-link { + color: #4a4a4a; + display: block; + line-height: 1.5; + padding: 0.5rem 0.75rem; + position: relative; +} + +.navbar-item .icon:only-child, .navbar-link .icon:only-child { + margin-left: -0.25rem; + margin-right: -0.25rem; +} + +a.navbar-item, .navbar-link { + cursor: pointer; +} + +a.navbar-item { + &:focus, &:focus-within, &:hover, &.is-active { + background-color: #fafafa; + color: #485fc7; + } +} + +.navbar-link { + &:focus, &:focus-within, &:hover, &.is-active { + background-color: #fafafa; + color: #485fc7; + } +} + +.navbar-item { + flex-grow: 0; + flex-shrink: 0; + + img { + max-height: 1.75rem; + } + + &.has-dropdown { + padding: 0; + } + + &.is-expanded { + flex-grow: 1; + flex-shrink: 1; + } + + &.is-tab { + border-bottom: 1px solid transparent; + min-height: 3.25rem; + padding-bottom: calc(0.5rem - 1px); + + &:focus, &:hover { + background-color: transparent; + border-bottom-color: #485fc7; + } + + &.is-active { + background-color: transparent; + border-bottom-color: #485fc7; + border-bottom-style: solid; + border-bottom-width: 3px; + color: #485fc7; + padding-bottom: calc(0.5rem - 3px); + } + } +} + +.navbar-content { + flex-grow: 1; + flex-shrink: 1; +} + +.navbar-link:not(.is-arrowless) { + padding-right: 2.5em; + + &::after { + border-color: #485fc7; + margin-top: -0.375em; + right: 1.125em; + } +} + +.navbar-dropdown { + font-size: 0.875rem; + padding-bottom: 0.5rem; + padding-top: 0.5rem; + + .navbar-item { + padding-left: 1.5rem; + padding-right: 1.5rem; + } +} + +.navbar-divider { + background-color: whitesmoke; + border: none; + display: none; + height: 2px; + margin: 0.5rem 0; +} + +@media screen and (max-width: 1023px) { + .navbar > .container { + display: block; + } + + .navbar-brand .navbar-item, .navbar-tabs .navbar-item { + align-items: center; + display: flex; + } + + .navbar-link::after { + display: none; + } + + .navbar-menu { + background-color: white; + box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); + padding: 0.5rem 0; + + &.is-active { + display: block; + } + } + + .navbar { + &.is-fixed-bottom-touch, &.is-fixed-top-touch { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + + &.is-fixed-bottom-touch { + bottom: 0; + + &.has-shadow { + box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + } + } + + &.is-fixed-top-touch { + top: 0; + } + + &.is-fixed-top .navbar-menu, &.is-fixed-top-touch .navbar-menu { + max-height: calc(100vh - 3.25rem); + overflow: auto; + -webkit-overflow-scrolling: touch; + } + } + + html.has-navbar-fixed-top-touch, body.has-navbar-fixed-top-touch { + padding-top: 3.25rem; + } + + html.has-navbar-fixed-bottom-touch, body.has-navbar-fixed-bottom-touch { + padding-bottom: 3.25rem; + } +} + +@media screen and (min-width: 1024px) { + .navbar, .navbar-menu, .navbar-start, .navbar-end { + align-items: stretch; + display: flex; + } + + .navbar { + min-height: 3.25rem; + + &.is-spaced { + padding: 1rem 2rem; + + .navbar-start, .navbar-end { + align-items: center; + } + + a.navbar-item, .navbar-link { + border-radius: 4px; + } + } + + &.is-transparent { + a.navbar-item { + &:focus, &:hover, &.is-active { + background-color: transparent !important; + } + } + + .navbar-link { + &:focus, &:hover, &.is-active { + background-color: transparent !important; + } + } + + .navbar-item.has-dropdown { + &.is-active .navbar-link { + background-color: transparent !important; + } + + &.is-hoverable { + &:focus .navbar-link, &:focus-within .navbar-link, &:hover .navbar-link { + background-color: transparent !important; + } + } + } + + .navbar-dropdown a.navbar-item { + &:focus, &:hover { + background-color: whitesmoke; + color: #0a0a0a; + } + + &.is-active { + background-color: whitesmoke; + color: #485fc7; + } + } + } + } + + .navbar-burger { + display: none; + } + + .navbar-item, .navbar-link { + align-items: center; + display: flex; + } + + .navbar-item { + &.has-dropdown { + align-items: stretch; + } + + &.has-dropdown-up { + .navbar-link::after { + transform: rotate(135deg) translate(0.25em, -0.25em); + } + + .navbar-dropdown { + border-bottom: 2px solid #dbdbdb; + border-radius: 6px 6px 0 0; + border-top: none; + bottom: 100%; + box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1); + top: auto; + } + } + + &.is-active .navbar-dropdown { + display: block; + } + + &.is-hoverable { + &:focus .navbar-dropdown, &:focus-within .navbar-dropdown, &:hover .navbar-dropdown { + display: block; + } + } + } + + .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { + opacity: 1; + pointer-events: auto; + transform: translateY(0); + } + + .navbar-menu { + flex-grow: 1; + flex-shrink: 0; + } + + .navbar-start { + justify-content: flex-start; + margin-right: auto; + } + + .navbar-end { + justify-content: flex-end; + margin-left: auto; + } + + .navbar-dropdown { + background-color: white; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 2px solid #dbdbdb; + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); + display: none; + font-size: 0.875rem; + left: 0; + min-width: 100%; + position: absolute; + top: 100%; + z-index: 20; + + .navbar-item { + padding: 0.375rem 1rem; + white-space: nowrap; + } + + a.navbar-item { + padding-right: 3rem; + + &:focus, &:hover { + background-color: whitesmoke; + color: #0a0a0a; + } + + &.is-active { + background-color: whitesmoke; + color: #485fc7; + } + } + } + + .navbar.is-spaced .navbar-dropdown { + border-radius: 6px; + border-top: none; + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); + display: block; + opacity: 0; + pointer-events: none; + top: calc(100% + (-4px)); + transform: translateY(-5px); + transition-duration: 86ms; + transition-property: opacity, transform; + } + + .navbar-dropdown { + &.is-boxed { + border-radius: 6px; + border-top: none; + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); + display: block; + opacity: 0; + pointer-events: none; + top: calc(100% + (-4px)); + transform: translateY(-5px); + transition-duration: 86ms; + transition-property: opacity, transform; + } + + &.is-right { + left: auto; + right: 0; + } + } + + .navbar-divider { + display: block; + } + + .navbar > .container .navbar-brand, .container > .navbar .navbar-brand { + margin-left: -0.75rem; + } + + .navbar > .container .navbar-menu, .container > .navbar .navbar-menu { + margin-right: -0.75rem; + } + + .navbar { + &.is-fixed-bottom-desktop, &.is-fixed-top-desktop { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + + &.is-fixed-bottom-desktop { + bottom: 0; + + &.has-shadow { + box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + } + } + + &.is-fixed-top-desktop { + top: 0; + } + } + + html.has-navbar-fixed-top-desktop, body.has-navbar-fixed-top-desktop { + padding-top: 3.25rem; + } + + html.has-navbar-fixed-bottom-desktop, body.has-navbar-fixed-bottom-desktop { + padding-bottom: 3.25rem; + } + + html.has-spaced-navbar-fixed-top, body.has-spaced-navbar-fixed-top { + padding-top: 5.25rem; + } + + html.has-spaced-navbar-fixed-bottom, body.has-spaced-navbar-fixed-bottom { + padding-bottom: 5.25rem; + } + + a.navbar-item.is-active, .navbar-link.is-active { + color: #0a0a0a; + } + + a.navbar-item.is-active:not(:focus):not(:hover), .navbar-link.is-active:not(:focus):not(:hover) { + background-color: transparent; + } + + .navbar-item.has-dropdown { + &:focus .navbar-link, &:hover .navbar-link, &.is-active .navbar-link { + background-color: #fafafa; + } + } +} + +.hero.is-fullheight-with-navbar { + min-height: calc(100vh - 3.25rem); +} + +.pagination { + font-size: 1rem; + margin: -0.25rem; + + &.is-small { + font-size: 0.75rem; + } + + &.is-medium { + font-size: 1.25rem; + } + + &.is-large { + font-size: 1.5rem; + } + + &.is-rounded { + .pagination-previous, .pagination-next { + border-radius: 9999px; + padding-left: 1em; + padding-right: 1em; + } + + .pagination-link { + border-radius: 9999px; + } + } + + align-items: center; + display: flex; + justify-content: center; + text-align: center; +} + +.pagination-list { + align-items: center; + display: flex; + justify-content: center; + text-align: center; +} + +.pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { + font-size: 1em; + justify-content: center; + margin: 0.25rem; + padding-left: 0.5em; + padding-right: 0.5em; + text-align: center; +} + +.pagination-previous, .pagination-next, .pagination-link { + border-color: #dbdbdb; + color: #363636; + min-width: 2.5em; +} + +.pagination-previous:hover, .pagination-next:hover, .pagination-link:hover { + border-color: #b5b5b5; + color: #363636; +} + +.pagination-previous:focus, .pagination-next:focus, .pagination-link:focus { + border-color: #485fc7; +} + +.pagination-previous:active, .pagination-next:active, .pagination-link:active { + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); +} + +.pagination-previous { + &[disabled], &.is-disabled { + background-color: #dbdbdb; + border-color: #dbdbdb; + box-shadow: none; + color: #7a7a7a; + opacity: 0.5; + } +} + +.pagination-next { + &[disabled], &.is-disabled { + background-color: #dbdbdb; + border-color: #dbdbdb; + box-shadow: none; + color: #7a7a7a; + opacity: 0.5; + } +} + +.pagination-link { + &[disabled], &.is-disabled { + background-color: #dbdbdb; + border-color: #dbdbdb; + box-shadow: none; + color: #7a7a7a; + opacity: 0.5; + } +} + +.pagination-previous, .pagination-next { + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; +} + +.pagination-link.is-current { + background-color: #485fc7; + border-color: #485fc7; + color: #fff; +} + +.pagination-ellipsis { + color: #b5b5b5; + pointer-events: none; +} + +.pagination-list { + flex-wrap: wrap; + + li { + list-style: none; + } +} + +@media screen and (max-width: 768px) { + .pagination { + flex-wrap: wrap; + } + + .pagination-previous, .pagination-next, .pagination-list li { + flex-grow: 1; + flex-shrink: 1; + } +} + +@media screen and (min-width: 769px), print { + .pagination-list { + flex-grow: 1; + flex-shrink: 1; + justify-content: flex-start; + order: 1; + } + + .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { + margin-bottom: 0; + margin-top: 0; + } + + .pagination-previous { + order: 2; + } + + .pagination-next { + order: 3; + } + + .pagination { + justify-content: space-between; + margin-bottom: 0; + margin-top: 0; + + &.is-centered { + .pagination-previous { + order: 1; + } + + .pagination-list { + justify-content: center; + order: 2; + } + + .pagination-next { + order: 3; + } + } + + &.is-right { + .pagination-previous { + order: 1; + } + + .pagination-next { + order: 2; + } + + .pagination-list { + justify-content: flex-end; + order: 3; + } + } + } +} + +.panel { + border-radius: 6px; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + font-size: 1rem; + + &:not(:last-child) { + margin-bottom: 1.5rem; + } + + &.is-white { + .panel-heading { + background-color: white; + color: #0a0a0a; + } + + .panel-tabs a.is-active { + border-bottom-color: white; + } + + .panel-block.is-active .panel-icon { + color: white; + } + } + + &.is-black { + .panel-heading { + background-color: #0a0a0a; + color: white; + } + + .panel-tabs a.is-active { + border-bottom-color: #0a0a0a; + } + + .panel-block.is-active .panel-icon { + color: #0a0a0a; + } + } + + &.is-light { + .panel-heading { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); + } + + .panel-tabs a.is-active { + border-bottom-color: whitesmoke; + } + + .panel-block.is-active .panel-icon { + color: whitesmoke; + } + } + + &.is-dark { + .panel-heading { + background-color: #363636; + color: #fff; + } + + .panel-tabs a.is-active { + border-bottom-color: #363636; + } + + .panel-block.is-active .panel-icon { + color: #363636; + } + } + + &.is-primary { + .panel-heading { + background-color: #00d1b2; + color: #fff; + } + + .panel-tabs a.is-active { + border-bottom-color: #00d1b2; + } + + .panel-block.is-active .panel-icon { + color: #00d1b2; + } + } + + &.is-link { + .panel-heading { + background-color: #485fc7; + color: #fff; + } + + .panel-tabs a.is-active { + border-bottom-color: #485fc7; + } + + .panel-block.is-active .panel-icon { + color: #485fc7; + } + } + + &.is-info { + .panel-heading { + background-color: #3e8ed0; + color: #fff; + } + + .panel-tabs a.is-active { + border-bottom-color: #3e8ed0; + } + + .panel-block.is-active .panel-icon { + color: #3e8ed0; + } + } + + &.is-success { + .panel-heading { + background-color: #48c78e; + color: #fff; + } + + .panel-tabs a.is-active { + border-bottom-color: #48c78e; + } + + .panel-block.is-active .panel-icon { + color: #48c78e; + } + } + + &.is-warning { + .panel-heading { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); + } + + .panel-tabs a.is-active { + border-bottom-color: #ffe08a; + } + + .panel-block.is-active .panel-icon { + color: #ffe08a; + } + } + + &.is-danger { + .panel-heading { + background-color: #f14668; + color: #fff; + } + + .panel-tabs a.is-active { + border-bottom-color: #f14668; + } + + .panel-block.is-active .panel-icon { + color: #f14668; + } + } +} + +.panel-tabs:not(:last-child), .panel-block:not(:last-child) { + border-bottom: 1px solid #ededed; +} + +.panel-heading { + background-color: #ededed; + border-radius: 6px 6px 0 0; + color: #363636; + font-size: 1.25em; + font-weight: 700; + line-height: 1.25; + padding: 0.75em 1em; +} + +.panel-tabs { + align-items: flex-end; + display: flex; + font-size: 0.875em; + justify-content: center; + + a { + border-bottom: 1px solid #dbdbdb; + margin-bottom: -1px; + padding: 0.5em; + + &.is-active { + border-bottom-color: #4a4a4a; + color: #363636; + } + } +} + +.panel-list a { + color: #4a4a4a; + + &:hover { + color: #485fc7; + } +} + +.panel-block { + align-items: center; + color: #363636; + display: flex; + justify-content: flex-start; + padding: 0.5em 0.75em; + + input[type="checkbox"] { + margin-right: 0.75em; + } + + > .control { + flex-grow: 1; + flex-shrink: 1; + width: 100%; + } + + &.is-wrapped { + flex-wrap: wrap; + } + + &.is-active { + border-left-color: #485fc7; + color: #363636; + + .panel-icon { + color: #485fc7; + } + } + + &:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + } +} + +a.panel-block, label.panel-block { + cursor: pointer; +} + +a.panel-block:hover, label.panel-block:hover { + background-color: whitesmoke; +} + +.panel-icon { + color: #7a7a7a; + display: inline-block; + font-size: 14px; + height: 1em; + line-height: 1em; + margin-right: 0.75em; + text-align: center; + vertical-align: top; + width: 1em; + + .fa { + font-size: inherit; + line-height: inherit; + } +} + +.tabs { + align-items: stretch; + display: flex; + font-size: 1rem; + justify-content: space-between; + overflow: hidden; + -webkit-overflow-scrolling: touch; + overflow-x: auto; + white-space: nowrap; + + a { + align-items: center; + border-bottom-color: #dbdbdb; + border-bottom-style: solid; + border-bottom-width: 1px; + color: #4a4a4a; + display: flex; + justify-content: center; + margin-bottom: -1px; + padding: 0.5em 1em; + vertical-align: top; + + &:hover { + border-bottom-color: #363636; + color: #363636; + } + } + + li { + display: block; + + &.is-active a { + border-bottom-color: #485fc7; + color: #485fc7; + } + } + + ul { + align-items: center; + border-bottom-color: #dbdbdb; + border-bottom-style: solid; + border-bottom-width: 1px; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; + + &.is-left { + padding-right: 0.75em; + } + + &.is-center { + flex: none; + justify-content: center; + padding-left: 0.75em; + padding-right: 0.75em; + } + + &.is-right { + justify-content: flex-end; + padding-left: 0.75em; + } + } + + .icon { + &:first-child { + margin-right: 0.5em; + } + + &:last-child { + margin-left: 0.5em; + } + } + + &.is-centered ul { + justify-content: center; + } + + &.is-right ul { + justify-content: flex-end; + } + + &.is-boxed { + a { + border: 1px solid transparent; + border-radius: 4px 4px 0 0; + + &:hover { + background-color: whitesmoke; + border-bottom-color: #dbdbdb; + } + } + + li.is-active a { + background-color: white; + border-bottom-color: transparent !important; + border-color: #dbdbdb; + } + } + + &.is-fullwidth li { + flex-grow: 1; + flex-shrink: 0; + } + + &.is-toggle { + a { + border-color: #dbdbdb; + border-style: solid; + border-width: 1px; + margin-bottom: 0; + position: relative; + + &:hover { + background-color: whitesmoke; + border-color: #b5b5b5; + z-index: 2; + } + } + + li { + + li { + margin-left: -1px; + } + + &:first-child a { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; + } + + &:last-child a { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; + } + + &.is-active a { + background-color: #485fc7; + border-color: #485fc7; + color: #fff; + z-index: 1; + } + } + + ul { + border-bottom: none; + } + + &.is-toggle-rounded li { + &:first-child a { + border-bottom-left-radius: 9999px; + border-top-left-radius: 9999px; + padding-left: 1.25em; + } + + &:last-child a { + border-bottom-right-radius: 9999px; + border-top-right-radius: 9999px; + padding-right: 1.25em; + } + } + } + + &.is-small { + font-size: 0.75rem; + } + + &.is-medium { + font-size: 1.25rem; + } + + &.is-large { + font-size: 1.5rem; + } +} + +.column { + display: block; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + padding: 0.75rem; +} + +.columns { + &.is-mobile > .column { + &.is-narrow { + flex: none; + width: unset; + } + + &.is-full { + flex: none; + width: 100%; + } + + &.is-three-quarters { + flex: none; + width: 75%; + } + + &.is-two-thirds { + flex: none; + width: 66.6666%; + } + + &.is-half { + flex: none; + width: 50%; + } + + &.is-one-third { + flex: none; + width: 33.3333%; + } + + &.is-one-quarter { + flex: none; + width: 25%; + } + + &.is-one-fifth { + flex: none; + width: 20%; + } + + &.is-two-fifths { + flex: none; + width: 40%; + } + + &.is-three-fifths { + flex: none; + width: 60%; + } + + &.is-four-fifths { + flex: none; + width: 80%; + } + + &.is-offset-three-quarters { + margin-left: 75%; + } + + &.is-offset-two-thirds { + margin-left: 66.6666%; + } + + &.is-offset-half { + margin-left: 50%; + } + + &.is-offset-one-third { + margin-left: 33.3333%; + } + + &.is-offset-one-quarter { + margin-left: 25%; + } + + &.is-offset-one-fifth { + margin-left: 20%; + } + + &.is-offset-two-fifths { + margin-left: 40%; + } + + &.is-offset-three-fifths { + margin-left: 60%; + } + + &.is-offset-four-fifths { + margin-left: 80%; + } + + &.is-0 { + flex: none; + width: 0%; + } + + &.is-offset-0 { + margin-left: 0%; + } + + &.is-1 { + flex: none; + width: 8.33333%; + } + + &.is-offset-1 { + margin-left: 8.33333%; + } + + &.is-2 { + flex: none; + width: 16.66667%; + } + + &.is-offset-2 { + margin-left: 16.66667%; + } + + &.is-3 { + flex: none; + width: 25%; + } + + &.is-offset-3 { + margin-left: 25%; + } + + &.is-4 { + flex: none; + width: 33.33333%; + } + + &.is-offset-4 { + margin-left: 33.33333%; + } + + &.is-5 { + flex: none; + width: 41.66667%; + } + + &.is-offset-5 { + margin-left: 41.66667%; + } + + &.is-6 { + flex: none; + width: 50%; + } + + &.is-offset-6 { + margin-left: 50%; + } + + &.is-7 { + flex: none; + width: 58.33333%; + } + + &.is-offset-7 { + margin-left: 58.33333%; + } + + &.is-8 { + flex: none; + width: 66.66667%; + } + + &.is-offset-8 { + margin-left: 66.66667%; + } + + &.is-9 { + flex: none; + width: 75%; + } + + &.is-offset-9 { + margin-left: 75%; + } + + &.is-10 { + flex: none; + width: 83.33333%; + } + + &.is-offset-10 { + margin-left: 83.33333%; + } + + &.is-11 { + flex: none; + width: 91.66667%; + } + + &.is-offset-11 { + margin-left: 91.66667%; + } + + &.is-12 { + flex: none; + width: 100%; + } + + &.is-offset-12 { + margin-left: 100%; + } + } + + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; + + &:last-child { + margin-bottom: -0.75rem; + } + + &:not(:last-child) { + margin-bottom: calc(1.5rem - 0.75rem); + } + + &.is-centered { + justify-content: center; + } + + &.is-gapless { + margin-left: 0; + margin-right: 0; + margin-top: 0; + + > .column { + margin: 0; + padding: 0 !important; + } + + &:not(:last-child) { + margin-bottom: 1.5rem; + } + + &:last-child { + margin-bottom: 0; + } + } + + &.is-mobile { + display: flex; + } + + &.is-multiline { + flex-wrap: wrap; + } + + &.is-vcentered { + align-items: center; + } + + &.is-variable { + --columnGap:0.75rem; + margin-left: calc(-1 * var(--columnGap)); + margin-right: calc(-1 * var(--columnGap)); + + > .column { + padding-left: var(--columnGap); + padding-right: var(--columnGap); + } + + &.is-0 { + --columnGap:0rem; + } + + &.is-1 { + --columnGap:0.25rem; + } + + &.is-2 { + --columnGap:0.5rem; + } + + &.is-3 { + --columnGap:0.75rem; + } + + &.is-4 { + --columnGap:1rem; + } + + &.is-5 { + --columnGap:1.25rem; + } + + &.is-6 { + --columnGap:1.5rem; + } + + &.is-7 { + --columnGap:1.75rem; + } + + &.is-8 { + --columnGap:2rem; + } + } +} + +@media screen and (max-width: 768px) { + .column { + &.is-narrow-mobile { + flex: none; + width: unset; + } + + &.is-full-mobile { + flex: none; + width: 100%; + } + + &.is-three-quarters-mobile { + flex: none; + width: 75%; + } + + &.is-two-thirds-mobile { + flex: none; + width: 66.6666%; + } + + &.is-half-mobile { + flex: none; + width: 50%; + } + + &.is-one-third-mobile { + flex: none; + width: 33.3333%; + } + + &.is-one-quarter-mobile { + flex: none; + width: 25%; + } + + &.is-one-fifth-mobile { + flex: none; + width: 20%; + } + + &.is-two-fifths-mobile { + flex: none; + width: 40%; + } + + &.is-three-fifths-mobile { + flex: none; + width: 60%; + } + + &.is-four-fifths-mobile { + flex: none; + width: 80%; + } + + &.is-offset-three-quarters-mobile { + margin-left: 75%; + } + + &.is-offset-two-thirds-mobile { + margin-left: 66.6666%; + } + + &.is-offset-half-mobile { + margin-left: 50%; + } + + &.is-offset-one-third-mobile { + margin-left: 33.3333%; + } + + &.is-offset-one-quarter-mobile { + margin-left: 25%; + } + + &.is-offset-one-fifth-mobile { + margin-left: 20%; + } + + &.is-offset-two-fifths-mobile { + margin-left: 40%; + } + + &.is-offset-three-fifths-mobile { + margin-left: 60%; + } + + &.is-offset-four-fifths-mobile { + margin-left: 80%; + } + + &.is-0-mobile { + flex: none; + width: 0%; + } + + &.is-offset-0-mobile { + margin-left: 0%; + } + + &.is-1-mobile { + flex: none; + width: 8.33333%; + } + + &.is-offset-1-mobile { + margin-left: 8.33333%; + } + + &.is-2-mobile { + flex: none; + width: 16.66667%; + } + + &.is-offset-2-mobile { + margin-left: 16.66667%; + } + + &.is-3-mobile { + flex: none; + width: 25%; + } + + &.is-offset-3-mobile { + margin-left: 25%; + } + + &.is-4-mobile { + flex: none; + width: 33.33333%; + } + + &.is-offset-4-mobile { + margin-left: 33.33333%; + } + + &.is-5-mobile { + flex: none; + width: 41.66667%; + } + + &.is-offset-5-mobile { + margin-left: 41.66667%; + } + + &.is-6-mobile { + flex: none; + width: 50%; + } + + &.is-offset-6-mobile { + margin-left: 50%; + } + + &.is-7-mobile { + flex: none; + width: 58.33333%; + } + + &.is-offset-7-mobile { + margin-left: 58.33333%; + } + + &.is-8-mobile { + flex: none; + width: 66.66667%; + } + + &.is-offset-8-mobile { + margin-left: 66.66667%; + } + + &.is-9-mobile { + flex: none; + width: 75%; + } + + &.is-offset-9-mobile { + margin-left: 75%; + } + + &.is-10-mobile { + flex: none; + width: 83.33333%; + } + + &.is-offset-10-mobile { + margin-left: 83.33333%; + } + + &.is-11-mobile { + flex: none; + width: 91.66667%; + } + + &.is-offset-11-mobile { + margin-left: 91.66667%; + } + + &.is-12-mobile { + flex: none; + width: 100%; + } + + &.is-offset-12-mobile { + margin-left: 100%; + } + } +} + +@media screen and (min-width: 769px), print { + .column { + &.is-narrow, &.is-narrow-tablet { + flex: none; + width: unset; + } + + &.is-full, &.is-full-tablet { + flex: none; + width: 100%; + } + + &.is-three-quarters, &.is-three-quarters-tablet { + flex: none; + width: 75%; + } + + &.is-two-thirds, &.is-two-thirds-tablet { + flex: none; + width: 66.6666%; + } + + &.is-half, &.is-half-tablet { + flex: none; + width: 50%; + } + + &.is-one-third, &.is-one-third-tablet { + flex: none; + width: 33.3333%; + } + + &.is-one-quarter, &.is-one-quarter-tablet { + flex: none; + width: 25%; + } + + &.is-one-fifth, &.is-one-fifth-tablet { + flex: none; + width: 20%; + } + + &.is-two-fifths, &.is-two-fifths-tablet { + flex: none; + width: 40%; + } + + &.is-three-fifths, &.is-three-fifths-tablet { + flex: none; + width: 60%; + } + + &.is-four-fifths, &.is-four-fifths-tablet { + flex: none; + width: 80%; + } + + &.is-offset-three-quarters, &.is-offset-three-quarters-tablet { + margin-left: 75%; + } + + &.is-offset-two-thirds, &.is-offset-two-thirds-tablet { + margin-left: 66.6666%; + } + + &.is-offset-half, &.is-offset-half-tablet { + margin-left: 50%; + } + + &.is-offset-one-third, &.is-offset-one-third-tablet { + margin-left: 33.3333%; + } + + &.is-offset-one-quarter, &.is-offset-one-quarter-tablet { + margin-left: 25%; + } + + &.is-offset-one-fifth, &.is-offset-one-fifth-tablet { + margin-left: 20%; + } + + &.is-offset-two-fifths, &.is-offset-two-fifths-tablet { + margin-left: 40%; + } + + &.is-offset-three-fifths, &.is-offset-three-fifths-tablet { + margin-left: 60%; + } + + &.is-offset-four-fifths, &.is-offset-four-fifths-tablet { + margin-left: 80%; + } + + &.is-0, &.is-0-tablet { + flex: none; + width: 0%; + } + + &.is-offset-0, &.is-offset-0-tablet { + margin-left: 0%; + } + + &.is-1, &.is-1-tablet { + flex: none; + width: 8.33333%; + } + + &.is-offset-1, &.is-offset-1-tablet { + margin-left: 8.33333%; + } + + &.is-2, &.is-2-tablet { + flex: none; + width: 16.66667%; + } + + &.is-offset-2, &.is-offset-2-tablet { + margin-left: 16.66667%; + } + + &.is-3, &.is-3-tablet { + flex: none; + width: 25%; + } + + &.is-offset-3, &.is-offset-3-tablet { + margin-left: 25%; + } + + &.is-4, &.is-4-tablet { + flex: none; + width: 33.33333%; + } + + &.is-offset-4, &.is-offset-4-tablet { + margin-left: 33.33333%; + } + + &.is-5, &.is-5-tablet { + flex: none; + width: 41.66667%; + } + + &.is-offset-5, &.is-offset-5-tablet { + margin-left: 41.66667%; + } + + &.is-6, &.is-6-tablet { + flex: none; + width: 50%; + } + + &.is-offset-6, &.is-offset-6-tablet { + margin-left: 50%; + } + + &.is-7, &.is-7-tablet { + flex: none; + width: 58.33333%; + } + + &.is-offset-7, &.is-offset-7-tablet { + margin-left: 58.33333%; + } + + &.is-8, &.is-8-tablet { + flex: none; + width: 66.66667%; + } + + &.is-offset-8, &.is-offset-8-tablet { + margin-left: 66.66667%; + } + + &.is-9, &.is-9-tablet { + flex: none; + width: 75%; + } + + &.is-offset-9, &.is-offset-9-tablet { + margin-left: 75%; + } + + &.is-10, &.is-10-tablet { + flex: none; + width: 83.33333%; + } + + &.is-offset-10, &.is-offset-10-tablet { + margin-left: 83.33333%; + } + + &.is-11, &.is-11-tablet { + flex: none; + width: 91.66667%; + } + + &.is-offset-11, &.is-offset-11-tablet { + margin-left: 91.66667%; + } + + &.is-12, &.is-12-tablet { + flex: none; + width: 100%; + } + + &.is-offset-12, &.is-offset-12-tablet { + margin-left: 100%; + } + } +} + +@media screen and (max-width: 1023px) { + .column { + &.is-narrow-touch { + flex: none; + width: unset; + } + + &.is-full-touch { + flex: none; + width: 100%; + } + + &.is-three-quarters-touch { + flex: none; + width: 75%; + } + + &.is-two-thirds-touch { + flex: none; + width: 66.6666%; + } + + &.is-half-touch { + flex: none; + width: 50%; + } + + &.is-one-third-touch { + flex: none; + width: 33.3333%; + } + + &.is-one-quarter-touch { + flex: none; + width: 25%; + } + + &.is-one-fifth-touch { + flex: none; + width: 20%; + } + + &.is-two-fifths-touch { + flex: none; + width: 40%; + } + + &.is-three-fifths-touch { + flex: none; + width: 60%; + } + + &.is-four-fifths-touch { + flex: none; + width: 80%; + } + + &.is-offset-three-quarters-touch { + margin-left: 75%; + } + + &.is-offset-two-thirds-touch { + margin-left: 66.6666%; + } + + &.is-offset-half-touch { + margin-left: 50%; + } + + &.is-offset-one-third-touch { + margin-left: 33.3333%; + } + + &.is-offset-one-quarter-touch { + margin-left: 25%; + } + + &.is-offset-one-fifth-touch { + margin-left: 20%; + } + + &.is-offset-two-fifths-touch { + margin-left: 40%; + } + + &.is-offset-three-fifths-touch { + margin-left: 60%; + } + + &.is-offset-four-fifths-touch { + margin-left: 80%; + } + + &.is-0-touch { + flex: none; + width: 0%; + } + + &.is-offset-0-touch { + margin-left: 0%; + } + + &.is-1-touch { + flex: none; + width: 8.33333%; + } + + &.is-offset-1-touch { + margin-left: 8.33333%; + } + + &.is-2-touch { + flex: none; + width: 16.66667%; + } + + &.is-offset-2-touch { + margin-left: 16.66667%; + } + + &.is-3-touch { + flex: none; + width: 25%; + } + + &.is-offset-3-touch { + margin-left: 25%; + } + + &.is-4-touch { + flex: none; + width: 33.33333%; + } + + &.is-offset-4-touch { + margin-left: 33.33333%; + } + + &.is-5-touch { + flex: none; + width: 41.66667%; + } + + &.is-offset-5-touch { + margin-left: 41.66667%; + } + + &.is-6-touch { + flex: none; + width: 50%; + } + + &.is-offset-6-touch { + margin-left: 50%; + } + + &.is-7-touch { + flex: none; + width: 58.33333%; + } + + &.is-offset-7-touch { + margin-left: 58.33333%; + } + + &.is-8-touch { + flex: none; + width: 66.66667%; + } + + &.is-offset-8-touch { + margin-left: 66.66667%; + } + + &.is-9-touch { + flex: none; + width: 75%; + } + + &.is-offset-9-touch { + margin-left: 75%; + } + + &.is-10-touch { + flex: none; + width: 83.33333%; + } + + &.is-offset-10-touch { + margin-left: 83.33333%; + } + + &.is-11-touch { + flex: none; + width: 91.66667%; + } + + &.is-offset-11-touch { + margin-left: 91.66667%; + } + + &.is-12-touch { + flex: none; + width: 100%; + } + + &.is-offset-12-touch { + margin-left: 100%; + } + } +} + +@media screen and (min-width: 1024px) { + .column { + &.is-narrow-desktop { + flex: none; + width: unset; + } + + &.is-full-desktop { + flex: none; + width: 100%; + } + + &.is-three-quarters-desktop { + flex: none; + width: 75%; + } + + &.is-two-thirds-desktop { + flex: none; + width: 66.6666%; + } + + &.is-half-desktop { + flex: none; + width: 50%; + } + + &.is-one-third-desktop { + flex: none; + width: 33.3333%; + } + + &.is-one-quarter-desktop { + flex: none; + width: 25%; + } + + &.is-one-fifth-desktop { + flex: none; + width: 20%; + } + + &.is-two-fifths-desktop { + flex: none; + width: 40%; + } + + &.is-three-fifths-desktop { + flex: none; + width: 60%; + } + + &.is-four-fifths-desktop { + flex: none; + width: 80%; + } + + &.is-offset-three-quarters-desktop { + margin-left: 75%; + } + + &.is-offset-two-thirds-desktop { + margin-left: 66.6666%; + } + + &.is-offset-half-desktop { + margin-left: 50%; + } + + &.is-offset-one-third-desktop { + margin-left: 33.3333%; + } + + &.is-offset-one-quarter-desktop { + margin-left: 25%; + } + + &.is-offset-one-fifth-desktop { + margin-left: 20%; + } + + &.is-offset-two-fifths-desktop { + margin-left: 40%; + } + + &.is-offset-three-fifths-desktop { + margin-left: 60%; + } + + &.is-offset-four-fifths-desktop { + margin-left: 80%; + } + + &.is-0-desktop { + flex: none; + width: 0%; + } + + &.is-offset-0-desktop { + margin-left: 0%; + } + + &.is-1-desktop { + flex: none; + width: 8.33333%; + } + + &.is-offset-1-desktop { + margin-left: 8.33333%; + } + + &.is-2-desktop { + flex: none; + width: 16.66667%; + } + + &.is-offset-2-desktop { + margin-left: 16.66667%; + } + + &.is-3-desktop { + flex: none; + width: 25%; + } + + &.is-offset-3-desktop { + margin-left: 25%; + } + + &.is-4-desktop { + flex: none; + width: 33.33333%; + } + + &.is-offset-4-desktop { + margin-left: 33.33333%; + } + + &.is-5-desktop { + flex: none; + width: 41.66667%; + } + + &.is-offset-5-desktop { + margin-left: 41.66667%; + } + + &.is-6-desktop { + flex: none; + width: 50%; + } + + &.is-offset-6-desktop { + margin-left: 50%; + } + + &.is-7-desktop { + flex: none; + width: 58.33333%; + } + + &.is-offset-7-desktop { + margin-left: 58.33333%; + } + + &.is-8-desktop { + flex: none; + width: 66.66667%; + } + + &.is-offset-8-desktop { + margin-left: 66.66667%; + } + + &.is-9-desktop { + flex: none; + width: 75%; + } + + &.is-offset-9-desktop { + margin-left: 75%; + } + + &.is-10-desktop { + flex: none; + width: 83.33333%; + } + + &.is-offset-10-desktop { + margin-left: 83.33333%; + } + + &.is-11-desktop { + flex: none; + width: 91.66667%; + } + + &.is-offset-11-desktop { + margin-left: 91.66667%; + } + + &.is-12-desktop { + flex: none; + width: 100%; + } + + &.is-offset-12-desktop { + margin-left: 100%; + } + } +} + +@media screen and (min-width: 1216px) { + .column { + &.is-narrow-widescreen { + flex: none; + width: unset; + } + + &.is-full-widescreen { + flex: none; + width: 100%; + } + + &.is-three-quarters-widescreen { + flex: none; + width: 75%; + } + + &.is-two-thirds-widescreen { + flex: none; + width: 66.6666%; + } + + &.is-half-widescreen { + flex: none; + width: 50%; + } + + &.is-one-third-widescreen { + flex: none; + width: 33.3333%; + } + + &.is-one-quarter-widescreen { + flex: none; + width: 25%; + } + + &.is-one-fifth-widescreen { + flex: none; + width: 20%; + } + + &.is-two-fifths-widescreen { + flex: none; + width: 40%; + } + + &.is-three-fifths-widescreen { + flex: none; + width: 60%; + } + + &.is-four-fifths-widescreen { + flex: none; + width: 80%; + } + + &.is-offset-three-quarters-widescreen { + margin-left: 75%; + } + + &.is-offset-two-thirds-widescreen { + margin-left: 66.6666%; + } + + &.is-offset-half-widescreen { + margin-left: 50%; + } + + &.is-offset-one-third-widescreen { + margin-left: 33.3333%; + } + + &.is-offset-one-quarter-widescreen { + margin-left: 25%; + } + + &.is-offset-one-fifth-widescreen { + margin-left: 20%; + } + + &.is-offset-two-fifths-widescreen { + margin-left: 40%; + } + + &.is-offset-three-fifths-widescreen { + margin-left: 60%; + } + + &.is-offset-four-fifths-widescreen { + margin-left: 80%; + } + + &.is-0-widescreen { + flex: none; + width: 0%; + } + + &.is-offset-0-widescreen { + margin-left: 0%; + } + + &.is-1-widescreen { + flex: none; + width: 8.33333%; + } + + &.is-offset-1-widescreen { + margin-left: 8.33333%; + } + + &.is-2-widescreen { + flex: none; + width: 16.66667%; + } + + &.is-offset-2-widescreen { + margin-left: 16.66667%; + } + + &.is-3-widescreen { + flex: none; + width: 25%; + } + + &.is-offset-3-widescreen { + margin-left: 25%; + } + + &.is-4-widescreen { + flex: none; + width: 33.33333%; + } + + &.is-offset-4-widescreen { + margin-left: 33.33333%; + } + + &.is-5-widescreen { + flex: none; + width: 41.66667%; + } + + &.is-offset-5-widescreen { + margin-left: 41.66667%; + } + + &.is-6-widescreen { + flex: none; + width: 50%; + } + + &.is-offset-6-widescreen { + margin-left: 50%; + } + + &.is-7-widescreen { + flex: none; + width: 58.33333%; + } + + &.is-offset-7-widescreen { + margin-left: 58.33333%; + } + + &.is-8-widescreen { + flex: none; + width: 66.66667%; + } + + &.is-offset-8-widescreen { + margin-left: 66.66667%; + } + + &.is-9-widescreen { + flex: none; + width: 75%; + } + + &.is-offset-9-widescreen { + margin-left: 75%; + } + + &.is-10-widescreen { + flex: none; + width: 83.33333%; + } + + &.is-offset-10-widescreen { + margin-left: 83.33333%; + } + + &.is-11-widescreen { + flex: none; + width: 91.66667%; + } + + &.is-offset-11-widescreen { + margin-left: 91.66667%; + } + + &.is-12-widescreen { + flex: none; + width: 100%; + } + + &.is-offset-12-widescreen { + margin-left: 100%; + } + } +} + +@media screen and (min-width: 1408px) { + .column { + &.is-narrow-fullhd { + flex: none; + width: unset; + } + + &.is-full-fullhd { + flex: none; + width: 100%; + } + + &.is-three-quarters-fullhd { + flex: none; + width: 75%; + } + + &.is-two-thirds-fullhd { + flex: none; + width: 66.6666%; + } + + &.is-half-fullhd { + flex: none; + width: 50%; + } + + &.is-one-third-fullhd { + flex: none; + width: 33.3333%; + } + + &.is-one-quarter-fullhd { + flex: none; + width: 25%; + } + + &.is-one-fifth-fullhd { + flex: none; + width: 20%; + } + + &.is-two-fifths-fullhd { + flex: none; + width: 40%; + } + + &.is-three-fifths-fullhd { + flex: none; + width: 60%; + } + + &.is-four-fifths-fullhd { + flex: none; + width: 80%; + } + + &.is-offset-three-quarters-fullhd { + margin-left: 75%; + } + + &.is-offset-two-thirds-fullhd { + margin-left: 66.6666%; + } + + &.is-offset-half-fullhd { + margin-left: 50%; + } + + &.is-offset-one-third-fullhd { + margin-left: 33.3333%; + } + + &.is-offset-one-quarter-fullhd { + margin-left: 25%; + } + + &.is-offset-one-fifth-fullhd { + margin-left: 20%; + } + + &.is-offset-two-fifths-fullhd { + margin-left: 40%; + } + + &.is-offset-three-fifths-fullhd { + margin-left: 60%; + } + + &.is-offset-four-fifths-fullhd { + margin-left: 80%; + } + + &.is-0-fullhd { + flex: none; + width: 0%; + } + + &.is-offset-0-fullhd { + margin-left: 0%; + } + + &.is-1-fullhd { + flex: none; + width: 8.33333%; + } + + &.is-offset-1-fullhd { + margin-left: 8.33333%; + } + + &.is-2-fullhd { + flex: none; + width: 16.66667%; + } + + &.is-offset-2-fullhd { + margin-left: 16.66667%; + } + + &.is-3-fullhd { + flex: none; + width: 25%; + } + + &.is-offset-3-fullhd { + margin-left: 25%; + } + + &.is-4-fullhd { + flex: none; + width: 33.33333%; + } + + &.is-offset-4-fullhd { + margin-left: 33.33333%; + } + + &.is-5-fullhd { + flex: none; + width: 41.66667%; + } + + &.is-offset-5-fullhd { + margin-left: 41.66667%; + } + + &.is-6-fullhd { + flex: none; + width: 50%; + } + + &.is-offset-6-fullhd { + margin-left: 50%; + } + + &.is-7-fullhd { + flex: none; + width: 58.33333%; + } + + &.is-offset-7-fullhd { + margin-left: 58.33333%; + } + + &.is-8-fullhd { + flex: none; + width: 66.66667%; + } + + &.is-offset-8-fullhd { + margin-left: 66.66667%; + } + + &.is-9-fullhd { + flex: none; + width: 75%; + } + + &.is-offset-9-fullhd { + margin-left: 75%; + } + + &.is-10-fullhd { + flex: none; + width: 83.33333%; + } + + &.is-offset-10-fullhd { + margin-left: 83.33333%; + } + + &.is-11-fullhd { + flex: none; + width: 91.66667%; + } + + &.is-offset-11-fullhd { + margin-left: 91.66667%; + } + + &.is-12-fullhd { + flex: none; + width: 100%; + } + + &.is-offset-12-fullhd { + margin-left: 100%; + } + } +} + +@media screen and (min-width: 769px), print { + .columns:not(.is-desktop) { + display: flex; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-desktop { + display: flex; + } +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-0-mobile { + --columnGap:0rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-0-tablet { + --columnGap:0rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-0-tablet-only { + --columnGap:0rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-0-touch { + --columnGap:0rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-0-desktop { + --columnGap:0rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-0-desktop-only { + --columnGap:0rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-0-widescreen { + --columnGap:0rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-0-widescreen-only { + --columnGap:0rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-0-fullhd { + --columnGap:0rem; + } +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-1-mobile { + --columnGap:0.25rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-1-tablet { + --columnGap:0.25rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-1-tablet-only { + --columnGap:0.25rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-1-touch { + --columnGap:0.25rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-1-desktop { + --columnGap:0.25rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-1-desktop-only { + --columnGap:0.25rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-1-widescreen { + --columnGap:0.25rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-1-widescreen-only { + --columnGap:0.25rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-1-fullhd { + --columnGap:0.25rem; + } +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-2-mobile { + --columnGap:0.5rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-2-tablet { + --columnGap:0.5rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-2-tablet-only { + --columnGap:0.5rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-2-touch { + --columnGap:0.5rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-2-desktop { + --columnGap:0.5rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-2-desktop-only { + --columnGap:0.5rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-2-widescreen { + --columnGap:0.5rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-2-widescreen-only { + --columnGap:0.5rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-2-fullhd { + --columnGap:0.5rem; + } +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-3-mobile { + --columnGap:0.75rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-3-tablet { + --columnGap:0.75rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-3-tablet-only { + --columnGap:0.75rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-3-touch { + --columnGap:0.75rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-3-desktop { + --columnGap:0.75rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-3-desktop-only { + --columnGap:0.75rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-3-widescreen { + --columnGap:0.75rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-3-widescreen-only { + --columnGap:0.75rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-3-fullhd { + --columnGap:0.75rem; + } +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-4-mobile { + --columnGap:1rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-4-tablet { + --columnGap:1rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-4-tablet-only { + --columnGap:1rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-4-touch { + --columnGap:1rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-4-desktop { + --columnGap:1rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-4-desktop-only { + --columnGap:1rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-4-widescreen { + --columnGap:1rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-4-widescreen-only { + --columnGap:1rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-4-fullhd { + --columnGap:1rem; + } +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-5-mobile { + --columnGap:1.25rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-5-tablet { + --columnGap:1.25rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-5-tablet-only { + --columnGap:1.25rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-5-touch { + --columnGap:1.25rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-5-desktop { + --columnGap:1.25rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-5-desktop-only { + --columnGap:1.25rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-5-widescreen { + --columnGap:1.25rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-5-widescreen-only { + --columnGap:1.25rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-5-fullhd { + --columnGap:1.25rem; + } +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-6-mobile { + --columnGap:1.5rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-6-tablet { + --columnGap:1.5rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-6-tablet-only { + --columnGap:1.5rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-6-touch { + --columnGap:1.5rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-6-desktop { + --columnGap:1.5rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-6-desktop-only { + --columnGap:1.5rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-6-widescreen { + --columnGap:1.5rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-6-widescreen-only { + --columnGap:1.5rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-6-fullhd { + --columnGap:1.5rem; + } +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-7-mobile { + --columnGap:1.75rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-7-tablet { + --columnGap:1.75rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-7-tablet-only { + --columnGap:1.75rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-7-touch { + --columnGap:1.75rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-7-desktop { + --columnGap:1.75rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-7-desktop-only { + --columnGap:1.75rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-7-widescreen { + --columnGap:1.75rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-7-widescreen-only { + --columnGap:1.75rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-7-fullhd { + --columnGap:1.75rem; + } +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-8-mobile { + --columnGap:2rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-8-tablet { + --columnGap:2rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-8-tablet-only { + --columnGap:2rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-8-touch { + --columnGap:2rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-8-desktop { + --columnGap:2rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-8-desktop-only { + --columnGap:2rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-8-widescreen { + --columnGap:2rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-8-widescreen-only { + --columnGap:2rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-8-fullhd { + --columnGap:2rem; + } +} + +.tile { + align-items: stretch; + display: block; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + min-height: -webkit-min-content; + min-height: -moz-min-content; + min-height: min-content; + + &.is-ancestor { + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; + + &:last-child { + margin-bottom: -0.75rem; + } + + &:not(:last-child) { + margin-bottom: 0.75rem; + } + } + + &.is-child { + margin: 0 !important; + } + + &.is-parent { + padding: 0.75rem; + } + + &.is-vertical { + flex-direction: column; + + > .tile.is-child:not(:last-child) { + margin-bottom: 1.5rem !important; + } + } +} + +@media screen and (min-width: 769px), print { + .tile { + &:not(.is-child) { + display: flex; + } + + &.is-1 { + flex: none; + width: 8.33333%; + } + + &.is-2 { + flex: none; + width: 16.66667%; + } + + &.is-3 { + flex: none; + width: 25%; + } + + &.is-4 { + flex: none; + width: 33.33333%; + } + + &.is-5 { + flex: none; + width: 41.66667%; + } + + &.is-6 { + flex: none; + width: 50%; + } + + &.is-7 { + flex: none; + width: 58.33333%; + } + + &.is-8 { + flex: none; + width: 66.66667%; + } + + &.is-9 { + flex: none; + width: 75%; + } + + &.is-10 { + flex: none; + width: 83.33333%; + } + + &.is-11 { + flex: none; + width: 91.66667%; + } + + &.is-12 { + flex: none; + width: 100%; + } + } +} + +.has-text-white { + color: white !important; +} + +a.has-text-white { + &:hover, &:focus { + color: #e6e6e6 !important; + } +} + +.has-background-white { + background-color: white !important; +} + +.has-text-black { + color: #0a0a0a !important; +} + +a.has-text-black { + &:hover, &:focus { + color: black !important; + } +} + +.has-background-black { + background-color: #0a0a0a !important; +} + +.has-text-light { + color: whitesmoke !important; +} + +a.has-text-light { + &:hover, &:focus { + color: #dbdbdb !important; + } +} + +.has-background-light { + background-color: whitesmoke !important; +} + +.has-text-dark { + color: #363636 !important; +} + +a.has-text-dark { + &:hover, &:focus { + color: #1c1c1c !important; + } +} + +.has-background-dark { + background-color: #363636 !important; +} + +.has-text-primary { + color: #00d1b2 !important; +} + +a.has-text-primary { + &:hover, &:focus { + color: #009e86 !important; + } +} + +.has-background-primary { + background-color: #00d1b2 !important; +} + +.has-text-primary-light { + color: #ebfffc !important; +} + +a.has-text-primary-light { + &:hover, &:focus { + color: #b8fff4 !important; + } +} + +.has-background-primary-light { + background-color: #ebfffc !important; +} + +.has-text-primary-dark { + color: #00947e !important; +} + +a.has-text-primary-dark { + &:hover, &:focus { + color: #00c7a9 !important; + } +} + +.has-background-primary-dark { + background-color: #00947e !important; +} + +.has-text-link { + color: #485fc7 !important; +} + +a.has-text-link { + &:hover, &:focus { + color: #3449a8 !important; + } +} + +.has-background-link { + background-color: #485fc7 !important; +} + +.has-text-link-light { + color: #eff1fa !important; +} + +a.has-text-link-light { + &:hover, &:focus { + color: #c8cfee !important; + } +} + +.has-background-link-light { + background-color: #eff1fa !important; +} + +.has-text-link-dark { + color: #3850b7 !important; +} + +a.has-text-link-dark { + &:hover, &:focus { + color: #576dcb !important; + } +} + +.has-background-link-dark { + background-color: #3850b7 !important; +} + +.has-text-info { + color: #3e8ed0 !important; +} + +a.has-text-info { + &:hover, &:focus { + color: #2b74b1 !important; + } +} + +.has-background-info { + background-color: #3e8ed0 !important; +} + +.has-text-info-light { + color: #eff5fb !important; +} + +a.has-text-info-light { + &:hover, &:focus { + color: #c6ddf1 !important; + } +} + +.has-background-info-light { + background-color: #eff5fb !important; +} + +.has-text-info-dark { + color: #296fa8 !important; +} + +a.has-text-info-dark { + &:hover, &:focus { + color: #368ace !important; + } +} + +.has-background-info-dark { + background-color: #296fa8 !important; +} + +.has-text-success { + color: #48c78e !important; +} + +a.has-text-success { + &:hover, &:focus { + color: #34a873 !important; + } +} + +.has-background-success { + background-color: #48c78e !important; +} + +.has-text-success-light { + color: #effaf5 !important; +} + +a.has-text-success-light { + &:hover, &:focus { + color: #c8eedd !important; + } +} + +.has-background-success-light { + background-color: #effaf5 !important; +} + +.has-text-success-dark { + color: #257953 !important; +} + +a.has-text-success-dark { + &:hover, &:focus { + color: #31a06e !important; + } +} + +.has-background-success-dark { + background-color: #257953 !important; +} + +.has-text-warning { + color: #ffe08a !important; +} + +a.has-text-warning { + &:hover, &:focus { + color: #ffd257 !important; + } +} + +.has-background-warning { + background-color: #ffe08a !important; +} + +.has-text-warning-light { + color: #fffaeb !important; +} + +a.has-text-warning-light { + &:hover, &:focus { + color: #ffecb8 !important; + } +} + +.has-background-warning-light { + background-color: #fffaeb !important; +} + +.has-text-warning-dark { + color: #946c00 !important; +} + +a.has-text-warning-dark { + &:hover, &:focus { + color: #c79200 !important; + } +} + +.has-background-warning-dark { + background-color: #946c00 !important; +} + +.has-text-danger { + color: #f14668 !important; +} + +a.has-text-danger { + &:hover, &:focus { + color: #ee1742 !important; + } +} + +.has-background-danger { + background-color: #f14668 !important; +} + +.has-text-danger-light { + color: #feecf0 !important; +} + +a.has-text-danger-light { + &:hover, &:focus { + color: #fabdc9 !important; + } +} + +.has-background-danger-light { + background-color: #feecf0 !important; +} + +.has-text-danger-dark { + color: #cc0f35 !important; +} + +a.has-text-danger-dark { + &:hover, &:focus { + color: #ee2049 !important; + } +} + +.has-background-danger-dark { + background-color: #cc0f35 !important; +} + +.has-text-black-bis { + color: #121212 !important; +} + +.has-background-black-bis { + background-color: #121212 !important; +} + +.has-text-black-ter { + color: #242424 !important; +} + +.has-background-black-ter { + background-color: #242424 !important; +} + +.has-text-grey-darker { + color: #363636 !important; +} + +.has-background-grey-darker { + background-color: #363636 !important; +} + +.has-text-grey-dark { + color: #4a4a4a !important; +} + +.has-background-grey-dark { + background-color: #4a4a4a !important; +} + +.has-text-grey { + color: #7a7a7a !important; +} + +.has-background-grey { + background-color: #7a7a7a !important; +} + +.has-text-grey-light { + color: #b5b5b5 !important; +} + +.has-background-grey-light { + background-color: #b5b5b5 !important; +} + +.has-text-grey-lighter { + color: #dbdbdb !important; +} + +.has-background-grey-lighter { + background-color: #dbdbdb !important; +} + +.has-text-white-ter { + color: whitesmoke !important; +} + +.has-background-white-ter { + background-color: whitesmoke !important; +} + +.has-text-white-bis { + color: #fafafa !important; +} + +.has-background-white-bis { + background-color: #fafafa !important; +} + +.is-flex-direction-row { + flex-direction: row !important; +} + +.is-flex-direction-row-reverse { + flex-direction: row-reverse !important; +} + +.is-flex-direction-column { + flex-direction: column !important; +} + +.is-flex-direction-column-reverse { + flex-direction: column-reverse !important; +} + +.is-flex-wrap-nowrap { + flex-wrap: nowrap !important; +} + +.is-flex-wrap-wrap { + flex-wrap: wrap !important; +} + +.is-flex-wrap-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.is-justify-content-flex-start { + justify-content: flex-start !important; +} + +.is-justify-content-flex-end { + justify-content: flex-end !important; +} + +.is-justify-content-center { + justify-content: center !important; +} + +.is-justify-content-space-between { + justify-content: space-between !important; +} + +.is-justify-content-space-around { + justify-content: space-around !important; +} + +.is-justify-content-space-evenly { + justify-content: space-evenly !important; +} + +.is-justify-content-start { + justify-content: start !important; +} + +.is-justify-content-end { + justify-content: end !important; +} + +.is-justify-content-left { + justify-content: left !important; +} + +.is-justify-content-right { + justify-content: right !important; +} + +.is-align-content-flex-start { + align-content: flex-start !important; +} + +.is-align-content-flex-end { + align-content: flex-end !important; +} + +.is-align-content-center { + align-content: center !important; +} + +.is-align-content-space-between { + align-content: space-between !important; +} + +.is-align-content-space-around { + align-content: space-around !important; +} + +.is-align-content-space-evenly { + align-content: space-evenly !important; +} + +.is-align-content-stretch { + align-content: stretch !important; +} + +.is-align-content-start { + align-content: start !important; +} + +.is-align-content-end { + align-content: end !important; +} + +.is-align-content-baseline { + align-content: baseline !important; +} + +.is-align-items-stretch { + align-items: stretch !important; +} + +.is-align-items-flex-start { + align-items: flex-start !important; +} + +.is-align-items-flex-end { + align-items: flex-end !important; +} + +.is-align-items-center { + align-items: center !important; +} + +.is-align-items-baseline { + align-items: baseline !important; +} + +.is-align-items-start { + align-items: start !important; +} + +.is-align-items-end { + align-items: end !important; +} + +.is-align-items-self-start { + align-items: self-start !important; +} + +.is-align-items-self-end { + align-items: self-end !important; +} + +.is-align-self-auto { + align-self: auto !important; +} + +.is-align-self-flex-start { + align-self: flex-start !important; +} + +.is-align-self-flex-end { + align-self: flex-end !important; +} + +.is-align-self-center { + align-self: center !important; +} + +.is-align-self-baseline { + align-self: baseline !important; +} + +.is-align-self-stretch { + align-self: stretch !important; +} + +.is-flex-grow-0 { + flex-grow: 0 !important; +} + +.is-flex-grow-1 { + flex-grow: 1 !important; +} + +.is-flex-grow-2 { + flex-grow: 2 !important; +} + +.is-flex-grow-3 { + flex-grow: 3 !important; +} + +.is-flex-grow-4 { + flex-grow: 4 !important; +} + +.is-flex-grow-5 { + flex-grow: 5 !important; +} + +.is-flex-shrink-0 { + flex-shrink: 0 !important; +} + +.is-flex-shrink-1 { + flex-shrink: 1 !important; +} + +.is-flex-shrink-2 { + flex-shrink: 2 !important; +} + +.is-flex-shrink-3 { + flex-shrink: 3 !important; +} + +.is-flex-shrink-4 { + flex-shrink: 4 !important; +} + +.is-flex-shrink-5 { + flex-shrink: 5 !important; +} + +.is-clearfix::after { + clear: both; + content: " "; + display: table; +} + +.is-pulled-left { + float: left !important; +} + +.is-pulled-right { + float: right !important; +} + +.is-radiusless { + border-radius: 0 !important; +} + +.is-shadowless { + box-shadow: none !important; +} + +.is-clickable { + cursor: pointer !important; + pointer-events: all !important; +} + +.is-clipped { + overflow: hidden !important; +} + +.is-relative { + position: relative !important; +} + +.is-marginless { + margin: 0 !important; +} + +.is-paddingless { + padding: 0 !important; +} + +.m-0 { + margin: 0 !important; +} + +.mt-0 { + margin-top: 0 !important; +} + +.mr-0 { + margin-right: 0 !important; +} + +.mb-0 { + margin-bottom: 0 !important; +} + +.ml-0 { + margin-left: 0 !important; +} + +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; +} + +.my-0 { + margin-bottom: 0 !important; + margin-top: 0 !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.mt-1 { + margin-top: 0.25rem !important; +} + +.mr-1 { + margin-right: 0.25rem !important; +} + +.mb-1 { + margin-bottom: 0.25rem !important; +} + +.ml-1 { + margin-left: 0.25rem !important; +} + +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} + +.my-1 { + margin-bottom: 0.25rem !important; + margin-top: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.mt-2 { + margin-top: 0.5rem !important; +} + +.mr-2 { + margin-right: 0.5rem !important; +} + +.mb-2 { + margin-bottom: 0.5rem !important; +} + +.ml-2 { + margin-left: 0.5rem !important; +} + +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; +} + +.my-2 { + margin-bottom: 0.5rem !important; + margin-top: 0.5rem !important; +} + +.m-3 { + margin: 0.75rem !important; +} + +.mt-3 { + margin-top: 0.75rem !important; +} + +.mr-3 { + margin-right: 0.75rem !important; +} + +.mb-3 { + margin-bottom: 0.75rem !important; +} + +.ml-3 { + margin-left: 0.75rem !important; +} + +.mx-3 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; +} + +.my-3 { + margin-bottom: 0.75rem !important; + margin-top: 0.75rem !important; +} + +.m-4 { + margin: 1rem !important; +} + +.mt-4 { + margin-top: 1rem !important; +} + +.mr-4 { + margin-right: 1rem !important; +} + +.mb-4 { + margin-bottom: 1rem !important; +} + +.ml-4 { + margin-left: 1rem !important; +} + +.mx-4 { + margin-left: 1rem !important; + margin-right: 1rem !important; +} + +.my-4 { + margin-bottom: 1rem !important; + margin-top: 1rem !important; +} + +.m-5 { + margin: 1.5rem !important; +} + +.mt-5 { + margin-top: 1.5rem !important; +} + +.mr-5 { + margin-right: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 1.5rem !important; +} + +.ml-5 { + margin-left: 1.5rem !important; +} + +.mx-5 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; +} + +.my-5 { + margin-bottom: 1.5rem !important; + margin-top: 1.5rem !important; +} + +.m-6 { + margin: 3rem !important; +} + +.mt-6 { + margin-top: 3rem !important; +} + +.mr-6 { + margin-right: 3rem !important; +} + +.mb-6 { + margin-bottom: 3rem !important; +} + +.ml-6 { + margin-left: 3rem !important; +} + +.mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; +} + +.my-6 { + margin-bottom: 3rem !important; + margin-top: 3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.mr-auto { + margin-right: auto !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ml-auto { + margin-left: auto !important; +} + +.mx-auto { + margin-left: auto !important; + margin-right: auto !important; +} + +.my-auto { + margin-bottom: auto !important; + margin-top: auto !important; +} + +.p-0 { + padding: 0 !important; +} + +.pt-0 { + padding-top: 0 !important; +} + +.pr-0 { + padding-right: 0 !important; +} + +.pb-0 { + padding-bottom: 0 !important; +} + +.pl-0 { + padding-left: 0 !important; +} + +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; +} + +.py-0 { + padding-bottom: 0 !important; + padding-top: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.pt-1 { + padding-top: 0.25rem !important; +} + +.pr-1 { + padding-right: 0.25rem !important; +} + +.pb-1 { + padding-bottom: 0.25rem !important; +} + +.pl-1 { + padding-left: 0.25rem !important; +} + +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} + +.py-1 { + padding-bottom: 0.25rem !important; + padding-top: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.pt-2 { + padding-top: 0.5rem !important; +} + +.pr-2 { + padding-right: 0.5rem !important; +} + +.pb-2 { + padding-bottom: 0.5rem !important; +} + +.pl-2 { + padding-left: 0.5rem !important; +} + +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} + +.py-2 { + padding-bottom: 0.5rem !important; + padding-top: 0.5rem !important; +} + +.p-3 { + padding: 0.75rem !important; +} + +.pt-3 { + padding-top: 0.75rem !important; +} + +.pr-3 { + padding-right: 0.75rem !important; +} + +.pb-3 { + padding-bottom: 0.75rem !important; +} + +.pl-3 { + padding-left: 0.75rem !important; +} + +.px-3 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; +} + +.py-3 { + padding-bottom: 0.75rem !important; + padding-top: 0.75rem !important; +} + +.p-4 { + padding: 1rem !important; +} + +.pt-4 { + padding-top: 1rem !important; +} + +.pr-4 { + padding-right: 1rem !important; +} + +.pb-4 { + padding-bottom: 1rem !important; +} + +.pl-4 { + padding-left: 1rem !important; +} + +.px-4 { + padding-left: 1rem !important; + padding-right: 1rem !important; +} + +.py-4 { + padding-bottom: 1rem !important; + padding-top: 1rem !important; +} + +.p-5 { + padding: 1.5rem !important; +} + +.pt-5 { + padding-top: 1.5rem !important; +} + +.pr-5 { + padding-right: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 1.5rem !important; +} + +.pl-5 { + padding-left: 1.5rem !important; +} + +.px-5 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} + +.py-5 { + padding-bottom: 1.5rem !important; + padding-top: 1.5rem !important; +} + +.p-6 { + padding: 3rem !important; +} + +.pt-6 { + padding-top: 3rem !important; +} + +.pr-6 { + padding-right: 3rem !important; +} + +.pb-6 { + padding-bottom: 3rem !important; +} + +.pl-6 { + padding-left: 3rem !important; +} + +.px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; +} + +.py-6 { + padding-bottom: 3rem !important; + padding-top: 3rem !important; +} + +.p-auto { + padding: auto !important; +} + +.pt-auto { + padding-top: auto !important; +} + +.pr-auto { + padding-right: auto !important; +} + +.pb-auto { + padding-bottom: auto !important; +} + +.pl-auto { + padding-left: auto !important; +} + +.px-auto { + padding-left: auto !important; + padding-right: auto !important; +} + +.py-auto { + padding-bottom: auto !important; + padding-top: auto !important; +} + +.is-size-1 { + font-size: 3rem !important; +} + +.is-size-2 { + font-size: 2.5rem !important; +} + +.is-size-3 { + font-size: 2rem !important; +} + +.is-size-4 { + font-size: 1.5rem !important; +} + +.is-size-5 { + font-size: 1.25rem !important; +} + +.is-size-6 { + font-size: 1rem !important; +} + +.is-size-7 { + font-size: 0.75rem !important; +} + +@media screen and (max-width: 768px) { + .is-size-1-mobile { + font-size: 3rem !important; + } + + .is-size-2-mobile { + font-size: 2.5rem !important; + } + + .is-size-3-mobile { + font-size: 2rem !important; + } + + .is-size-4-mobile { + font-size: 1.5rem !important; + } + + .is-size-5-mobile { + font-size: 1.25rem !important; + } + + .is-size-6-mobile { + font-size: 1rem !important; + } + + .is-size-7-mobile { + font-size: 0.75rem !important; + } +} + +@media screen and (min-width: 769px), print { + .is-size-1-tablet { + font-size: 3rem !important; + } + + .is-size-2-tablet { + font-size: 2.5rem !important; + } + + .is-size-3-tablet { + font-size: 2rem !important; + } + + .is-size-4-tablet { + font-size: 1.5rem !important; + } + + .is-size-5-tablet { + font-size: 1.25rem !important; + } + + .is-size-6-tablet { + font-size: 1rem !important; + } + + .is-size-7-tablet { + font-size: 0.75rem !important; + } +} + +@media screen and (max-width: 1023px) { + .is-size-1-touch { + font-size: 3rem !important; + } + + .is-size-2-touch { + font-size: 2.5rem !important; + } + + .is-size-3-touch { + font-size: 2rem !important; + } + + .is-size-4-touch { + font-size: 1.5rem !important; + } + + .is-size-5-touch { + font-size: 1.25rem !important; + } + + .is-size-6-touch { + font-size: 1rem !important; + } + + .is-size-7-touch { + font-size: 0.75rem !important; + } +} + +@media screen and (min-width: 1024px) { + .is-size-1-desktop { + font-size: 3rem !important; + } + + .is-size-2-desktop { + font-size: 2.5rem !important; + } + + .is-size-3-desktop { + font-size: 2rem !important; + } + + .is-size-4-desktop { + font-size: 1.5rem !important; + } + + .is-size-5-desktop { + font-size: 1.25rem !important; + } + + .is-size-6-desktop { + font-size: 1rem !important; + } + + .is-size-7-desktop { + font-size: 0.75rem !important; + } +} + +@media screen and (min-width: 1216px) { + .is-size-1-widescreen { + font-size: 3rem !important; + } + + .is-size-2-widescreen { + font-size: 2.5rem !important; + } + + .is-size-3-widescreen { + font-size: 2rem !important; + } + + .is-size-4-widescreen { + font-size: 1.5rem !important; + } + + .is-size-5-widescreen { + font-size: 1.25rem !important; + } + + .is-size-6-widescreen { + font-size: 1rem !important; + } + + .is-size-7-widescreen { + font-size: 0.75rem !important; + } +} + +@media screen and (min-width: 1408px) { + .is-size-1-fullhd { + font-size: 3rem !important; + } + + .is-size-2-fullhd { + font-size: 2.5rem !important; + } + + .is-size-3-fullhd { + font-size: 2rem !important; + } + + .is-size-4-fullhd { + font-size: 1.5rem !important; + } + + .is-size-5-fullhd { + font-size: 1.25rem !important; + } + + .is-size-6-fullhd { + font-size: 1rem !important; + } + + .is-size-7-fullhd { + font-size: 0.75rem !important; + } +} + +.has-text-centered { + text-align: center !important; +} + +.has-text-justified { + text-align: justify !important; +} + +.has-text-left { + text-align: left !important; +} + +.has-text-right { + text-align: right !important; +} + +@media screen and (max-width: 768px) { + .has-text-centered-mobile { + text-align: center !important; + } +} + +@media screen and (min-width: 769px), print { + .has-text-centered-tablet { + text-align: center !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-centered-tablet-only { + text-align: center !important; + } +} + +@media screen and (max-width: 1023px) { + .has-text-centered-touch { + text-align: center !important; + } +} + +@media screen and (min-width: 1024px) { + .has-text-centered-desktop { + text-align: center !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-centered-desktop-only { + text-align: center !important; + } +} + +@media screen and (min-width: 1216px) { + .has-text-centered-widescreen { + text-align: center !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-centered-widescreen-only { + text-align: center !important; + } +} + +@media screen and (min-width: 1408px) { + .has-text-centered-fullhd { + text-align: center !important; + } +} + +@media screen and (max-width: 768px) { + .has-text-justified-mobile { + text-align: justify !important; + } +} + +@media screen and (min-width: 769px), print { + .has-text-justified-tablet { + text-align: justify !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-justified-tablet-only { + text-align: justify !important; + } +} + +@media screen and (max-width: 1023px) { + .has-text-justified-touch { + text-align: justify !important; + } +} + +@media screen and (min-width: 1024px) { + .has-text-justified-desktop { + text-align: justify !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-justified-desktop-only { + text-align: justify !important; + } +} + +@media screen and (min-width: 1216px) { + .has-text-justified-widescreen { + text-align: justify !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-justified-widescreen-only { + text-align: justify !important; + } +} + +@media screen and (min-width: 1408px) { + .has-text-justified-fullhd { + text-align: justify !important; + } +} + +@media screen and (max-width: 768px) { + .has-text-left-mobile { + text-align: left !important; + } +} + +@media screen and (min-width: 769px), print { + .has-text-left-tablet { + text-align: left !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-left-tablet-only { + text-align: left !important; + } +} + +@media screen and (max-width: 1023px) { + .has-text-left-touch { + text-align: left !important; + } +} + +@media screen and (min-width: 1024px) { + .has-text-left-desktop { + text-align: left !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-left-desktop-only { + text-align: left !important; + } +} + +@media screen and (min-width: 1216px) { + .has-text-left-widescreen { + text-align: left !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-left-widescreen-only { + text-align: left !important; + } +} + +@media screen and (min-width: 1408px) { + .has-text-left-fullhd { + text-align: left !important; + } +} + +@media screen and (max-width: 768px) { + .has-text-right-mobile { + text-align: right !important; + } +} + +@media screen and (min-width: 769px), print { + .has-text-right-tablet { + text-align: right !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-right-tablet-only { + text-align: right !important; + } +} + +@media screen and (max-width: 1023px) { + .has-text-right-touch { + text-align: right !important; + } +} + +@media screen and (min-width: 1024px) { + .has-text-right-desktop { + text-align: right !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-right-desktop-only { + text-align: right !important; + } +} + +@media screen and (min-width: 1216px) { + .has-text-right-widescreen { + text-align: right !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-right-widescreen-only { + text-align: right !important; + } +} + +@media screen and (min-width: 1408px) { + .has-text-right-fullhd { + text-align: right !important; + } +} + +.is-capitalized { + text-transform: capitalize !important; +} + +.is-lowercase { + text-transform: lowercase !important; +} + +.is-uppercase { + text-transform: uppercase !important; +} + +.is-italic { + font-style: italic !important; +} + +.is-underlined { + text-decoration: underline !important; +} + +.has-text-weight-light { + font-weight: 300 !important; +} + +.has-text-weight-normal { + font-weight: 400 !important; +} + +.has-text-weight-medium { + font-weight: 500 !important; +} + +.has-text-weight-semibold { + font-weight: 600 !important; +} + +.has-text-weight-bold { + font-weight: 700 !important; +} + +.is-family-primary, .is-family-secondary, .is-family-sans-serif { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-monospace, .is-family-code { + font-family: monospace !important; +} + +.is-block { + display: block !important; +} + +@media screen and (max-width: 768px) { + .is-block-mobile { + display: block !important; + } +} + +@media screen and (min-width: 769px), print { + .is-block-tablet { + display: block !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-block-tablet-only { + display: block !important; + } +} + +@media screen and (max-width: 1023px) { + .is-block-touch { + display: block !important; + } +} + +@media screen and (min-width: 1024px) { + .is-block-desktop { + display: block !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-block-desktop-only { + display: block !important; + } +} + +@media screen and (min-width: 1216px) { + .is-block-widescreen { + display: block !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-block-widescreen-only { + display: block !important; + } +} + +@media screen and (min-width: 1408px) { + .is-block-fullhd { + display: block !important; + } +} + +.is-flex { + display: flex !important; +} + +@media screen and (max-width: 768px) { + .is-flex-mobile { + display: flex !important; + } +} + +@media screen and (min-width: 769px), print { + .is-flex-tablet { + display: flex !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-flex-tablet-only { + display: flex !important; + } +} + +@media screen and (max-width: 1023px) { + .is-flex-touch { + display: flex !important; + } +} + +@media screen and (min-width: 1024px) { + .is-flex-desktop { + display: flex !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-flex-desktop-only { + display: flex !important; + } +} + +@media screen and (min-width: 1216px) { + .is-flex-widescreen { + display: flex !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-flex-widescreen-only { + display: flex !important; + } +} + +@media screen and (min-width: 1408px) { + .is-flex-fullhd { + display: flex !important; + } +} + +.is-inline { + display: inline !important; +} + +@media screen and (max-width: 768px) { + .is-inline-mobile { + display: inline !important; + } +} + +@media screen and (min-width: 769px), print { + .is-inline-tablet { + display: inline !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-tablet-only { + display: inline !important; + } +} + +@media screen and (max-width: 1023px) { + .is-inline-touch { + display: inline !important; + } +} + +@media screen and (min-width: 1024px) { + .is-inline-desktop { + display: inline !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-desktop-only { + display: inline !important; + } +} + +@media screen and (min-width: 1216px) { + .is-inline-widescreen { + display: inline !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-widescreen-only { + display: inline !important; + } +} + +@media screen and (min-width: 1408px) { + .is-inline-fullhd { + display: inline !important; + } +} + +.is-inline-block { + display: inline-block !important; +} + +@media screen and (max-width: 768px) { + .is-inline-block-mobile { + display: inline-block !important; + } +} + +@media screen and (min-width: 769px), print { + .is-inline-block-tablet { + display: inline-block !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-block-tablet-only { + display: inline-block !important; + } +} + +@media screen and (max-width: 1023px) { + .is-inline-block-touch { + display: inline-block !important; + } +} + +@media screen and (min-width: 1024px) { + .is-inline-block-desktop { + display: inline-block !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-block-desktop-only { + display: inline-block !important; + } +} + +@media screen and (min-width: 1216px) { + .is-inline-block-widescreen { + display: inline-block !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-block-widescreen-only { + display: inline-block !important; + } +} + +@media screen and (min-width: 1408px) { + .is-inline-block-fullhd { + display: inline-block !important; + } +} + +.is-inline-flex { + display: inline-flex !important; +} + +@media screen and (max-width: 768px) { + .is-inline-flex-mobile { + display: inline-flex !important; + } +} + +@media screen and (min-width: 769px), print { + .is-inline-flex-tablet { + display: inline-flex !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-flex-tablet-only { + display: inline-flex !important; + } +} + +@media screen and (max-width: 1023px) { + .is-inline-flex-touch { + display: inline-flex !important; + } +} + +@media screen and (min-width: 1024px) { + .is-inline-flex-desktop { + display: inline-flex !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-flex-desktop-only { + display: inline-flex !important; + } +} + +@media screen and (min-width: 1216px) { + .is-inline-flex-widescreen { + display: inline-flex !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-flex-widescreen-only { + display: inline-flex !important; + } +} + +@media screen and (min-width: 1408px) { + .is-inline-flex-fullhd { + display: inline-flex !important; + } +} + +.is-hidden { + display: none !important; +} + +.is-sr-only { + border: none !important; + clip: rect(0, 0, 0, 0) !important; + height: 0.01em !important; + overflow: hidden !important; + padding: 0 !important; + position: absolute !important; + white-space: nowrap !important; + width: 0.01em !important; +} + +@media screen and (max-width: 768px) { + .is-hidden-mobile { + display: none !important; + } +} + +@media screen and (min-width: 769px), print { + .is-hidden-tablet { + display: none !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-hidden-tablet-only { + display: none !important; + } +} + +@media screen and (max-width: 1023px) { + .is-hidden-touch { + display: none !important; + } +} + +@media screen and (min-width: 1024px) { + .is-hidden-desktop { + display: none !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-hidden-desktop-only { + display: none !important; + } +} + +@media screen and (min-width: 1216px) { + .is-hidden-widescreen { + display: none !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-hidden-widescreen-only { + display: none !important; + } +} + +@media screen and (min-width: 1408px) { + .is-hidden-fullhd { + display: none !important; + } +} + +.is-invisible { + visibility: hidden !important; +} + +@media screen and (max-width: 768px) { + .is-invisible-mobile { + visibility: hidden !important; + } +} + +@media screen and (min-width: 769px), print { + .is-invisible-tablet { + visibility: hidden !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-invisible-tablet-only { + visibility: hidden !important; + } +} + +@media screen and (max-width: 1023px) { + .is-invisible-touch { + visibility: hidden !important; + } +} + +@media screen and (min-width: 1024px) { + .is-invisible-desktop { + visibility: hidden !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-invisible-desktop-only { + visibility: hidden !important; + } +} + +@media screen and (min-width: 1216px) { + .is-invisible-widescreen { + visibility: hidden !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-invisible-widescreen-only { + visibility: hidden !important; + } +} + +@media screen and (min-width: 1408px) { + .is-invisible-fullhd { + visibility: hidden !important; + } +} + +.hero { + align-items: stretch; + display: flex; + flex-direction: column; + justify-content: space-between; + + .navbar { + background: none; + } + + .tabs ul { + border-bottom: none; + } + + &.is-white { + background-color: white; + color: #0a0a0a; + + a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), strong { + color: inherit; + } + + .title { + color: #0a0a0a; + } + + .subtitle { + color: rgba(10, 10, 10, 0.9); + + a:not(.button), strong { + color: #0a0a0a; + } + } + + .navbar-item, .navbar-link { + color: rgba(10, 10, 10, 0.7); + } + + a.navbar-item { + &:hover, &.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + } + + .navbar-link { + &:hover, &.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + } + + .tabs { + a { + color: #0a0a0a; + opacity: 0.9; + + &:hover { + opacity: 1; + } + } + + li.is-active a { + color: white !important; + opacity: 1; + } + + &.is-boxed a, &.is-toggle a { + color: #0a0a0a; + } + + &.is-boxed a:hover, &.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); + } + + &.is-boxed li.is-active a, &.is-toggle li.is-active a { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; + + &:hover { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; + } + } + } + + &.is-bold { + background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); + } + } + + &.is-black { + background-color: #0a0a0a; + color: white; + + a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), strong { + color: inherit; + } + + .title { + color: white; + } + + .subtitle { + color: rgba(255, 255, 255, 0.9); + + a:not(.button), strong { + color: white; + } + } + + .navbar-item, .navbar-link { + color: rgba(255, 255, 255, 0.7); + } + + a.navbar-item { + &:hover, &.is-active { + background-color: black; + color: white; + } + } + + .navbar-link { + &:hover, &.is-active { + background-color: black; + color: white; + } + } + + .tabs { + a { + color: white; + opacity: 0.9; + + &:hover { + opacity: 1; + } + } + + li.is-active a { + color: #0a0a0a !important; + opacity: 1; + } + + &.is-boxed a, &.is-toggle a { + color: white; + } + + &.is-boxed a:hover, &.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); + } + + &.is-boxed li.is-active a, &.is-toggle li.is-active a { + background-color: white; + border-color: white; + color: #0a0a0a; + + &:hover { + background-color: white; + border-color: white; + color: #0a0a0a; + } + } + } + + &.is-bold { + background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); + } + } + + &.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); + + a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), strong { + color: inherit; + } + + .title { + color: rgba(0, 0, 0, 0.7); + } + + .subtitle { + color: rgba(0, 0, 0, 0.9); + + a:not(.button), strong { + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-item, .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + + a.navbar-item { + &:hover, &.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-link { + &:hover, &.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + } + + .tabs { + a { + color: rgba(0, 0, 0, 0.7); + opacity: 0.9; + + &:hover { + opacity: 1; + } + } + + li.is-active a { + color: whitesmoke !important; + opacity: 1; + } + + &.is-boxed a, &.is-toggle a { + color: rgba(0, 0, 0, 0.7); + } + + &.is-boxed a:hover, &.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); + } + + &.is-boxed li.is-active a, &.is-toggle li.is-active a { + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: whitesmoke; + + &:hover { + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: whitesmoke; + } + } + } + + &.is-bold { + background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); + } + } + + &.is-dark { + background-color: #363636; + color: #fff; + + a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), strong { + color: inherit; + } + + .title { + color: #fff; + } + + .subtitle { + color: rgba(255, 255, 255, 0.9); + + a:not(.button), strong { + color: #fff; + } + } + + .navbar-item, .navbar-link { + color: rgba(255, 255, 255, 0.7); + } + + a.navbar-item { + &:hover, &.is-active { + background-color: #292929; + color: #fff; + } + } + + .navbar-link { + &:hover, &.is-active { + background-color: #292929; + color: #fff; + } + } + + .tabs { + a { + color: #fff; + opacity: 0.9; + + &:hover { + opacity: 1; + } + } + + li.is-active a { + color: #363636 !important; + opacity: 1; + } + + &.is-boxed a, &.is-toggle a { + color: #fff; + } + + &.is-boxed a:hover, &.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); + } + + &.is-boxed li.is-active a, &.is-toggle li.is-active a { + background-color: #fff; + border-color: #fff; + color: #363636; + + &:hover { + background-color: #fff; + border-color: #fff; + color: #363636; + } + } + } + + &.is-bold { + background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); + } + } + + &.is-primary { + background-color: #00d1b2; + color: #fff; + + a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), strong { + color: inherit; + } + + .title { + color: #fff; + } + + .subtitle { + color: rgba(255, 255, 255, 0.9); + + a:not(.button), strong { + color: #fff; + } + } + + .navbar-item, .navbar-link { + color: rgba(255, 255, 255, 0.7); + } + + a.navbar-item { + &:hover, &.is-active { + background-color: #00b89c; + color: #fff; + } + } + + .navbar-link { + &:hover, &.is-active { + background-color: #00b89c; + color: #fff; + } + } + + .tabs { + a { + color: #fff; + opacity: 0.9; + + &:hover { + opacity: 1; + } + } + + li.is-active a { + color: #00d1b2 !important; + opacity: 1; + } + + &.is-boxed a, &.is-toggle a { + color: #fff; + } + + &.is-boxed a:hover, &.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); + } + + &.is-boxed li.is-active a, &.is-toggle li.is-active a { + background-color: #fff; + border-color: #fff; + color: #00d1b2; + + &:hover { + background-color: #fff; + border-color: #fff; + color: #00d1b2; + } + } + } + + &.is-bold { + background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); + } + } + + &.is-link { + background-color: #485fc7; + color: #fff; + + a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), strong { + color: inherit; + } + + .title { + color: #fff; + } + + .subtitle { + color: rgba(255, 255, 255, 0.9); + + a:not(.button), strong { + color: #fff; + } + } + + .navbar-item, .navbar-link { + color: rgba(255, 255, 255, 0.7); + } + + a.navbar-item { + &:hover, &.is-active { + background-color: #3a51bb; + color: #fff; + } + } + + .navbar-link { + &:hover, &.is-active { + background-color: #3a51bb; + color: #fff; + } + } + + .tabs { + a { + color: #fff; + opacity: 0.9; + + &:hover { + opacity: 1; + } + } + + li.is-active a { + color: #485fc7 !important; + opacity: 1; + } + + &.is-boxed a, &.is-toggle a { + color: #fff; + } + + &.is-boxed a:hover, &.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); + } + + &.is-boxed li.is-active a, &.is-toggle li.is-active a { + background-color: #fff; + border-color: #fff; + color: #485fc7; + + &:hover { + background-color: #fff; + border-color: #fff; + color: #485fc7; + } + } + } + + &.is-bold { + background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); + } + } + + &.is-info { + background-color: #3e8ed0; + color: #fff; + + a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), strong { + color: inherit; + } + + .title { + color: #fff; + } + + .subtitle { + color: rgba(255, 255, 255, 0.9); + + a:not(.button), strong { + color: #fff; + } + } + + .navbar-item, .navbar-link { + color: rgba(255, 255, 255, 0.7); + } + + a.navbar-item { + &:hover, &.is-active { + background-color: #3082c5; + color: #fff; + } + } + + .navbar-link { + &:hover, &.is-active { + background-color: #3082c5; + color: #fff; + } + } + + .tabs { + a { + color: #fff; + opacity: 0.9; + + &:hover { + opacity: 1; + } + } + + li.is-active a { + color: #3e8ed0 !important; + opacity: 1; + } + + &.is-boxed a, &.is-toggle a { + color: #fff; + } + + &.is-boxed a:hover, &.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); + } + + &.is-boxed li.is-active a, &.is-toggle li.is-active a { + background-color: #fff; + border-color: #fff; + color: #3e8ed0; + + &:hover { + background-color: #fff; + border-color: #fff; + color: #3e8ed0; + } + } + } + + &.is-bold { + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); + } + } + + &.is-success { + background-color: #48c78e; + color: #fff; + + a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), strong { + color: inherit; + } + + .title { + color: #fff; + } + + .subtitle { + color: rgba(255, 255, 255, 0.9); + + a:not(.button), strong { + color: #fff; + } + } + + .navbar-item, .navbar-link { + color: rgba(255, 255, 255, 0.7); + } + + a.navbar-item { + &:hover, &.is-active { + background-color: #3abb81; + color: #fff; + } + } + + .navbar-link { + &:hover, &.is-active { + background-color: #3abb81; + color: #fff; + } + } + + .tabs { + a { + color: #fff; + opacity: 0.9; + + &:hover { + opacity: 1; + } + } + + li.is-active a { + color: #48c78e !important; + opacity: 1; + } + + &.is-boxed a, &.is-toggle a { + color: #fff; + } + + &.is-boxed a:hover, &.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); + } + + &.is-boxed li.is-active a, &.is-toggle li.is-active a { + background-color: #fff; + border-color: #fff; + color: #48c78e; + + &:hover { + background-color: #fff; + border-color: #fff; + color: #48c78e; + } + } + } + + &.is-bold { + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); + } + } + + &.is-warning { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); + + a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), strong { + color: inherit; + } + + .title { + color: rgba(0, 0, 0, 0.7); + } + + .subtitle { + color: rgba(0, 0, 0, 0.9); + + a:not(.button), strong { + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-item, .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + + a.navbar-item { + &:hover, &.is-active { + background-color: #ffd970; + color: rgba(0, 0, 0, 0.7); + } + } + + .navbar-link { + &:hover, &.is-active { + background-color: #ffd970; + color: rgba(0, 0, 0, 0.7); + } + } + + .tabs { + a { + color: rgba(0, 0, 0, 0.7); + opacity: 0.9; + + &:hover { + opacity: 1; + } + } + + li.is-active a { + color: #ffe08a !important; + opacity: 1; + } + + &.is-boxed a, &.is-toggle a { + color: rgba(0, 0, 0, 0.7); + } + + &.is-boxed a:hover, &.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); + } + + &.is-boxed li.is-active a, &.is-toggle li.is-active a { + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: #ffe08a; + + &:hover { + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: #ffe08a; + } + } + } + + &.is-bold { + background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); + } + } + + &.is-danger { + background-color: #f14668; + color: #fff; + + a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), strong { + color: inherit; + } + + .title { + color: #fff; + } + + .subtitle { + color: rgba(255, 255, 255, 0.9); + + a:not(.button), strong { + color: #fff; + } + } + + .navbar-item, .navbar-link { + color: rgba(255, 255, 255, 0.7); + } + + a.navbar-item { + &:hover, &.is-active { + background-color: #ef2e55; + color: #fff; + } + } + + .navbar-link { + &:hover, &.is-active { + background-color: #ef2e55; + color: #fff; + } + } + + .tabs { + a { + color: #fff; + opacity: 0.9; + + &:hover { + opacity: 1; + } + } + + li.is-active a { + color: #f14668 !important; + opacity: 1; + } + + &.is-boxed a, &.is-toggle a { + color: #fff; + } + + &.is-boxed a:hover, &.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); + } + + &.is-boxed li.is-active a, &.is-toggle li.is-active a { + background-color: #fff; + border-color: #fff; + color: #f14668; + + &:hover { + background-color: #fff; + border-color: #fff; + color: #f14668; + } + } + } + + &.is-bold { + background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); + } + } + + &.is-small .hero-body { + padding: 1.5rem; + } + + &.is-halfheight .hero-body, &.is-fullheight .hero-body, &.is-fullheight-with-navbar .hero-body { + align-items: center; + display: flex; + } + + &.is-halfheight .hero-body > .container, &.is-fullheight .hero-body > .container, &.is-fullheight-with-navbar .hero-body > .container { + flex-grow: 1; + flex-shrink: 1; + } + + &.is-halfheight { + min-height: 50vh; + } + + &.is-fullheight { + min-height: 100vh; + } +} + +@media screen and (max-width: 1023px) { + .hero.is-white .navbar-menu { + background-color: white; + } +} + +@media screen and (max-width: 768px) { + .hero.is-white.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); + } +} + +@media screen and (max-width: 1023px) { + .hero.is-black .navbar-menu { + background-color: #0a0a0a; + } +} + +@media screen and (max-width: 768px) { + .hero.is-black.is-bold .navbar-menu { + background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); + } +} + +@media screen and (max-width: 1023px) { + .hero.is-light .navbar-menu { + background-color: whitesmoke; + } +} + +@media screen and (max-width: 768px) { + .hero.is-light.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); + } +} + +@media screen and (max-width: 1023px) { + .hero.is-dark .navbar-menu { + background-color: #363636; + } +} + +@media screen and (max-width: 768px) { + .hero.is-dark.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); + } +} + +@media screen and (max-width: 1023px) { + .hero.is-primary .navbar-menu { + background-color: #00d1b2; + } +} + +@media screen and (max-width: 768px) { + .hero.is-primary.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); + } +} + +@media screen and (max-width: 1023px) { + .hero.is-link .navbar-menu { + background-color: #485fc7; + } +} + +@media screen and (max-width: 768px) { + .hero.is-link.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); + } +} + +@media screen and (max-width: 1023px) { + .hero.is-info .navbar-menu { + background-color: #3e8ed0; + } +} + +@media screen and (max-width: 768px) { + .hero.is-info.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); + } +} + +@media screen and (max-width: 1023px) { + .hero.is-success .navbar-menu { + background-color: #48c78e; + } +} + +@media screen and (max-width: 768px) { + .hero.is-success.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); + } +} + +@media screen and (max-width: 1023px) { + .hero.is-warning .navbar-menu { + background-color: #ffe08a; + } +} + +@media screen and (max-width: 768px) { + .hero.is-warning.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); + } +} + +@media screen and (max-width: 1023px) { + .hero.is-danger .navbar-menu { + background-color: #f14668; + } +} + +@media screen and (max-width: 768px) { + .hero.is-danger.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); + } +} + +@media screen and (min-width: 769px), print { + .hero.is-medium .hero-body { + padding: 9rem 4.5rem; + } +} + +@media screen and (min-width: 769px), print { + .hero.is-large .hero-body { + padding: 18rem 6rem; + } +} + +.hero-video { + overflow: hidden; + + video { + left: 50%; + min-height: 100%; + min-width: 100%; + position: absolute; + top: 50%; + transform: translate3d(-50%, -50%, 0); + } + + &.is-transparent { + opacity: 0.3; + } +} + +@media screen and (max-width: 768px) { + .hero-video { + display: none; + } +} + +.hero-buttons { + margin-top: 1.5rem; +} + +@media screen and (max-width: 768px) { + .hero-buttons .button { + display: flex; + + &:not(:last-child) { + margin-bottom: 0.75rem; + } + } +} + +@media screen and (min-width: 769px), print { + .hero-buttons { + display: flex; + justify-content: center; + + .button:not(:last-child) { + margin-right: 1.5rem; + } + } +} + +.hero-head, .hero-foot { + flex-grow: 0; + flex-shrink: 0; +} + +.hero-body { + flex-grow: 1; + flex-shrink: 0; + padding: 3rem 1.5rem; +} + +@media screen and (min-width: 769px), print { + .hero-body { + padding: 3rem 3rem; + } +} + +.section { + padding: 3rem 1.5rem; +} + +@media screen and (min-width: 1024px) { + .section { + padding: 3rem 3rem; + + &.is-medium { + padding: 9rem 4.5rem; + } + + &.is-large { + padding: 18rem 6rem; + } + } +} + +.footer { + background-color: #fafafa; + padding: 3rem 1.5rem 6rem; +} + +main nav { + color: #fffdfc; + font-size: 24px; + font-style: normal; + font-weight: 400; + line-height: 130%; + padding: 24px; + position: fixed; + text-align: center; + top: 0; + width: 100%; +} + +.burger-menu { + float: left; + width: 150px; +} + +.icon-burger { + cursor: pointer; + float: left; + height: 1em; + margin-top: 0.3rem; + width: 40px; + + .line { + border-top: 2px solid #fff; + display: block; + margin-bottom: 6px; + } +} + +.nav-main { + color: #fffdfc; + height: 54px; + top: 1.5rem; + position: fixed; + width: 100vw; + position: fixed; + left: 0; +} + +.fixed-nav { + z-index: 30; +} + +#hand { + background: url("/img/hand 1.png") center; + background-size: cover; + height: 86vh; + left: 1px; + position: relative; + top: -2px; + width: 100vw; + z-index: 0; +} + +#main_title_container { + backdrop-filter: blur(3px); + position: absolute; + top: 0; + z-index: 2; +} + +#cover { + background: url("/img/BG 1.png") center no-repeat; + background-size: cover; + + .title-container { + text-align: center; + } +} + +#cover-handle { + float: left; + height: 25vh; + top: 25vh; +} + +#cover { + h2 { + color: #fffdfc; + font-family: "GT Walsheim Pro"; + font-style: normal; + font-weight: 500; + font-size: 40px; + line-height: 100%; + text-align: center; + letter-spacing: -0.04em; + position: relative; + text-align: center; + z-index: 2; + } + + .button { + backdrop-filter: blur(3px); + background: linear-gradient(329.49deg, rgba(255, 216, 244, 0) 34.06%, rgba(255, 207, 242, 0.2) 77.26%); + border-radius: 100%; + bottom: 0; + box-sizing: border-box; + color: white; + font-size: 18px; + font-style: normal; + font-weight: 400; + height: 150px; + line-height: 26px; + padding: 1rem; + position: relative; + right: 0; + top: 16vh; + width: 150px; + } +} + +#main_title_container { + text-align: center; + width: 100%; + position: relative; + top: -95vh; +} + +#main_title { + background: url("/img/sesame.png") no-repeat; + background-size: contain; + box-sizing: border-box; + font-weight: 500; + min-height: 35vw; + margin: 0 auto; + position: relative; + top: 4rem; + width: 95vw; +} + +#main_title_container h2 { + margin-top: 5vh; +} + +#welcome { + background: #000; + position: absolute; + text-shadow: 0 0 1rem #333; + + img { + position: absolute; + } + + h2 { + color: #f9f3f1; + font-size: 8em; + font-weight: 600; + letter-spacing: -0.04em; + line-height: 90px; + margin-top: 400px; + position: relative; + text-align: center; + width: 80vw; + z-index: 2; + } + + .color-emphasis { + color: #1e33da; + } + + .phone-container { + background: url("/img/section2_phone.png"); + background-size: cover; + } +} + +.phones-land { + float: left; + position: static; + z-index: -1; +} + +#phone-watches-1 { + height: 690px; + left: -137px; + position: absolute; + top: 1531px; + width: 345px; +} + +#phone-watches-2 { + filter: blur(2px); + height: 176px; + left: -200px; + top: 470px; + width: 88px; +} + +#phone-watches-3 { + filter: blur(4px); + height: 342px; + left: 916px; + top: 475px; + width: 171px; +} + +#phone-watches-4 { + filter: blur(6px); + height: 550px; + left: 1222px; + top: 523px; + width: 275px; +} + +#open { + box-sizing: border-box; + color: rgba(248, 243, 241, 0.1); + font-size: 200px; + font-style: normal; + font-weight: 600; + height: 50vh; + letter-spacing: -0.04em; + line-height: 90%; + padding-top: 310px; + position: relative; + text-align: center; + top: 88vh; + + .text { + color: #fff; + margin-bottom: 400px; + position: absolute; + } +} + +#unlock, unlock_white { + min-height: 20%; + width: 100%; + position: absolute; + top: 0; + min-height: 400px; +} + +#unlock { + top: -499px; +} + +#unlock_white { + opacity: 0.2; + margin-top: -619px; +} + +#open-handle { + float: left; + height: 20vh; +} + +#content { + height: 100vh; + min-height: 200px; + top: 50vh; + position: relative; + + h2 { + margin-top: 33vh; + } +} + +#content_all { + color: #fffdfc; + padding-top: 50vh; + position: relative; + top: 0; + width: 120%; +} + +#content_all_img { + background: url("/img/bg_content.png"); + background-size: cover; + height: 150vh; + left: 0; + margin-top: -50vh; + position: relative; +} + +#content_all { + .columns { + font-size: 100px; + margin: 0 auto; + max-width: 80vw; + position: relative; + top: -133vh; + } + + .text { + font-size: 18px; + font-weight: 400; + line-height: 26px; + padding-right: 80px; + padding-top: 1vh; + text-align: left; + } + + h2 { + font-size: 100px !important; + letter-spacing: -0.04em; + line-height: 90px; + text-shadow: 0 0 1rem #333; + } + + .text { + text-shadow: 0 0 1rem #333; + } +} + +.text-title { + text-shadow: 0 0 1rem #333; +} + +#content_all { + .columns > .column:nth-of-type(1) { + font-size: 1em; + letter-spacing: -0.04em; + line-height: 90px; + } + + .color-emphasis { + color: #1e33da; + } +} + +#content_first { + backdrop-filter: blur(5px); + color: #e77064; + flex: none; + flex-grow: 0; + font-size: 40px; + font-style: normal; + font-weight: 600; + height: 35px; + letter-spacing: 0.2em; + line-height: 95%; + margin-bottom: 40px; + margin-top: 20vh; + opacity: 0.4; + order: 0; + text-align: center; + text-transform: uppercase; + width: 50%; + left: 5vw; + font-size: 3rem; + max-width: 100vw; + width: 100%; +} + +#content_second { + width: 50%; + right: -20vw; + backdrop-filter: blur(5px); + color: rgba(255, 255, 255, 0.35); + flex: none; + flex-grow: 0; + font-family: "GT Walsheim Pro"; + font-size: 230px; + font-style: normal; + font-weight: 700; + height: 170px; + line-height: 65px; + margin-bottom: 100px; + opacity: 0.25; + order: 1; + text-align: center; + max-width: 100vw; + width: 100%; +} + +.flip-handle { + background: transparent; + height: 20vh; + position: relative; + top: -20vh; + width: 2vw; +} + +.flip-container { + color: #fffdfc; + padding-top: 15vh; + transform-origin: right; + + &.flip-from-left { + transform-origin: left; + } + + + .flip-container { + height: 90vh; + margin-top: -15vh; + min-height: 91vh; + padding-top: 0; + } + + .container-text { + left: 30vw; + position: relative; + text-align: left; + width: 50%; + } + + &.flip-from-left .container-text { + left: 613px; + width: 320px; + } + + .color-emphasis { + color: #1e33da; + margin: 0 auto; + max-width: 760px; + } + + .text-title { + font-size: 60px; + font-weight: 600; + letter-spacing: -0.04em; + line-height: 110%; + margin-bottom: 20px; + margin-top: 158px; + } + + .text-description { + font-size: 18px; + font-weight: 400; + line-height: 26px; + margin-bottom: 20px; + width: 380px; + } + + .phone-container { + background: rgba(225, 196, 183, 0.2); + border-color: rgba(255, 255, 255, 0.4); + border-radius: 70px; + border-width: 2px; + box-sizing: border-box; + height: 700px; + left: 66vw; + position: relative; + top: -540px; + width: 342px; + } + + &.flip-from-left .phone-container { + left: 183px; + top: -540px; + } + + .phone-container img { + height: auto; + margin-top: 70px; + width: 318px; + } + + .call-to-action { + &:hover { + background: linear-gradient(45deg, #c93397, rebeccapurple); + transition: all ease-in 0.25s; + } + + align-items: center; + background: transparent; + border: 2px solid #743ad5; + border-radius: 70px; + box-sizing: border-box; + color: #fff; + cursor: pointer; + display: flex; + flex: none; + flex-direction: row; + flex-grow: 0; + gap: 10px; + height: 56px; + justify-content: center; + order: 2; + padding: 12px 36px; + width: 198px; + transition: all ease-in 1.5s; + } +} + +#content-2 { + margin-top: 50vh; +} + +#flipping_zone { + margin-top: -100vh; + position: relative; +} + +#popover { + background: url("/img/bg_pink.png") no-repeat; + background-position: center; + background-size: cover; + + .dark-emphasis { + color: #3b3b49; + font-family: "GT Walsheim Pro"; + font-size: 60px; + font-style: normal; + font-weight: 600; + letter-spacing: -0.04em; + line-height: 110%; + } +} + +.text-grey { + font-size: 18px; + font-weight: 400; + line-height: 26px; +} + +.slider-screen { + .text { + left: 55vw; + position: relative; + text-align: left; + top: -30%; + width: 400px; + } + + .text-title { + margin-bottom: 2rem; + } +} + +.phone-container { + border-radius: 1rem; + width: 411px; + + .top { + background: url("/img/phone_rectangle_top.jpg") no-repeat center; + border-top-left-radius: 1rem; + border-top-right-radius: 1rem; + height: 60px; + } + + .bottom { + background: url("/img/phone_rectangle_bottom.jpg") no-repeat center; + border-bottom-left-radius: 2rem; + border-bottom-right-radius: 2rem; + height: 62px; + position: relative; + top: 676.5px; + } + + &.transparent { + background: rgba(248, 243, 241, 0.1); + border-radius: 70px; + height: 700px; + width: 350px; + } +} + +.slider-screen .phone-container { + background: url("/img/phone_cream.png") no-repeat; + background-position: center; + background-size: cover; + height: 776px; + left: 20vw; + position: relative; + top: 20vh; + width: 411px; +} + +.close-button { + float: right; + position: relative; + right: 40px; + top: 56px; +} + +.arrow-left { + backdrop-filter: blur(5px); + background: linear-gradient(310.41deg, rgba(255, 255, 255, 0.3) 10.9%, rgba(255, 255, 255, 0) 81.35%); + border: solid 2px #1e33da; + border-radius: 70px; + cursor: pointer; + padding: 1.5rem; + transform: matrix(-1, 0, 0, 1, 0, 0); +} + +.arrow-right { + backdrop-filter: blur(5px); + background: linear-gradient(310.41deg, rgba(255, 255, 255, 0.3) 10.9%, rgba(255, 255, 255, 0) 81.35%); + border: solid 2px #1e33da; + border-radius: 70px; + cursor: pointer; + padding: 1.5rem; + transform: matrix(-1, 0, 0, 1, 0, 0); + float: right; + position: relative; + top: 50vh; + transform: rotate(0deg); +} + +.arrow-left { + float: left; + left: 40px; + position: relative; + top: 50vh; +} + +.bullets { + left: 0; + position: relative; + top: 30vh; + + img { + cursor: pointer; + } +} + +#portfolio { + background: url("/img/bg_grey.jpg") no-repeat; + background-position: center; + background-size: cover; + color: white; +} + +#popover .color-emphasis { + color: #e77064; + font-weight: 600; + margin-bottom: 20px; +} + +#portfolio { + .color-emphasis { + color: #e77064; + font-weight: 600; + margin-bottom: 20px; + } + + .phone-container { + background: url("/img/phone_shoes.png"); + height: 776px; + } +} + +#coming_soon { + background: #2b74b1; + z-index: 10; + color: white; + text-shadow: 0 0 1em black; + height: 50vh; + margin-top: 0; + padding-top: 50vh; +} + +body { + background: #fff; + padding-bottom: 50vh; + overflow-x: hidden; + font-family: "GT Walsheim Pro", Arial; + margin: 0; + padding: 0; +} + +main { + section { + font-family: "GT Walsheim Pro", Arial; + height: 100vh; + min-height: 100vh; + width: 100vw; + + h2 { + color: #fffdfc; + font-size: 60px; + font-style: normal; + font-weight: 600; + letter-spacing: -0.04em; + line-height: 110%; + } + } + + img { + max-width: 100vw; + } + + .credits { + margin-top: 10vh; + } +} + +#sprint_4 { + background: #fff; +} + +.primary-color { + color: #1e33da; +} + +.secondary-color { + color: #e77064; +} + +.dark-color { + color: #020225; +} + +#transactionnal_webdesign { + background: url("/img/header_webdesign.png"), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 74.66%); + background-size: cover; + font-family: "GT Walsheim Pro"; + color: #00001f; + padding-top: 380px; + position: static; + min-height: 150vh; + + .columns { + max-width: 60vw; + } + + .title { + height: 109px; + font-style: normal; + font-weight: 400; + font-size: 3rem; + line-height: 95%; + text-align: center; + letter-spacing: 0.2em; + text-transform: uppercase; + color: #fffdfc; + flex: none; + order: 0; + flex-grow: 0; + padding-top: 10rem; + } + + .description { + color: rgba(231, 112, 100, 0.8); + font-weight: 500; + font-size: 16rem; + line-height: 65%; + margin-bottom: 140px; + padding-top: 10rem; + } + + .color-emphasis { + color: #1e33da; + } + + .sub-title { + font-weight: 600; + font-size: 7rem; + line-height: 90px; + letter-spacing: -0.04em; + } + + .columns { + text-align: left; + margin: 0 auto; + width: 80%; + } + + .second { + font-weight: 400; + font-size: 1.5rem; + line-height: 130%; + } +} + +@media screen and (max-width: 1300px) { + #transactionnal_webdesign { + min-height: 100vh; + padding-top: 5vh; + + .title { + font-size: 4rem; + } + + .description { + font-size: 10rem !important; + } + } +} + +#carry { + position: static; + background: white; + padding-top: 20vh; + min-height: 130rem; + + .title { + margin-bottom: 46px; + font-size: 60px; + line-height: 110%; + } + + .description { + margin-top: 270px; + font-style: normal; + font-weight: 600; + font-size: 270px; + line-height: 65%; + text-align: center; + letter-spacing: -0.06em; + color: rgba(30, 51, 218, 0.15); + } + + .description2 { + font-weight: 600; + font-size: 60px; + line-height: 110%; + text-align: center; + } + + .color-emphasis { + color: #1e33da; + } + + .bubbles { + margin-top: -65vh; + + p { + position: relative; + padding: 7.6rem 4rem; + background: url("/img/Ellipse 777.5.png") no-repeat; + background-size: contain; + font-weight: 400; + font-size: 24px; + line-height: 130%; + width: 20rem; + height: 30vh; + mix-blend-mode: darken; + + &:nth-of-type(1) { + background: url("/img/Ellipse 777.5.png") no-repeat; + padding-left: 3.7rem; + width: 350px; + height: 451.56px; + left: 70%; + top: -100rem; + } + + &:nth-of-type(2) { + background: url("/img/Ellipse 777.4.png") no-repeat; + width: 308px; + height: 451.56px; + left: 60%; + top: -100rem; + } + + &:nth-of-type(3) { + background: url("/img/Ellipse 777.5.png") no-repeat; + width: 315px; + height: 316px; + left: 50vw; + margin-top: -9vh; + z-index: 20; + padding: 8rem 4rem; + top: -100rem; + } + + &:nth-of-type(4) { + background: url("/img/Ellipse 777.5.png") no-repeat; + width: 315px; + height: 285px; + left: 10vw; + top: -143rem; + } + } + } + + .gradient-bg, .gradient-bg-yellow { + position: relative; + width: 50vw; + height: 58vh; + left: 14vw; + top: 10em; + background: radial-gradient(50% 50% at 50% 50%, #ffba99 0%, rgba(236, 222, 168, 0.96) 4.17%, rgba(163, 173, 255, 0) 100%); + opacity: 0.5; + transform: rotate(197.68deg); + } + + .gradient-bg { + top: -30em; + background: radial-gradient(50% 50% at 50% 50%, #1e33da 0%, rgba(30, 51, 218, 0.958333) 4.17%, rgba(30, 51, 218, 0) 100%); + transform: rotate(-17.32deg); + } + + .computer-block { + background: url("/img/Macbook_color 1.png") no-repeat center; + position: relative; + width: 100%; + height: 1080px; + left: 0; + top: -97em; + } +} + +#kyc { + font-family: "GT Walsheim Pro"; + background: white; + padding-top: 25vh; + min-height: 150vh; + + .text-content { + max-width: 37rem; + text-align: left; + } + + .left-column { + padding-left: 5vw; + } + + .title { + margin-top: 250px; + font-style: normal; + font-weight: 500; + font-size: 100px; + line-height: 90px; + letter-spacing: -0.04em; + } + + .description2 { + font-weight: 500; + font-size: 60px; + line-height: 110%; + text-align: center; + letter-spacing: -0.04em; + padding: 0 10rem; + text-align: center; + width: 100%; + display: block; + } + + .description { + font-weight: 500; + font-size: 60px; + line-height: 110%; + letter-spacing: -0.04em; + } + + .button { + font-weight: 400; + font-size: 18px; + line-height: 26px; + background: white; + border-radius: 2rem; + bottom: 0; + box-sizing: border-box; + color: white; + font-style: normal; + padding: 1rem 0.5rem; + position: relative; + right: 0; + top: 2rem; + min-width: 15rem; + float: left; + color: #020225; + border-color: #e77064; + } + + .color-emphasis { + color: #1e33da; + } + + .fat-text { + font-style: normal; + font-weight: 600; + font-size: 30px; + line-height: 35px; + text-transform: uppercase; + color: #fffdfc; + } + + .bubbles { + margin-top: -60vw; + + .bubble { + position: relative; + text-align: left; + float: left; + + span { + margin-left: 2rem; + float: left; + width: 20rem; + } + + &:nth-of-type(1) { + width: 25rem; + height: 23rem; + left: 46rem; + top: -34rem; + background: url("/img/bubble_1.png") no-repeat; + + span { + padding: 6rem 2.5rem; + } + } + + &:nth-of-type(2) { + background: url("/img/bubble_2.png") no-repeat; + left: 34vw; + top: -15rem; + width: 35rem; + height: 35rem; + background-size: contain; + + span { + margin-top: 13rem; + margin-left: 5rem; + } + } + + &:nth-of-type(3) { + background: url("/img/bubble_3.png") no-repeat; + left: -27vw; + top: 8rem; + width: 27rem; + height: 35rem; + background-size: contain; + + span { + margin-top: 10rem; + margin-left: 5rem; + width: 15rem; + } + } + } + } + + .small-bubble { + background: url("/img/Snapinsta-app_333082592_594932912202163_8553480550880340640_n008.png") no-repeat center; + background-size: contain; + position: relative; + margin-top: 0; + + &:nth-of-type(1) { + filter: blur(6.5px); + width: 137px; + height: 176px; + left: 316px; + top: 400px; + } + + &:nth-of-type(2) { + filter: blur(2px); + width: 203px; + height: 253.75px; + left: 1343px; + top: 422px; + } + + &:nth-of-type(3) { + filter: blur(5px); + width: 141px; + height: 176px; + left: 865px; + top: 918px; + } + + &:nth-of-type(4) { + filter: blur(1px); + width: 77px; + height: 96px; + left: 490px; + top: 1129px; + } + + &:nth-of-type(5) { + width: 288px; + height: 360px; + left: 1124px; + top: 10 vhpx; + } + } +} + +#china { + background-color: #141373; + height: 1060px; + width: 100vw; + padding-bottom: 20rem; + border-radius: 5rem; + overflow: hidden; + + .line { + background: url(/img/line.png) no-repeat; + position: relative; + width: 82vw; + height: 100vh; + left: 11rem; + top: -4rem; + z-index: 1; + float: left; + rotate: 5deg; + background-size: contain; + } + + .title { + padding-top: 10rem; + margin-bottom: 2rem; + font-family: "GT Walsheim Pro"; + font-style: normal; + font-weight: 600; + font-size: 60px; + line-height: 110%; + text-align: center; + letter-spacing: -0.04em; + color: white; + } + + .description { + font-family: "GT Walsheim Pro"; + font-style: normal; + font-weight: 500; + font-size: 30px; + line-height: 35px; + text-align: center; + text-transform: uppercase; + margin-bottom: 3rem; + } + + .columns { + position: absolute; + margin-top: -10vh; + padding: 10rem; + width: 100vw; + z-index: 10; + } + + .block-item { + color: white; + font-family: "GT Walsheim Pro"; + font-style: normal; + font-weight: 700; + font-size: 30px; + line-height: 120%; + text-align: left; + background-size: contain; + } + + .block-items .block-item { + .bottom { + margin-left: 2rem; + } + + &:nth-of-type(1) { + background: url("/img/block_pillar_1.png") no-repeat; + background-size: contain; + margin-top: 2rem; + + .bottom { + margin-top: 21rem; + } + } + + &:nth-of-type(2) { + background: url("/img/block_pillar_2.png") no-repeat; + background-size: contain; + margin-top: 8rem; + + .bottom { + margin-top: 22rem; + } + } + + &:nth-of-type(3) { + background: url("/img/block_pillar_3.png") no-repeat; + background-size: contain; + margin-top: 10rem; + + .bottom { + margin-top: 25rem; + } + } + + &:nth-of-type(4) { + background: url("/img/block_pillar_4.png") no-repeat; + background-size: contain; + margin-top: 1rem; + + .bottom { + margin-top: 24rem; + } + } + } + + .show-on-medium { + display: block; + } + + .hide-on-medium { + display: none; + } +} + +@media screen and (max-width: 1300px) { + #china { + .show-on-medium { + display: none; + } + + .hide-on-medium { + display: block; + } + + .line { + width: 62vw; + top: 10vh; + } + + .block-item { + margin-bottom: 2rem; + text-align: center; + } + + .top { + font-size: 4rem; + margin-bottom: 2rem; + } + + .bottom { + font-size: 3rem; + } + + .cols .columns { + text-align: center; + display: block; + } + } +} + +#we_develop { + height: 200vh; + width: 100vw; + display: block; + position: relative; + background: url("/img/line.png") fixed center no-repeat; + background-color: #fff; + text-align: center; + + .title { + padding-top: 26rem; + padding-bottom: 2rem; + font-family: "GT Walsheim Pro"; + font-style: normal; + font-weight: 600; + font-size: 60px; + line-height: 110%; + text-align: center; + letter-spacing: -0.04em; + max-width: 54rem; + margin: 2rem auto; + } + + .quick, .long_term { + font-family: "GT Walsheim"; + font-style: normal; + font-weight: 700; + font-size: 24px; + line-height: 150%; + } + + .quick { + position: absolute; + left: 104px; + top: 70rem; + } + + .long_term { + font-family: "GT Walsheim"; + font-weight: 700; + font-size: 24px; + line-height: 150%; + text-align: right; + margin-right: 6rem; + margin-top: -40rem; + } + + .light-text { + margin-top: -20rem; + font-family: "GT Walsheim Pro"; + font-style: normal; + font-weight: 600; + font-size: 40px; + line-height: 100%; + text-align: center; + letter-spacing: -0.04em; + color: #b62f22; + opacity: 0.2; + filter: blur(2px); + } + + .phone-container-2 { + margin: 0 auto; + background: blue; + min-height: 700px; + padding: 70px 0; + width: 450px; + background: rgba(99, 49, 27, 0.2); + backdrop-filter: blur(5px); + border-radius: 70px; + z-index: 20; + } + + .picture { + margin-left: 5px; + height: 820px; + width: 438px; + background: url("/img/phone_shoe.png"); + background-size: contain; + overflow: hidden; + } + + .line { + background: url("/img/line.png"); + position: absolute; + width: 100vw; + height: 50vh; + left: 0; + top: 15rem; + z-index: -1; + float: left; + background-size: contain; + } + + .container-arrows { + margin: 0 auto; + width: 30rem; + + img { + margin-top: 1.25rem; + margin-left: 0; + } + } + + .circle { + border: solid 2px #e77064; + border-radius: 100%; + height: 4rem; + width: 4rem; + position: absolute; + top: 67rem; + background: white; + + &.circle-right { + right: 31vw; + } + + &.circle-left { + right: 66vw; + } + } + + .arrow-right-2 { + position: absolute; + } + + .rotated { + transform: rotate(180deg); + } +} + +#full_creative { + background: white; + min-height: 120vh; + + .title { + font-family: "GT Walsheim Pro"; + font-weight: 600; + font-size: 100px; + line-height: 90px; + text-align: center; + letter-spacing: -0.04em; + padding-top: 10rem; + margin-bottom: 5rem; + } + + .columns { + text-align: left; + } + + .sub-title { + font-family: "GT Walsheim Pro"; + font-style: normal; + font-weight: 500; + font-size: 2rem; + line-height: 100%; + letter-spacing: -0.04em; + color: #020225; + margin-bottom: 1rem; + + + .sub-title { + margin-top: 2rem; + } + } + + p { + font-weight: 400; + font-size: 16px; + line-height: 110%; + margin-bottom: 4rem; + padding-right: 2rem; + } + + img { + max-width: 80vw; + } +} + +#our_team { + background: white; + padding-top: 5rem; + padding-left: 2rem; + text-align: left; + min-height: 150vh; + + .title { + font-weight: 500; + font-size: 270px; + line-height: 9rem; + letter-spacing: -0.06em; + text-align: left; + margin-bottom: 6rem; + } + + .sub-title { + font-weight: 500; + font-size: 60px; + line-height: 110%; + letter-spacing: -0.04em; + color: #020225; + margin-top: 2rem; + margin-bottom: 2rem; + } + + img { + margin-bottom: 1rem; + width: 100%; + max-width: 100%; + padding-left: 0; + margin-left: 0; + } + + .name { + margin-top: 1rem; + margin-bottom: 2rem; + } + + .sub-category { + padding: 0 2em; + background: white; + } +} + +#china_achievements { + margin-top: 30rem; + background: white; + min-height: 100vh; + padding: 20rem 172px 0; + text-align: left; + + .title { + font-weight: 500; + font-size: 100px; + line-height: 90px; + color: #1e33da; + letter-spacing: -0.04em; + width: 50vw; + } + + .description { + font-weight: 400; + font-size: 18px; + line-height: 26px; + color: #020225; + } + + .tiles-box { + margin-top: 10rem; + padding-bottom: 20rem; + + .column { + margin-bottom: 5rem; + } + } + + .offset-left-columns { + margin-left: -10rem; + } +} + +#baozun_group { + margin-top: 150px; + background: url("/img/baozun.jpg") no-repeat; + background-size: cover; + border-radius: 80px; + + .title { + color: #fffdfc; + font-style: normal; + font-weight: 600; + font-size: 100px; + line-height: 90px; + text-align: center; + letter-spacing: -0.04em; + padding-top: 464px; + } +} + +.counter-block { + .big-number { + font-weight: 600; + font-size: 140px; + line-height: 90%; + letter-spacing: -0.04em; + color: #020225; + } + + .text-description { + font-weight: 400; + font-size: 10px; + line-height: 150%; + text-align: center; + text-transform: uppercase; + color: #020225; + } + + img { + margin-left: 80px; + border-radius: 80px; + } +} + +/** +responsive land + */ + +@media all and (max-width: 1023px) { + #main_title_container h2 { + margin-top: 5vh; + } + + #main_title { + top: 15rem; + height: 25vh; + } + + #cover .button { + top: 7vh; + } + + #content_all h2, #welcome h2 { + font-size: 6em; + line-height: 1em; + text-align: left; + } + + #content_all .columns { + top: -145vh; + width: 55vw; + } + + .columns { + display: block !important; + } + + .column { + width: 100% !important; + } + + #open { + top: 80vh; + } + + #flipping_zone { + margin-top: -120vh; + position: static; + } + + .flip-container { + position: relative; + + + .flip-container { + margin-top: 20vh; + } + + .container-text { + z-index: 1; + left: 33vw; + } + + .text-title { + margin-top: 0; + } + + .phone-container { + left: 42vw; + top: 5vh; + } + + &.flip-from-left { + .container-text { + left: 33vw; + top: 5vh; + } + + .phone-container { + left: 25vw; + top: 10vh; + } + } + } + + #content-4 { + margin-top: 25vh; + } + + #content-5 { + margin-top: 15vh; + } + + #popover { + margin-top: 100vh; + } + + .slider-screen { + .text-title { + margin-top: 1em; + } + + .text, .phone-container { + position: relative; + width: 412px; + left: 25vw; + top: 5vh; + } + } + + .bullets { + top: 28em; + } + + .arrow-left, .arrow-right { + top: 60vh; + } + + .slider-screen { + min-height: 100vh; + } + + #popover, #portfolio { + min-height: 200vh; + } + + #popover .phone-container, #portfolio .phone-container { + width: 50vw; + } +} + +@media all and (max-width: 600px) { + #main_title { + margin-top: 5vh; + } + + #main_title_container h2 { + margin-top: 15vh; + } + + #content_all h2, #welcome h2 { + font-size: 4rem !important; + } + + #content_all .text { + padding-right: 0; + } + + .container-text-md { + width: auto; + } + + #content_all .columns { + width: 100%; + margin: 1rem; + } + + .flip-container { + .container-text { + width: 100%; + left: 6vw; + } + + .phone-container { + position: static; + margin: 4rem auto; + } + + &.flip-from-left .container-text { + left: 5vw; + } + + .phone-container { + margin-top: 7rem; + } + + .text-description { + max-width: 90vw; + } + } + + #content-4 { + margin-top: 50vh; + } + + #content-5 { + margin-top: 45vh; + } + + .slider-screen { + .text, .phone-container { + left: 5vw; + max-width: 90vw; + } + } +} + +@media all and (max-width: 1600px) { + section#carry { + min-height: 120rem; + + .description { + margin-top: 3vh; + font-size: 8rem; + } + + .gradient-bg { + top: -40rem; + } + + .gradient-bg-yellow { + top: 10rem; + } + + .computer-block { + width: 70%; + height: 1080px; + left: 0; + top: -110em; + background-size: contain; + margin: 0 auto; + } + + .bubbles { + position: relative; + left: -5vw; + + p { + :nth-of-type(1) { + top: -75vh; + } + + :nth-of-type(2) { + left: 70%; + } + + :nth-of-type(3) { + left: 50%; + } + + :nth-of-type(4) { + left: 10%; + } + } + } + } +} + +@media all and (max-width: 1100px) { + section#carry { + padding-left: 10vw; + padding-right: 10vw; + min-height: 115rem; + + .title { + font-size: 4rem; + } + + .description { + margin-top: 3vh; + font-size: 10rem; + } + + .computer-block { + background-size: contain; + position: relative; + height: 100vh; + width: 100%; + margin-top: -15rem; + } + + .gradient-bg, .gradient-bg-yellow { + margin-top: 0; + } + + .bubbles { + position: static; + + p { + margin-top: 2rem; + left: 0; + + :nth-of-type(1) { + left: 10%; + } + + :nth-of-type(2) { + left: 70%; + } + + :nth-of-type(3) { + left: 4vw; + margin-left: -60%; + } + + :nth-of-type(4) { + left: -10%; + } + } + } + } + + #we_develop .ar { + margin-top: -3rem; + } +} + +@media all and (max-width: 1300px) { + #kyc { + .small-bubble:nth-of-type(1) { + margin-top: 14rem; + } + + .bubbles .bubble { + position: static; + + &:nth-of-type(1) { + margin-left: 12rem; + } + + &:nth-of-type(2) { + margin-left: 5rem; + } + + &:nth-of-type(3) { + margin-left: 34%; + margin-top: 0; + } + } + } +} + +@media all and (max-width: 1500px) { + #we_develop { + .circle { + &.circle-right { + right: 10vw; + } + + &.circle-left { + right: 90vw; + } + } + + .quick { + left: 6rem; + top: 95rem; + } + + .long_term { + margin-right: 5rem; + } + + .data { + text-align: left; + padding-left: 6rem; + margin-top: 2rem; + } + + .ar { + text-align: right; + padding-right: 6rem; + margin-top: 3rem; + } + } + + #full_creative { + padding-bottom: 20rem; + + .title { + padding: 2rem; + } + + .column { + padding: 2rem; + + p { + font-size: 1.5rem; + } + + display: block; + } + + .columns { + display: block; + } + + img { + margin-bottom: 15rem; + } + } + + #our_team { + margin-top: 30rem; + padding-bottom: 20rem; + + img { + max-width: 100%; + margin: 0 auto; + } + + .columns, .colmumn { + display: block; + position: static; + } + + .name { + font-size: 1.5rem; + } + + .sub-category { + margin-bottom: 10rem; + } + } + + #china_achievements { + margin-top: 895vw; + + p { + font-size: 2rem; + } + + .column, .columns { + position: static; + display: block; + } + + .offset-left-columns { + margin-left: 0; + } + + .text-description { + font-size: 2rem; + } + + .big-number { + font-size: 10rem; + text-align: center; + } + + .picture { + margin-left: 0; + width: 100%; + } + + .title { + width: 100%; + } + } + + #baozun_group { + margin-top: 605vw; + } +} + +@media screen and (max-width: 1200px) { + #baozun_group { + margin-top: 650vw; + } +} + +@media screen and (max-width: 600px) { + .burger-menu span, .circle-right, .circle-left, .arrow-left, .arrow-right { + display: none; + } + + #transactionnal_webdesign .title, #content_first, #for_all_your { + font-size: 2rem; + } + + #welcome h2 { + font-size: 4rem; + } + + #content_all .columns { + max-width: 100vw; + } + + .flip-container + .flip-container { + margin-top: 40vh !important; + } + + #transactionnal_webdesign { + .description { + font-size: 5rem !important; + padding-top: 4rem; + } + + .sub-title { + font-weight: 600; + font-size: 5rem; + } + + min-height: 160vh; + } + + section#carry { + .description { + margin-top: 3vh; + font-size: 5rem; + } + + .computer-block { + margin-top: 32vh; + } + } + + #carry .bubbles p { + &:nth-of-type(1) { + left: -7%; + top: -93rem; + } + + &:nth-of-type(2) { + left: 36%; + top: -112rem; + } + + &:nth-of-type(3) { + left: -10vw; + } + } + + #kyc { + .description2 { + font-size: 3rem; + padding: 0 1rem; + } + + .title { + font-size: 5rem; + line-height: 1em; + } + + .bubbles { + .bubble { + span { + margin-left: 0; + } + + &:nth-of-type(2) { + margin-left: -2rem; + } + } + + margin-top: -200vw; + } + } + + #china { + height: 200vh; + + .top { + font-size: 3rem; + margin-bottom: 1rem; + } + } + + #we_develop { + .title { + font-size: 3rem; + } + + .circle { + &.circle-left { + left: 1vw; + } + + &.circle-right { + right: 1vw; + } + } + + .long_term { + margin-right: 5rem; + margin-top: -37rem; + } + + .quick { + left: 4rem; + top: 97rem; + } + } + + #full_creative .title { + padding: 1rem; + font-size: 5rem; + } + + #our_team { + margin-top: 30rem; + padding-bottom: 20rem; + + .title { + font-size: 10rem; + line-height: 7rem; + } + + .sub-category { + margin-bottom: 10rem; + padding-left: 0rem; + } + } + + #china_achievements { + padding: 1rem; + margin-top: 950vw; + + .big-number { + font-size: 8rem; + } + } + + #baozun_group { + margin-top: 1126vw; + + .title { + padding-top: 25vh; + } + + margin: 0 0; + position: relative; + top: 1000vw; + } + + #coming_soon, .credits { + margin: 0 0; + position: relative; + top: 1000vw; + } + + #popover { + margin-top: 132vw; + } + + /** + flipping part + */ + + #flipping_zone { + margin-top: -100vh; + position: static; + } + + .flip-container { + position: relative; + + + .flip-container { + margin-top: 40vh; + } + + .container-text { + z-index: 1; + left: 10vw; + } + + .text-title { + margin-top: 0; + } + + .phone-container { + left: 42vw; + top: 5vh; + } + + &.flip-from-left { + .container-text { + left: 10vw; + top: 0; + } + + .phone-container { + left: 10vw; + top: 10vh; + } + } + } +} + +@media all and (min-width: 1300px) { + #hand { + top: 15vh; + } + + #main_title { + top: 18vh; + min-height: 35vw; + max-width: 1300px; + max-height: 500px; + } + + .title-container { + top: 11vh; + position: relative; + } + + #unlock_white { + /*left: -592px;*/ + /*top: 119px;*/ + /*margin-top: 0*/ + } +} + +@media all and (min-width: 1900px) { + #open img { + /*margin-left: 33vw;*/ + } + + #we_develop { + height: 150vh; + } + + #main_title_container h2 { + margin-top: 0; + } + + #china_achievements { + margin-top: 0; + padding: 1rem 172px 0; + } + + #full_creative { + min-height: 100vh; + } +} + +/** +debug + */ +/*h2, section div{*/ +/* border: solid 2px red;*/ +/*}*/ diff --git a/sesame-vitejs/sesame/src/assets/styles/main.scss b/sesame-vitejs/sesame/src/assets/styles/main.scss index 48fc568..beec6a4 100644 --- a/sesame-vitejs/sesame/src/assets/styles/main.scss +++ b/sesame-vitejs/sesame/src/assets/styles/main.scss @@ -1,32 +1,34 @@ /** libs */ -@import "./libs/boilerplate.css"; -@import "./libs/normalize.css"; -@import url("https://fonts.cdnfonts.com/css/gt-walsheim-pro"); -@import "./libs/bulma.css"; +//@import "./libs/boilerplate.css"; +//@import "./libs/normalize.css"; +//@import url("https://fonts.cdnfonts.com/css/gt-walsheim-pro"); +//@import "./libs/bulma.css"; /** custom */ @import "./0-variables.scss"; -@import "0-general.scss"; -@import "./0-1-nav.css"; -@import "./1-cover.css"; -@import "./1-2-main_title.css"; -@import "./2-we-come-from.css"; -@import "./3-open-sesame.css"; -@import "./4-content.css"; -@import "./5-popover.css"; -@import "./6-portfolio.css"; -@import "10-webdesign.scss"; -@import "11-carry.scss"; -@import "12-kyc.scss"; -@import "13-china.scss"; -@import "14-we-develop.scss"; -@import "15-full-creative.scss"; -@import "16-our_team.scss"; -@import "17-china-achievements.scss"; -@import "18-baozun-group.scss"; -@import "./100-coming_soon.css"; -@import "./7-responsive.css"; +//@import "0-general.scss"; +//@import "./0-1-nav.css"; +//@import "./1-cover.css"; +//@import "./1-2-main_title.css"; +//@import "./2-we-come-from.css"; +//@import "./3-open-sesame.css"; +//@import "./4-content.css"; +//@import "./5-popover.css"; +//@import "./6-portfolio.css"; +//@import "10-webdesign.scss"; +//@import "11-carry.scss"; +//@import "12-kyc.scss"; +//@import "13-china.scss"; +//@import "14-we-develop.scss"; +//@import "15-full-creative.scss"; +//@import "16-our_team.scss"; +//@import "17-china-achievements.scss"; +//@import "18-baozun-group.scss"; +//@import "./100-coming_soon.css"; +//@import "./7-responsive.css"; + +@import "./sprint_4.scss"; diff --git a/sesame-vitejs/sesame/src/components/BaseSection.vue b/sesame-vitejs/sesame/src/components/BaseSection.vue deleted file mode 100644 index 2806ff3..0000000 --- a/sesame-vitejs/sesame/src/components/BaseSection.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/sesame-vitejs/sesame/src/components/CounterBlock.vue b/sesame-vitejs/sesame/src/components/CounterBlock.vue deleted file mode 100644 index 7da6a51..0000000 --- a/sesame-vitejs/sesame/src/components/CounterBlock.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - - - diff --git a/sesame-vitejs/sesame/src/components/CoverSection.vue b/sesame-vitejs/sesame/src/components/CoverSection.vue deleted file mode 100644 index 6ede306..0000000 --- a/sesame-vitejs/sesame/src/components/CoverSection.vue +++ /dev/null @@ -1,479 +0,0 @@ - - - - - diff --git a/sesame-vitejs/sesame/src/components/DisabledSection.vue b/sesame-vitejs/sesame/src/components/DisabledSection.vue deleted file mode 100644 index 5832a4f..0000000 --- a/sesame-vitejs/sesame/src/components/DisabledSection.vue +++ /dev/null @@ -1,16 +0,0 @@ - - diff --git a/sesame-vitejs/sesame/src/components/FirstSprint.vue b/sesame-vitejs/sesame/src/components/FirstSprint.vue deleted file mode 100644 index 91d4d31..0000000 --- a/sesame-vitejs/sesame/src/components/FirstSprint.vue +++ /dev/null @@ -1,402 +0,0 @@ - - - - - diff --git a/sesame-vitejs/sesame/src/components/LastSprint.vue b/sesame-vitejs/sesame/src/components/LastSprint.vue new file mode 100644 index 0000000..833898c --- /dev/null +++ b/sesame-vitejs/sesame/src/components/LastSprint.vue @@ -0,0 +1,902 @@ + + + + + diff --git a/sesame-vitejs/sesame/vite.config.ts b/sesame-vitejs/sesame/vite.config.ts index 6d02ce7..810a0f1 100644 --- a/sesame-vitejs/sesame/vite.config.ts +++ b/sesame-vitejs/sesame/vite.config.ts @@ -9,6 +9,7 @@ import {ViteAliases} from "vite-aliases"; export default defineConfig({ build: { manifest: true, + // cssCodeSplit: false, rollupOptions:{ output:{ sourcemap:true,