diff --git a/.env.example b/.env.example index 6b0a2fd..f4bcebc 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ -SECRET_KEY=yourkeyls +SECRET_KEY=SECRET_KEY2 DEBUG=True ALLOWED_HOSTS= \ No newline at end of file diff --git a/festcms2/settings.py b/festcms2/settings.py index 8aca2bc..ddc6ccb 100644 --- a/festcms2/settings.py +++ b/festcms2/settings.py @@ -21,14 +21,13 @@ # See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -try: - SECRET_KEY = config('SECRET_KEY')#config('SECRET_KEY') -except: - SECRET_KEY = '434324' +SECRET_KEY = config('SECRET_KEY') + # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True #config('DEBUG',cast=bool) +DEBUG = config('DEBUG',cast=bool) + +ALLOWED_HOSTS = config('ALLOWED_HOSTS',cast=Csv()) -ALLOWED_HOSTS = ['*'] #config('ALLOWED_HOSTS',cast=Csv()) # Application definition diff --git a/flow/.DS_Store b/flow/.DS_Store new file mode 100644 index 0000000..3b6ee68 Binary files /dev/null and b/flow/.DS_Store differ diff --git a/flow/admin.py b/flow/admin.py index db706b8..2c71ad4 100644 --- a/flow/admin.py +++ b/flow/admin.py @@ -2,32 +2,11 @@ from .models import * # Register your models here. admin.site.register(Events) +admin.site.register(EventCategory) admin.site.register(Workshops) admin.site.register(FAQ) admin.site.register(About) admin.site.register(Sponsors) admin.site.register(TeamCategory) admin.site.register(TeamMember) -admin.site.register(MajorAttractions) -admin.site.register(Timeline) -admin.site.register(TechmelaProject) -admin.site.register(Review) -admin.site.register(Arena) - -#Social Initiatives -class SocialInitiativesPhotosAdmin(admin.StackedInline): - model = SocialInitiativesPhotos - -class SocialInitiativesAdmin(admin.ModelAdmin): - inlines = [SocialInitiativesPhotosAdmin] - list_display = ('name',) -admin.site.register(SocialInitiatives , SocialInitiativesAdmin) - -#Industrial Visits -class IndustrialVisitsPhotosAdmin(admin.StackedInline): - model = IndustrialVisitsPhotos - -class IndustrialVisitsAdmin(admin.ModelAdmin): - inlines = [IndustrialVisitsPhotosAdmin] - list_display = ('name',) -admin.site.register(IndustrialVisits , IndustrialVisitsAdmin) \ No newline at end of file +admin.site.register(MajorAttractions) \ No newline at end of file diff --git a/flow/migrations/0001_initial.py b/flow/migrations/0001_initial.py index e4d927d..e796a13 100644 --- a/flow/migrations/0001_initial.py +++ b/flow/migrations/0001_initial.py @@ -1,7 +1,5 @@ -# Generated by Django 3.1.7 on 2022-02-26 07:22 +# Generated by Django 3.0.2 on 2020-02-01 12:45 -from django.conf import settings -import django.core.validators from django.db import migrations, models import django.db.models.deletion @@ -11,7 +9,6 @@ class Migration(migrations.Migration): initial = True dependencies = [ - migrations.swappable_dependency(settings.AUTH_USER_MODEL), ] operations = [ @@ -25,13 +22,12 @@ class Migration(migrations.Migration): ], ), migrations.CreateModel( - name='Arena', + name='EventCategory', fields=[ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('name', models.CharField(max_length=50, unique=True)), - ('description', models.TextField(blank=True, help_text='Enter the description of the attraction here')), - ('logo', models.ImageField(blank=True, upload_to='arena/')), - ('url', models.CharField(blank=True, help_text='URL of Arena item', max_length=100)), + ('groupName', models.CharField(help_text='Name of the event group', max_length=255, unique=True)), + ('groupId', models.CharField(help_text='ID by which group will be identified', max_length=20, unique=True)), + ('logo', models.ImageField(blank=True, upload_to='event_category_images/')), ], ), migrations.CreateModel( @@ -47,36 +43,13 @@ class Migration(migrations.Migration): 'verbose_name_plural': 'FAQs', }, ), - migrations.CreateModel( - name='IndustrialVisits', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('name', models.CharField(max_length=250, unique=True)), - ('image', models.ImageField(blank=True, null=True, upload_to='industrial_images/')), - ('video_link', models.CharField(blank=True, max_length=1024, null=True)), - ], - ), migrations.CreateModel( name='MajorAttractions', fields=[ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('name', models.CharField(max_length=50, unique=True)), - ('title', models.CharField(blank=True, max_length=200)), ('description', models.TextField(help_text='Enter the description of the attraction here')), - ('image', models.ImageField(blank=True, null=True, upload_to='mjr_attrs/')), - ('url', models.CharField(blank=True, help_text='URL of major attractions', max_length=1024)), - ], - ), - migrations.CreateModel( - name='SocialInitiatives', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('name', models.CharField(max_length=100, unique=True)), - ('description', models.TextField()), - ('date_time', models.DateTimeField(null=True)), - ('webinar_link', models.CharField(blank=True, max_length=1024, null=True)), - ('app_link', models.CharField(blank=True, max_length=1024, null=True)), - ('poster', models.ImageField(blank=True, null=True, upload_to='social_images/')), + ('logo', models.ImageField(blank=True, upload_to='')), ], ), migrations.CreateModel( @@ -97,28 +70,6 @@ class Migration(migrations.Migration): ('team_image', models.ImageField(blank=True, upload_to='team_images/')), ], ), - migrations.CreateModel( - name='TechmelaProject', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('title', models.CharField(default='Title here', max_length=30)), - ('team_name', models.CharField(max_length=20)), - ('description', models.TextField(default='Description here')), - ('pdf_link', models.URLField(default='https://drive.google.com/file/d/0B1HXnM1lBuoqMzVhZjcwNTAtZWI5OS00ZDg3LWEyMzktNzZmYWY2Y2NhNWQx/preview')), - ('video_link', models.URLField(default='https://drive.google.com/file/d/1KFFhLqRLhdF27KwVVe0npoVX0lNLPhpM/preview')), - ('domain', models.CharField(choices=[('Robotics', 'Robotics'), ('Assistive Technology', 'Assistive Technology'), ('Software Projects', 'Software Projects')], default='Robotics', max_length=30)), - ('project_image', models.ImageField(blank=True, null=True, upload_to='techmela_projects/')), - ], - ), - migrations.CreateModel( - name='Timeline', - fields=[ - ('day_number', models.IntegerField(primary_key=True, serialize=False)), - ('title', models.CharField(max_length=20)), - ('body', models.TextField()), - ('image', models.ImageField(blank=True, upload_to='day_img/')), - ], - ), migrations.CreateModel( name='Workshops', fields=[ @@ -129,41 +80,21 @@ class Migration(migrations.Migration): ('description', models.TextField(help_text='Enter short description of the workshop')), ('date_time', models.DateTimeField()), ('venue', models.CharField(max_length=50)), - ('contact', models.CharField(max_length=50)), ('registration_open', models.BooleanField(default=True)), - ('registration_link', models.CharField(blank=True, help_text='Enter the registration link here', max_length=1024)), + ('registration_link', models.CharField(blank=True, help_text='Enter the registration link here', max_length=50)), ], ), migrations.CreateModel( name='TeamMember', fields=[ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('name', models.CharField(help_text='Enter the name of the member here', max_length=50)), - ('position', models.CharField(blank=True, help_text='Enter the position of the person', max_length=50)), + ('name', models.CharField(help_text='Enter the name of the member here', max_length=50, unique=True)), + ('position', models.CharField(help_text='Enter the position of the person', max_length=50)), ('profile_img', models.ImageField(blank=True, upload_to='members/')), ('choice', models.CharField(choices=[('GLUG', "GNU/Linux Users' Group"), ('CCA', 'Centre for Cognitive Activities'), ('SAE', 'SAE'), ('MNTC', 'Maths n Tech Club'), ('REC', 'RECursion')], default='GLUG', max_length=5)), ('team', models.ManyToManyField(to='flow.TeamCategory')), ], ), - migrations.CreateModel( - name='SocialInitiativesPhotos', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('image', models.ImageField(blank=True, null=True, upload_to='social_images/')), - ('social_name', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='socialImages', to='flow.socialinitiatives')), - ], - ), - migrations.CreateModel( - name='Review', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('mark', models.PositiveIntegerField(default=0, validators=[django.core.validators.MaxValueValidator(10), django.core.validators.MinValueValidator(0)])), - ('feas', models.PositiveIntegerField(default=0, validators=[django.core.validators.MaxValueValidator(10), django.core.validators.MinValueValidator(0)])), - ('tech', models.PositiveIntegerField(default=0, validators=[django.core.validators.MaxValueValidator(10), django.core.validators.MinValueValidator(0)])), - ('project', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='flow.techmelaproject')), - ('user', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)), - ], - ), migrations.CreateModel( name='Events', fields=[ @@ -172,11 +103,13 @@ class Migration(migrations.Migration): ('eventId', models.CharField(help_text='Enter the ID of the event', max_length=50)), ('logo', models.ImageField(blank=True, upload_to='event_images/')), ('description', models.TextField(help_text='Enter short description of the event')), + ('problem_statement', models.TextField(blank=True, help_text='Enter the problem statement of the event here')), ('date_time', models.DateTimeField()), ('venue', models.CharField(blank=True, max_length=50)), - ('registration_link', models.CharField(blank=True, help_text='Enter the registration link here', max_length=1024)), - ('event_link', models.CharField(blank=True, help_text='If there is no registration, then website link', max_length=1024)), - ('eventDay', models.ForeignKey(default=1, on_delete=django.db.models.deletion.DO_NOTHING, to='flow.timeline')), + ('contact', models.CharField(max_length=20)), + ('registration_open', models.BooleanField(default=True)), + ('registration_link', models.CharField(blank=True, help_text='Enter the registration link here', max_length=50)), + ('eventGroup', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='flow.EventCategory')), ], ), ] diff --git a/flow/models.py b/flow/models.py index 9089175..9892aa7 100644 --- a/flow/models.py +++ b/flow/models.py @@ -1,86 +1,51 @@ from django.db import models -from django.core.validators import MaxValueValidator, MinValueValidator -from django.contrib.auth.models import User +# Create your models here. +class EventCategory(models.Model): + groupName = models.CharField(max_length = 255,unique=True, help_text="Name of the event group") + groupId = models.CharField(max_length = 20,unique=True, help_text="ID by which group will be identified") + logo = models.ImageField(blank=True, upload_to="event_category_images/") -class Timeline(models.Model): - day_number = models.IntegerField(primary_key=True) - title = models.CharField(max_length=20) - body = models.TextField() - image = models.ImageField(blank=True, upload_to="day_img/") - + def __str__(self): + return self.groupName class Events(models.Model): - eventDay = models.ForeignKey(Timeline, on_delete=models.DO_NOTHING, default=1) - eventName = models.CharField( - max_length=50, unique=True, help_text="Enter the name of the event") - eventId = models.CharField( - max_length=50, help_text="Enter the ID of the event") + eventGroup = models.ForeignKey(EventCategory, on_delete=models.CASCADE) + eventName = models.CharField(max_length=50, unique=True, help_text="Enter the name of the event") + eventId = models.CharField(max_length=50,help_text="Enter the ID of the event") logo = models.ImageField(blank=True, upload_to="event_images/") - description = models.TextField( - help_text="Enter short description of the event") + description = models.TextField(help_text="Enter short description of the event") + problem_statement = models.TextField(help_text="Enter the problem statement of the event here", blank=True) date_time = models.DateTimeField() - venue = models.CharField(max_length=50, null=False, blank=True) - registration_link = models.CharField( - max_length=1024, blank=True, help_text="Enter the registration link here") - event_link = models.CharField( - max_length=1024, blank=True, help_text="If there is no registration, then website link") + venue = models.CharField(max_length=50,null=False, blank=True) + contact = models.CharField(max_length=50) + registration_open = models.BooleanField(default=True) + registration_link = models.CharField(max_length=50,blank=True,help_text="Enter the registration link here") def __str__(self): return self.eventName - class Workshops(models.Model): - workshopName = models.CharField( - max_length=100, unique=True, help_text="Enter name of workshop") - workshopId = models.CharField( - max_length=50, help_text="Enter the ID of the workshop") + workshopName = models.CharField(max_length=100,unique=True, help_text="Enter name of workshop") + workshopId = models.CharField(max_length=50, help_text="Enter the ID of the workshop") logo = models.ImageField(blank=True, upload_to="workshop_images/") - description = models.TextField( - help_text="Enter short description of the workshop") + description = models.TextField(help_text="Enter short description of the workshop") date_time = models.DateTimeField() venue = models.CharField(max_length=50, null=False) contact = models.CharField(max_length=50) registration_open = models.BooleanField(default=True) - registration_link = models.CharField( - max_length=1024, blank=True, help_text="Enter the registration link here") + registration_link = models.CharField(max_length=50,blank=True,help_text="Enter the registration link here") def __str__(self): return self.workshopName -class SocialInitiatives(models.Model): - name = models.CharField(max_length=100, unique=True) - description = models.TextField() - date_time = models.DateTimeField(null=True) - webinar_link = models.CharField(max_length=1024, blank=True, null=True) - app_link = models.CharField(max_length=1024, blank=True, null=True) - poster = models.ImageField(blank=True, null=True, upload_to="social_images/") - video_link = models.CharField(max_length=1024, blank=True, null=True) - -class IndustrialVisits(models.Model): - name = models.CharField(max_length=250, unique=True) - subheading = models.TextField(blank=True, null=True) - image = models.ImageField(blank=True, null=True, upload_to="industrial_images/") - video_link = models.CharField(max_length=1024, blank=True, null=True) - date_time = models.DateTimeField(null=True) - - -class SocialInitiativesPhotos(models.Model): - social_name = models.ForeignKey(SocialInitiatives, on_delete=models.CASCADE, related_name="socialImages") - image = models.ImageField(blank=True, null=True, upload_to="social_images/") - -class IndustrialVisitsPhotos(models.Model): - industrial_name = models.ForeignKey(IndustrialVisits, on_delete=models.CASCADE, related_name="industrialImages") - image = models.ImageField(blank=True, null=True, upload_to="industrial_images/") - class Sponsors(models.Model): name = models.CharField(max_length=255) image = models.ImageField(blank=True, upload_to="sponsors/") url = models.EmailField(help_text='URL of the sponsor', blank=True) - + def __str__(self): - return self.name - + return self.name class About(models.Model): text = models.TextField(help_text="Enter the about page of the fest here") @@ -90,11 +55,10 @@ class About(models.Model): def __str__(self): return self.identifier - class FAQ(models.Model): - identifier = models.CharField(max_length=50) - question = models.CharField(max_length=100) - answer = models.CharField(max_length=100) + identifier = models.CharField(max_length = 50) + question = models.CharField(max_length = 100) + answer = models.CharField(max_length = 100) class Meta: verbose_name = 'FAQ' @@ -103,98 +67,39 @@ class Meta: def __str__(self): return self.identifier - class MajorAttractions(models.Model): name = models.CharField(max_length=50, unique=True) - title = models.CharField(max_length=200, blank=True) - description = models.TextField( - help_text="Enter the description of the attraction here") - image = models.ImageField(blank=True, upload_to="mjr_attrs/", null=True) - url = models.CharField(max_length=1024, blank=True, - help_text='URL of major attractions') + description = models.TextField(help_text="Enter the description of the attraction here") + logo = models.ImageField(blank = True, upload_to="mjr_attrs/") def __str__(self): return self.name - class TeamCategory(models.Model): - name = models.CharField(max_length=100, blank=False, - help_text="Enter name of the team category here") - teamId = models.CharField( - max_length=50, unique=True, help_text="Enter category ID") + name = models.CharField(max_length = 100, blank = False, help_text="Enter name of the team category here") + teamId = models.CharField(max_length = 50, unique=True, help_text="Enter category ID") team_image = models.ImageField(blank=True, upload_to="team_images/") - def __str__(self): return self.name - class TeamMember(models.Model): team = models.ManyToManyField(TeamCategory) - name = models.CharField(max_length=50, - help_text="Enter the name of the member here") - position = models.CharField( - max_length=50, help_text="Enter the position of the person", blank=True) - profile_img = models.ImageField(blank=True, upload_to="members/") + name = models.CharField(max_length=50, unique=True, help_text="Enter the name of the member here") + position = models.CharField(max_length=50, help_text="Enter the position of the person", blank=True) + profile_img = models.ImageField(blank= True, upload_to="members/") club_choice = ( - ("GLUG", "GNU/Linux Users' Group"), - ("CCA", "Centre for Cognitive Activities"), - ("SAE", "SAE"), - ("MNTC", "Maths n Tech Club"), - ("REC", "RECursion"), + ("GLUG","GNU/Linux Users' Group"), + ("CCA","Centre for Cognitive Activities"), + ("SAE","SAE"), + ("MNTC","Maths n Tech Club"), + ("REC","RECursion"), ) choice = models.CharField( max_length=5, - choices=club_choice, + choices= club_choice, default="GLUG" ) def __str__(self): return self.name - -class TechmelaProject(models.Model): - title = models.CharField(max_length=30, default="Title here") - team_name = models.CharField(max_length=20) - description = models.TextField(default="Description here") - pdf_link = models.URLField( - default="https://drive.google.com/file/d/0B1HXnM1lBuoqMzVhZjcwNTAtZWI5OS00ZDg3LWEyMzktNzZmYWY2Y2NhNWQx/preview") - video_link = models.URLField( - default="https://drive.google.com/file/d/1KFFhLqRLhdF27KwVVe0npoVX0lNLPhpM/preview") - project_domain_choice = ( - ('Robotics', 'Robotics'), - ('Assistive Technology', 'Assistive Technology'), - ('Software Projects', 'Software Projects'), - ) - domain = models.CharField( - max_length=30, choices=project_domain_choice, default='Robotics') - project_image = models.ImageField( - upload_to="techmela_projects/", null=True, blank=True) - - def __str__(self): - return (self.title + " by Team:" + self.team_name) - - -class Review(models.Model): - project = models.ForeignKey(TechmelaProject, on_delete=models.CASCADE) - user = models.ForeignKey(User, on_delete=models.CASCADE) - mark = models.PositiveIntegerField( - default=0, validators=[MaxValueValidator(10), MinValueValidator(0)]) - feas = models.PositiveIntegerField( - default=0, validators=[MaxValueValidator(10), MinValueValidator(0)]) - tech = models.PositiveIntegerField( - default=0, validators=[MaxValueValidator(10), MinValueValidator(0)]) - - def __str__(self): - return ("Review of " + self.project.name + " by " + self.user.username) - - -class Arena(models.Model): - name = models.CharField(max_length=50, unique=True) - description = models.TextField( - blank=True, help_text="Enter the description of the attraction here") - logo = models.ImageField(blank=True, upload_to="arena/") - url = models.CharField(max_length=100, blank=True, - help_text='URL of Arena item') - - def __str__(self): - return self.description diff --git a/flow/static/.DS_Store b/flow/static/.DS_Store new file mode 100644 index 0000000..5e53ba8 Binary files /dev/null and b/flow/static/.DS_Store differ diff --git a/flow/static/aarhnLogo.png b/flow/static/aarhnLogo.png deleted file mode 100644 index 27fc80f..0000000 Binary files a/flow/static/aarhnLogo.png and /dev/null differ diff --git a/flow/static/augmented-reality-concept_crop.jpg b/flow/static/augmented-reality-concept_crop.jpg deleted file mode 100644 index 5dd80bb..0000000 Binary files a/flow/static/augmented-reality-concept_crop.jpg and /dev/null differ diff --git a/flow/static/bg.mp4 b/flow/static/bg.mp4 deleted file mode 100644 index 02bd359..0000000 Binary files a/flow/static/bg.mp4 and /dev/null differ diff --git a/flow/static/bgvideoevents.mp4 b/flow/static/bgvideoevents.mp4 deleted file mode 100644 index db82d81..0000000 Binary files a/flow/static/bgvideoevents.mp4 and /dev/null differ diff --git a/flow/static/cross.png b/flow/static/cross.png deleted file mode 100644 index 7afa74b..0000000 Binary files a/flow/static/cross.png and /dev/null differ diff --git a/flow/static/css/.DS_Store b/flow/static/css/.DS_Store new file mode 100644 index 0000000..31a07ab Binary files /dev/null and b/flow/static/css/.DS_Store differ diff --git a/flow/static/css/New Folder With Items/events.css b/flow/static/css/New Folder With Items/events.css new file mode 100644 index 0000000..7bb18a6 --- /dev/null +++ b/flow/static/css/New Folder With Items/events.css @@ -0,0 +1,119 @@ + + .swiper-container { + position: absolute!important; + z-index: 10; + width: 100%; + top: 0 !important; + left: 0 !important; + transform: translateY(35%) !important; + overflow: hidden; + } + + .swiper-slide { + background-position: center; + background-size: cover; + width: 400px; + height: 400px; + } + .modal{ + cursor: auto!important; + } + .modal-dialog { + max-width: 800px !important; + } + .modal-open { + overflow: visible !important; + } + + .modal-backdrop { + opacity: 0.9 !important; + } + + .modal-header { + background-color: #2e3037; + box-shadow: 0 0 10px #2e3037, 0 0 40px #2e3037, 0 0 80px #2e3037; + color: antiquewhite; + } + + .modal-body { + background-color: rgb(225, 240, 245); + font-size: 1.5rem; + font-family: 'Noticia Text', serif; + } + .modal-body .title{ + font-size: 1.8rem; + font-weight: 550; + } + .modal-footer{ + /* justify-content: center; */ + background-color: rgb(225, 240, 245); + } + .z-depth-1-half { + box-shadow: 0 5px 5px 0 rgba(0,0,0,0.18),0 12px 5px 0 rgba(0,0,0,0.15) !important; + } + .rounded-circle { + border-radius: 10% !important; +} + +.btn{ + color: #2e3037; + text-decoration: none; + /* transition: 0.2s; */ +} +.btn:hover{ + background: #2e3037; + box-shadow: 0 0 10px #2e3037, 0 0 10px #2e3037, 0 0 8px #2e3037; + color: white; +} + @media only screen and (max-width: 1500px) { + .swiper-container { + transform: translateY(40%) !important; + } + } + + .modal-open { + overflow: visible !important; + } + + @media only screen and (max-width: 1200px) { + .swiper-container { + transform: translateY(45%) !important; + } + } + + .modal-open { + overflow: visible !important; + } + + @media only screen and (max-width: 650px) { + .row{ + display: contents; + } + .row .col-4 { + max-width: 80%!important; + } + .row .col-8{ + max-width: 90%; + } + } + @media only screen and (max-width: 450px) { + .swiper-slide { + width: 320px!important; + height: 320px!important; + } + .swiper-container { + transform: translateY(50%) !important; + } + .row .col-4 { + max-width: 90%!important; + } + } + @media only screen and (max-width: 340px) { + .swiper-slide { + width: 250px!important; + height: 250px!important; + } + .swiper-container { + transform: translateY(55%) !important; + } + } diff --git a/flow/static/css/New Folder With Items/fullpage.min.css b/flow/static/css/New Folder With Items/fullpage.min.css new file mode 100644 index 0000000..613729c --- /dev/null +++ b/flow/static/css/New Folder With Items/fullpage.min.css @@ -0,0 +1,234 @@ +/*! + * fullPage 3.0.8 + * https://github.com/alvarotrigo/fullPage.js + * + * @license GPLv3 for open source use only + * or Fullpage Commercial License for commercial use + * http://alvarotrigo.com/fullPage/pricing/ + * + * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo + */ +.fp-enabled body, +html.fp-enabled { + margin: 0; + padding: 0; + overflow: hidden; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +.fp-section { + position: relative; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.fp-slide { + float: left; +} +.fp-slide, +.fp-slidesContainer { + height: 100%; + display: block; +} +.fp-slides { + z-index: 1; + height: 100%; + overflow: hidden; + position: relative; + -webkit-transition: all 0.3s ease-out; + transition: all 0.3s ease-out; +} +.fp-section.fp-table, +.fp-slide.fp-table { + display: table; + table-layout: fixed; + width: 100%; +} +.fp-tableCell { + display: table-cell; + vertical-align: middle; + width: 100%; + height: 100%; +} +.fp-slidesContainer { + float: left; + position: relative; +} +.fp-controlArrow { + -webkit-user-select: none; + -moz-user-select: none; + -khtml-user-select: none; + -ms-user-select: none; + position: absolute; + z-index: 4; + top: 50%; + cursor: pointer; + width: 0; + height: 0; + border-style: solid; + margin-top: -38px; + -webkit-transform: translate3d(0, 0, 0); + -ms-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +.fp-controlArrow.fp-prev { + left: 15px; + width: 0; + border-width: 38.5px 34px 38.5px 0; + border-color: transparent #fff transparent transparent; +} +.fp-controlArrow.fp-next { + right: 15px; + border-width: 38.5px 0 38.5px 34px; + border-color: transparent transparent transparent #fff; +} +.fp-scrollable { + overflow: hidden; + position: relative; +} +.fp-scroller { + overflow: hidden; +} +.iScrollIndicator { + border: 0 !important; +} +.fp-notransition { + -webkit-transition: none !important; + transition: none !important; +} +#fp-nav { + position: fixed; + z-index: 100; + margin-top: -32px; + top: 50%; + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); +} +#fp-nav.fp-right { + right: 17px; +} +#fp-nav.fp-left { + left: 17px; +} +.fp-slidesNav { + position: absolute; + z-index: 4; + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + -ms-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + left: 0 !important; + right: 0; + margin: 0 auto !important; +} +.fp-slidesNav.fp-bottom { + bottom: 17px; +} +.fp-slidesNav.fp-top { + top: 17px; +} +#fp-nav ul, +.fp-slidesNav ul { + margin: 0; + padding: 0; +} +#fp-nav ul li, +.fp-slidesNav ul li { + display: block; + width: 14px; + height: 13px; + margin: 7px; + position: relative; +} +.fp-slidesNav ul li { + display: inline-block; +} +#fp-nav ul li a, +.fp-slidesNav ul li a { + display: block; + position: relative; + z-index: 1; + width: 100%; + height: 100%; + cursor: pointer; + text-decoration: none; +} +#fp-nav ul li a.active span, +#fp-nav ul li:hover a.active span, +.fp-slidesNav ul li a.active span, +.fp-slidesNav ul li:hover a.active span { + height: 12px; + width: 12px; + margin: -6px 0 0 -6px; + border-radius: 100%; +} +#fp-nav ul li a span, +.fp-slidesNav ul li a span { + border-radius: 50%; + position: absolute; + z-index: 1; + height: 4px; + width: 4px; + border: 0; + background: #333; + left: 50%; + top: 50%; + margin: -2px 0 0 -2px; + -webkit-transition: all 0.1s ease-in-out; + -moz-transition: all 0.1s ease-in-out; + -o-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; +} +#fp-nav ul li:hover a span, +.fp-slidesNav ul li:hover a span { + width: 10px; + height: 10px; + margin: -5px 0 0 -5px; +} +#fp-nav ul li .fp-tooltip { + position: absolute; + top: -2px; + color: #fff; + font-size: 14px; + font-family: arial, helvetica, sans-serif; + white-space: nowrap; + max-width: 220px; + overflow: hidden; + display: block; + opacity: 0; + width: 0; + cursor: pointer; +} +#fp-nav ul li:hover .fp-tooltip, +#fp-nav.fp-show-active a.active + .fp-tooltip { + -webkit-transition: opacity 0.2s ease-in; + transition: opacity 0.2s ease-in; + width: auto; + opacity: 1; +} +#fp-nav ul li .fp-tooltip.fp-right { + right: 20px; +} +#fp-nav ul li .fp-tooltip.fp-left { + left: 20px; +} +.fp-auto-height .fp-slide, +.fp-auto-height .fp-tableCell, +.fp-auto-height.fp-section { + height: auto !important; +} +.fp-responsive .fp-auto-height-responsive .fp-slide, +.fp-responsive .fp-auto-height-responsive .fp-tableCell, +.fp-responsive .fp-auto-height-responsive.fp-section { + height: auto !important; +} +.fp-sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0; +} +/*# sourceMappingURL=fullpage.min.css.map */ diff --git a/flow/static/css/New Folder With Items/index.css b/flow/static/css/New Folder With Items/index.css new file mode 100644 index 0000000..bac0011 --- /dev/null +++ b/flow/static/css/New Folder With Items/index.css @@ -0,0 +1,1429 @@ +body { + font-family: "Muller-thin", sans-serif; +} + +h1 { + font-size: 2em; +} + +/* loader gif */ + +/* landing */ +.patron { + position: absolute; + width: 22vw; + height: auto; + top: 2vh; + right: 7vw; +} + +.date { + position: absolute; + top: 68vh; + width: 100vw; + font-family: Muller; + letter-spacing: 4px; + z-index: 555; + font-size: 2.5em; + text-align: center; +} + +.team { + position: absolute; + top: 68vh; + left: 70%; + letter-spacing: 4px; + z-index: 555; + font-size: 2em; + text-align: center; +} +/* +@keyframes animate { + 0%{ + background-position: left 0 top 50px; + } + 20%{ + background-position: left 800PX top -50px; + } + 40%{ + background-position: left 1800px top -60px; + } + 60%{ + background-position: left 2800px top -80px; + } + 80%{ + background-position: left 3800px top -50px; + } + 100%{ + background-position: left 4800px top 50px; + } +} */ +.mob-head { + display: none; + color: white; + position: absolute; + z-index: 55; + top: 40vh; + font-family: Muller; + font-size: 4em; + text-align: center; + line-height: 1em; + letter-spacing: 6px; + width: 100vw; +} + +.nitd-black { + display: inline-block; + position: absolute; + width: auto; + left: 20vw; + top: 15vh; + text-align: right; + padding-right: 1vw; + z-index: 5; +} + +.nitd-black img { + width: 7vw; + height: auto; +} + +.title-sponsor { + display: inline-block; + position: absolute; + width: auto; + left: 10%; + top: 20vh; + text-align: right; + z-index: 5; + font-family: "Work Sans", sans-serif; + font-weight: 700; +} + +.title-sponsor img { + width: 7vw; + height: auto; + padding-top: 2vh; +} + +.title-sponsor h1 { + display: inline; + color: black; + font-size: 1.5em; +} + +#head-txt-1 { + position: absolute; + top: 30vh; + left: 0; + font-size: 15vw; + letter-spacing: 3vw; + text-align: right; + font-family: Muller; +} + +#head-txt-2 { + position: absolute; + top: 30vh; + right: 0; + font-size: 15vw; + letter-spacing: 3vw; + text-align: left; + font-family: Muller; +} + +#header { + width: 100vw; + height: 100vh; + position: relative; + z-index: 0; + overflow: hidden; +} + +#arhn_header { + position: absolute; + left: 5rem; + top: 2rem; + z-index: 100; + display: block; + cursor: pointer; +} + +#front-wave { + position: absolute; + z-index: 10; + top: 0; +} + +#front-wave-img { + height: auto; + width: 100vw; +} + +/* eye container */ + +#eye-container { + position: absolute; + z-index: 1; + right: 43%; + bottom: 0; +} + +#eye-container-img { + height: 95vh; +} + +/* eye */ + +.eyes { + position: absolute; + top: 55%; + transform: translateY(-50%); + width: 100%; + text-align: center; + z-index: 2; + top: 51%; +} + +.eye { + width: 5vw; + height: 5vw; + background: #fff; + display: inline-block; + margin: 40px; + border-radius: 50%; + position: relative; + overflow: hidden; +} + +.ball { + width: 1vw; + height: 1vw; + background: #000; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + border-radius: 50%; + border: 15px solid #000; +} + +/* social icons */ + +.social_links { + z-index: 5; + position: fixed; + left: 2rem; + bottom: 2rem; + text-align: center; +} + +.social_links i { + margin-top: 0.7em; + font-size: 1.4em; + color: black; +} + +/* events */ + +.center { + background: transparent; + position: absolute; + right: 45%; + width: 15vw; + height: 15vw; + border-radius: 50%; + z-index: 10; + top: 20%; +} + +.center_txt { + position: absolute; + top: 33%; + background: white; + width: 100%; + text-align: center; + padding: 1vh 0; + letter-spacing: 5px; +} + +.sides { + background: transparent; + position: absolute; + right: 50vw; + width: 10vw; + height: 10vw; + border-radius: 50%; + top: 30%; +} + +.side_txt { + text-align: center; + background-color: aliceblue; + margin: 0; + transition: ease-in 0.5s; + /* padding-bottom: 100%; */ +} + +.txt_div { + height: 100%; + opacity: 0; + position: absolute; + width: 100%; + top: 0; + transition: ease-in 0.5s; +} + +.txt_div:hover { + opacity: 1; + padding-top: 35%; +} + +#evnt_circle_mobile { + display: none; +} + +#evnt_circle { + height: 50%; + width: 50%; + position: absolute; + bottom: 25%; + right: 25%; +} + +/* events circle rad */ + +.c_img, .s_img { + width: 100%; +} + +.rad { + height: 0; + width: 20vw; + z-index: 5; + position: relative; +} + +#rad1 { + transform: rotateZ(27deg); + left: 2%; + top: 32%; +} + +#rad2 { + transform: rotateZ(90deg); + left: 20%; + top: 13%; +} + +#rad3 { + transform: rotateZ(-34deg); + left: 3%; + top: 67%; +} + +#rad4 { + transform: rotateZ(-90deg); + left: 20%; + top: 82%; +} + +#rad5 { + transform: rotateZ(208deg); + left: 38%; + top: 63%; +} + +#rad6 { + transform: rotateZ(-214deg); + left: 37%; + top: 25%; +} + +#side1, #side2, #side3, #side4, #side5, #side6 { + opacity: 0; + top: -5vw; + left: 200px; +} + +/* events */ + +#evnt_back { + position: relative; + z-index: 0; + height: 100vh; + overflow: hidden; +} + +#evnt_back img { + width: 100%; +} + +/* sponsors */ + +#sponsors .titlehead { + color: white; + letter-spacing: 0.8rem; + font-size: 1rem; + text-align: center; +} + +#sponsors .container { + width: 80%; +} + +#sponsors .temprow { + position: relative; +} + +#sponsors img { + min-height: 3rem; + min-width: 4rem; + max-height: 4.5rem; + max-width: 6rem; + padding: 10px; +} + +@media only screen and (max-width: 650px) { + #sponsors img { + min-height: 2.5rem; + min-width: 3.5rem; + max-height: 3.7rem; + max-width: 5rem; + padding: 5px; + } +} + +@media only screen and (max-width: 450px) { + #sponsors img { + min-height: 2.0rem; + min-width: 3.1rem; + max-height: 3.2rem; + max-width: 4.5rem; + padding: 5px; + } +} +@media only screen and (max-width: 370px) { + #sponsors img { + min-height: 1.8rem; + min-width: 2.7rem; + max-height: 2.9rem; + max-width: 4.1rem; + padding: 3px; + } +} + +/* contact us */ + +#cntct_us { + position: relative; + width: 100vw; + height: 100vh; + overflow: hidden; +} + +#cntct_us img { + width: 100%; + position: absolute; + bottom: 0; +} + +/* about */ + +#about-us { + position: relative; + z-index: 10; + height: 100vh; + width: 100vw; + overflow: hidden; +} + +#about-handle { + position: absolute; + z-index: 20; + top: 0; +} + +#about-us-img { + width: 100%; + height: auto; +} + +#about-handle-img { + height: 90vh; + /* width: 100vw; */ +} + +#txt-2 { + position: absolute; + z-index: 55; + top: 5vh; + width: 30vw; + color: white; + right: 5vw; + font-size: 1.2em; +} + +/* workshop */ + +.workshop-div { + position: absolute; + z-index: 5; + top: 0; + width: 100%; + height: 100vh; + padding-top: 15vh; +} + +#images_cont { + margin-top: 10vh; + text-align: center; + display: flex; + align-items: center; + justify-content: space-evenly; +} + +#images_cont2{ + margin-top: 10vh; + text-align: center; + display: inline; + align-items: center; + justify-content: space-evenly; +} + +.workshop-img { + height: auto; + width: 20vw; + padding: 0 2.5vw; +} + +.workshop-title { + color: white; + text-align: center; + font-size: 2em; +} + +.workshop-name { + color: white; + text-align: center; + font-size: 1.5rem; +} +.div-out-wksp>a{ + text-decoration: none; +} +#images_cont2>a{ + text-decoration: none; +} + +/* contact us */ + +.contact-us { + position: absolute; + z-index: 55; + top: 20%; + left: 20%; + color: white; + font-size: 1.2em; + width: 55vw; + height: 55vh; + background-color: white; + opacity: 0.8; + padding-left: 7%; + border-radius: 10px; +} + +/* ath */ +.ath-box { + position: absolute; + top: 0; +} + +.ath-heading { + text-align: center; + color: white; + font-weight: 700; + padding: 5vh 0; +} + +.ath-txt { + background-color: #52532859; + color: white; + border-radius: 10px; + padding-left: 3vw; +} + +.about__info-text h2 { + font-size: 1.5em; + font-weight: 700; +} + +.aavni img { + height: 80vh; +} + +.about__info-text p { + font-size: 1.1em; + line-height: 1.4em; + padding-right: 5vw; +} + +@media only screen and (max-width: 600px) { + /* landing */ + + .date { + top: 77vh!important; + font-size: 1.5em; + color: white; + left: 0 !important; + width: 100vw !important; + } + + .team { + top: 85vh!important; + font-size: 1.5em; + color: white; + left: 0 !important; + width: 100vw !important; + } + + #mob-head { + display: block; + } + .nitd-black { + left: 15vw; + top: 23vh; + display: none; + } + .nitd-black img { + width: 20vw; + } + .title-sponsor { + left: 36vw; + top: 20vh; + text-align: left; + } + .title-sponsor img { + width: 25vw; + } + .title-sponsor h1 { + display: block; + } + #arhn_header { + display: none; + } + #head-txt-1, #head-txt-2 { + display: none; + } + + .patron { + top: 4vh; + width: 65vw; + right: 30vw; + } + + /* event badges */ + #evnt_circle_mobile { + display: block; + width: 100%; + right: 0; + height: 60%; + bottom: 20%; + position: absolute; + } + #evnt_circle { + display: none; + } + .center { + right: 30%; + width: auto; + height: 35%; + top: 32.5%; + } + .c_img { + width: auto; + height: 100%; + } + .center_txt { + font-size: 1.3em; + font-weight: bold; + } + /* event txt */ + .txt_div { + opacity: 1; + top: -5vh; + } + .side_txt { + background-color: transparent; + color: white; + font-size: 1rem; + } + /* event sides */ + .sides_mob { + background: transparent; + position: absolute; + right: 37.5%; + width: 25%; + height: auto; + border-radius: 50%; + top: 0%; + } + #side1 { + opacity: 1; + top: 0; + left: auto; + } + #side2 { + opacity: 1; + top: 15%; + right: 5%; + left: auto; + } + #side3 { + opacity: 1; + top: 15%; + left: 5%; + } + #side4 { + opacity: 1; + bottom: 15%; + right: 5%; + top: auto; + left: auto; + } + #side5 { + opacity: 1; + top: auto; + bottom: 0; + left: auto; + } + #side6 { + opacity: 1; + top: auto; + left: 5%; + bottom: 15%; + } + #header { + height: 100%; + width: auto; + } + /* wave */ + #front-wave { + height: 100%; + width: auto; + top: unset; + bottom: 0; + } + #front-wave-img { + height: 100%; + width: auto; + } + + .waves{ + display: none; + } + + /* eye */ + #eye-container { + bottom: -2vh; + /* right: -17vw !important; */ + } + #eye-container-img { + height: 70vh; + } + .eyes { + display: none; + } + /* about us */ + #about-us { + height: 100%; + width: auto; + } + #about-us-img { + height: 100vh; + width: auto; + } + /* #about-handle { + right: -104vw !important; + } */ + #about-handle-img { + height: 70vh; + } + /* contact us */ + #cntct_us img { + height: 100vh; + width: auto; + right: 0; + } + .contact-us { + text-align: center; + top: 14%; + left: 10%; + padding-left: 10%; + padding-right: 10%; + margin-top: 11vh; + width: 80vw; + } + #txt-2 { + top: 7vh; + width: auto; + color: white; + right: unset; + font-size: 1.05em; + padding-right: 1.5em; + padding-left: 1.5em; + font-size: 1.05em; + text-align: center; + } + /* workshop */ + #images_cont { + all: unset; + /* display: block; */ + margin: 0; + } + + #images_cont>a{ + text-decoration: none; + } + #images_cont2{ + /* display: block; */ + margin: 0; + } + .div-in-wksp{ + display: inline; + } + + .workshop-img { + all: unset; + height: 18vh; + width: auto; + /* padding-left: 30%; + padding-right: 30%; */ + } + .workshop-name { + all: unset; + /* padding-left: 30%; + padding-right: 30%; */ + color: white; + font-size: 1rem; + } + .workshop-div { + all: unset; + position: absolute; + z-index: 5; + top: 0; + left: unset; + width: 100%; + height: 100%; + padding: 0; + } + .workshop-title { + text-align: center; + } + .workshop-not-mob { + display: none; + } + .workshop-mob { + display: inline; + } + /* ath */ + .aavni { + position: absolute; + right: -20vw; + display: none; + } + .aavni img { + opacity: 0.6; + } + .ath-heading { + font-size: 1.5em; + padding: 6vh 0; + } + .about__info-text h2 { + font-size: 1.5em; + font-weight: 700; + } + + .about__info-text { + padding: 0 !important; + } + + .ath-txt { + margin: 0 4vw; + } + + .ath-no-mob{ + display: none; + } +} + +/* ==================================== +Navigation +==================================== */ + +.overlay-navigation { + position: fixed; + z-index: 99; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: hsla(0, 0%, 0%, 0.8); + transform: translateY(-100%); +} + +.overlay-slide-down { + transition: all .4s ease-in-out; + transform: translateY(0) +} + +.overlay-slide-up { + transition: all .8s ease-in-out; + transform: translateY(-100%) +} + +nav, nav ul { + width: 100%; + height: 100%; + margin: 0; + padding: 0; +} + +nav ul { + display: flex; + list-style: none; +} + +nav ul li { + flex-basis: 20%; + justify-content: center; + align-items: center; + height: 100%; + overflow: hidden; + transform: translateY(-100%); +} + +nav li a { + position: relative; + top: 46%; + color: #fff; + text-transform: uppercase; + font-family: 'Work sans', sans-serif; + font-weight: 300; + letter-spacing: 4px; + text-decoration: none; + display: block; + text-align: center; + font-size: 0.9rem; +} + +nav li a:before { + content: ''; + width: 70px; + height: 2px; + background-color: #fff; + position: absolute; + top: 50%; + left: 0; + z-index: 100; + transform: translateX(-100%); + opacity: 0; + transition: all .2s linear; +} + +nav li a:after { + content: attr(data-content); + font-size: 0.7rem; + transition: all .2s linear; + opacity: 0; + position: absolute; + z-index: 100; + color: #fff; + display: block; + margin-right: auto; + margin-left: auto; + left: 0; + right: 0; + bottom: -50px; + text-transform: none; + font-family: 'Open sans', serif; + font-weight: 300; + font-style: italic; + letter-spacing: 0; +} + +nav li a:hover:before { + transform: translateX(0); + opacity: 1; +} + +nav li a:hover:after { + transform: translateY(15px); + opacity: 1; +} + +nav li:nth-of-type(1) { + background-color: #536d3b +} + +nav li:nth-of-type(2) { + background-color: #51372c +} + +nav li:nth-of-type(3) { + background-color: #98b168 +} + +nav li:nth-of-type(4) { + background-color: #394a38 +} + +nav li:nth-of-type(5) { + background-color: #329e63 +} + +nav li:nth-of-type(6) { + background-color: #192123 +} + + +.slide-in-nav-item { + animation: slide-in-nav-item 0.4s linear 1 .2s both; +} + +.slide-in-nav-item-delay-1 { + animation: slide-in-nav-item 0.4s linear 1 .4s both; +} + +.slide-in-nav-item-delay-2 { + animation: slide-in-nav-item 0.4s linear 1 .6s both; +} + +.slide-in-nav-item-delay-3 { + animation: slide-in-nav-item 0.4s linear 1 .8s both; +} + +.slide-in-nav-item-delay-4 { + animation: slide-in-nav-item 0.4s linear 1 1s both; +} + +.slide-in-nav-item-delay-5 { + animation: slide-in-nav-item 0.4s linear 1 1.2s both; +} + +.slide-in-nav-item-reverse { + animation: slide-in-nav-item-reverse .3s linear 1 .6s both; +} + +.slide-in-nav-item-delay-1-reverse { + animation: slide-in-nav-item-reverse .3s linear 1 .5s both; +} + +.slide-in-nav-item-delay-2-reverse { + animation: slide-in-nav-item-reverse .3s linear 1 .4s both; +} + +.slide-in-nav-item-delay-3-reverse { + animation: slide-in-nav-item-reverse .3s linear 1 .3s both; +} + +.slide-in-nav-item-delay-4-reverse { + animation: slide-in-nav-item-reverse .3s linear 1 .2s both; +} + +.slide-in-nav-item-delay-5-reverse { + animation: slide-in-nav-item-reverse .3s linear 1 both; +} + +@media only screen and (max-width: 800px) { + .overlay-navigation nav ul { + display: grid; + } +} + +/* ==================================== +Burger king +==================================== */ + +.open-overlay { + position: absolute; + right: 5rem; + top: 3.2rem; + z-index: 100; + width: 34px; + display: block; + cursor: pointer; +} + +.open-overlay span { + display: block; + height: 3px; + background-color: #fff; + cursor: pointer; + margin-top: 8px; +} + +.animate-top-bar { + animation: animate-top-bar .6s linear 1 both +} + +.animate-bottom-bar { + animation: animate-bottom-bar .6s linear 1 both +} + +.animate-middle-bar { + animation: animate-middle-bar .6s linear 1 both +} + +.animate-out-top-bar { + animation: animate-out-top-bar .6s linear 1 both +} + +.animate-out-bottom-bar { + animation: animate-out-bottom-bar .6s linear 1 both +} + +.animate-out-middle-bar { + animation: animate-out-middle-bar .6s linear 1 both +} + +/* ==================================== +Animation keyframes +==================================== */ + +@keyframes slide-in-nav-item { + from { + -webkit-transform: translateY(-100%); + transform: translateY(-100%) + } + to { + -webkit-transform: translateY(0); + transform: translateY(0) + } +} + +@keyframes slide-in-nav-item-reverse { + from { + -webkit-transform: translateY(0); + transform: translateY(0) + } + to { + -webkit-transform: translateY(-100%); + transform: translateY(-100%) + } +} + +@keyframes animate-top-bar { + 0% { + background-color: #fff; + } + 50% { + -webkit-transform: translateY(9px); + transform: translateY(9px) + } + 80% { + -webkit-transform: translateY(5px); + transform: translateY(5px); + background-color: #fff + } + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); + background-color: #29363B; + } +} + +@keyframes animate-bottom-bar { + 0% { + background-color: #fff; + } + 50% { + -webkit-transform: translateY(-9px); + transform: translateY(-9px) + } + 80% { + -webkit-transform: translateY(-5px); + transform: translateY(-5px); + background-color: #fff; + } + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); + background-color: #29363B; + } +} + +@keyframes animate-middle-bar { + 0% { + background-color: #fff; + } + 80% { + background-color: #fff; + } + 100% { + background-color: #29363B; + } +} + +@keyframes animate-out-top-bar { + 0% { + background-color: #29363B + } + 50% { + -webkit-transform: translateY(9px); + transform: translateY(9px) + } + 80% { + -webkit-transform: translateY(5px); + transform: translateY(5px); + background-color: #29363B + } + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); + background-color: #fff; + } +} + +@keyframes animate-out-bottom-bar { + 0% { + background-color: #29363B + } + 50% { + -webkit-transform: translateY(-9px); + transform: translateY(-9px) + } + 80% { + -webkit-transform: translateY(-5px); + transform: translateY(-5px); + background-color: #29363B; + } + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); + background-color: #fff; + } +} + +@keyframes animate-out-middle-bar { + 0% { + background-color: #29363b; + } + 80% { + background-color: #29363b; + } + 100% { + background-color: #fff; + } +} + +.home a { + font-family: "Work Sans", sans-serif; + color: #fff; + font-weight: 300; + font-size: 12px; + text-transform: uppercase; + text-decoration: none; + position: absolute; + z-index: 10; + top: 50px; + left: 50px; + padding-bottom: 3px; + border-bottom: 1px solid #fff; +} + +@media (max-width: 1050px) { + #loader { + background-position-x: 43%!important; + } +} + +@media (max-width: 800px) { + #loader { + background-position-x: 44%!important; + } +} + +@media (max-width: 640px) { + nav ul li a { + font-size: 11px; + } + nav li a:after { + font-size: 0.6rem; + } + .open-overlay { + right: 1rem; + } + nav li a:before { + width: 15px; + } + #loader { + background-position-x: 46%!important; + background-position-y: 18%; + } +} + +.contact-links { + text-decoration: none; +} + +.attr-img { + height: 150px; + width: 150px; + border-radius: 50%; +} + +.attr-title { + position: absolute; + top: 50%; + transform: translateY(-50%); + color: white; + font-size: 2.5rem; +} + +.btn-remove { + background-color: rgba(0, 0, 0, 0) !important; + border-color: rgba(0, 0, 0, 0) !important; + padding: 30px !important; +} + +@media only screen and (max-width: 650px) { + .social_links { + display: flex; + flex-direction: row; + bottom: 0!important; + } + .social_links i { + padding: 5px; + } +} +@media only screen and (max-width: 1200px) { + .attr-img { + height: 120px; + width: 120px; + } + .attr-title { + position: relative; + } +} +@media only screen and (max-width: 1000px) { + #attr .row{ + text-align: center; + } + .attr-img { + height: 100px; + width: 100px; + } + .attr-title { + position: relative; + } + .btn-remove { + padding: 15px !important; + } +} +@media only screen and (max-width: 500px) { + .attr-img { + height: 100px; + width: 100px; + } + .attr-title { + position: relative; + } + .btn-remove { + padding: 5px !important; + } +} + +#accomodation .container-fluid{ + background-color: #141615; +} +.hamburger { + z-index: 2000; + font-size: 30px; + position: fixed; + right: 0; + top: 0; + margin: 2.5rem; +} + +.hamburger .line { + width: 2.7rem; + height: 5px; + background-color: #ecf0f1; + display: block; + margin: 0.5rem auto; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} + +.black-menu .line { + background-color: black; +} + +.white-menu .line { + background-color: white; +} + +.black-menu2 .line { + background-color: black; +} + +.hamburger:hover { + cursor: pointer; +} + +#hamburger-11 { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} + +#hamburger-11.is-active { + animation: smallbig 0.6s forwards; +} + +@keyframes smallbig { + 0%, + 100% { + -webkit-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } + + 50% { + -webkit-transform: scale(0); + -ms-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + } +} + +#hamburger-11.is-active .line:nth-child(1), +#hamburger-11.is-active .line:nth-child(2), +#hamburger-11.is-active .line:nth-child(3) { + -webkit-transition-delay: 0.2s; + -o-transition-delay: 0.2s; + transition-delay: 0.2s; +} + +#hamburger-11.is-active .line:nth-child(2) { + opacity: 0; +} + +#hamburger-11.is-active .line:nth-child(1) { + -webkit-transform: translateY(0.91rem) rotate(45deg); + -ms-transform: translateY(0.91rem) rotate(45deg); + -o-transform: translateY(0.91rem) rotate(45deg); + transform: translateY(0.91rem) rotate(45deg); +} + +#hamburger-11.is-active .line:nth-child(3) { + -webkit-transform: translateY(-0.91rem) rotate(-45deg); + -ms-transform: translateY(-0.91rem) rotate(-45deg); + -o-transform: translateY(-0.91rem) rotate(-45deg); + transform: translateY(-0.91rem) rotate(-45deg); +} +#accomodation .container-fluid { + background-color: transparent; +} diff --git a/flow/static/css/New Folder With Items/swiper.min.css b/flow/static/css/New Folder With Items/swiper.min.css new file mode 100644 index 0000000..16e006a --- /dev/null +++ b/flow/static/css/New Folder With Items/swiper.min.css @@ -0,0 +1,13 @@ +/** + * Swiper 5.3.0 + * Most modern mobile touch slider and framework with hardware accelerated transitions + * http://swiperjs.com + * + * Copyright 2014-2020 Vladimir Kharlampidi + * + * Released under the MIT License + * + * Released on: January 11, 2020 + */ + +@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden} \ No newline at end of file diff --git a/flow/static/css/New Folder With Items/teams.css b/flow/static/css/New Folder With Items/teams.css new file mode 100644 index 0000000..e69de29 diff --git a/flow/static/css/about.css b/flow/static/css/about.css deleted file mode 100644 index 063bc3f..0000000 --- a/flow/static/css/about.css +++ /dev/null @@ -1,173 +0,0 @@ -@import url(https://fonts.googleapis.com/css?family=VT323); -* { - box-sizing: border-box; -} -body { - background: #383838; - color: #14fdce; - font-family: 'VT323'; - font-size: 24px; - -webkit-font-smoothing: none; - line-height: 1.2; - cursor: context-menu; -} -h1 { - font-size: 4rem; - - text-transform: uppercase; -} -p { - margin-bottom: 2rem; -} -.piece { - display: block; - height: 100%; - left: 0; - top: 0; - width: 100%; -} -.noclick { - pointer-events: none; -} -.frame { - background-color: transparent; - border-radius: 2rem; - border: 1rem solid; - border-bottom-color: #121212; - border-left-color: #080808; - border-right-color: #080808; - border-top-color: #020202; - box-shadow: inset 0 0 18rem black, - inset 0 0 3rem black, - 0 0 10rem black; - height: 96%; - position: absolute; - top: 2%; - left: 2%; - width: 96%; - pointer-events: none; -} -.emblem { - display: none; - position: absolute; - left: 50%; - bottom: 0; - font-size: 2rem; - height: 3rem; - width: 3rem; - text-align: center; - color: white; - background: -webkit-linear-gradient(#ffffff, #555555); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - - transform: translate(-50%); -} -.output { - animation: crt-output 10ms infinite; - - background-color: #031e11; - overflow: scroll; - position: absolute; - - pointer-events: auto; - text-shadow: 0rem 0.2rem 1rem #0c7b46; - z-index: -1; -} - -.scanlines { - background-size: 100% 0.3rem; - border-radius: 2rem; - position: absolute; -} -.glow { - animation: crt-glow 60s infinite; - background: radial-gradient(circle at center, #1bd459 0%, rgba(27, 212, 89, 1) 58%, rgba(21, 235, 92, 0.7) 80%, rgba(19, 94, 29, 0.5) 93%, rgba(10, 23, 12, 0.4) 100%); - opacity: 0.15; - pointer-events: none; - position: fixed; -} - -::-moz-selection { - background-color: #14fdce; - color: #031e11; -} -::selection { - background-color: #14fdce; - color: #031e11; -} -@font-face { - font-family: 'uuxsl'; - src: url('https://i.icomoon.io/public/188ac2dd2d/VOX/uuxsl.eot'); -} -@font-face { - font-family: 'uuxsl'; - src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SA1AAAAC8AAAAYGNtYXAaL8yjAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZiGj2jMAAAFwAAAA7GhlYWQEpbQaAAACXAAAADZoaGVhB6kDxgAAApQAAAAkaG10eAYAABkAAAK4AAAAFGxvY2EAKACKAAACzAAAAAxtYXhwAA0AMgAAAtgAAAAgbmFtZeGQWB4AAAL4AAABM3Bvc3QAAwAAAAAELAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmJgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYm//3//wAAAAAAIOYm//3//wAB/+MZ3gADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABwAZ/8YD5wO1AAUADQAVABsAIQAnAC8AABMVFzcnNQMFERcnNzU3ARElBxcVFwcvARUHFzcDJwcVNxcHFzc1JwcBBycHJxUFJeFVb1UZ/uJwAslVAkL+4m5VygJYcFVvVs1TU1NTplNTU1MBclXKylUBHwEfAbdnMUExZwG9pf61QWh04zH+UQFLpUEx4nVoNEFoMUExAcAwMHwxMNAxMWkvMP67MXV1MXympwAAAAABAAAAAQAAwDym7F8PPPUACwQAAAAAANDPt9EAAAAA0M+30QAA/8YD5wO1AAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAPnAAEAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAgAAAAQAABkAAAAAAAoAFAAeAHYAAQAAAAUAMAAHAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAoAAAABAAAAAAACAA4AOQABAAAAAAADAAoAIAABAAAAAAAEAAoARwABAAAAAAAFABYACgABAAAAAAAGAAUAKgABAAAAAAAKADQAUQADAAEECQABAAoAAAADAAEECQACAA4AOQADAAEECQADAAoAIAADAAEECQAEAAoARwADAAEECQAFABYACgADAAEECQAGAAoALwADAAEECQAKADQAUQB1AHUAeABzAGwAVgBlAHIAcwBpAG8AbgAgADEALgAwAHUAdQB4AHMAbHV1eHNsAHUAdQB4AHMAbABSAGUAZwB1AGwAYQByAHUAdQB4AHMAbABGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAASYAAsAAAAABEwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIDUGNtYXAAAAFoAAAATAAAAEwaL8yjZ2FzcAAAAbQAAAAIAAAACAAAABBnbHlmAAABvAAAAOwAAADsIaPaM2hlYWQAAAKoAAAANgAAADYEpbQaaGhlYQAAAuAAAAAkAAAAJAepA8ZobXR4AAADBAAAABQAAAAUBgAAGWxvY2EAAAMYAAAADAAAAAwAKACKbWF4cAAAAyQAAAAgAAAAIAANADJuYW1lAAADRAAAATMAAAEz4ZBYHnBvc3QAAAR4AAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5iYDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmJv/9//8AAAAAACDmJv/9//8AAf/jGd4AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAcAGf/GA+cDtQAFAA0AFQAbACEAJwAvAAATFRc3JzUDBREXJzc1NwERJQcXFRcHLwEVBxc3AycHFTcXBxc3NScHAQcnBycVBSXhVW9VGf7icALJVQJC/uJuVcoCWHBVb1bNU1NTU6ZTU1NTAXJVyspVAR8BHwG3ZzFBMWcBvaX+tUFodOMx/lEBS6VBMeJ1aDRBaDFBMQHAMDB8MTDQMTFpLzD+uzF1dTF8pqcAAAAAAQAAAAEAAMA8puxfDzz1AAsEAAAAAADQz7fRAAAAANDPt9EAAP/GA+cDtQAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD5wABAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAIAAAAEAAAZAAAAAAAKABQAHgB2AAEAAAAFADAABwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAKAAAAAQAAAAAAAgAOADkAAQAAAAAAAwAKACAAAQAAAAAABAAKAEcAAQAAAAAABQAWAAoAAQAAAAAABgAFACoAAQAAAAAACgA0AFEAAwABBAkAAQAKAAAAAwABBAkAAgAOADkAAwABBAkAAwAKACAAAwABBAkABAAKAEcAAwABBAkABQAWAAoAAwABBAkABgAKAC8AAwABBAkACgA0AFEAdQB1AHgAcwBsAFYAZQByAHMAaQBvAG4AIAAxAC4AMAB1AHUAeABzAGx1dXhzbAB1AHUAeABzAGwAUgBlAGcAdQBsAGEAcgB1AHUAeABzAGwARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'); - font-weight: normal; - font-style: normal; -} -::selection [class^="icon-"], -::selection [class*=" icon-"] { - font-family: 'uuxsl'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.video{ - width:50%; - padding: 3%; - margin-top: -1vh; - height:60vh; - - -} -.paragraph{ - width:50%; - margin-top:3vh; -} -.heading{ - text-align: center; - margin-top: 2vh; - - -} -.box{ - display: flex; -} -.card{ - z-index:999; - background-color: #ffffff!important; -} -.card-img-top{ - height: 50vh; -} -.head{ - text-align: center; -} -.paragraph p{ - padding:3px; -} -@media (max-width: 790px) { - .box{ - display: inline; - - } - .heading{ - margin-left: auto; - } - .video{ - width:100%; - height: auto; - margin-top: 2vh; - } - .paragraph{ - width: 100%; - } - -} \ No newline at end of file diff --git a/flow/static/css/attractions.css b/flow/static/css/attractions.css deleted file mode 100644 index d0798ba..0000000 --- a/flow/static/css/attractions.css +++ /dev/null @@ -1,271 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap'); - -@font-face { - font-family: Monument; - src: url('../fonts/MonumentExtended-Regular.otf'); -} - -* { - box-sizing: border-box !important; - margin: 0; - padding: 0; - font-family: unset !important; -} - -body { - overflow-x: hidden; -} - -.arnav { - font-family: 'Poppins', sans-serif !important; -} - -#bg-vid { - position: fixed; - left: 0; - top: 0; - width: 100vw; - height: auto; - z-index: -100; - background-size: cover; - margin: 0 auto; -} - -.container { - width: 100%; - margin-top: 110px; - max-width: 1280px; - height: calc(100vh - 110px); - margin-inline: auto; - overflow: unset; - overflow-x: hidden; - overflow-y: auto !important; - -ms-overflow-style: none; - scrollbar-width: none; -} -.container::-webkit-scrollbar { - display: none; -} - -.container .header { - text-align: center; - font-size: 3.95rem; - font-family: 'Monument' !important; - letter-spacing: 5px; - color: rgb(237, 218, 255); - text-transform: uppercase; - text-shadow: rgb(183, 111, 251) 0 0 35px; - margin-block: 1.5rem; -} - -.attraction-container { - display: grid; - grid-template-columns: repeat(3, 1fr); - gap: 3rem; -} - -.attraction-card { - position: relative; - padding: 1.45rem; - display: flex; - flex-direction: column; - background-color: rgba(0, 0, 0, 0.103); - align-items: center; - gap: 1.5rem; - transition: all 0.3s; - font-family: 'Righteous', cursive !important; - border-radius: 15px; - backdrop-filter: blur(15px); - -webkit-backdrop-filter: blur(15px); - cursor: pointer; -} - -.attraction-card:hover { - transform: translateY(-10px); -} - -.attraction-card-date { - color: rgb(197, 197, 197); - align-self: flex-start; -} - -.attraction-card-name { - color: #fff; - letter-spacing: 1px; - text-transform: uppercase; - transition: text-shadow 0.3s; -} - -.attraction-card-title { - color: #fff; - letter-spacing: 1px; - align-self: flex-start; -} - -.attraction-card:hover .attraction-card-name { - text-shadow: #fff 0 0 35px; -} - -.attraction-card img, -.modal-content img { - width: 100%; - max-width: 450px; - max-height: 450px; - border-radius: 10px; - transition: all 0.3s; -} - -.modal-content { - background: transparent; -} - -.attraction-card:hover .attraction-card-img { - transform: translateY(-10px); - box-shadow: rgba(255, 255, 255, 0.164) 0 0 15px; -} - -.attraction-card-btn { - color: #fff; - align-self: flex-end; - position: relative; - padding: 0.5rem 1.5rem 0.5rem 0; -} - -.attraction-card-btn::after { - content: ''; - position: absolute; - bottom: 0px; - left: 0; - right: 1.5rem; - pointer-events: none; - background-color: #fff; - height: 2px; - transform: scaleX(0); - transform-origin: left; - transition: all 200ms; -} - -.attraction-card-btn:hover::after { - transform: scaleX(1); -} - -/* Modal */ -.modal { - display: none; - position: fixed; - z-index: 1; - inset: 0; - overflow: auto; - background-color: rgba(0, 0, 0, 0.4); - place-items: center; -} - -.modal-container { - background-color: rgba(0, 0, 0, 0.493); - backdrop-filter: blur(10px); - -webkit-backdrop-filter: blur(10px); - width: 90%; - border-radius: 20px; - max-width: 850px; - padding: 2rem; - display: grid; - grid-template-columns: 1fr 1fr; - gap: 2rem; - align-items: center; - font-family: 'Righteous', cursive !important; -} - -.modal-img { - width: 100%; - border-radius: 15px; -} - -.modal-content { - display: flex; - flex-direction: column; - gap: 1rem; -} - -.modal-date { - color: rgb(255, 255, 255); - padding: 0.35rem 0.75rem; - background-color: rgba(255, 255, 255, 0.2); - align-self: flex-start; - border-radius: 50px; -} - -.modal-name { - color: #fff; - font-size: 1.85rem; - letter-spacing: 1px; - text-transform: uppercase; -} - -.modal-title { - color: #fff; - font-size: 1.2rem; - letter-spacing: 1px; -} - -.modal-desc { - color: rgb(197, 197, 197); - align-self: flex-start; -} - -.close-btn { - color: rgb(255, 255, 255); - width: 45px; - height: 45px; - position: absolute; - display: grid; - place-items: center; - top: 10px; - right: 10px; - border-radius: 50%; - background-color: rgba(255, 255, 255, 0.1); - transition: background-color 200ms; - cursor: pointer; -} - -.close-btn svg { - width: 24px; - height: 24px; -} - -.close-btn:hover, -.close-btn:focus { - background-color: rgba(255, 255, 255, 0.2); -} - -@media screen and (max-width: 650px) { - #bg-vid { - position: fixed; - height: 100vh; - width: auto; - /* left: -50%; */ - } - - .container { - padding-inline: 1rem; - } - - .container .header { - font-size: 2rem; - margin-block: 1.5rem; - } - - .attraction-container { - display: flex; - flex-direction: column; - } - - .attraction-card { - padding: 2rem; - gap: 0.5rem; - } - - .modal-container { - display: flex; - flex-direction: column; - } -} diff --git a/flow/static/css/card2.css b/flow/static/css/card2.css new file mode 100644 index 0000000..6f84a0a --- /dev/null +++ b/flow/static/css/card2.css @@ -0,0 +1,211 @@ +/*=============== GOOGLE FONTS ===============*/ +@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap"); + +/*=============== VARIABLES CSS ===============*/ +:root { + /*========== Colors ==========*/ + /*Color mode HSL(hue, saturation, lightness)*/ + --first-color: hsl(29, 80%, 58%); + --first-color-light: hsl(29, 80%, 70%); + --black-color: hsl(29, 16%, 10%); + --text-color: hsl(29, 8%, 65%); + --body-color: hsl(29, 100%, 99%); + + /*========== Font and typography ==========*/ + /*.5rem = 8px | 1rem = 16px ...*/ + --body-font: "Poppins", sans-serif; + --h3-font-size: 1.125rem; + --smaller-font-size: 0.75rem; +} + +/*=============== BASE ===============*/ +* { + box-sizing: border-box; + padding: 0; + margin: 0; +} + +body { + font-family: var(--body-font); + background-color: var(--text-color); +} + +a { + text-decoration: none; +} + +ul { + list-style: none; +} + +img { + max-width: 100%; + height: auto; +} + +/*=============== CARD ===============*/ +.container { + height: 100vh; + margin-inline: 1.5rem; + display: grid; + margin: 0px; + place-items: center; +} + +.card { + margin-bottom: 1rem; + position: relative; + width: 256px; + background-color: var(--black-color); + padding: 1.25rem 2rem 3rem; + border-radius: 1.5rem; + text-align: center; + box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2); +} + +.card__img { + width: 96px; + border-radius: 50%; + overflow: hidden; + z-index: 1; +} + +/* .card__border { + width: 110px; + height: 110px; + border: 2px solid var(--first-color); + border-radius: 50%; + display: grid; + place-items: center; + + margin: 0 auto 0.75rem; +} */ + +.card__name { + color: var(--first-color); + font-size: 1.5rem; + font-weight: 500; + margin-top: 2rem; + letter-spacing: 2px; +} + +.card__profession { + color: var(--text-color); + font-size: var(--smaller-font-size); + font-weight: 500; +} + +.card__social { + width: 200px; + background-color: var(--first-color); + padding: 0.75rem; + border-radius: 3rem; + text-align: initial; + box-shadow: 0 8px 24px hsla(29, 75%, 56%, 0.3); + position: absolute; + left: 0; + right: 0; + bottom: -1.75rem; + margin: 0 auto; + overflow: hidden; + transform-origin: 18px 17px; +} + +.card__social-control { + position: relative; + transform-origin: 18px 18px; + transition: transform 0.45s ease; + transform: rotate(0); +} + +.card__social-toggle { + display: inline-flex; + background-color: var(--black-color); + color: var(--first-color); + font-size: 1.25rem; + padding: 0.5rem; + border-radius: 50%; + cursor: pointer; + position: relative; + z-index: 10; +} + +.card__social-text { + display: block; + color: var(--black-color); + font-size: var(--smaller-font-size); + font-weight: 500; +} + +.card__social-list { + display: inline-flex; + column-gap: 0.75rem; + transform: rotate(135deg); + transform-origin: 18px 17px; +} + +.card__social-link { + display: inline-flex; + background-color: var(--first-color-light); + color: var(--black-color); + font-size: 1.25rem; + padding: 6px; + border-radius: 50%; +} + +.card__social-text, +.card__social-list { + position: absolute; + top: 0; + left: 0; + right: 0; + padding-left: 3.1rem; +} + +.card__social-text { + top: 0.5rem; +} + +/* Rotate social */ +.animation .card__social-control { + transform: rotate(-135deg); +} + +/* Up animation */ +.card__social.animation { + animation: up-animation 1s ease-in-out forwards; +} + +@keyframes up-animation { + 0%, + 100% { + transform: rotate(0); + } + 50%, + 60% { + transform: rotate(-3deg); + } + 88% { + transform: rotate(1deg); + } +} + +/* Down animation */ +.card__social.down-animation { + animation: down-animation 1s ease-in-out forwards; +} + +@keyframes down-animation { + 0%, + 100% { + transform: rotate(0); + } + 50%, + 60% { + transform: rotate(6deg); + } + 0%, + 88% { + transform: rotate(-1deg); + } +} diff --git a/flow/static/css/contactus.css b/flow/static/css/contactus.css deleted file mode 100644 index 151f75d..0000000 --- a/flow/static/css/contactus.css +++ /dev/null @@ -1,194 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); -@font-face { - font-family: Monument; - src: url('../fonts/MonumentExtended-Regular.otf'); -} - -body { - overflow-x: hidden; -} - -* { - box-sizing: border-box; - margin: 0; - padding: 0; -} - -#bg-vid { - position: fixed; - inset: 0; - z-index: -100; - background-size: cover; - margin: 0 auto; -} - -.container { - height: calc(100vh - 110px); - margin-top: 110px; - width: 100%; - max-width: 1280px; - margin-inline: auto; - display: flex; - justify-content: space-between; - font-family: 'Poppins', sans-serif; - overflow: unset; - overflow-x: hidden; - overflow-y: auto !important; - -ms-overflow-style: none; - scrollbar-width: none; -} - -.container::-webkit-scrollbar { - display: none; -} - -.container svg { - height: 24px; - width: 24px; - position: static; - z-index: 1; -} - -.side { - width: 35%; - display: grid; - place-items: center; -} - -.main { - width: 60%; - display: flex; - flex-direction: column; -} - -.side-header { - text-align: center; - font-size: clamp(2rem, 5vw, 3.95rem); - font-family: 'Monument', display !important; - letter-spacing: 5px; - color: rgb(237, 218, 255); - text-transform: uppercase; - text-shadow: rgb(183, 111, 251) 0 0 35px; - margin-block: 3rem; -} - -.contact-mail { - display: flex; - flex-direction: column; - gap: 1rem; -} - -.contact-mail > div { - display: flex; - justify-content: space-between; -} - -.contact { - display: flex; - align-items: center; - gap: 1rem; - color: rgba(241, 241, 241); - text-decoration: none; - background-color: rgba(0, 0, 0, 0.5); - backdrop-filter: blur(15px); - -webkit-backdrop-filter: blur(15px); - padding: 1.5rem 3.5rem 1.5rem 2rem; - border-radius: 20px; - transition: all 0.3s; -} - -.contact:hover { - transform: translateY(-5px); - background-color: rgba(0, 0, 0, 0.301); - color: rgb(241, 241, 241); - box-shadow: rgba(255, 255, 255, 0.25) 4px 4px 15px; -} - -.contact-social h1, -.contact-mail h1 { - font-size: 2rem; - font-family: 'Monument', display !important; - letter-spacing: 5px; - color: rgb(237, 218, 255); - text-transform: uppercase; - margin-block: 2.5rem; -} - -.social-links-container { - display: flex; - gap: 2.5rem; -} - -.social-link { - width: 85px; - height: 85px; - display: grid; - place-items: center; - background-color: rgba(0, 0, 0, 0.5); - backdrop-filter: blur(15px); - -webkit-backdrop-filter: blur(15px); - border-radius: 15px; - color: aliceblue; - transition: all 0.3s; -} - -.social-link:hover { - transform: translateY(-5px); - background-color: rgba(0, 0, 0, 0.301); - color: rgb(241, 241, 241); - box-shadow: rgba(255, 255, 255, 0.25) 4px 4px 15px; -} - -.contact-info h2 { - font-size: 24px; -} - -@media screen and (max-width: 650px) { - .container { - flex-direction: column; - padding-inline: 1rem; - margin-top: 110px; - } - .side, - .main { - width: auto; - } - - .main { - display: flex; - flex-direction: column; - align-items: center; - gap: 2.5rem; - } - - .side-header { - font-size: 2rem; - margin-block: 1.5rem; - } - - .contact-mail h1, - .contact-social h1 { - font-size: 1.25rem; - margin-block: 1rem; - } - - .contact-mail > div { - display: flex; - flex-direction: column; - gap: 1rem; - } - - .contact { - width: fit-content; - } - - .social-links-container { - display: flex; - gap: 1.5rem; - } - - .social-link { - width: 65px; - height: 65px; - } -} diff --git a/flow/static/css/events/events.css b/flow/static/css/events/events.css deleted file mode 100644 index 365444a..0000000 --- a/flow/static/css/events/events.css +++ /dev/null @@ -1,111 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Gruppo&display=swap'); - -body { - font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif; - font-size: 16px; - line-height: 1.75; - } - - #timeline { - display: flex; - background-color: #031625; - } - #timeline:hover .tl-item { - width: 23.3333%; - } - - .tl-item { - transform: translate3d(0, 0, 0); - position: relative; - width: 25%; - height: 100vh; - min-height: 600px; - color: #fff; - overflow: hidden; - transition: width 0.5s ease; - } - .tl-item:before, .tl-item:after { - transform: translate3d(0, 0, 0); - content: ""; - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - } - .tl-item:after { - background: rgba(3, 22, 37, 0.85); - opacity: 1; - transition: opacity 0.5s ease; - } - .tl-item:before { - background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%); - z-index: 1; - opacity: 0; - transform: translate3d(0, 0, 0) translateY(50%); - transition: opacity 0.5s ease, transform 0.5s ease; - } - .tl-item:hover { - width: 30% !important; - } - .tl-item:hover:after { - opacity: 0; - } - .tl-item:hover:before { - opacity: 1; - transform: translate3d(0, 0, 0) translateY(0); - transition: opacity 1s ease, transform 1s ease 0.25s; - } - .tl-item:hover .tl-content { - opacity: 1; - transform: translateY(0); - transition: all 0.75s ease 0.5s; - } - .tl-item:hover .tl-bg { - filter: grayscale(0); - } - - .tl-content { - transform: translate3d(0, 0, 0) translateY(25px); - position: relative; - z-index: 1; - text-align: center; - margin: 0 1.618em; - top: 55%; - opacity: 0; - } - .tl-content h1 { - font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif; - text-transform: uppercase; - color: #1779cf; - font-size: 1.44rem; - font-weight: normal; - } - - .tl-year { - position: absolute; - top: 50%; - left: 50%; - transform: translateX(-50%) translateY(-50%); - z-index: 1; - border-top: 1px solid #fff; - border-bottom: 1px solid #fff; - } - .tl-year p { - font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif; - font-size: 1.728rem; - line-height: 0; - } - - .tl-bg { - transform: translate3d(0, 0, 0); - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - background-size: cover; - background-position: center center; - transition: filter 0.5s ease; - filter: grayscale(100%); - } \ No newline at end of file diff --git a/flow/static/css/events/timeline_details.css b/flow/static/css/events/timeline_details.css deleted file mode 100644 index c5bfed9..0000000 --- a/flow/static/css/events/timeline_details.css +++ /dev/null @@ -1,214 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Gruppo&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=IM+Fell+Great+Primer&family=Orbitron:wght@700&display=swap'); -.timeline { - display: flex; - margin: 0 auto; - flex-wrap: wrap; - flex-direction: column; - max-width: 700px; - position: relative; -} -.timeline__content{ - position: relative; - backdrop-filter: blur(10px); -} -.timeline__content-title { - font-weight: normal; - font-size: 66px; - margin: -10px 0 0 0; - transition: 0.4s; - padding: 0 10px; - box-sizing: border-box; - font-family: "Orbitron", sans-serif; - font-weight: bolder; - color: #fff; - background-color: black; -} -.timeline__content-desc { - margin: 0; - font-size: 17px; - box-sizing: border-box; - color: rgb(255, 255, 255); - line-height: 25px; - font-family: 'Gruppo', cursive; - font-weight: bolder; -} -.timeline:before { - position: absolute; - left: 50%; - width: 2px; - height: 100%; - margin-left: -1px; - content: ""; - background: rgba(255, 255, 255, 0.07); -} -@media only screen and (max-width: 767px) { - .timeline:before { - left: 40px; - } -} -.timeline-item { - padding: 40px 0; - opacity: 0.3; - filter: blur(2px); - transition: 0.5s; - box-sizing: border-box; - width: calc(50% - 40px); - display: flex; - position: relative; - transform: translateY(-80px); -} -.timeline-item:before { - content: attr(data-text); - letter-spacing: 3px; - width: 100%; - position: absolute; - color: rgba(255, 255, 255, 0.5); - font-size: 13px; - font-family: "Pathway Gothic One", sans-serif; - border-left: 2px solid rgba(255, 255, 255, 0.5); - top: 70%; - margin-top: -5px; - padding-left: 15px; - opacity: 0; - right: calc(-100% - 56px); -} -.timeline-item:nth-child(even) { - align-self: flex-end; -} -.timeline-item:nth-child(even):before { - right: auto; - text-align: right; - left: calc(-100% - 56px); - padding-left: 0; - border-left: none; - border-right: 2px solid rgba(255, 255, 255, 0.5); - padding-right: 15px; -} -.timeline-item--active { - opacity: 1; - transform: translateY(0); - filter: blur(0px); -} -.timeline-item--active:before { - top: 50%; - transition: 0.3s all 0.2s; - opacity: 1; - font-size: 30px; -} -.timeline-item--active .timeline__content-title { - margin: -50px 0 20px 0; -} -@media only screen and (max-width: 767px) { - .timeline-item { - align-self: baseline !important; - width: 100%; - padding: 0 30px 150px 80px; - } - .timeline-item:before { - left: 10px !important; - padding: 0 !important; - top: 50px; - text-align: center !important; - width: 60px; - border: none !important; - } - .timeline-item:last-child { - padding-bottom: 40px; - } -} -.timeline__img { - max-width: 100%; - box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4); - z-index: -1; - position: relative; -} -.timeline-container { - width: 100%; - position: relative; - transition: 0.3s ease 0s; - background-attachment: fixed; - background-size: cover; -} -.timeline-container:before { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - background: rgba(99, 99, 99, 0.8); - content: ""; -} -.timeline-header { - width: 100%; - text-align: center; - margin-bottom: 80px; - position: relative; -} -.timeline-header__title { - color: #fff; - border: 4px solid; - background: rgb(2, 6, 59); - mix-blend-mode: luminosity; - font: bolder 5vw 'Orbitron', sans-serif; - text-align: center; - margin: 0; - animation: glow 3s infinite; -} -.timeline-header__subtitle { - color: #fff; - border: 4px solid; - background: rgb(2, 17, 59); - mix-blend-mode: hard-light; - font: bolder 3vw "Gruppo"; - text-align: center; - margin-top: -10px; - animation: glow 4s infinite; - opacity: .7; -} - -.demo-footer { - padding: 60px 0; - text-align: center; -} -.demo-footer a { - color: #999; - display: inline-block; - font-family: Cardo; -} - -.register_here{ - border-radius: 20px; - background-color: #fff; - font-family: 'Gruppo', cursive; - font-size: larger; - font-weight: bolder; - height: 40px; - border: none; -} - -.register_here:hover{ - cursor: pointer; - color: white; - background-color: black; -} - -@keyframes glow { - 0% { - text-shadow: 0 0 10px white; - } - - 15% { - text-shadow: 2px 2px 10px rgba(255, 255, 255, 1), - -2px -2px 10px rgba(255, 255, 255, 1); - } - 30% { - text-shadow: 2px 2px 4px rgba(255, 255, 255, .7), - -2px -2px 4px rgba(255, 255, 255, .7); - } - 50% { - text-shadow: 20px 20px 50px rgba(255, 255, 255, .5), - -20px -20px 50px rgba(255, 255, 255, .5); - } -} - diff --git a/flow/static/css/fullpage.css b/flow/static/css/fullpage.css deleted file mode 100644 index 05adfdc..0000000 --- a/flow/static/css/fullpage.css +++ /dev/null @@ -1,246 +0,0 @@ - -.fp-slide { - float: left -} - -.fp-slide, .fp-slidesContainer { - height: 100%; - display: block -} - -.fp-slides { - z-index: 1; - height: 100%; - overflow: hidden; - position: relative; - -webkit-transition: all .3s ease-out; - transition: all .3s ease-out -} - -.fp-section.fp-table, .fp-slide.fp-table { - display: table; - table-layout: fixed; - width: 100% -} - -.fp-tableCell { - display: table-cell; - vertical-align: middle; - width: 100%; - height: 100% -} - -.fp-slidesContainer { - float: left; - position: relative -} - -.fp-controlArrow { - position: absolute; - z-index: 4; - top: 50%; - cursor: pointer; - width: 0; - height: 0; - border-style: solid; - margin-top: -38px; - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0) -} - -.fp-controlArrow.fp-prev { - left: 15px; - width: 0; - border-width: 38.5px 34px 38.5px 0; - border-color: transparent #fff transparent transparent -} - -.fp-controlArrow.fp-next { - right: 15px; - border-width: 38.5px 0 38.5px 34px; - border-color: transparent transparent transparent #fff -} - -.fp-scrollable { - position: relative -} - -.fp-scrollable, .fp-scroller { - overflow: hidden -} - -.iScrollIndicator { - border: 0 !important -} - -.fp-notransition { - -webkit-transition: none !important; - transition: none !important -} - -#fp-nav, .fp-slidesNav { - opacity: 1; -} - -#fp-nav { - margin-top: -32px; - top: 50%; - position: fixed; - z-index: 100 -} - -#fp-nav.fp-right { - right: 17px -} - -#fp-nav.fp-left { - left: 17px -} - -.fp-slidesNav { - position: absolute; - z-index: 4; - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - left: 0 !important; - right: 0; - margin: 0 auto !important -} - -.fp-slidesNav.fp-bottom { - bottom: 17px -} - -.fp-slidesNav.fp-top { - top: 17px -} - -#fp-nav ul, .fp-slidesNav ul { - margin: 0; - padding: 0 -} - -#fp-nav ul li, .fp-slidesNav ul li { - display: block; - width: 14px; - height: 13px; - margin: 7px; - position: relative -} - -.fp-slidesNav ul li { - display: inline-block -} - -#fp-nav ul li a, .fp-slidesNav ul li a { - display: block; - position: relative; - z-index: 1; - width: 100%; - height: 100%; - cursor: pointer; - text-decoration: none -} - -#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span { - height: 12px; - width: 12px; - margin: -6px 0 0 -6px; - border-radius: 100% -} - -#fp-nav ul li a span, .fp-slidesNav ul li a span { - border-radius: 50%; - position: absolute; - z-index: 1; - height: 4px; - width: 4px; - border: 0; - background: #333; - left: 50%; - top: 50%; - margin: -2px 0 0 -2px; - -webkit-transition: all .1s ease-in-out; - -moz-transition: all .1s ease-in-out; - -o-transition: all .1s ease-in-out; - transition: all .1s ease-in-out -} - -#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span { - width: 10px; - height: 10px; - margin: -5px 0 0 -5px -} - -#fp-nav ul li .fp-tooltip, .fp-sr-only { - position: absolute; - overflow: hidden; - white-space: nowrap -} - -#fp-nav ul li .fp-tooltip { - top: -2px; - color: #fff; - font-size: 14px; - font-family: arial, helvetica, sans-serif; - max-width: 220px; - display: block; - opacity: 0; - cursor: pointer; - width: 0 -} - -#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip { - -webkit-transition: opacity .2s ease-in; - transition: opacity .2s ease-in; - width: auto; - opacity: 1 -} - -#fp-nav ul li .fp-tooltip.fp-right { - right: 20px -} - -#fp-nav ul li .fp-tooltip.fp-left { - left: 20px -} - -.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section { - height: auto !important -} - -.fp-sr-only { - width: 1px; - height: 1px; - padding: 0; - clip: rect(0, 0, 0, 0); - border: 0 -} - - -.fp-tableCell { - vertical-align: middle -} - - -#fp-nav ul li a span { - background: #fff -} - -.section, .wrap { - position: relative -} - -.section { - text-align: center -} - -#section-3 { - background-color: #141615;; -} - -#section-4 { - background-color: chocolate; -} - diff --git a/flow/static/css/generated-default_1605622710609.css b/flow/static/css/generated-default_1605622710609.css deleted file mode 100644 index b85cb1e..0000000 --- a/flow/static/css/generated-default_1605622710609.css +++ /dev/null @@ -1,8122 +0,0 @@ -a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { - margin: 0; - padding: 0; - border: 0; - font: inherit; - vertical-align: baseline -} - -article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { - display: block -} - -body { - line-height: 1 -} - -ol, ul { - list-style: none -} - -blockquote, q { - quotes: none -} - -blockquote:after, blockquote:before, q:after, q:before { - content: ''; - content: none -} - -table { - border-collapse: collapse; - border-spacing: 0 -} - -input, textarea { - -webkit-appearance: none; - border-radius: 0 -} - -*, :after, :before { - outline: 0; - -webkit-tap-highlight-color: transparent; - box-sizing: border-box -} - -* { - -webkit-touch-callout: none; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - -moz-font-smoothing: antialiased; - -ms-font-smoothing: antialiased; - font-smoothing: antialiased -} - -@font-face { - font-family: "b"; - src: url(../fonts/fonts-battling-medium-webfont.eot); - src: url(../fonts/fonts-battling-medium-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fonts-battling-medium-webfont.woff2) format("woff2"), url(../fonts/fonts-battling-medium-webfont.woff) format("woff"), url(../fonts/fonts-battling-medium-webfont.ttf) format("truetype"), url(../fonts/battling-medium-webfont.svg#battling_mediummedium) format("svg"); - font-weight: 600; - font-style: normal -} - -@font-face { - font-family: "b"; - src: url(../fonts/fonts-battling-regular-webfont.eot); - src: url(../fonts/fonts-battling-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fonts-battling-regular-webfont.woff2) format("woff2"), url(../fonts/fonts-battling-regular-webfont.woff) format("woff"), url(../fonts/fonts-battling-regular-webfont.ttf) format("truetype"), url(../fonts/battling-regular-webfont.svg#battling_regularregular) format("svg"); - font-weight: 400; - font-style: normal -} - -@font-face { - font-family: "b"; - src: url(../fonts/fonts-battling-bold-webfont.eot); - src: url(../fonts/fonts-battling-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fonts-battling-bold-webfont.woff2) format("woff2"), url(../fonts/fonts-battling-bold-webfont.woff) format("woff"), url(../fonts/fonts-battling-bold-webfont.ttf) format("truetype"), url(../fonts/battling-bold-webfont.svg#battling_boldbold) format("svg"); - font-weight: 700; - font-style: normal -} - -@font-face { - font-family: "f"; - src: url(../fonts/fonts-futuredeluxeprowebfont.eot); - src: url(../fonts/fonts-futuredeluxeprowebfont.eot) format("embedded-opentype"), url(../fonts/fonts-futuredeluxeprowebfont.woff2) format("woff2"), url(../fonts/fonts-futuredeluxeprowebfont.woff) format("woff"), url(../fonts/fonts-futuredeluxeprowebfont.ttf) format("truetype"), url(../fonts/futuredeluxeprowebfont.svg#futuredeluxeprowebfont) format("svg") -} - -@font-face { - font-family: "i"; - src: url(../fonts/fonts-sourdoreille.eot); - src: url(../fonts/fonts-sourdoreille.eot?#iefix) format("embedded-opentype"), url(../fonts/fonts-sourdoreille.woff) format("woff"), url(../fonts/fonts-sourdoreille.ttf) format("truetype"), url(../fonts/sourdoreille.svg#sourdoreille) format("svg"); - font-weight: 400; - font-style: normal -} - -body { - color: #636363; - font: 400 16px/24px "Titillium Web"; - letter-spacing: .4px -} - -.title_1, h1 { - font: 700 60px/57px "b"; - letter-spacing: 0; - text-transform: uppercase -} - -.text h1, .title_2, h2 { - font: 700 30px/30px "b"; - text-transform: uppercase -} - -.title_3, h3 { - font: 600 20px/20px "b" -} - -.title_4, h4 { - font: 600 16px/16px "b"; - letter-spacing: -.25px -} - -.title_5, h5 { - color: #636363; - font: 300 20px/32px "Titillium Web"; - font-style: italic -} - -.title_6, h6 { - color: #ee5949; - font: 400 16px/20px Volkhov; - font-style: italic; - text-transform: none -} - -.fb_iframe_widget, .iframediv, .image-wrapper, .tableauPlaceholder, .video-wrapper, center, p, pre { - margin-bottom: 30px -} - -.fb_iframe_widget:last-child, .iframediv:last-child, .image-wrapper:last-child, .tableauPlaceholder:last-child, .video-wrapper:last-child, center:last-child, p:last-child, p > .fb_iframe_widget, p > .iframediv, p > .image-wrapper, p > .tableauPlaceholder, p > .video-wrapper, p > center, p > p, p > pre, pre:last-child { - margin-bottom: 0 -} - -.fb_iframe_widget { - text-align: center; - width: 100% -} - -b, strong { - font-weight: 700 -} - -em, i { - font-style: italic -} - -.text ol { - margin-left: 20px; - list-style: decimal -} - -.text ul { - list-style: inside -} - -.text ol, .text ul { - margin-bottom: 30px -} - -.text ol:last-child, .text ul:last-child { - margin-bottom: 0 -} - -.text p + ol, .text p + ul { - margin-top: -25px -} - -.text .title_2, .text h1, .text h2 { - text-align: center; - margin-bottom: 60px; - margin-top: 60px; - color: #0c2044 -} - -p .text .title_2, p .text h1, p .text h2 { - margin-top: 30px; - margin-bottom: 30px -} - -.text .title_2 + .title_2, .text .title_2 + h1, .text .title_2 + h2, .text h1 + .title_2, .text h1 + h1, .text h1 + h2, .text h2 + .title_2, .text h2 + h1, .text h2 + h2 { - margin-top: -50px -} - -.text .title_3, .text h3 { - margin-bottom: 20px -} - -.text .title_4, .text h4 { - margin-bottom: 15px -} - -.text .title_5, .text h5 { - margin-bottom: 10px -} - -.text a { - font-weight: 700; - color: #636363; - position: relative; - white-space: nowrap; - display: inline-block; - max-width: 100%; - padding: 0 2px; - overflow: hidden; - text-overflow: ellipsis; - vertical-align: bottom; - margin: 0 -2px -} - -.text a:before { - content: ''; - position: absolute; - background: #bdecef; - bottom: 1px; - height: 5px; - right: -2px; - left: -2px; - z-index: -1; - transition: height cubic-bezier(0.075, .82, .165, 1) .3s -} - -.text a:hover:before { - height: calc(100% - 2px) -} - -.text blockquote { - color: #ee5949; - margin-bottom: 30px -} - -.text pre { - font: 600 15px/16px "Titillium Web" -} - -a { - cursor: pointer; - text-decoration: none -} - -blockquote { - font: 400 30px/35px Volkhov; - font-style: italic -} - -@media (max-width: 1024px) { - .title_1, h1 { - font-size: 48px; - line-height: 52px - } - - .text h1, .title_2, h2 { - font-size: 28px; - line-height: 28px - } -} - -@media (max-width: 840px) { - body { - font-size: 13px; - line-height: 22px - } - - .title_1, h1 { - font-size: 30px; - line-height: 34px - } - - .text h1, .title_2, h2 { - font-size: 16px; - line-height: 18px - } - - .title_4, h4 { - font-size: 14px; - line-height: 16px - } - - .title_5, h5 { - font-size: 18px; - line-height: 26px - } - - .fb_iframe_widget, .iframediv, .image-wrapper, .tableauPlaceholder, .video-wrapper, center, p, pre { - margin-bottom: 25px - } - - .fb_iframe_widget:last-child, .iframediv:last-child, .image-wrapper:last-child, .tableauPlaceholder:last-child, .video-wrapper:last-child, center:last-child, p:last-child, p > .fb_iframe_widget, p > .iframediv, p > .image-wrapper, p > .tableauPlaceholder, p > .video-wrapper, p > center, p > p, p > pre, pre:last-child { - margin-bottom: 0 - } - - .text .title_2, .text h1, .text h2 { - font-size: 16px; - line-height: 22px - } - - .text blockquote { - font-size: 18px; - line-height: 22px - } -} - -.max { - width: 100% -} - -.float--left { - float: left -} - -.float--right { - float: right -} - -.clear, .clearfix { - clear: both -} - -.center { - text-align: center -} - -#content { - z-index: 10; - overflow: visible -} - -::selection { - background: #ee5949; - color: #fff -} - -::-moz-selection { - background: #ee5949; - color: #fff -} - -body { - overflow-y: scroll; - -webkit-text-size-adjust: 100% -} - -.overlay-loader { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 99999; - overflow: hidden -} - -.no-js .overlay-loader { - display: none -} - -#overlay-loader-red { - background: #ee5949 -} - -#corporate .header #overlay-loader-red h1, #footer #overlay-loader-red .logo-footer, #footer-page-corpo > footer #overlay-loader-red .logo-footer, #header-wrapper #overlay-loader-red .site-logo, #overlay-loader-red #corporate .header h1, #overlay-loader-red #footer .logo-footer, #overlay-loader-red #footer-page-corpo > footer .logo-footer, #overlay-loader-red #header-wrapper .site-logo, #overlay-loader-red .logo { - color: #bdecef !important -} - -#overlay-loader-blue { - z-index: 999999; - background: #bdecef -} - -.overlay-loader-inner { - overflow: hidden; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - text-align: center -} - -#corporate .header .overlay-loader-inner h1, #footer .overlay-loader-inner .logo-footer, #footer-page-corpo > footer .overlay-loader-inner .logo-footer, #header-wrapper .overlay-loader-inner .site-logo, .overlay-loader-inner #corporate .header h1, .overlay-loader-inner #footer .logo-footer, .overlay-loader-inner #footer-page-corpo > footer .logo-footer, .overlay-loader-inner #header-wrapper .site-logo, .overlay-loader-inner .logo { - position: relative; - display: inline-block; - top: 50%; - color: #ee5949; - margin-top: -36px -} - -.wrapper { - max-width: 100%; - margin-left: auto; - margin-right: auto; - position: relative -} - -.wrapper.wrapper--small { - max-width: 720px -} - -.wrapper.wrapper--medium { - max-width: 1070px -} - -.wrapper.wrapper--large { - max-width: 1320px -} - -.wrapper.wrapper--corpo { - max-width: 940px -} - -.vertical-center-wrapper { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center -} - -.vertical-center-wrapper .vertical-center-inner { - width: 100% -} - -.no-flexbox .vertical-center-wrapper { - display: block -} - -.no-flexbox .vertical-center-wrapper .vertical-center-inner { - position: absolute; - top: 50%; - transform: translateY(-50%) -} - -.inner { - position: relative; - width: 100%; - padding-right: 20px; - padding-left: 20px -} - -.bkg-cover { - background-repeat: no-repeat; - background-position: center center; - background-size: cover -} - -.bkg-full { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - z-index: 1 -} - -.bkg-nb { - -webkit-filter: grayscale(1); - -webkit-filter: grayscale(100%); - filter: gray; - filter: grayscale(100%); - filter: url(../img/filters.svg#greyscale) -} - -.archive-header .archive-list-children-cats-wrapper-mobile select, .list-articles-year-filter-wrapper select, .select { - line-height: 20px; - border: 0; - border-radius: 0; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - box-shadow: none; - font: 600 12px/20px "b"; - color: #ee5949; - height: 20px; - text-align: center; - cursor: pointer; - text-transform: uppercase; - padding: 0 15px 0 0; - border-bottom: 1px solid #ee5949; - background: transparent url(../images/img-arrow-bottom-select.png) no-repeat center right -} - -.archive-header .archive-list-children-cats-wrapper-mobile .touch select, .list-articles-year-filter-wrapper .touch select, .touch .archive-header .archive-list-children-cats-wrapper-mobile select, .touch .list-articles-year-filter-wrapper select, .touch .select { - font-size: 16px -} - -#page .btn, .btn { - display: inline-block; - height: 40px; - font: 600 14px/38px "b"; - padding: 0 22px; - position: relative; - color: #fff; - border: none; - cursor: pointer; - text-transform: uppercase -} - -#page .btn span, .btn span { - display: inline-block; - vertical-align: middle; - transition: transform cubic-bezier(0.785, .135, .15, .86) .3s, color linear .3s -} - -#page .btn:before, .btn:before { - content: ''; - background: #ee5949; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - z-index: -1; - transition: transform cubic-bezier(0.785, .135, .15, .86) .3s; - will-change: transform -} - -.no-touch #page .btn:hover:before, .no-touch #page .home-list-item:hover .btn:before, .no-touch #page .wrapper--history-machine .history-machine:hover .btn:before, .no-touch .btn:hover:before, .no-touch .home-list-item:hover #page .btn:before, .no-touch .home-list-item:hover .btn:before, .no-touch .wrapper--history-machine .history-machine:hover #page .btn:before, .no-touch .wrapper--history-machine .history-machine:hover .btn:before { - transform: scaleY(0.24) -} - -.no-touch #page .btn:hover span, .no-touch #page .home-list-item:hover .btn span, .no-touch #page .wrapper--history-machine .history-machine:hover .btn span, .no-touch .btn:hover span, .no-touch .home-list-item:hover #page .btn span, .no-touch .home-list-item:hover .btn span, .no-touch .wrapper--history-machine .history-machine:hover #page .btn span, .no-touch .wrapper--history-machine .history-machine:hover .btn span { - color: #0c2044; - transform: translateY(7px) -} - -.no-touch #page .btn:hover span:first-child, .no-touch #page .home-list-item:hover .btn span:first-child, .no-touch #page .wrapper--history-machine .history-machine:hover .btn span:first-child, .no-touch .btn:hover span:first-child, .no-touch .home-list-item:hover #page .btn span:first-child, .no-touch .home-list-item:hover .btn span:first-child, .no-touch .wrapper--history-machine .history-machine:hover #page .btn span:first-child, .no-touch .wrapper--history-machine .history-machine:hover .btn span:first-child { - transform: translateY(-7px) -} - -#page .btn.btn--blue:before, .btn.btn--blue:before { - background-color: #0c2044 -} - -.no-touch #page .btn.btn--blue:hover span, .no-touch #page .home-list-item:hover .btn--blue.btn span, .no-touch #page .wrapper--history-machine .history-machine:hover .btn--blue.btn span, .no-touch .btn.btn--blue:hover span, .no-touch .home-list-item:hover #page .btn--blue.btn span, .no-touch .home-list-item:hover .btn--blue.btn span, .no-touch .wrapper--history-machine .history-machine:hover #page .btn--blue.btn span, .no-touch .wrapper--history-machine .history-machine:hover .btn--blue.btn span { - color: #ee5949 -} - -.close { - position: relative; - height: 40px; - display: block; - cursor: pointer; - padding: 0 10px -} - -.close:after, .close:before { - content: ''; - position: absolute; - background: #0c2044; - width: 4px; - height: 16px; - display: block; - top: 50%; - left: 50%; - margin: -8px 0 0 -2px; - transition: background-color linear .1s -} - -.no-touch .close:hover:after, .no-touch .close:hover:before { - background-color: #ee5949 -} - -.close:after { - transform: rotate(-45deg) -} - -.close:before { - transform: rotate(45deg) -} - -#page { - position: relative; - z-index: 10; - width: 100%; - margin-top: 27px -} - -.has-hover-text .hover-text { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - overflow: hidden; - z-index: 100; - opacity: 0; - transition: opacity .2s linear .1s; - transform: translateY(0) -} - -.has-hover-text .hover-text span { - text-indent: -9999px; - opacity: .25; - display: block; - position: absolute; - transition: transform cubic-bezier(0.215, .61, .355, 1) .4s; - height: 50%; - width: 50%; - background-size: auto 100%; - background-repeat: no-repeat -} - -.has-hover-text .hover-text span:first-child { - left: -8px; - top: 0; - transform: translateY(50%); - background-position: top right -} - -.has-hover-text .hover-text span:last-child { - bottom: 0; - right: -8px; - background-position: top left; - transform: translateY(-50%) -} - -.has-hover-text .hover-text.hover-text--voir span:first-child { - width: 58%; - background-image: url(../images/hover-text-vo.png) -} - -.has-hover-text .hover-text.hover-text--voir span:last-child { - width: 42%; - background-image: url(../images/hover-text-ir.png) -} - -.has-hover-text .hover-text.hover-text--lire span:first-child { - width: 45%; - background-image: url(../images/hover-text-li.png) -} - -.has-hover-text .hover-text.hover-text--lire span:last-child { - width: 55%; - background-image: url(../images/hover-text-re.png) -} - -.has-hover-text .hover-text.hover-text--ecouter span { - width: 100% -} - -.has-hover-text .hover-text.hover-text--ecouter span:first-child { - left: 0; - background-position: left top; - background-image: url(../images/hover-text-ecou.png) -} - -.has-hover-text .hover-text.hover-text--ecouter span:last-child { - right: 0; - background-position: right top; - background-image: url(../images/hover-text-ter.png) -} - -.has-hover-text .hover-text.hover-text--jouer span:first-child { - width: 62%; - background-image: url(../images/hover-text-jou.png) -} - -.has-hover-text .hover-text.hover-text--jouer span:last-child { - width: 38%; - background-image: url(../images/hover-text-er.png) -} - -.no-touch .has-hover-text:hover .hover-text { - opacity: 1; - transition: opacity .2s linear -} - -.no-touch .has-hover-text:hover .hover-text span { - transform: translateY(0) -} - -.touch .hover-text { - display: none -} - -@media (max-width: 1024px) { - .inner--onlydesktop { - padding-left: 0 !important; - padding-right: 0 !important - } -} - -@media (max-width: 840px) { - #page { - margin-top: 56px - } - - .inner { - padding-right: 15px; - padding-left: 15px - } - - #corporate .header .overlay-loader-inner h1, #footer .overlay-loader-inner .logo-footer, #footer-page-corpo > footer .overlay-loader-inner .logo-footer, #header-wrapper .overlay-loader-inner .site-logo, .overlay-loader-inner #corporate .header h1, .overlay-loader-inner #footer .logo-footer, .overlay-loader-inner #footer-page-corpo > footer .logo-footer, .overlay-loader-inner #header-wrapper .site-logo, .overlay-loader-inner .logo { - margin-top: -28px - } -} - -.back-to-top { - display: block; - position: fixed; - bottom: 30px; - right: 30px; - color: #0c2044; - font: 600 12px/12px "b"; - z-index: 1000; - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s -} - -.back-to-top.show { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -.back-to-top.clear-color { - color: #fff -} - -.back-to-top.clear-color:before { - background-color: #fff -} - -.back-to-top:before { - content: ''; - display: block; - width: 10px; - height: 10px; - transition: ease .2s width; - background-color: #0c2044; - margin-bottom: 4px -} - -.back-to-top:hover:before { - width: calc(100% - 2px) -} - -@media (max-width: 1024px) { - .back-to-top { - bottom: 20px; - right: 20px - } -} - -@media (max-width: 1023px) { - .back-to-top { - display: none - } -} - -input::-ms-clear, select::-ms-expand { - display: none -} - -.ajax-form-wrapper { - position: relative -} - -.ajax-form-wrapper .ajax-form { - position: relative; - z-index: 1 -} - -.ajax-form-wrapper .loading { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - background: rgba(255, 255, 255, .7); - display: -ms-flexbox; - display: flex; - text-align: center; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - z-index: 10 -} - -.ajax-form-wrapper .loading, .ajax-form-wrapper .message { - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s -} - -.ajax-form-wrapper.loading .loading { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -.ajax-form-wrapper .message { - position: absolute; - bottom: 0; - transform: translateY(100%) translateY(15px); - width: 100% -} - -.ajax-form-wrapper .message.error-message { - color: #ee5949 -} - -.ajax-form-wrapper.error .error-message, .ajax-form-wrapper.success .success-message { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -.message-newsletter { - text-align: center; - margin-bottom: 35px -} - -#error_browser_wrapper { - display: none -} - -.error--browser { - width: 100%; - height: 100%; - position: relative -} - -.error--browser #footer-wrapper, .error--browser #header-wrapper, .error--browser #overlay-player-wrapper, .error--browser #page, .error--browser #sticky-header, .error--browser #sticky-header-article-wrapper, .error--browser .back-to-top, .error--browser .overlay-loader { - display: none !important -} - -.error--browser #error_browser_wrapper { - display: block; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - text-align: center -} - -.error--browser #error_browser { - width: 500px; - margin: 100px 0 0 -250px; - position: relative; - left: 50% -} - -#corporate .header .error--browser #error_browser h1, #footer .error--browser #error_browser .logo-footer, #footer-page-corpo > footer .error--browser #error_browser .logo-footer, #header-wrapper .error--browser #error_browser .site-logo, .error--browser #error_browser #corporate .header h1, .error--browser #error_browser #footer .logo-footer, .error--browser #error_browser #footer-page-corpo > footer .logo-footer, .error--browser #error_browser #header-wrapper .site-logo, .error--browser #error_browser .logo { - margin: 0 auto; - color: #ee5949 -} - -.error--browser #error_browser ul li { - float: left; - width: 25% -} - -.error--browser #error_browser ul li a { - white-space: nowrap; - color: #fff; - text-decoration: none -} - -.error--browser #error_browser ul li a img { - height: 60px; - width: auto -} - -[data-icon]:before { - font-family: "i" !important; - content: attr(data-icon); - font-style: normal !important; - font-weight: 400 !important; - font-variant: normal !important; - text-transform: none !important; - speak: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale -} - -[class*=" icon-"]:before, [class^=icon-]:before { - font-family: "i" !important; - font-style: normal !important; - font-weight: 400 !important; - font-variant: normal !important; - text-transform: none !important; - speak: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale -} - -.icon-facebook:before { - content: "a" !important -} - -.icon-twitter:before { - content: "b" !important -} - -.icon-youtube-play:before { - content: "\63" -} - -.icon-search:before { - content: "\64" -} - -.icon-backward:before { - content: "\65" -} - -.icon-play:before { - content: "\67" -} - -.icon-forward:before { - content: "\68" -} - -.icon-ios-clock-outline:before { - content: "\69" -} - -.icon-share:before { - content: "\6a" -} - -.icon-comment:before { - content: "\6b" -} - -.icon-pause-1:before { - content: "\6c" -} - -.icon-tumblr:before { - content: "f" !important -} - -.icon-list-unordered:before { - content: "\6d" -} - -.icon-mail:before { - content: "\6e" -} - -.icon-play-1:before { - content: "\6f" -} - -.icon-ios-volume-low:before { - content: "\71" -} - -.icon-envelope:before { - content: "\72" -} - -.icon-chevron-down:before { - content: "\73" -} - -.icon-chevron-up:before { - content: "\74" -} - -.header_admin_home { - z-index: 99999; - position: fixed; - width: 300px; - height: 50px; - top: 10px; - right: 10px -} - -.header_admin_home a { - float: right; - background: #0c2044 -} - -#home-slider-editing { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - background: rgba(0, 0, 0, .8); - z-index: 100 -} - -#home-slider-editing .wrapper { - height: 100%; - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center -} - -#home-slider-editing .wrapper .inner div { - padding: 10px 0; - color: #fff -} - -#home-slider-editing .wrapper .inner select { - margin-left: 20px -} - -.home-slider-editing { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - z-index: 100 -} - -.is-home-editing .home-push-title-wrapper h4 span { - display: block; - margin: 20px 0 -10px 0; - font: 400 16px/24px "Titillium Web" -} - -.wrapper-submit { - text-align: center; - padding: 20px 0 60px -} - -.wrapper-submit .btn { - background: #0c2044 -} - -.home-message-sauvegarde { - position: absolute; - z-index: 99999; - width: 400px; - height: 50px; - line-height: 40px; - background: #fff; - color: #000; - text-align: center; - left: 50%; - margin-left: -200px; - top: 100px; - border: solid 5px #bdecef -} - -@media (max-width: 840px) { - .header_admin_home { - display: none !important - } -} - -.burger-sticky-article, .sticky-logo { - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s -} - -.article-title, .en-ecoute, .en-lecture { - transform: translateX(-110px); - transition: transform .6s cubic-bezier(0.785, .135, .15, .86) -} - -.fixed .burger-sticky-article { - opacity: 1; - visibility: visible; - transition: opacity .2s linear .5s, visibility 0s linear .5s; - -webkit-transition: opacity .2s linear .5s, visibility 0s linear .5s; - -moz-transition: opacity .2s linear .5s, visibility 0s linear .5s; - -ms-transition: opacity .2s linear .5s, visibility 0s linear .5s; - -o-transition: opacity .2s linear .5s, visibility 0s linear .5s -} - -.fixed .sticky-logo { - opacity: 1; - visibility: visible; - transition: opacity .2s linear .4s, visibility 0s linear .4s; - -webkit-transition: opacity .2s linear .4s, visibility 0s linear .4s; - -moz-transition: opacity .2s linear .4s, visibility 0s linear .4s; - -ms-transition: opacity .2s linear .4s, visibility 0s linear .4s; - -o-transition: opacity .2s linear .4s, visibility 0s linear .4s -} - -.fixed .article-title, .fixed .en-ecoute, .fixed .en-lecture { - transform: translateX(0) -} - -#sticky-header #mini-player .sticky-logo, .thumb-logo { - display: block; - position: absolute; - top: 0; - font: 400 14px/27px "f"; - letter-spacing: -.25px; - text-transform: uppercase -} - -#sticky-header { - position: fixed; - height: 27px; - width: 100%; - background: #bdecef; - z-index: 9999; - top: 0; - transform: translateY(0) -} - -#sticky-header #mini-player { - line-height: 27px; - position: relative; - text-align: center; - color: #0c2044 -} - -#sticky-header #mini-player .sticky-logo { - color: #ee5949 -} - -#sticky-header #mini-player .sticky-logo:hover { - color: #0c2044 -} - -#sticky-header #mini-player .en-ecoute { - left: 110px; - position: absolute; - top: 0; - font: 600 12px/27px "b"; - text-transform: uppercase -} - -#sticky-header #mini-player .burger-player { - position: absolute; - right: 0; - width: 27px; - height: 27px; - text-align: center; - color: #0c2044; - transition: background-color linear .1s, color linear .1s -} - -#sticky-header #mini-player .burger-player:before { - line-height: 27px; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0 -} - -#sticky-header #mini-player .burger-player:hover { - background-color: #0c2044; - color: #bdecef -} - -#sticky-header #mini-player .burger-player span { - display: none; - font: 600 12px/27px "b"; - text-transform: uppercase; - float: left -} - -.ios #sticky-header #mini-player .en-ecoute { - display: none -} - -.ios #sticky-header #mini-player .burger-player { - width: auto; - padding-right: 30px; - padding-left: 5px -} - -.ios #sticky-header #mini-player .burger-player:before { - right: 0; - left: auto; - width: 27px -} - -.ios #sticky-header #mini-player .burger-player span { - display: block -} - -#sticky-header #mini-player #player-barre { - display: inline-block; - margin: auto; - line-height: 27px; - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s; - cursor: pointer -} - -#sticky-header #mini-player #player-barre.show { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -#sticky-header #mini-player #player-barre > * { - display: inline-block; - vertical-align: top -} - -#sticky-header #mini-player #player-barre a { - width: 27px; - height: 27px; - font-size: 11px; - text-align: center; - transition: background-color linear .1s -} - -#sticky-header #mini-player #player-barre a:hover { - background: #0c2044 -} - -#sticky-header #mini-player #player-barre a:hover:before { - color: #bdecef -} - -#sticky-header #mini-player #player-barre a:before { - transition: color linear .1s; - line-height: 27px -} - -#sticky-header #mini-player #player-barre .song-name { - margin: 0 10px; - font: 400 12px/27px "b"; - color: #ee5949; - max-width: 400px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap -} - -#sticky-header #mini-player #player-barre .song-name span { - font-weight: 600 -} - -#sticky-header #mini-player #player-barre .song-current-time { - margin-right: 10px; - font: 600 12px/27px "b" -} - -#sticky-header #mini-player[data-state=playing] #player-barre .icon-play { - font-size: 16px -} - -#sticky-header #mini-player[data-state=playing] #player-barre .icon-play:before { - content: '\6c' -} - -#hidden-player { - display: none -} - -#overlay-player-wrapper { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 99999; - background: rgba(0, 0, 0, .75); - display: none -} - -#overlay-player-wrapper.show { - display: block -} - -#overlay-player-wrapper #scrollable { - height: 100%; - overflow: auto -} - -#overlay-player-wrapper .iScrollVerticalScrollbar { - position: absolute; - z-index: 9999; - width: 7px; - bottom: 25px; - top: 50px; - right: 1px; - overflow: hidden; - padding: 0 24px; - pointer-events: none -} - -#overlay-player-wrapper .iScrollIndicator { - background: #0c2044; - width: 1px -} - -#overlay-player-wrapper .close-player { - display: inline-block; - position: absolute; - top: 5px; - right: 5px; - width: 40px; - z-index: 10 -} - -#overlay-player-wrapper .wrapper { - background: #fff -} - -#overlay-player-wrapper .inner { - overflow: hidden; - padding: 40px 70px 40px 40px -} - -#overlay-player-wrapper #overlay-player { - position: absolute; - top: 10px; - bottom: 10px; - left: 10px; - right: 10px; - overflow: hidden -} - -#overlay-player-wrapper .playlist-info { - font: 300 16px/18px Volkhov; - font-style: italic; - letter-spacing: -.5px; - color: #ee5949; - text-align: right -} - -#overlay-player-wrapper .song-cover-wrapper { - max-width: 200px; - float: right; - width: 100% -} - -#overlay-player-wrapper .song-cover { - padding-bottom: 100%; - height: 0; - width: 100%; - margin: 15px 0 20px; - position: relative; - background-color: #0c2044 -} - -#overlay-player-wrapper .song-volume-wrapper { - clear: both; - float: right; - width: 90px; - margin-bottom: 45px; - height: 15px -} - -#overlay-player-wrapper .song-volume-wrapper .toggle-sound { - color: #0c2044; - height: 15px; - float: left; - width: 25px; - padding-right: 10px; - display: block; - font-size: 35px; - position: relative; - transition: color linear .1s -} - -#overlay-player-wrapper .song-volume-wrapper .toggle-sound:before { - position: absolute; - height: 100%; - width: 100%; - top: 0; - text-align: left; - line-height: 15px; - left: -8px -} - -#overlay-player-wrapper .song-volume-wrapper .toggle-sound:hover { - color: #ee5949 -} - -#overlay-player-wrapper .song-volume-wrapper .song-volume { - height: 35px; - width: calc(100% - 25px); - float: left; - cursor: pointer; - position: relative; - margin-top: -10px -} - -#overlay-player-wrapper .song-volume-wrapper .song-volume .song-volume-drag, #overlay-player-wrapper .song-volume-wrapper .song-volume:after { - height: 1px; - width: 100%; - display: block; - top: 50%; - position: absolute; - margin-top: -1px -} - -#overlay-player-wrapper .song-volume-wrapper .song-volume:after { - content: ''; - z-index: 1; - background-color: #bdecef -} - -#overlay-player-wrapper .song-volume-wrapper .song-volume .song-volume-drag { - z-index: 10; - background-color: #0c2044; - transform-origin: left center; - transform: scaleX(1) -} - -#overlay-player-wrapper .btn { - z-index: 1; - float: right; - margin-bottom: 60px -} - -#overlay-player-wrapper .btn:after { - content: ''; - position: absolute; - right: 0; - width: 10px; - height: 10px; - display: block; - background: #ee5949; - bottom: -30px -} - -#overlay-player-wrapper .song-name { - color: #0c2044; - position: absolute; - width: 100%; - top: 0; - left: 0; - overflow: hidden; - max-height: 160px; - font-size: 42px; - line-height: 40px; - max-width: 500px -} - -#overlay-player-wrapper .player-ctrl { - float: left; - margin-right: 40px -} - -#overlay-player-wrapper .player-ctrl a { - display: block; - width: 40px; - height: 40px; - background-color: #ee5949; - margin-right: 1px; - float: left; - position: relative; - transition: background-color linear .1s -} - -.no-touch #overlay-player-wrapper .player-ctrl a:hover { - background-color: #0c2044 -} - -#overlay-player-wrapper .player-ctrl a:before { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - text-align: center; - color: #fff; - line-height: 40px; - cursor: pointer -} - -#overlay-player-wrapper[data-state=playing] .player-ctrl a.toggle { - font-size: 21px -} - -#overlay-player-wrapper[data-state=playing] .player-ctrl a.toggle:before { - content: "\6c" -} - -#overlay-player-wrapper .songs-list { - padding-top: 75px; - overflow: hidden; - columns: 2; - vertical-align: top -} - -#overlay-player-wrapper .songs-list li { - padding-right: 20px; - margin-bottom: 8px; - display: inline-block -} - -#overlay-player-wrapper .songs-list li a { - display: block; - font: 600 14px/18px "b"; - color: #0c2044; - transition: color linear .1s -} - -#overlay-player-wrapper .songs-list li a:hover, #overlay-player-wrapper .songs-list li.current a { - color: #ee5949 -} - -#overlay-player-wrapper .playlist-overlay-part { - float: left -} - -#overlay-player-wrapper .playlist-overlay-part.playlist-overlay-part--left { - width: 240px -} - -#overlay-player-wrapper .playlist-overlay-part.playlist-overlay-part--right { - position: relative; - width: calc(100% - 240px - 45px); - margin-left: 45px; - padding-top: 192px -} - -.player-progress { - height: 40px; - float: right; - width: calc(100% - 164px); - font: 600 14px/14px "b"; - color: #0c2044; - position: relative -} - -.player-progress .player-progress-current { - display: inline-block; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - -o-user-select: none; - user-select: none -} - -.player-progress .player-progress-duration { - float: right; - display: inline-block; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - -o-user-select: none; - user-select: none -} - -.player-progress .player-progress-bar, .player-progress:after { - content: ''; - position: absolute; - width: 100%; - height: 1px; - top: 50%; - background: #bdecef; - left: 0; - z-index: 1 -} - -.player-progress .player-progress-bar { - background: #0c2044; - transform-origin: left center; - transform: scaleX(0); - z-index: 10 -} - -.player-progress .player-progress-drag { - position: absolute; - width: 100%; - height: 20px; - z-index: 100; - cursor: pointer; - left: 0; - top: 50%; - margin-top: -10px -} - -@media (max-width: 1024px) { - #sticky-header #mini-player #player-barre .song-name { - max-width: 210px - } -} - -@media (max-width: 850px) { - #overlay-player-wrapper .songs-list { - columns: 1 - } - - #overlay-player-wrapper .song-name { - font-size: 46px; - line-height: 42px; - max-height: 168px - } - - #overlay-player-wrapper .playlist-overlay-part.playlist-overlay-part--left { - width: 200px - } - - #overlay-player-wrapper .playlist-overlay-part.playlist-overlay-part--right { - width: calc(100% - 200px - 45px); - padding-top: 210px - } -} - -@media (max-width: 840px) { - #sticky-header { - display: none - } -} - -#corporate .header h1, #footer .logo-footer, #footer-page-corpo > footer .logo-footer, #header-wrapper .site-logo, .logo { - font: 400 30px/72px "f"; - text-transform: uppercase; - letter-spacing: -1px -} - -#header-wrapper { - position: absolute; - height: 72px; - width: 100%; - top: 27px; - left: 0; - border-bottom: 1px solid rgba(255, 255, 255, .14); - overflow: hidden; - z-index: 100; - visibility: hidden -} - -#header-wrapper.show { - visibility: visible -} - -#header-wrapper .inner { - overflow: hidden -} - -#header-wrapper .site-logo { - float: left -} - -#header-wrapper .site-logo a { - color: #ee5949; - text-decoration: none; - display: block -} - -#header-wrapper #main-nav-wrapper { - float: right -} - -#header-wrapper #main-nav-wrapper #main-nav li { - display: block; - float: left -} - -#header-wrapper #main-nav-wrapper #main-nav li.current-menu-item a:before { - transition-duration: 0s; - transform: scaleX(1) -} - -#header-wrapper #main-nav-wrapper #main-nav li.newsletter a { - padding: 0 20px 0 10px -} - -#header-wrapper #main-nav-wrapper #main-nav li.newsletter a:before { - right: 18px; - left: 8px -} - -#header-wrapper #main-nav-wrapper #main-nav li.newsletter svg { - display: inline-block; - width: 15px; - height: auto; - margin-top: 31px -} - -#header-wrapper #main-nav-wrapper #main-nav li a { - padding: 0 20px; - display: block; - color: #fff; - text-decoration: none; - text-transform: uppercase; - letter-spacing: 0; - position: relative; - font: 600 12px/72px "b" -} - -#header-wrapper #main-nav-wrapper #main-nav li a:before { - content: ''; - position: absolute; - background: #ee5949; - bottom: 27px; - height: 8px; - right: 18px; - left: 18px; - z-index: -1; - transform-origin: left center; - transform: scaleX(0); - transition: transform cubic-bezier(0.785, .135, .15, .86) .4s -} - -.no-touch #header-wrapper #main-nav-wrapper #main-nav li a:hover:before { - transition: transform cubic-bezier(0.785, .135, .15, .86) .6s; - transform: scaleX(1) -} - -#header-wrapper #main-nav-wrapper #main-nav li a#open-search { - text-indent: -9999px; - background: url(../images/img-loupe.png) center center no-repeat; - background-position: center 0 right 10px; - padding-right: 0; - padding-left: 20px; - width: 40px; - margin-right: -10px -} - -#header-wrapper #main-nav-wrapper #main-nav li a#open-search:before { - right: 10px; - left: 10px -} - -#header-wrapper #search-form { - background: #fff; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s -} - -#header-wrapper #search-form input[type=text] { - font: 700 30px/72px "b"; - color: #0c2044; - position: absolute; - top: 0; - width: calc(100% - 340px); - left: 260px; - background: 0 0; - border: none; - padding: 0 20px; - height: 100%; - display: block -} - -#header-wrapper #search-form input[type=text]::-webkit-input-placeholder { - color: #ced2db -} - -#header-wrapper #search-form input[type=text]:-moz-placeholder { - color: #ced2db -} - -#header-wrapper #search-form input[type=text]::-moz-placeholder { - color: #ced2db -} - -#header-wrapper #search-form input[type=text]:-ms-input-placeholder { - color: #ced2db -} - -#header-wrapper #search-form input[type=submit] { - background: url(../images/img-loupe-blue.png) no-repeat center center; - padding: 0 10px; - width: 40px; - height: 100%; - border: none; - position: absolute; - right: 40px; - top: 0; - cursor: pointer; - text-indent: -9999px; - z-index: 1000 -} - -#header-wrapper #search-form #close-search { - position: absolute; - right: 10px; - top: 0; - height: 100%; - width: 40px; - display: block -} - -#header-wrapper #search-form #close-search:before { - transform: none; - transition: transform ease .2s .2s, background-color linear .1s 0s -} - -#header-wrapper #search-form #close-search:after { - transform: none; - transition: transform ease .4s .2s, background-color linear .1s 0s -} - -#header-wrapper #search-form.visible { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -#header-wrapper #search-form.visible #close-search:after { - transform: rotate(135deg) -} - -#header-wrapper #search-form.visible #close-search:before { - transform: rotate(45deg) -} - -#header-nav-mobile { - display: none -} - -@media (max-width: 940px) { - #header-wrapper #main-nav-wrapper #main-nav li a { - padding-left: 15px; - padding-right: 15px - } - - #header-wrapper #main-nav-wrapper #main-nav li a:before { - right: 13px; - left: 13px - } - - #header-wrapper #main-nav-wrapper #main-nav li.newsletter a { - padding-right: 10px - } - - #header-wrapper #main-nav-wrapper #main-nav li.newsletter a:before { - right: 8px - } -} - -@media (max-width: 840px) { - #header-wrapper { - overflow: visible; - top: 0; - background-color: #000; - height: 56px; - position: fixed - } - - #header-wrapper:before { - content: ''; - position: absolute; - height: 100px; - top: -100px; - width: 100%; - display: block; - background: #000; - left: 0 - } - - #header-wrapper .inner { - overflow: visible; - height: 56px - } - - #header-wrapper #search-form .inner { - display: none - } - - #header-wrapper #search-form .wrapper { - height: 100% - } - - #header-wrapper #search-form input[type=text] { - width: calc(100% - 60px); - left: 0; - padding: 0 20px; - line-height: 56px; - height: 56px; - font-size: 20px - } - - #header-wrapper #search-form input[type=submit] { - right: 30px - } - - #header-wrapper #search-form #close-search { - right: 0 - } - - #corporate .header h1, #footer .logo-footer, #footer-page-corpo > footer .logo-footer, #header-wrapper .site-logo, .logo { - font-size: 18px; - line-height: 56px - } - - #main-nav-wrapper { - display: none - } - - #header-nav-mobile { - display: block; - float: right - } - - #header-nav-mobile a { - display: block; - float: left; - line-height: 56px; - height: 56px; - color: #fff - } - - #header-nav-mobile a.burger { - width: 30px; - padding-top: 20px; - padding-left: 9px - } - - #header-nav-mobile a.burger span { - display: block; - width: 12px; - height: 2px; - background: #fff; - margin-top: 2px; - transition: transform ease .2s - } - - #header-nav-mobile a.burger.menu-open span:nth-child(1) { - transform: translateY(4px) rotate(-45deg) - } - - #header-nav-mobile a.burger.menu-open span:nth-child(2) { - transform: scaleX(0) - } - - #header-nav-mobile a.burger.menu-open span:nth-child(3) { - transform: translateY(-4px) rotate(45deg) - } - - #header-nav-mobile a.newsletter-mobile { - padding: 0 10px - } - - #header-nav-mobile a.newsletter-mobile svg { - display: inline-block; - width: 15px; - height: auto; - margin-top: 22px - } - - #header-nav-mobile a.search-mobile { - width: 35px; - padding-right: 15px; - margin-right: -15px; - text-align: right - } -} - -#main-nav-wrapper-mobile { - position: absolute; - top: 56px; - background: rgba(0, 0, 0, .9); - width: 100%; - padding: 30px; - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s -} - -#main-nav-wrapper-mobile.menu-open { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -#main-nav-wrapper-mobile li, #main-nav-wrapper-mobile ul { - list-style: none; - display: block -} - -#main-nav-wrapper-mobile .newsletter, #main-nav-wrapper-mobile .open-search-link { - display: none !important -} - -#main-nav-wrapper-mobile a { - text-align: center; - font: 600 14px/50px "b"; - color: #fff; - text-transform: uppercase; - display: block -} - -#footer-page-corpo, #footer-wrapper { - clear: both; - background-color: #ee5949 -} - -#footer, #footer-page-corpo > footer { - padding-top: 40px; - padding-bottom: 30px; - color: #fff -} - -#footer .logo-footer, #footer-page-corpo > footer .logo-footer { - float: left; - line-height: 56px; - text-decoration: none; - color: #fff; - padding-left: 65px; - background: url(../images/img-logo-footer2x.png) no-repeat left center; - background-size: 43px auto; - margin-top: 5px -} - -#footer .inner, #footer-page-corpo > footer .inner { - overflow: hidden -} - -#footer #site-navigation-footer, #footer-page-corpo > footer #site-navigation-footer { - float: right; - width: calc(100% - 300px); - max-width: 520px; - overflow: hidden; - border-bottom: 1px solid rgba(255, 255, 255, .12); - padding-bottom: 15px -} - -#footer #site-navigation-footer #menu-footer-menu, #footer-page-corpo > footer #site-navigation-footer #menu-footer-menu { - width: calc(100% - 112px); - float: left; - overflow: hidden; - padding-left: 3px -} - -#footer #site-navigation-footer #menu-footer-menu li, #footer-page-corpo > footer #site-navigation-footer #menu-footer-menu li { - width: 50%; - float: left; - margin-bottom: 5px -} - -#footer #site-navigation-footer #menu-footer-menu li a, #footer-page-corpo > footer #site-navigation-footer #menu-footer-menu li a { - z-index: 1; - display: inline-block; - position: relative -} - -.no-touch #footer #site-navigation-footer #menu-footer-menu li a:before, .no-touch #footer-page-corpo > footer #site-navigation-footer #menu-footer-menu li a:before { - content: ''; - position: absolute; - background: #0c2044; - bottom: 2px; - height: 8px; - right: -2px; - left: -2px; - z-index: -1; - transform-origin: left center; - transform: scaleX(0); - transition: transform cubic-bezier(0.785, .135, .15, .86) .4s -} - -.no-touch #footer #site-navigation-footer #menu-footer-menu li a:hover:before, .no-touch #footer-page-corpo > footer #site-navigation-footer #menu-footer-menu li a:hover:before { - transition: transform cubic-bezier(0.785, .135, .15, .86) .6s; - transform: scaleX(1) -} - -#menu-footer-menu a, .social h5 { - color: #fff; - font: 600 12px/20px "b"; - text-decoration: none; - text-transform: uppercase; - letter-spacing: -.25px; - display: block -} - -#corporate .social, #footer .social { - width: 112px; - float: left -} - -#corporate .social h5, #footer .social h5 { - margin-bottom: 5px -} - -#corporate .social ul, #footer .social ul { - margin-top: 3px; - overflow: hidden -} - -#corporate .social ul li, #footer .social ul li { - display: block; - margin-right: 10px; - float: left -} - -#corporate .social ul li:last-child, #footer .social ul li:last-child { - margin-right: 0 -} - -#corporate .social ul li a, #footer .social ul li a { - display: block; - background-color: #fff; - border-radius: 50%; - width: 20px; - height: 20px; - color: #ee5949; - text-decoration: none; - text-align: center; - line-height: 1; - opacity: 1; - transition: background-color linear .2s; - position: relative -} - -#corporate .social ul li a:hover, #footer .social ul li a:hover { - background-color: #0c2044 -} - -#corporate .social ul li a:before, #footer .social ul li a:before { - position: relative; - left: .5px; - line-height: 20px; - font-size: 12px -} - -#corporate .social ul li a.deezer:before, #footer .social ul li a.deezer:before { - content: ''; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - background: url(../images/img-picto-deezer.gif) no-repeat center center; - background-size: 100% 100% -} - -@media (max-width: 840px) { - #footer { - padding-top: 30px; - padding-bottom: 10px - } - - #footer .logo-footer { - padding-left: 0; - padding-top: 60px; - background-position: 2px top; - line-height: 1; - margin-top: 0; - display: block; - float: none - } - - #footer .inner { - padding-left: 25px; - padding-right: 25px - } - - #footer #site-navigation-footer { - float: none; - width: 100%; - margin-top: 20px - } - - #footer #site-navigation-footer #menu-footer-menu { - width: 50% - } - - #footer #site-navigation-footer #menu-footer-menu li { - width: 100%; - float: none - } - - #footer #site-navigation-footer .social { - padding-left: 20px; - width: 50% - } -} - -#home-slider-wrapper { - width: 100%; - height: 682px; - background: #11212e; - position: relative; - max-height: calc(100vh - 27px); - min-height: 500px -} - -#home-slider-wrapper:before { - content: ''; - position: absolute; - bottom: 0; - height: 60px; - width: 50%; - left: 0; - background: #fff; - z-index: 110 -} - -#home-slider-wrapper #home-slider { - z-index: 10; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - overflow: hidden -} - -#home-slider-wrapper #home-slider .home-slide-item { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - background-size: cover; - background-position: center center; - background-repeat: no-repeat; - visibility: hidden; - z-index: 1 -} - -#home-slider-wrapper #home-slider .home-slide-item.visible { - visibility: visible -} - -#home-slider-wrapper #home-slider .home-slide-item.current { - z-index: 10 -} - -#home-slider-wrapper #home-slider .home-slide-item.home-slide-item--nb .home-slide-item-bkg { - background: #000 -} - -#home-slider-wrapper #home-slider .home-slide-item.home-slide-item--nb .home-slide-item-bkg-img { - opacity: .5; - width: calc(100% + 20px); - height: calc(100% + 20px); - margin-left: -10px; - margin-top: -10px; - -webkit-filter: grayscale(1) blur(2px); - -webkit-filter: grayscale(100%) blur(2px); - filter: gray; - filter: grayscale(100%) blur(2px); - filter: url(../img/filters.svg#greyscale-blur) -} - -#home-slider-wrapper #home-slider .home-slide-item.home-slide-item--gradiant .home-slide-item-bkg-img:after, #home-slider-wrapper #home-slider .home-slide-item.home-slide-item--gradiant .home-slide-item-bkg-img:before { - content: ''; - position: absolute; - width: 100%; - left: 0; - z-index: 100 -} - -#home-slider-wrapper #home-slider .home-slide-item.home-slide-item--gradiant .home-slide-item-bkg-img:before { - top: 0; - background: linear-gradient(to bottom, #000 0, transparent 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0); - height: 30%; - opacity: .2 -} - -#home-slider-wrapper #home-slider .home-slide-item.home-slide-item--gradiant .home-slide-item-bkg-img:after { - bottom: 0; - background: linear-gradient(to bottom, transparent 0, #000 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); - height: 60%; - opacity: .33 -} - -.lt-ie10 #home-slider-wrapper #home-slider .home-slide-item.home-slide-item--gradiant .home-slide-item-bkg-img:before { - background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) -} - -.lt-ie10 #home-slider-wrapper #home-slider .home-slide-item.home-slide-item--gradiant .home-slide-item-bkg-img:after { - background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) -} - -#home-slider-wrapper #home-slider .wrapper { - height: 100%; - z-index: 10 -} - -#home-slider-wrapper #home-slider .wrapper .inner { - height: 100% -} - -#home-slider-wrapper .hover-text { - overflow: visible -} - -#home-slider-wrapper .home-slide-item-bkg-mask { - overflow: hidden -} - -#home-slider-wrapper .home-slide-item-bkg, #home-slider-wrapper .home-slide-item-bkg-mask, #home-slider-wrapper .home-slide-item-paralax { - will-change: transform -} - -#home-slider-wrapper #slider-home-cache-bottom { - top: 100%; - z-index: 100 -} - -#home-slider-wrapper #slider-home-cache-bottom:before { - content: ''; - position: absolute; - width: calc(57.03125% + 310px); - height: 60px; - background: #fff; - bottom: 0; - left: 0 -} - -#home-slider-wrapper .home-slide-content { - position: absolute; - bottom: 60px; - width: 100%; - top: 0; - color: #fff; - text-decoration: none; - display: block -} - -#home-slider-wrapper .home-slide-content .home-slider-item-content { - opacity: 1; - transition: opacity .3s linear; - max-width: 720px; - position: absolute; - bottom: 40px -} - -.no-touch #home-slider-wrapper .home-slide-content:hover .home-slider-item-content { - opacity: .6 -} - -#home-slider-wrapper .home-slide-content h3 { - text-transform: uppercase; - font: 700 60px/57px "b"; - letter-spacing: 0 -} - -#home-slider-wrapper .home-slide-content .categories { - margin-bottom: 9px -} - -#home-slider-wrapper .home-slide-content .categories li { - margin-right: 8px; - vertical-align: top; - display: inline-block; - font: 400 14px/18px Volkhov; - letter-spacing: 0; - color: #ee5949; - font-style: italic -} - -#home-slider-wrapper .home-slide-content .categories li.main-category { - color: #bdecef; - text-transform: uppercase; - font: 600 13px/18px "b" -} - -#home-slider-wrapper #slider-home-pagers-wrapper { - top: 100%; - padding: 0 20px; - z-index: 200 -} - -#home-slider-wrapper #slider-home-pagers { - top: -80px; - position: absolute -} - -#home-slider-wrapper #slider-home-pagers > span { - overflow: hidden; - display: inline-block; - width: 40px; - height: 40px; - position: relative; - margin-left: -1px; - z-index: 10; - cursor: pointer -} - -#home-slider-wrapper #slider-home-pagers > span .progress { - display: block; - width: calc(100% - 1px); - transform: scaleX(0); - transform-origin: left center; - will-change: transform; - height: 6px; - position: absolute; - top: 50%; - left: 1px; - margin-top: -3px; - background-color: #ee5949; - z-index: 1 -} - -#home-slider-wrapper #slider-home-pagers > span .bkg-wrapper { - z-index: 10; - display: block; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - overflow: hidden -} - -#home-slider-wrapper #slider-home-pagers > span .bkg-wrapper > span { - background: #000 -} - -#home-slider-wrapper #slider-home-pagers > span .bkg-wrapper > span:before { - content: ''; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - border: 1px solid rgba(255, 255, 255, .5); - z-index: 10 -} - -#home-slider-wrapper #slider-home-pagers > span .bkg-wrapper .bkg { - opacity: .5; - display: block -} - -.touch .home-slider-item-hover { - display: none -} - -.home-list-item { - display: block; - width: 100%; - height: 380px; - padding-bottom: 10px; - margin-bottom: 60px; - position: relative -} - -.home-list-item:first-child { - margin-top: 10px -} - -.home-list-item .btn { - pointer-events: none -} - -.home-list-item .home-list-item-image-nb { - opacity: 0; - overflow: hidden; - transition: opacity .3s linear; - background: #000; - will-change: opacity -} - -.home-list-item .home-list-item-image-nb .bkg-nb { - opacity: .5 -} - -.no-touch .home-list-item:hover .home-list-item-image-nb { - opacity: 1 -} - -.no-touch .home-list-item:hover .home-list-item-image:before { - width: 0 -} - -.no-touch .home-list-item:hover .home-list-item-image:after { - width: calc(100% + 250px) -} - -.home-list-item .home-list-item-image { - float: left; - height: 370px; - background-color: #bdecef; - width: 57.03125%; - position: relative; - z-index: 1 -} - -.home-list-item .home-list-item-image .btn-play-voir { - position: absolute; - z-index: 100; - left: 50%; - top: 50%; - margin: -30px 0 0 -30px -} - -.home-list-item .home-list-item-image:after, .home-list-item .home-list-item-image:before { - content: ''; - position: absolute; - will-change: width; - transform: translateY(0); - transition: width .5s cubic-bezier(0.785, .135, .15, .86) -} - -.home-list-item .home-list-item-image:after { - background: #ee5949; - width: 100%; - top: 100%; - left: 0; - height: 10px -} - -.home-list-item .home-list-item-image:before { - width: 250px; - top: 0; - left: 100%; - height: 100%; - background: #bdecef -} - -.home-list-item .home-list-item-content { - z-index: 10; - position: relative; - width: 42.96875%; - float: left; - padding: 60px 60px 0 -} - -.home-list-item.home-list-item--alternate .home-list-item-image { - float: right -} - -.home-list-item.home-list-item--alternate .home-list-item-image:before { - right: 100%; - left: auto -} - -.home-list-item.home-list-item--alternate .home-list-item-image:after { - right: 0; - left: auto -} - -.home-list-item.home-list-item--alternate .home-list-item-content { - padding-left: 120px -} - -.home-list-item h4 { - position: relative; - text-transform: uppercase; - color: #0c2044; - font: 700 30px/30px "b"; - letter-spacing: 0; - padding-bottom: 65px -} - -.home-list-item h4:after { - content: ''; - position: absolute; - background: #ee5949; - width: 10px; - height: 10px; - bottom: 30px; - left: 0; - display: block -} - -.home-list-item .info { - margin-bottom: 15px; - letter-spacing: 0 -} - -.home-list-item .info * { - display: inline-block; - vertical-align: bottom -} - -.home-list-item .info .categories li { - margin-right: 8px; - font: 400 16px/18px Volkhov; - color: #ee5949; - font-style: italic -} - -.home-list-item .info .categories li.main-category { - display: none -} - -.home-list-item .info .date { - font: 600 12px/18px "b"; - margin-right: 8px; - color: #0c2044 -} - -.home-push { - width: 100%; - height: 0; - position: relative; - padding-bottom: 55%; - display: block; - margin-bottom: 70px; - color: #fff; - clear: both -} - -.home-push.home-push--sourdoreille { - margin-bottom: 140px !important -} - -.home-push.home-push--sourdoreille:after, .home-push.home-push--sourdoreille:before { - content: ''; - position: absolute; - left: 50%; - pointer-events: none -} - -.home-push.home-push--sourdoreille:after { - background: url(../images/img-logo-contenu-sourdoreille.png) no-repeat center center; - width: 22px; - height: 24px; - bottom: -80px; - margin-left: -11px -} - -.home-push.home-push--sourdoreille:before { - height: 30px; - width: 1px; - bottom: -58px; - background: #0c2044 -} - -.home-push .home-push-image { - background-color: #0c2044; - overflow: hidden -} - -.home-push .home-push-image .btn-play-voir { - position: absolute; - z-index: 100; - left: 50%; - top: 50%; - margin: -30px 0 0 -30px -} - -.home-push .home-push-image:after { - content: ''; - background: linear-gradient(to bottom, transparent 0, #000 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); - position: absolute; - bottom: 0; - height: 50%; - width: 100%; - z-index: 10; - opacity: .3 -} - -.lt-ie10 .home-push .home-push-image:after { - background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) -} - -.home-push .home-push-content { - position: absolute; - width: 100%; - bottom: 10px; - z-index: 10; - text-align: center -} - -.home-push .home-push-content .categories { - margin-bottom: 15px -} - -.home-push .home-push-content .categories li { - display: inline-block; - vertical-align: bottom; - margin: 0 4px; - font: 400 16px/18px Volkhov; - font-style: italic -} - -.home-push .home-push-content .categories li.main-category { - display: none -} - -.home-push .home-push-content .home-push-title-wrapper { - max-width: 550px; - width: 100%; - display: inline-block; - margin: auto -} - -.home-push .home-push-content h4 { - text-transform: uppercase; - font: 700 42px/42px "b"; - display: inline-block; - position: relative -} - -.home-push .home-push-content h4:before { - content: ''; - position: absolute; - top: 21px; - left: -35px; - right: -35px; - bottom: -40px; - background: #ee5949; - z-index: -1 -} - -.home-push.home-push--blindtest .home-push-content h4:before { - background: #0c2044 -} - -#home-content { - overflow: hidden -} - -.home-projects h5, .wrapper--history-machine h5 { - color: #0c2044; - text-transform: uppercase; - margin: 0 0 40px; - font: 600 14px/16px "b" -} - -.home-projects { - font-size: 0; - margin-bottom: 45px -} - -.home-projects .illustration { - display: block; - width: 100%; - height: auto; - position: relative; - margin-bottom: 15px; - background-color: #000; - background-position: center; - background-repeat: no-repeat; - background-size: cover -} - -.home-projects .illustration:before { - content: ''; - position: absolute; - display: block; - height: 100%; - width: 100%; - top: 0; - left: 0; - background-color: #bdecef; - transition: .3s transform; - will-change: transform; - transform: translateX(30px) translateY(30px); - z-index: -1 -} - -.home-projects .illustration:after { - display: block; - content: ''; - padding-bottom: 56% -} - -.home-projects a { - width: calc(50% - 15px); - margin: 0 0 55px; - display: inline-block; - vertical-align: top; - padding-right: 30px -} - -.home-projects a:hover .illustration:before { - transform: translateX(0px) translateY(0px) -} - -.home-projects a:nth-of-type(2n) { - margin-left: 29px -} - -.home-projects a:nth-of-type(3n+1) .illustration:before, .home-projects a:nth-of-type(4n+1) .illustration:before { - background-color: #ee5949 -} - -.home-projects h4 { - text-transform: uppercase; - color: #0c2044; - font: 700 30px/30px "b"; - letter-spacing: 0; - padding-left: 60px -} - -.wrapper--history-machine { - margin-top: 40px; - margin-bottom: 60px -} - -.wrapper--history-machine .history-machine { - text-decoration: none; - display: block; - width: 100%; - background: #bdecef; - height: 390px; - position: relative -} - -.wrapper--history-machine .history-machine .history-machine-content { - width: 350px; - height: 100%; - padding: 40px 25px 40px 30px; - position: relative -} - -.wrapper--history-machine .history-machine .history-machine-content .date { - font: 600 14px/16px "b"; - color: #ee5949; - text-transform: uppercase -} - -.wrapper--history-machine .history-machine .history-machine-content .date:before { - content: ''; - background: url(../images/img-delorean.png) no-repeat center center; - background-size: 100% auto; - display: block; - width: 47px; - height: 23px; - margin-top: -10px; - margin-bottom: 5px -} - -.wrapper--history-machine .history-machine .history-machine-content .history-machine-title-wrapper { - position: absolute; - width: 100%; - padding: 0 25px 40px 30px; - bottom: 0; - left: 0 -} - -.wrapper--history-machine .history-machine .history-machine-content .history-machine-title-wrapper h4 { - max-height: 150px; - overflow: hidden; - margin-bottom: 25px; - color: #0c2044 -} - -.wrapper--history-machine .history-machine .history-machine-content .history-machine-title-wrapper .categories { - margin-bottom: 6px -} - -.wrapper--history-machine .history-machine .history-machine-content .history-machine-title-wrapper .categories li { - margin-right: 8px; - vertical-align: top; - display: inline-block; - font: 400 16px/18px Volkhov; - letter-spacing: 0; - color: #ee5949; - font-style: italic -} - -.wrapper--history-machine .history-machine .history-machine-content .btn { - z-index: 1; - pointer-events: none -} - -.wrapper--history-machine .history-machine .history-machine-image { - width: calc(100% - 350px - 10px); - top: 10px; - bottom: 10px; - right: 10px; - position: absolute; - background: #000; - line-height: 0; - overflow: hidden -} - -.wrapper--history-machine .history-machine .history-machine-image img { - position: absolute; - top: 50%; - left: 50%; - max-width: 100%; - max-height: 100%; - transform: translate(-50%, -50%) -} - -@media (max-width: 1024px) { - #home-slider-wrapper { - height: 540px - } - - #home-slider-wrapper #slider-home-cache-bottom:before, #home-slider-wrapper:before { - height: 50px - } - - #home-slider-wrapper #slider-home-pagers { - top: -70px - } - - #home-slider-wrapper .home-slide-content .home-slider-item-content { - bottom: 30px - } - - #home-slider-wrapper .home-slide-content .categories { - margin-bottom: 5px - } - - #home-slider-wrapper .home-slide-content h3 { - font-size: 48px; - line-height: 46px - } - - .home-list-item .home-list-item-content { - padding: 50px 50px 0 - } - - .home-list-item .home-list-item-content .btn { - display: none !important - } - - .home-list-item .info { - margin-bottom: 10px - } - - .home-list-item h4 { - font-size: 28px; - line-height: 28px - } - - .home-list-item.home-list-item--alternate .home-list-item-content { - padding: 50px 50px 0 - } - - .home-push .home-push-content { - max-height: 500px; - bottom: 0 - } - - .home-push .home-push-content .categories { - margin-bottom: 10px - } - - .home-push .home-push-content h4 { - font-size: 36px; - line-height: 36px - } - - .home-push .home-push-content h4:before { - bottom: -25px - } - - .home-push.home-push--sourdoreille { - margin-bottom: 120px !important - } - - .home-push.home-push--sourdoreille:after { - bottom: -70px - } - - .home-push.home-push--sourdoreille:before { - bottom: -48px - } - - .home-projects a, .home-projects a:nth-of-type(2n) { - margin-left: 0; - width: 100% - } - - .wrapper--history-machine { - margin-top: 20px - } - - .wrapper--history-machine .history-machine { - height: 310px - } - - .wrapper--history-machine .history-machine .btn { - display: none !important - } - - .wrapper--history-machine .history-machine .history-machine-content .history-machine-title-wrapper h4 { - margin-bottom: 0 - } -} - -@media (max-width: 840px) { - .home-slider-item-hover { - display: none - } - - #home-slider-wrapper { - margin-bottom: 70px; - max-height: calc(100vh - 27px); - height: 500px; - min-height: 350px - } - - #home-slider-wrapper:before { - height: 40px; - width: 100%; - left: 0; - margin: 0; - right: 0; - z-index: 1 - } - - #home-slider-wrapper #slider-home-pagers { - top: -20px; - left: 0; - width: 100%; - text-align: center - } - - #home-slider-wrapper #slider-home-pagers > span .progress { - background: #bdecef - } - - #home-slider-wrapper #slider-home-cache-bottom { - display: none - } - - #home-slider-wrapper .home-slide-content .home-slider-item-content { - max-width: 400px - } - - #home-slider-wrapper .home-slide-item-bkg-mask .home-slide-item-bkg { - height: auto; - bottom: 40px - } - - #home-slider-wrapper .home-slide-item-bkg-mask .home-slide-item-bkg:after { - content: ''; - background: #ee5949; - position: absolute; - left: 10px; - right: 10px; - bottom: -40px; - height: 67px; - z-index: 5; - display: block - } - - #home-slider-wrapper .home-slide-content { - min-height: 0; - width: auto; - left: 25px; - right: 25px; - bottom: 0; - padding-bottom: 30px; - z-index: 10 - } - - #home-slider-wrapper .home-slide-content .categories { - margin-bottom: -2px - } - - #home-slider-wrapper .home-slide-content h3 { - font-size: 24px; - line-height: 28px - } - - .home-list-item { - padding-bottom: 0; - height: auto - } - - .home-list-item .info { - margin-bottom: 8px - } - - .home-list-item .home-list-item-image { - width: 100%; - float: none !important; - height: auto; - padding-bottom: 50% - } - - .home-list-item .home-list-item-image:before { - right: 0; - width: 10px; - z-index: 100; - left: auto - } - - .home-list-item .home-list-item-image:after { - right: 10px; - bottom: -10px; - width: auto - } - - .home-list-item .home-list-item-content { - float: none; - width: 100%; - padding: 25px 35px 0 25px - } - - .home-list-item h4 { - font-size: 16px; - line-height: 20px; - padding-bottom: 22px - } - - .home-list-item h4:after { - bottom: 0 - } - - .home-list-item.home-list-item--alternate .home-list-item-image:before { - right: auto; - width: 10px; - z-index: 100; - left: 0 - } - - .home-list-item.home-list-item--alternate .home-list-item-image:after { - left: 10px; - right: 0; - bottom: -10px; - width: auto - } - - .home-list-item.home-list-item--alternate .home-list-item-content { - text-align: right; - padding: 25px 25px 0 35px - } - - .home-list-item.home-list-item--alternate h4:after { - right: 0; - left: auto - } - - .home-push { - height: 400px; - padding-bottom: 0 - } - - .home-push .home-push-content { - padding: 0 50px - } - - .home-push .home-push-content h4 { - font-size: 20px; - line-height: 24px - } - - .home-push .home-push-content h4:before { - bottom: -18px; - left: -30px; - right: -30px; - top: 13px - } - - .home-push.home-push--sourdoreille { - margin-bottom: 130px !important - } - - .home-push.home-push--sourdoreille:before { - bottom: -46px - } - - .home-projects { - margin-bottom: 22px - } - - .home-projects a, .home-projects a:nth-of-type(2n) { - margin-left: 0; - width: 100% - } - - .home-projects a { - margin: 0 0 28px; - padding-right: 15px - } - - .home-projects a h4 { - font-size: 16px; - line-height: 20px; - padding-left: 30px - } - - .home-projects a .illustration { - margin-bottom: 7px - } - - .home-projects a .illustration:before { - background-color: #ee5949 !important; - transform: translateX(15px) translateY(15px) - } - - .home-projects a:nth-of-type(2n) .illustration:before { - background-color: #bdecef !important - } - - .wrapper--history-machine { - margin-top: 0 - } - - .wrapper--history-machine h5 { - margin-bottom: 30px - } - - .wrapper--history-machine .inner { - padding-left: 0; - padding-right: 0 - } - - .wrapper--history-machine .history-machine { - height: auto; - overflow: hidden - } - - .wrapper--history-machine .history-machine .history-machine-image { - position: relative; - margin: 10px; - line-height: 0; - max-height: 400px; - top: 0; - bottom: 0; - left: 0; - width: calc(100% - 20px); - overflow: hidden; - right: 0 - } - - .wrapper--history-machine .history-machine .history-machine-image img { - position: relative; - top: 0; - left: 0; - width: 100%; - transform: none - } - - .wrapper--history-machine .history-machine .history-machine-content { - width: 100%; - padding: 15px 25px 35px - } - - .wrapper--history-machine .history-machine .history-machine-content .date { - font-size: 12px - } - - .wrapper--history-machine .history-machine .history-machine-content .date:before { - margin-bottom: 0 - } - - .wrapper--history-machine .history-machine .history-machine-content .history-machine-title-wrapper { - position: static; - padding: 0; - margin-top: 20px - } - - .wrapper--history-machine .history-machine .history-machine-content .history-machine-title-wrapper h4 { - font-size: 16px; - line-height: 22px - } -} - -#sticky-header-article-wrapper { - position: absolute; - top: 99px; - left: 0; - width: 100%; - z-index: 9999; - color: #fff; - display: none; - transform: translateY(0) -} - -.ios #sticky-header-article-wrapper .en-lecture { - display: none -} - -#sticky-header-article-wrapper:before { - content: ''; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - z-index: 1; - background: #0c2044; - opacity: 0; - transition: opacity .1s linear; - will-change: opacity -} - -#sticky-header-article-wrapper.fixed { - position: fixed; - top: 27px -} - -#sticky-header-article-wrapper.show { - display: block -} - -#sticky-header-article-wrapper.dark-background:before { - opacity: 1 -} - -#sticky-header-article-wrapper.dark-background .article-share { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -#sticky-header-article-wrapper .inner, #sticky-header-article-wrapper .wrapper { - height: 100% -} - -#sticky-header-article-wrapper .sticky-header-menu { - position: absolute; - right: 0; - left: 130px; - height: 100%; - z-index: 1000; - text-align: right; - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s -} - -#sticky-header-article-wrapper .sticky-header-menu li { - display: inline-block; - vertical-align: top; - margin: 0 10px -} - -#sticky-header-article-wrapper .sticky-header-menu li a { - display: block; - font: 600 12px/27px "b"; - color: #fff; - text-transform: uppercase; - padding: 0 15px; - position: relative -} - -#sticky-header-article-wrapper .sticky-header-menu li a:after { - content: ''; - position: absolute; - background: #ee5949; - bottom: 6px; - height: 5px; - right: 13px; - left: 13px; - z-index: -1; - transform-origin: left center; - transform: scaleX(0); - transition: transform cubic-bezier(0.785, .135, .15, .86) .4s -} - -#sticky-header-article-wrapper .sticky-header-menu li a:hover:after { - transform: scaleX(1) -} - -#sticky-header-article-wrapper .sticky-header-menu li.open-search-link { - display: none -} - -#sticky-header-article-wrapper.sticky-header-article--menu .sticky-header-menu { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -#sticky-header-article-wrapper.sticky-header-article--menu .sticky-header-article-content { - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s -} - -#sticky-header-article-wrapper.sticky-header-article--menu .burger-sticky-article span:nth-child(1) { - transform: translate(0, 4px) rotate(45deg) -} - -#sticky-header-article-wrapper.sticky-header-article--menu .burger-sticky-article span:nth-child(2) { - transform: scaleX(0) -} - -#sticky-header-article-wrapper.sticky-header-article--menu .burger-sticky-article span:nth-child(3) { - transform: translate(0px, -4px) rotate(-45deg) -} - -#sticky-header-article-wrapper #article-progress-reading { - height: 5px; - background: #ee5949; - width: 100%; - bottom: -5px; - left: 0; - z-index: 10; - position: absolute; - transform-origin: left center; - transform: scaleX(0) -} - -#sticky-header-article-wrapper #sticky-header-article { - z-index: 10; - position: relative; - height: 27px -} - -#sticky-header-article-wrapper .en-lecture { - font: 600 12px/27px "b"; - text-transform: uppercase; - float: left; - margin-right: 10px -} - -#sticky-header-article-wrapper .burger-sticky-article { - float: left; - display: block; - margin-right: 15px; - position: relative; - padding: 0 39px 0 22px; - text-align: center; - background-color: transparent; - height: 27px -} - -#sticky-header-article-wrapper .burger-sticky-article i { - transition: color linear .2s; - color: #fff -} - -#sticky-header-article-wrapper .burger-sticky-article:after { - content: ''; - position: absolute; - right: 0; - bottom: 9px; - height: 1px; - width: 34px; - background: rgba(255, 255, 255, .2) -} - -#sticky-header-article-wrapper .burger-sticky-article span { - display: block; - width: 10px; - height: 1px; - background-color: #fff; - transition: all ease .2s; - position: absolute; - left: 0 -} - -#sticky-header-article-wrapper .burger-sticky-article span:nth-child(1) { - top: 9px -} - -#sticky-header-article-wrapper .burger-sticky-article span:nth-child(2) { - top: 13px -} - -#sticky-header-article-wrapper .burger-sticky-article span:nth-child(3) { - top: 17px -} - -#sticky-header-article-wrapper .burger-sticky-article:hover i { - color: #ee5949 -} - -#sticky-header-article-wrapper .burger-sticky-article:hover span { - background-color: #ee5949 -} - -#sticky-header-article-wrapper .burger-sticky-article i { - display: block; - font: 600 12px/27px "b"; - font-style: normal; - width: 34px -} - -#sticky-header-article-wrapper .article-title { - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; - float: left; - width: calc(100% - 380px); - font: 400 12px/27px "b"; - letter-spacing: .5px -} - -#sticky-header-article-wrapper .sticky-header-article-content { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -#sticky-header-article-wrapper .article-share { - position: absolute; - font: 600 12px/27px "b"; - opacity: 0; - transition: opacity .1s linear; - will-change: opacity; - right: 25px -} - -#sticky-header-article-wrapper .article-share a { - display: inline-block; - width: 15px; - height: 15px; - border-radius: 50%; - background-color: #fff; - color: #0c2044; - vertical-align: middle; - line-height: 15px; - position: relative; - top: -2px; - margin-left: 4px; - transition: background-color linear .1s -} - -#sticky-header-article-wrapper .article-share a:first-child { - margin-left: 10px -} - -#sticky-header-article-wrapper .article-share a.share-link--facebook:before, #sticky-header-article-wrapper .article-share a.share-link--mail:before { - top: 1px -} - -#sticky-header-article-wrapper .article-share a:before { - position: relative; - display: block; - line-height: 15px; - text-align: center; - font-size: 10px -} - -#sticky-header-article-wrapper .article-share a:hover { - background-color: #ee5949 -} - -.main__content--post { - overflow: hidden -} - -.video-wrapper { - width: 100%; - line-height: 0; - position: relative; - padding-bottom: 56.25%; - height: 0 -} - -.video-wrapper iframe { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - z-index: 1 -} - -.video-wrapper .video-overlay { - z-index: 10; - cursor: pointer; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - background: #000; - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s; - transition-delay: 2s -} - -.video-wrapper .video-overlay .bkg-full { - z-index: 1; - opacity: .6; - filter: blur(1px); - -webkit-filter: blur(1px) -} - -.video-wrapper .video-overlay .video-overlay-title { - color: #fff; - text-align: center; - text-transform: uppercase; - z-index: 10; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center -} - -.no-flexbox .video-wrapper .video-overlay .video-overlay-title { - display: block; - height: auto; - top: 50%; - left: 0; - width: 100%; - transform: translateY(-50%) -} - -.video-wrapper .video-overlay .video-overlay-title h3 { - color: #fff; - margin: 25px 0 0; - min-height: 30px; - position: absolute; - width: 100%; - padding: 0 20px; - left: 0 -} - -.video-wrapper .video-overlay .video-overlay-title .wrapper { - width: 100% -} - -.video-wrapper .video-overlay .video-overlay-title span { - margin: 0 auto; - display: block; - background-size: 100% auto; - width: 44px; - height: 44px; - position: relative -} - -.video-wrapper .video-overlay .video-overlay-title span:after, .video-wrapper .video-overlay .video-overlay-title span:before { - content: ''; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - transition: opacity .2s linear; - background: url(../images/img-btn-play-video-sprite.png) no-repeat top center -} - -.video-wrapper .video-overlay .video-overlay-title span:after { - background-position: bottom center; - opacity: 0 -} - -.fullscreen-insert .video-wrapper .video-overlay .video-overlay-title span { - width: 60px; - height: 60px -} - -.fullscreen-insert .video-wrapper .video-overlay .video-overlay-title span:after, .fullscreen-insert .video-wrapper .video-overlay .video-overlay-title span:before { - background-image: url(../images/img-btn-play-video-header-sprite.png) -} - -.no-touch .video-wrapper .video-overlay:hover span:after { - opacity: 1 -} - -.no-touch .video-wrapper .video-overlay:hover span:before { - opacity: 0 -} - -.video-wrapper[data-state=playing] .video-overlay { - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s -} - -.video-wrapper + p { - margin-top: 30px -} - -.btn-play-voir { - display: inline-block; - width: 60px; - height: 60px; - background: url(../images/img-btn-play-video-header.png) no-repeat center center -} - -@media (min-width: 1025px) { - .no-touch .post-header .post-header-image { - will-change: transform; - transform: translateY(0) - } -} - -.post-header { - position: relative; - height: 682px; - background-color: #000; - border-bottom: 10px solid #ee5949; - overflow: hidden; - z-index: 10; - max-height: calc(100vh - 27px); - min-height: 500px -} - -.main__content--post.post-filter .post-header .post-header-image { - opacity: .5; - -webkit-filter: grayscale(1) blur(2px); - -webkit-filter: grayscale(100%) blur(2px); - filter: gray; - filter: grayscale(100%) blur(2px); - filter: url(../img/filters.svg#greyscale-blur) -} - -.main__content--post.post-gradiant .post-header .post-header-image:after, .main__content--post.post-gradiant .post-header .post-header-image:before { - content: ''; - position: absolute; - width: 100%; - left: 0; - z-index: 100 -} - -.main__content--post.post-gradiant .post-header .post-header-image:before { - top: 0; - background: linear-gradient(to bottom, #000 0, transparent 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0); - height: 50%; - opacity: .35 -} - -.main__content--post.post-gradiant .post-header .post-header-image:after { - bottom: 0; - background: linear-gradient(to bottom, transparent 0, #000 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); - height: 40%; - opacity: .33 -} - -.lt-ie10 .main__content--post.post-gradiant .post-header .post-header-image:before { - background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) -} - -.lt-ie10 .main__content--post.post-gradiant .post-header .post-header-image:after { - background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) -} - -.post-header .post-header-video-link, .post-header .post-header-video-wrapper { - display: none -} - -.post-header.post-header--video .post-header-video-link { - display: inline-block; - padding: 0 20px -} - -.post-header.post-header--video .post-header-video-link h5 { - color: #ee5949; - font: 600 14px/20px "b"; - letter-spacing: -.1px; - margin-bottom: 4px -} - -.post-header.post-header--video .post-header-video-link span { - display: inline-block; - width: 60px; - height: 60px; - margin-bottom: 5px; - position: relative -} - -.post-header.post-header--video .post-header-video-link span:after, .post-header.post-header--video .post-header-video-link span:before { - content: ''; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - transition: opacity .2s linear; - background: url(../images/img-btn-play-video-header-sprite.png) no-repeat top center -} - -.post-header.post-header--video .post-header-video-link span:after { - background-position: bottom center; - opacity: 0 -} - -.no-touch .post-header.post-header--video .post-header-video-link:hover span:after { - opacity: 1 -} - -.no-touch .post-header.post-header--video .post-header-video-link:hover span:before { - opacity: 0 -} - -.post-header.post-header--video .post-header-video-wrapper { - display: block -} - -.post-header .post-header-video-wrapper { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - z-index: 10000; - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 2s, visibility 0s linear 2.2s; - -webkit-transition: opacity .2s linear 2s, visibility 0s linear 2.2s; - -moz-transition: opacity .2s linear 2s, visibility 0s linear 2.2s; - -ms-transition: opacity .2s linear 2s, visibility 0s linear 2.2s; - -o-transition: opacity .2s linear 2s, visibility 0s linear 2.2s; - background: rgba(0, 0, 0, .65) -} - -.post-header .post-header-video-wrapper .wrapper { - height: 100% -} - -.post-header .post-header-video-wrapper .post-header-video { - transform: translateX(-50%); - position: absolute; - height: 100%; - background: #000; - width: 1207.14px; - left: 50% -} - -.post-header .post-header-video-wrapper .post-header-video iframe { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0 -} - -.post-header .post-title-wrapper { - position: absolute; - width: 100%; - bottom: 30px; - z-index: 10; - opacity: 1; - visibility: visible; - transition: opacity .2s linear 2s, visibility 0s linear 2s; - -webkit-transition: opacity .2s linear 2s, visibility 0s linear 2s; - -moz-transition: opacity .2s linear 2s, visibility 0s linear 2s; - -ms-transition: opacity .2s linear 2s, visibility 0s linear 2s; - -o-transition: opacity .2s linear 2s, visibility 0s linear 2s -} - -.post-header .post-title-wrapper h1 { - color: #fff -} - -.post-header.post-header--no-image { - height: auto !important; - min-height: 0 !important; - max-height: none !important; - padding: 110px 0 15px; - border-top: #000 72px solid; - background-color: transparent; - border-bottom: none -} - -.main__content--post .post-header.post-header--no-image { - border-top-color: #0c2044 -} - -.post-header.post-header--no-image .post-title-wrapper { - position: static -} - -.post-header.post-header--no-image .post-title-wrapper h1 { - color: #0c2044 -} - -.post-header[data-state=playing] .post-title-wrapper { - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s -} - -.post-header[data-state=playing] .post-header-video-wrapper { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -.page-item--in-scroll { - position: relative -} - -.page-item--in-scroll:after { - content: ''; - position: absolute; - width: 10px; - height: 10px; - left: 50%; - top: -5px; - margin-left: -5px; - background: #ee5949; - z-index: 100 -} - -.page-item--in-scroll .post-header.post-header--no-image { - border-top: none; - padding-top: 75px -} - -.post-meta { - text-align: center; - margin-top: 60px; - color: #636363; - font: 600 14px/24px "Titillium Web" -} - -.post-meta .meta-categories { - margin-bottom: 6px -} - -.post-meta .meta-categories li { - display: inline-block; - margin: 0 5px; - font: 400 16px/18px Volkhov; - font-style: italic -} - -.post-meta .meta-categories li a { - position: relative; - color: #000; - text-decoration: none; - display: block -} - -.post-meta .meta-categories li a:before { - content: ''; - position: absolute; - background: #bdecef; - bottom: -2px; - height: 10px; - right: -2px; - left: -5px; - z-index: -1; - transition: height cubic-bezier(0.075, .82, .165, 1) .3s -} - -.post-meta .meta-categories li a:hover:before { - height: 22px -} - -.post-meta .meta-categories li.sep:before { - display: none -} - -.post-meta .author { - font-weight: 700; - color: inherit; - text-decoration: none -} - -.post-meta .author:hover { - text-decoration: underline -} - -.post-meta .icon-ios-clock-outline:before { - position: relative; - top: 3px -} - -.wp-caption { - max-width: 100%; - margin-left: auto; - margin-right: auto; - line-height: 1 -} - -.wp-caption .wp-caption-text { - text-align: center; - margin-top: 10px -} - -.fullscreen-insert .wp-caption .wp-caption-text { - position: absolute; - width: 100%; - left: 0; - padding: 0 20px -} - -.post-excerpt { - margin-top: 70px; - text-align: center -} - -.post-excerpt h5 { - margin-bottom: 0 -} - -.post-excerpt a:before { - bottom: 0; - height: 6px -} - -.post-notes { - margin-top: 60px -} - -.post-notes .post-notes-item { - padding: 0 20px -} - -.post-notes .post-notes-item .post-notes-item-number { - margin-right: 5px; - font-weight: 700 -} - -.post-notes .post-notes-item p { - display: inline-block -} - -.notesblock { - position: fixed; - width: 100%; - bottom: 0; - left: 0; - background-color: #bdecef; - z-index: 40 -} - -.notesblock .notesblock-item { - display: none; - padding: 0 20px; - color: #0c2044; - letter-spacing: .5px; - margin: 6.5px 0; - font: 400 12px/14px "b" -} - -.notesblock .notesblock-item .notesblock-item-number { - font-weight: 700; - margin-right: 5px -} - -.notesblock .notesblock-item p { - display: inline-block -} - -.notesblock .notesblock-item p a { - color: #ee5949; - position: relative -} - -.notesblock .notesblock-item p a:before { - content: ''; - position: absolute; - background: #0c2044; - bottom: 1px; - height: 5px; - right: -2px; - left: -2px; - z-index: -1; - transition: height cubic-bezier(0.075, .82, .165, 1) .3s -} - -.notesblock .notesblock-item p a:hover:before { - height: calc(100% - 2px) -} - -.notesblock .notesblock-item.active { - display: block -} - -.post-content { - margin-top: 45px; - margin-bottom: 70px -} - -.post-content img { - max-width: 100%; - height: auto; - margin: auto; - display: block -} - -.post-content iframe { - display: block; - margin: auto -} - -.post-content img + img { - margin-top: 24px -} - -.post-content .note sup { - font-size: 10px; - vertical-align: top -} - -.fullscreen-insert { - margin-top: 60px; - margin-bottom: 60px -} - -.fullscreen-insert > br { - display: none -} - -.fullscreen-insert img { - width: 100% -} - -.fullscreen-insert .img-infos { - z-index: 10 -} - -.image-wrapper { - width: 100%; - line-height: 0; - position: relative -} - -.image-wrapper.has-info img { - width: 100% -} - -.image-wrapper img { - position: relative; - z-index: 1 -} - -.image-wrapper .img-infos { - position: absolute; - width: 100%; - bottom: 10px; - z-index: 1; - line-height: 1 -} - -.image-wrapper .img-infos.img-info-dark .credits-img { - color: #000 -} - -.image-wrapper .credits-img { - font: 600 15px/16px "Titillium Web"; - color: #fff -} - -.image-wrapper .blockquote-img { - max-width: 1000px; - margin-bottom: 40px -} - -.image-wrapper .blockquote-img blockquote { - max-width: 600px; - color: #bdecef; - position: relative; - margin-bottom: 0 -} - -.image-wrapper .blockquote-img blockquote:after, .image-wrapper .blockquote-img blockquote:before { - content: ''; - top: -30px; - position: absolute; - background-color: #ee5949; - height: 6px; - margin-left: 20px -} - -.image-wrapper .blockquote-img blockquote:after { - width: 6px; - left: 0 -} - -.image-wrapper .blockquote-img blockquote:before { - left: 12px; - width: 205px -} - -.post-bottom-wrapper { - text-align: center; - max-width: 810px; - margin-bottom: 50px -} - -.post-bottom-wrapper .post-author-wrapper { - position: relative; - z-index: 0; - background-color: #f7f7f7; - padding: 30px 30px 35px; - margin: 50px 20px 0; - width: calc(100% - 40px) -} - -.post-bottom-wrapper .post-author-wrapper .list-authors { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap -} - -.post-bottom-wrapper .post-author-wrapper .list-authors.list-authors--1 .author { - width: 100% -} - -.post-bottom-wrapper .post-author-wrapper .author { - margin: 10px 5px 20px; - padding: 0 15px; - width: calc(50% - 10px) -} - -.post-bottom-wrapper .post-author-wrapper .author:nth-child(2n) { - border-left: 1px solid #636363 -} - -.post-bottom-wrapper .post-author-wrapper h6 { - color: #ee5949; - font: 600 14px/28px "Titillium Web" -} - -.post-bottom-wrapper .post-author-wrapper h6 span { - font-weight: 700 -} - -.post-bottom-wrapper .post-author-wrapper p { - font: 400 16px/18px Volkhov; - font-style: italic; - color: #0c2044; - margin: 12px 0 0 -} - -.post-bottom-wrapper .post-author-wrapper .btn { - margin-top: 20px -} - -.yarpp-related { - margin: 0 !important -} - -.meta-article .categories, .meta-article .date { - vertical-align: bottom; - display: inline-block -} - -.meta-article .date { - font: 400 14px/24px "b" -} - -.meta-article .categories { - margin-right: 5px -} - -.meta-article .categories li { - display: inline-block; - margin: 0 5px; - font: 400 16px/18px Volkhov; - font-style: italic; - position: relative -} - -.post-related { - margin-bottom: 45px -} - -.post-related h4 { - color: #ee5949; - text-align: center -} - -.post-related .related-article-list { - overflow: hidden; - margin-top: 35px -} - -.post-related .related-article-list .related-article-item { - float: left; - padding: 0 0 10px; - width: 50%; - display: block -} - -.post-related .related-article-list .related-article-item .bkg-nb { - opacity: 0; - transition: opacity .3s linear -} - -.post-related .related-article-list .related-article-item a { - background: #000; - color: #fff; - display: block; - width: 100%; - padding-bottom: 56.25%; - height: 0; - position: relative -} - -.post-related .related-article-list .related-article-item a > div { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0 -} - -.no-touch .post-related .related-article-list .related-article-item a:hover .bkg-nb { - opacity: 1 -} - -.no-touch .post-related .related-article-list .related-article-item a:hover:after { - opacity: 1; - transition: transform cubic-bezier(0.785, .135, .15, .86) .4s; - transform: scaleX(1) -} - -.no-touch .post-related .related-article-list .related-article-item a:hover .related-article-item-black-overlay { - background: rgba(0, 0, 0, .65) -} - -.post-related .related-article-list .related-article-item a:after { - content: ''; - background: #ee5949; - width: 100%; - bottom: -10px; - height: 10px; - left: 0; - position: absolute; - display: block; - transform: scaleX(0); - transition: transform cubic-bezier(0.785, .135, .15, .86) .4s; - transform-origin: left center -} - -.post-related .related-article-list .related-article-item .meta-article .categories li { - color: #fff; - margin: 0 5px -} - -.post-related .related-article-list .related-article-item .meta-article .categories li:before { - content: ''; - position: absolute; - background: #ee5949; - bottom: -2px; - height: 10px; - right: -2px; - left: -5px; - z-index: -1 -} - -.post-related .related-article-list .related-article-item .meta-article .categories li.sep:before { - display: none -} - -.post-related .related-article-list .related-article-item .related-article-item-bkg { - z-index: 1 -} - -.post-related .related-article-list .related-article-item .related-article-item-black-overlay { - z-index: 10; - background: rgba(0, 0, 0, .55); - transition: background linear .2s -} - -.post-related .related-article-list .related-article-item .hover-text { - z-index: 20 -} - -.post-related .related-article-list .related-article-item .related-article-item-content { - z-index: 30; - padding: 100px 100px 0 -} - -.post-related .related-article-list .related-article-item .related-article-item-content h5 { - display: block; - margin-top: 10px; - color: #fff -} - -.post-bottom { - font: 600 16px/40px "Titillium Web" -} - -.post-bottom > * { - color: #636363; - padding: 0 20px; - display: inline-block; - width: 240px -} - -.post-bottom > .post-comments-number { - text-align: left; - border-left: 1px solid #636363; - transition: color linear .1s -} - -.post-bottom > .post-comments-number:before { - color: #ee5949; - font-size: 20px; - position: relative; - top: -3px; - margin-right: 5px; - transform: scaleY(1.1); - display: inline-block; - vertical-align: middle; - transition: color linear .1s -} - -.post-bottom > .post-comments-number span:first-of-type { - font-weight: 700 -} - -.post-bottom > .post-comments-number:hover, .post-bottom > .post-comments-number:hover:before { - color: #0c2044 -} - -.post-bottom > .post-share { - text-align: right; - margin-right: -4px -} - -.post-bottom > .post-share a { - display: inline-block; - vertical-align: middle; - color: #ee5949; - font-size: 22px; - position: relative; - top: 2px; - margin-left: 4px; - transition: color linear .1s -} - -.post-bottom > .post-share a:hover { - color: #0c2044 -} - -.comments-wrapper { - margin-bottom: 80px -} - -.comments-wrapper h4 { - color: #ee5949; - font-size: 14px; - text-transform: uppercase; - padding-bottom: 12px; - display: block; - border-bottom: #e7e9e6 1px solid -} - -.comments-wrapper .no-comments { - margin-top: 35px; - margin-bottom: 60px; - text-align: center -} - -.comments-wrapper .comment { - padding: 30px 20px; - border-bottom: #e7e9e6 1px solid; - transform: tarnslateY(0) -} - -.comments-wrapper .comment.depth-2 .btn-reply { - display: none -} - -.comments-wrapper .comment .comment-body { - transition: transform .3s cubic-bezier(0, 0, .21, 1.21) .5s; - -webkit-transition: transform .3s cubic-bezier(0, 0, .21, 1.21) .5s; - -moz-transition: transform .3s cubic-bezier(0, 0, .21, 1.21) .5s; - -ms-transition: transform .3s cubic-bezier(0, 0, .21, 1.21) .5s; - -o-transition: transform .3s cubic-bezier(0, 0, .21, 1.21) .5s -} - -.comments-wrapper .comment .comment-info { - margin-bottom: 12px -} - -.comments-wrapper .comment .comment-info span { - display: inline-block; - vertical-align: middle -} - -.comments-wrapper .comment .comment-info .author { - color: #0c2044; - font: 700 14px/18px "Titillium Web" -} - -.comments-wrapper .comment .comment-info .date { - margin-left: 10px; - color: #ee5949; - font: 600 12px/14px "b" -} - -.comments-wrapper .comment .btn-close, .comments-wrapper .comment .btn-reply { - font-size: 14px; - font-weight: 600; - margin-top: 10px; - letter-spacing: 0; - display: inline-block; - border-bottom: 1px solid #636363; - line-height: 1.5em -} - -.comments-wrapper .comment .btn-close:hover, .comments-wrapper .comment .btn-reply:hover { - border-bottom: 1px solid #ee5949 -} - -.comments-wrapper .comment .btn-close { - display: none -} - -.comments-wrapper .comment.responding > .comment-body { - margin-bottom: 50px -} - -.comments-wrapper .comment.responding .btn-reply { - display: none -} - -.comments-wrapper .comment.responding .btn-close { - display: inline-block -} - -.comments-wrapper .comment.responding .response-form { - display: block !important -} - -.comments-wrapper .comment .comment-content p { - font: 600 14px/18px "Titillium Web"; - margin-bottom: 0 -} - -.comments-wrapper .comment:last-child { - border-bottom: none -} - -#comments-form { - margin-top: 30px -} - -#comments-form, #corpo-contact-form, #newsletter-form, .protected-post-form, .response-form { - text-align: center -} - -#comments-form input, #comments-form textarea, #corpo-contact-form input, #corpo-contact-form textarea, #newsletter-form input, #newsletter-form textarea, .protected-post-form input, .protected-post-form textarea, .response-form input, .response-form textarea { - text-align: left; - display: block; - width: 100%; - max-width: 100%; - min-width: 100%; - font: 400 14px/18px "Titillium Web"; - border: 1px solid #e7e9e6; - padding: 15px 20px; - background: 0 0 -} - -#comments-form .g-recaptcha > div, #corpo-contact-form .g-recaptcha > div, #newsletter-form .g-recaptcha > div, .protected-post-form .g-recaptcha > div, .response-form .g-recaptcha > div { - margin-left: auto; - margin-right: auto -} - -#comments-form .g-recaptcha, #comments-form input, #corpo-contact-form .g-recaptcha, #corpo-contact-form input, #newsletter-form .g-recaptcha, #newsletter-form input, .protected-post-form .g-recaptcha, .protected-post-form input, .response-form .g-recaptcha, .response-form input { - margin-top: 7px -} - -#comments-form textarea, #corpo-contact-form textarea, #newsletter-form textarea, .protected-post-form textarea, .response-form textarea { - min-height: 130px -} - -#comments-form .btn, #corpo-contact-form .btn, #newsletter-form .btn, .protected-post-form .btn, .response-form .btn { - margin-top: 20px -} - -#comments-form input[type=submit], #corpo-contact-form input[type=submit], #newsletter-form input[type=submit], .protected-post-form input[type=submit], .response-form input[type=submit] { - display: inline-block; - background: #ee5949; - color: #fff -} - -.js #comments-form:not(.protected-post-form) input[type=submit], .js #corpo-contact-form:not(.protected-post-form) input[type=submit], .js #newsletter-form:not(.protected-post-form) input[type=submit], .js .protected-post-form:not(.protected-post-form) input[type=submit], .js .response-form:not(.protected-post-form) input[type=submit] { - position: absolute; - left: -9999px; - height: 0; - width: 0 -} - -.no-js #comments-form .btn, .no-js #corpo-contact-form .btn, .no-js #newsletter-form .btn, .no-js .protected-post-form .btn, .no-js .response-form .btn { - display: none -} - -#page .protected-post-form input { - max-width: initial; - min-width: initial; - width: auto; - padding: 11px 20px; - margin-right: 10px; - display: inline-block -} - -#page .protected-post-form .btn:before { - z-index: 0 -} - -#page .protected-post-form .btn span { - position: relative -} - -.response-form { - display: none; - margin-top: 20px -} - -.festival-post-bottom { - margin-bottom: 80px; - background: #000 -} - -.festival-post-bottom .inner { - padding-top: 60px; - padding-bottom: 60px; - background-size: 100% auto; - background-repeat: no-repeat; - background-position: left center -} - -.festival-post-bottom .festival-post-bottom-col-1 { - float: left; - width: 410px; - padding-right: 50px -} - -.festival-post-bottom .festival-post-bottom-col-1 h4 { - font: 700 30px/30px "b"; - text-transform: uppercase -} - -.festival-post-bottom .festival-post-bottom-col-1 h4 a { - color: #ee5949; - transition: color .2s linear -} - -.festival-post-bottom .festival-post-bottom-col-1 h4 a:hover, .festival-post-bottom .festival-post-bottom-col-1 h4 span { - color: #fff -} - -.festival-post-bottom .festival-post-bottom-col-1 .festival-place { - margin-top: 15px -} - -.festival-post-bottom .festival-post-bottom-col-2 { - width: calc(100% - 410px); - float: left; - text-align: left -} - -.festival-post-bottom .festival-post-bottom-col-2 li { - display: inline-block; - width: 50%; - vertical-align: top; - max-width: 220px; - padding-right: 20px; - margin-bottom: 4px -} - -.festival-post-bottom .festival-post-bottom-col-2 a { - display: inline-block; - color: #ee5949; - font: 600 14px/16px "b"; - text-transform: uppercase; - position: relative; - transition: color .1s linear; - white-space: nowrap; - max-width: 100%; - overflow: hidden; - text-overflow: ellipsis -} - -.festival-post-bottom .festival-post-bottom-col-2 a:after { - content: ''; - position: absolute; - bottom: -3px; - left: 0; - right: 20px; - transform-origin: left center; - transform: translate3d(0, 0, 0) scaleX(0); - transition: transform ease .3s; - height: 1px; - background: #fff -} - -.festival-post-bottom .festival-post-bottom-col-2 a:hover { - color: #fff -} - -.festival-post-bottom .festival-post-bottom-col-2 a:hover:after { - transform: translate3d(0, 0, 0) scaleX(1) -} - -.festival-post-bottom .festival-post-bottom-links { - padding-top: 50px -} - -.festival-post-bottom .festival-post-bottom-links a { - color: #fff; - font: 400 12px/16px "b"; - border-bottom: 1px solid #fff; - transition: linear .05s border-bottom-color; - padding-bottom: 2px -} - -.festival-post-bottom .festival-post-bottom-links a:hover { - border-bottom-color: transparent -} - -.festival-post-bottom .festival-post-bottom-links a:first-child { - margin-right: 55px -} - -.text .citation { - padding-left: 180px; - position: relative; - margin-right: -80px; - min-height: 90px; - margin-bottom: 100px; - margin-top: 70px -} - -.text .citation:after { - content: ''; - position: absolute; - background-color: #bdecef; - height: 4px; - right: 20px; - left: 180px; - bottom: -30px -} - -.text .citation a.share-link { - display: block; - position: absolute; - left: 80px; - color: #ee5949; - height: 25px; - width: 25px; - font-size: 20px; - transition: color linear .1s -} - -.text .citation a.share-link:hover { - color: #0c2044 -} - -.text .citation a.share-link:nth-of-type(1) { - top: 2px -} - -.text .citation a.share-link:nth-of-type(1):after { - content: ''; - position: absolute; - background: #ee5949; - height: 1px; - left: 100%; - margin-left: 10px; - width: 50px; - top: 50%; - margin-top: -2px -} - -.text .citation a.share-link:nth-of-type(2) { - top: 32px; - font-size: 21px -} - -.text .citation a.share-link:nth-of-type(3) { - top: 64px; - font-size: 19px -} - -.text .citation a.share-link:before { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - background: 0 0; - text-align: center; - line-height: 25px -} - -.player-audio-wrapper { - margin-bottom: 30px -} - -.player-audio-wrapper .player-audio { - overflow: hidden -} - -.player-audio-wrapper .player-progress { - width: calc(100% - 80px) -} - -.player-audio-wrapper .player-progress .player-progress-duration, .player-audio-wrapper .player-progress .song-current-time { - position: relative; - top: 27px -} - -.player-audio-wrapper .player-progress .player-progress-name { - position: absolute; - top: 0; - width: 100%; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - left: 0; - height: 100%; - text-transform: uppercase -} - -.player-audio-wrapper .player-audio-toggle { - display: block; - width: 40px; - height: 40px; - background: #ee5949; - margin-right: 1px; - float: left; - position: relative; - transition: background-color linear .1s -} - -.no-touch .player-audio-wrapper .player-audio-toggle:hover { - background-color: #0c2044 -} - -.player-audio-wrapper .player-audio-toggle:before { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - text-align: center; - color: #fff; - line-height: 40px; - cursor: pointer -} - -.player-audio-wrapper[data-state=playing] .player-audio-toggle { - font-size: 21px -} - -.player-audio-wrapper[data-state=playing] .player-audio-toggle:before { - content: "\6c" -} - -p > .player-audio-wrapper:last-child { - margin-bottom: 0 !important -} - -@media (max-width: 1151px) { - .post-related .related-article-list .related-article-item .related-article-item-content { - padding: 80px 60px 0 - } -} - -@media (max-width: 1024px) { - .post-header { - height: 520px - } - - .post-header .post-header-image { - height: calc(100% + 20px); - margin-top: -10px; - transform: none !important - } - - .post-related .related-article-list .related-article-item .related-article-item-content { - padding: 60px 30px 0 50px - } -} - -@media (max-width: 850px) { - .text .citation { - padding-left: 80px; - margin-right: 0 - } - - .text .citation:after { - left: 80px - } - - .text .citation a.share-link { - left: 0 - } - - .text .citation a.share-link:nth-child(1):after { - width: 30px - } - - .post-related .related-article-list .related-article-item .related-article-item-content { - padding: 60px 30px 0 50px - } - - .post-related .related-article-list .related-article-item .related-article-item-content h5 { - font-size: 16px; - line-height: 22px - } -} - -@media (max-width: 840px) { - #sticky-header-article-wrapper, .post-header-video-link { - display: none !important - } - - .post-header { - min-height: 240px; - max-height: 360px; - height: calc(100vh - 56px) - } - - .post-header.post-header--no-image { - border-top: none; - padding-top: 70px - } - - .post-header h1 { - font-size: 20px; - line-height: 24px - } - - .post-content .inner { - padding-left: 25px; - padding-right: 25px - } - - .text .citation { - padding-left: 80px; - margin-right: -10px; - margin-top: 60px; - margin-bottom: 60px - } - - .text .citation:after { - right: -15px - } - - .post-excerpt, .post-meta { - margin-top: 50px - } - - .post-related .related-article-list .related-article-item { - width: 100%; - clear: both; - padding-bottom: 0 - } - - .post-related .related-article-list .related-article-item:first-child { - border-bottom: 10px solid #ee5949 - } - - .post-related .related-article-list .related-article-item .related-article-item-content { - padding: 25px 25px 0 - } - - .post-bottom-wrapper .post-author-wrapper { - width: 100%; - margin-right: 0; - margin-left: 0 - } - - .post-bottom-wrapper .post-author-wrapper .author { - width: 100% - } - - .post-bottom-wrapper .post-author-wrapper .author:nth-child(2n) { - border: 0 - } - - .image-wrapper .img-infos { - position: relative; - bottom: auto; - margin-bottom: 50px - } - - .image-wrapper .inner { - padding: 0 - } - - .fullscreen-insert .image-wrapper .inner { - padding-left: 25px; - padding-right: 25px - } - - .image-wrapper p + .img-infos { - margin-top: -25px - } - - .image-wrapper p + .img-infos .credits-img { - margin-top: 30px - } - - .image-wrapper p + .img-infos .blockquote-img { - margin-top: 55px - } - - .image-wrapper p + .img-infos .blockquote-img + .credits-img { - margin-top: 0 - } - - .image-wrapper .credits-img { - margin-top: 10px; - font-size: 10px; - line-height: 14px; - color: #636363 !important - } - - .image-wrapper .blockquote-img { - margin-bottom: 20px; - margin-top: 30px - } - - .image-wrapper .blockquote-img blockquote { - color: #ee5949 - } - - .post-bottom-wrapper { - margin-bottom: 45px - } - - .meta-article .date { - font-size: 12px - } - - .post-bottom > * { - width: 100px - } - - .post-bottom > .post-comments-number span:last-of-type, .post-bottom > .post-share span { - display: none - } - - .festival-post-bottom { - margin-bottom: 50px; - text-align: center - } - - .festival-post-bottom .inner { - padding-top: 35px; - padding-bottom: 35px; - background-size: auto 100%; - background-position: -50px center - } - - .festival-post-bottom .festival-place { - background-position: center bottom; - margin-bottom: 55px - } - - .festival-post-bottom .festival-post-bottom-col-1 { - float: none; - width: 100%; - padding-right: 0 - } - - .festival-post-bottom .festival-post-bottom-col-1 h4 { - font-size: 16px; - line-height: 22px - } - - .festival-post-bottom .festival-post-bottom-col-1 .festival-place { - margin-top: 15px - } - - .festival-post-bottom .festival-post-bottom-col-2 { - float: none; - width: 100%; - text-align: center - } - - .festival-post-bottom .festival-post-bottom-col-2 li { - width: 100%; - max-width: 100%; - padding-right: 0 - } - - .festival-post-bottom .festival-post-bottom-links { - padding-top: 20px - } - - .festival-post-bottom .festival-post-bottom-links a { - margin-right: 0 !important - } - - .player-audio-wrapper { - margin-bottom: 25px - } - - .player-audio-wrapper .player-progress { - width: calc(100% - 60px) - } - - #page .protected-post-form input { - margin-right: 0 - } - - #page .protected-post-form .btn { - padding-left: 18px; - padding-right: 18px - } -} - -.archive-header { - width: 100%; - height: 560px; - position: relative -} - -.archive-header .archive-header-image-wrapper { - overflow: hidden -} - -.archive-header .archive-title-wrapper { - z-index: 10; - position: absolute; - top: 72px; - bottom: 50px; - width: 100%; - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - overflow: hidden -} - -.archive-header .archive-title-wrapper .wrapper { - max-width: 750px; - width: 100%; - margin-left: 0; - margin-right: 0 -} - -.archive-header .archive-title-wrapper h1 { - color: #fff -} - -.no-flexbox .archive-header .archive-title-wrapper { - display: block; - top: 50% !important; - margin-top: 10px; - transform: translateY(-50%); - bottom: auto; - overflow: visible -} - -.no-flexbox .archive-header .archive-title-wrapper .wrapper { - margin-left: auto; - margin-right: auto -} - -.archive-header .archive-list-children-cats-wrapper-mobile { - position: absolute; - bottom: 0; - left: 0; - width: 100%; - display: none; - z-index: 10; - padding-bottom: 12px -} - -.archive-header .archive-list-children-cats-wrapper { - z-index: 10; - position: absolute; - bottom: 0; - left: 0; - width: 100%; - height: 65px -} - -.archive-header .archive-list-children-cats-wrapper .wrapper { - height: 100% -} - -.archive-header .archive-list-children-cats-wrapper ul { - text-align: center; - height: 100% -} - -.archive-header .archive-list-children-cats-wrapper ul li { - vertical-align: top; - display: inline-block; - height: 100% -} - -.archive-header .archive-list-children-cats-wrapper ul li a { - display: block; - height: 100%; - padding: 0 20px; - text-transform: uppercase; - color: #fff; - font: 600 12px/32px "b"; - overflow: hidden; - position: relative; - transition: color linear .3s -} - -.archive-header .archive-list-children-cats-wrapper ul li a:after { - content: ''; - position: absolute; - height: 10px; - bottom: 0; - left: 5px; - right: 5px; - background-color: #ee5949; - transform: translateY(100%); - transition: transform cubic-bezier(0.785, .135, .15, .86) .3s -} - -.archive-header .archive-list-children-cats-wrapper ul li a:hover, .archive-header .archive-list-children-cats-wrapper ul li.active a { - color: #ee5949 -} - -.archive-header .archive-list-children-cats-wrapper ul li a:hover:after, .archive-header .archive-list-children-cats-wrapper ul li.active a:after { - transform: translateY(0) -} - -.list-articles { - padding-top: 100px; - padding-bottom: 40px; - overflow: hidden -} - -.list-articles .list-item { - width: calc(50% - 15px); - float: left; - padding-right: 10px; - position: relative; - padding-bottom: 20px; - display: block; - text-decoration: none; - color: #0c2044; - margin-bottom: 50px -} - -.list-articles .list-item .list-item-image-nb { - opacity: 0; - background: #000; - transition: opacity .3s linear -} - -.list-articles .list-item .list-item-image-nb div { - opacity: .5 -} - -.list-articles .list-item.list-item--normal { - margin-right: 30px -} - -.list-articles .list-item .list-item-image { - width: 100%; - height: 0; - background-color: #bdecef; - padding-bottom: 50.5%; - position: relative -} - -.list-articles .list-item .list-item-image:after, .list-articles .list-item .list-item-image:before { - content: ''; - position: absolute -} - -.list-articles .list-item .list-item-image:after { - left: 0; - width: 100%; - height: 10px; - bottom: -10px; - background-color: #ee5949 -} - -.list-articles .list-item .list-item-image:before { - right: -10px; - top: 0; - width: 10px; - background: #bdecef; - height: 100% -} - -.no-touch .list-articles .list-item:hover .list-item-image-nb { - opacity: 1 -} - -.no-touch .list-articles .list-item:hover .list-item-content:after { - width: 250px -} - -.list-articles .list-item h4 { - padding-top: 4px; - margin-top: -4px; - overflow: hidden; - height: 94px; - margin-bottom: 30px; - position: relative -} - -.list-articles .list-item .list-item-content { - padding: 22px 15px 0; - position: relative; - overflow: hidden -} - -.list-articles .list-item .list-item-content:after { - content: ''; - position: absolute; - background: #ee5949; - width: 10px; - height: 10px; - bottom: 0; - left: 15px; - display: block; - transition: width cubic-bezier(0.785, .135, .15, .86) .4s; - will-change: width -} - -.list-articles .list-item .meta-article { - margin-bottom: 13px -} - -.list-articles .list-item .meta-article .categories { - color: #ee5949; - margin-left: 2px -} - -.list-articles .list-item .meta-article .categories li { - margin: 0 3px 0 0 -} - -.list-articles .list-item .meta-article .date { - position: relative; - top: 1px; - font-size: 12px -} - -.list-articles .home-push { - margin-bottom: 90px -} - -.list-articles-year-filter-wrapper { - padding-top: 40px; - margin-bottom: -60px; - position: relative; - height: 60px; - z-index: 10 -} - -.list-articles-year-filter-wrapper .list-articles-year-filter { - text-transform: uppercase; - font: 600 12px/20px "b"; - text-align: right; - color: #0c2044 -} - -.list-pagination-wrapper { - margin-left: auto; - margin-right: auto; - max-width: 810px; - position: relative; - text-align: center; - margin-bottom: -12px; - height: 70px; - white-space: nowrap -} - -.list-pagination-wrapper:before { - z-index: -1; - content: ''; - position: absolute; - top: 20px; - left: 20px; - right: 20px; - bottom: 0; - background-color: #bdecef -} - -.list-pagination-wrapper .pagination li { - background-color: #0c2044; - display: inline-block; - vertical-align: top; - height: 40px; - font: 600 14px/38px "b"; - position: relative; - color: #fff; - text-transform: uppercase -} - -.list-pagination-wrapper .pagination li.page__link--next a, .list-pagination-wrapper .pagination li.page__link--previous a { - position: relative -} - -.list-pagination-wrapper .pagination li.page__link--next a:before, .list-pagination-wrapper .pagination li.page__link--previous a:before { - content: ''; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - background: url(../images/img-arrow-left.png) no-repeat center center; - transition: transform .2s ease -} - -.list-pagination-wrapper .pagination li.page__link--previous a:hover:before { - transform: translateX(-3px) -} - -.list-pagination-wrapper .pagination li.page__link--next a:before { - transform: rotateZ(180deg) -} - -.list-pagination-wrapper .pagination li.page__link--next a:hover:before { - transform: translateX(3px) rotateZ(180deg) -} - -.list-pagination-wrapper .pagination li.page__link--disabled { - display: none -} - -.list-pagination-wrapper .pagination li.page__link { - width: 42px -} - -.list-pagination-wrapper .pagination li.page__link a { - height: 100%; - display: block; - text-indent: -9999px -} - -.list-pagination-wrapper .pagination li.center { - padding: 0 22px; - margin: 0 1px -} - -@media (max-width: 1024px) { - .archive-header { - height: 470px; - max-height: calc(100vh - 27px); - min-height: 300px - } - - .list-articles .list-item h4 { - height: 88px - } -} - -@media (max-width: 840px) { - .archive-header { - height: 400px; - max-height: calc(100vh - 56px); - min-height: 260px - } - - .archive-header .archive-title-wrapper { - top: 0; - bottom: 0 - } - - .archive-header .archive-list-children-cats-wrapper { - display: none - } - - .archive-header h1 { - font-size: 40px; - line-height: 37px - } - - .archive-header .archive-list-children-cats-wrapper-mobile { - display: block - } - - .list-articles-year-filter-wrapper { - display: none - } - - .list-articles { - padding-top: 70px; - padding-bottom: 0 - } - - .list-articles .list-item { - width: 100%; - clear: both; - height: auto; - margin: 0 0 60px !important; - padding: 0 !important - } - - .list-articles .list-item h4 { - padding-top: 0; - max-height: none; - height: auto; - overflow: hidden; - font-size: 16px; - line-height: 20px; - padding-bottom: 22px; - margin-bottom: 0 - } - - .list-articles .list-item h4:after { - content: ''; - position: absolute; - background: #ee5949; - width: 10px; - height: 10px; - bottom: 0; - left: 0; - display: block - } - - .list-articles .list-item .list-item-image { - padding-bottom: 50% - } - - .list-articles .list-item .list-item-image:before { - right: 0; - z-index: 10 - } - - .list-articles .list-item .list-item-image:after { - right: 10px; - width: auto - } - - .list-articles .list-item .meta-article .date { - font-weight: 600 - } - - .list-articles .list-item .list-item-content { - padding: 25px 35px 0 25px - } - - .list-articles .list-item .list-item-content:after { - display: none - } - - .list-articles .list-item.list-item--alternate .list-item-image:before { - left: 0; - right: auto - } - - .list-articles .list-item.list-item--alternate .list-item-image:after { - right: 0; - left: 10px - } - - .list-articles .list-item.list-item--alternate .list-item-content { - text-align: right; - padding: 25px 25px 0 35px - } - - .list-articles .list-item.list-item--alternate .list-item-content h4:after { - left: auto; - right: 0 - } -} - -.no-result h2 { - color: #0c2044; - margin-bottom: 60px -} - -.main__content--author .archive-title-wrapper .author-post-count { - position: absolute; - z-index: 1; - font: 700 250px/190px "b"; - width: 100%; - left: 0; - top: 50%; - margin-top: -95px; - color: #bdecef; - opacity: .1 -} - -.main__content--author .archive-title-wrapper h5 { - position: relative; - z-index: 10; - color: #ee5949; - font: 400 16px/20px Volkhov; - font-style: italic; - margin-bottom: 12px -} - -.main__content--author .archive-title-wrapper h1 { - position: relative; - z-index: 10 -} - -.main__content--author .archive-title-wrapper p { - position: relative; - z-index: 10; - margin-top: 7px; - font-weight: 300; - color: #ee5949 -} - -@media (max-width: 1024px) { - .main__content--author .archive-title-wrapper h5 { - margin-bottom: 8px - } -} - -@media (max-width: 840px) { - .main__content--author .archive-title-wrapper .author-post-count { - font-size: 130px; - margin-top: -115px - } - - .main__content--author .archive-title-wrapper h5 { - margin-bottom: 6px - } -} - -.main__content--page .post-header { - border-bottom: none -} - -.main__content--page .post-header--image { - height: 470px -} - -.main__content--page .post-header--image .post-title-wrapper { - position: absolute; - width: 100%; - left: 0; - top: 0; - top: 72px; - bottom: 0; - height: auto; - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center -} - -.main__content--page .post-header--image .post-title-wrapper .wrapper { - margin-left: 0; - margin-right: 0 -} - -.no-flexbox .main__content--page .post-header--image .post-title-wrapper { - display: block; - top: 50%; - margin-top: 10px; - transform: translateY(-50%); - height: auto -} - -.no-flexbox .main__content--page .post-header--image .post-title-wrapper .wrapper { - margin-left: auto; - margin-right: auto -} - -.main__content--page .post-content .wrapper--small { - max-width: 680px -} - -.main__content--page .post-excerpt { - padding-bottom: 40px -} - -.main__content--page .post-excerpt:after { - content: ''; - position: absolute; - bottom: 0; - left: 50%; - width: 10px; - height: 10px; - margin-left: -5px; - background-color: #ee5949 -} - -@media (max-width: 1024px) { - .main__content--page .post-header--image { - border-top: none; - height: 470px; - max-height: calc(100vh - 27px); - min-height: 300px - } - - .main__content--page .post-header--image .post-title-wrapper { - top: 30px - } -} - -@media (max-width: 840px) { - .main__content--page .post-header--image { - height: 400px; - max-height: calc(100vh - 56px); - min-height: 260px - } - - .main__content--page .post-header--image .post-title-wrapper { - top: 0 - } -} - -.page-template--team .post-header--image { - height: 600px -} - -.page-template--team .post-header--image .bkg-cover { - background-size: auto 100% -} - -.page-template--team .wrapper--small { - max-width: 840px -} - -.page-template--team .post-excerpt:after { - display: none -} - -.page-template--team h4 { - text-transform: uppercase; - text-align: center; - color: #ee5949; - font-size: 14px; - margin-bottom: 70px -} - -.page-template--team .wrapper--team, .page-template--team .wrapper--team > div { - overflow: hidden -} - -.page-template--team .wrapper--team .team-mate { - float: left; - width: 33.3%; - padding: 0 25px; - margin-bottom: 140px; - position: relative -} - -.page-template--team .wrapper--team .team-mate h5 { - color: #ee5949; - font: 400 16px/20px Volkhov; - margin-bottom: 10px; - font-style: italic -} - -.page-template--team .wrapper--team .team-mate h2 { - margin: 0; - padding-bottom: 40px; - text-align: left; - position: relative -} - -.page-template--team .wrapper--team .team-mate h2:after { - content: ''; - position: absolute; - left: 0; - bottom: 15px; - width: 10px; - height: 10px; - background-color: #ee5949 -} - -.page-template--team .wrapper--team .team-mate p { - color: #0c2044 -} - -.page-template--team .wrapper--team .team-mate p:after { - content: ''; - margin-top: 40px; - display: block; - height: 10px; - background: #ee5949; - width: 120px -} - -.page-template--team .wrapper--team .team-mate:nth-of-type(3n+1) { - clear: left -} - -.page-template--team .wrapper--team .team-separator { - width: 100%; - margin: 0 0 140px; - text-align: center; - line-height: 0; - display: block -} - -.page-template--team .wrapper--team .team-separator:after { - content: ''; - display: inline-block; - width: 10px; - height: 10px; - background-color: #ee5949 -} - -.wrapper--team-contact { - margin-top: 30px; - margin-bottom: 70px; - padding-top: 35px; - padding-bottom: 35px; - background: #f7f7f7; - color: #0c2044 -} - -.wrapper--team-contact p { - font: 400 16px/20px Volkhov; - font-style: italic -} - -.wrapper--team-contact .btn { - z-index: 1 -} - -@media (max-width: 1024px) { - .page-template--team .post-header--image { - height: 470px; - max-height: calc(100vh - 27px); - min-height: 300px - } - - .page-template--team .wrapper--team { - max-width: 780px - } - - .page-template--team .wrapper--team .team-mate { - width: 50%; - padding: 0 25px; - margin-bottom: 140px - } - - .page-template--team .wrapper--team .team-mate:nth-of-type(3n+1) { - clear: none - } - - .page-template--team .wrapper--team .team-mate:nth-of-type(2n+1) { - clear: left - } -} - -@media (max-width: 840px) { - .page-template--team .post-header--image { - height: 400px; - max-height: calc(100vh - 56px); - min-height: 260px - } - - .page-template--team h4 { - margin-bottom: 50px - } - - .page-template--team .wrapper--team { - max-width: 500px; - margin-bottom: 70px - } - - .page-template--team .wrapper--team .team-mate { - width: 100%; - clear: none !important; - margin-bottom: 55px - } - - .page-template--team .wrapper--team .team-mate p:after { - margin-top: 25px - } - - .page-template--team .wrapper--team .team-mate:last-child { - margin-bottom: 0 !important - } - - .page-template--team .wrapper--team .team-separator { - margin: 70px 0 - } -} - -@media (max-width: 500px) { - .wrapper--team-contact { - margin-left: -15px; - margin-right: -15px - } -} - -.festivals-wrapper { - background: #000; - padding-top: 72px -} - -.festival-filters-overlay-year ul { - text-align: center; - line-height: 0 -} - -.festival-filters-overlay-year ul li { - display: inline-block -} - -.festival-filters-overlay-year ul li a { - padding: 0 14px; - font: 600 16px/72px "b"; - color: #777; - display: block; - overflow: hidden; - transition: color .1s linear; - position: relative; - letter-spacing: -.3px -} - -.festival-filters-overlay-year ul li a span { - position: absolute; - left: 0; - display: block; - bottom: 11px; - width: 100%; - font: 600 9px/10px "b"; - letter-spacing: -.5px -} - -.festival-filters-overlay-year ul li a:after { - content: ''; - position: absolute; - left: 1px; - right: 1px; - bottom: 0; - height: 3px; - background: #ee5949; - transition: transform ease .2s; - transform: translateY(3px) -} - -.festival-filters-overlay-year ul li.current a, .no-touch .festival-filters-overlay-year ul li a:hover { - color: #ee5949 -} - -.festival-filters-overlay-year ul li.current a:after, .no-touch .festival-filters-overlay-year ul li a:hover:after { - transform: translateY(0) -} - -.festival-filters-wrapper { - position: absolute; - width: 100%; - z-index: 10; - background: #000 -} - -.festival-filters-wrapper .festival-filters-overlay { - background: #171717; - border-bottom: 1px solid #232323; - opacity: 0; - overflow: hidden; - height: 0; - transition: opacity linear .2s .2s, height .4s cubic-bezier(0.785, .135, .15, .86) -} - -.festival-filters-wrapper .festival-filters-overlay.open { - transition: opacity linear .2s 0s, height .4s cubic-bezier(0.785, .135, .15, .86) -} - -.festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-list, .festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-year { - position: absolute; - top: 0; - visibility: hidden; - width: calc(100% - 40px); - opacity: 1 -} - -.festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-list { - padding: 20px 0 -} - -.festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-list ul { - columns: 5; - -webkit-columns: 5 -} - -.festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-list ul li a { - display: inline-block; - font: 600 12px/20px "b"; - letter-spacing: .1px; - white-space: nowrap; - text-transform: uppercase; - text-decoration: none; - color: #ee5949; - transition: color .1s linear -} - -.festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-list ul li a:hover { - color: #fff -} - -.festival-filters-wrapper .festival-filters-bar { - border-bottom: 1px solid rgba(255, 255, 255, .14); - height: 72px; - text-align: center -} - -.festival-filters-wrapper .festival-filters-bar .festival-list-filter, .festival-filters-wrapper .festival-filters-bar .festival-year-filter { - display: inline-block; - padding: 0 50px; - color: #777; - cursor: pointer; - font: 600 16px/72px "b" -} - -.festival-filters-wrapper .festival-filters-bar .festival-list-filter span, .festival-filters-wrapper .festival-filters-bar .festival-year-filter span { - font: 400 12px/72px Volkhov; - letter-spacing: .5px; - margin-right: 5px; - font-style: italic -} - -.festival-filters-wrapper .festival-filters-bar .festival-list-filter a, .festival-filters-wrapper .festival-filters-bar .festival-year-filter a { - text-decoration: none; - border-bottom: 1px solid #777; - text-transform: uppercase; - padding-bottom: 1px; - letter-spacing: -.3px; - color: inherit -} - -.festival-filters-wrapper .festival-filters-bar .festival-list-filter a:after, .festival-filters-wrapper .festival-filters-bar .festival-year-filter a:after { - content: ''; - display: inline-block; - height: 0; - width: 0; - border-top: 3px solid #777; - border-left: 3px solid transparent; - border-right: 3px solid transparent; - margin-left: 6px; - vertical-align: middle; - top: -2px; - position: relative -} - -.festival-filters-wrapper .festival-filters-bar .festival-list-filter.active a, .festival-filters-wrapper .festival-filters-bar .festival-year-filter.active a, .no-touch .festival-filters-wrapper .festival-filters-bar .festival-list-filter:hover a, .no-touch .festival-filters-wrapper .festival-filters-bar .festival-year-filter:hover a { - border-bottom-color: #ee5949 -} - -.festival-filters-wrapper .festival-filters-bar .festival-list-filter.active a:after, .festival-filters-wrapper .festival-filters-bar .festival-year-filter.active a:after { - border-top-color: transparent !important; - border-bottom: 3px solid #ee5949; - top: -3px -} - -.no-touch .festival-filters-wrapper .festival-filters-bar .festival-list-filter:hover a:after, .no-touch .festival-filters-wrapper .festival-filters-bar .festival-year-filter:hover a:after { - border-top-color: #ee5949 -} - -.festival-filters-wrapper .festival-filters-bar .festival-list-filter.active, .festival-filters-wrapper .festival-filters-bar .festival-year-filter.active, .no-touch .festival-filters-wrapper .festival-filters-bar .festival-list-filter:hover, .no-touch .festival-filters-wrapper .festival-filters-bar .festival-year-filter:hover { - color: #ee5949 -} - -.festivals-list { - padding-top: 74px; - z-index: 1; - position: relative -} - -.festival-place { - font: 300 16px/16px Volkhov; - letter-spacing: -.5px; - color: #ee5949; - background: url(../images/img-pin.png) no-repeat 2px bottom; - padding-bottom: 34px; - font-style: italic -} - -.festival-list-item { - width: 100%; - height: 680px; - border-bottom: 1px solid rgba(255, 255, 255, .18) -} - -.festival-list-item .festival-place { - margin-top: -2px; - padding-bottom: 32px -} - -.festival-list-item .wrapper { - height: 100% -} - -.festival-list-item .inner { - padding-top: 50px; - padding-bottom: 60px; - height: 100% -} - -.festival-list-item:first-child .inner { - padding-top: 100px -} - -.festival-list-item:last-child { - border-bottom: none -} - -.festival-list-item .festival-list-item-bkg { - height: auto; - bottom: 60px -} - -.festival-list-item .festival-list-item-content { - position: relative; - z-index: 100; - height: 0 -} - -.festival-list-item .festival-list-item-content .inner { - max-width: 700px -} - -.festival-list-item .festival-list-item-content h2 { - font: 700 42px/50px "b"; - color: #fff; - display: inline-block -} - -.festival-list-item .festival-list-item-content div { - display: inline-block -} - -.festival-list-item .festival-list-item-content a { - display: inline-block; - margin-top: 55px; - font: 400 12px/20px "b"; - color: #fff; - text-decoration: none; - text-transform: uppercase; - border-bottom: 1px solid #fff; - transition: border-bottom-color .1s linear -} - -.festival-list-item .festival-list-item-content a:hover { - border-bottom-color: transparent -} - -.festival-list-item .festival-list-item-posts { - position: absolute; - z-index: 10; - bottom: 60px; - right: 25px; - max-width: 1020px; - width: 100%; - text-align: right; - vertical-align: bottom -} - -.festival-list-item .festival-list-item-posts br { - display: none -} - -.festival-list-item .festival-list-item-posts .festival-list-item-post { - width: 250px; - margin-left: 3px; - display: inline-block; - vertical-align: bottom; - height: 300px; - position: relative; - padding: 25px 20px; - text-decoration: none; - font: 600 14px/20px "b"; - text-transform: uppercase; - overflow: hidden; - color: #bdecef; - text-align: center; - background: #000 -} - -.festival-list-item .festival-list-item-posts .festival-list-item-post .festival-list-item-post-bkg { - transform: translateY(-50%); - position: absolute; - top: 50%; - width: 100%; - left: 0; - height: 500px; - -webkit-filter: grayscale(1); - -webkit-filter: grayscale(100%); - filter: gray; - filter: grayscale(100%); - filter: url(../img/filters.svg#greyscale); - z-index: 1 -} - -.festival-list-item .festival-list-item-posts .festival-list-item-post .festival-list-item-gradiant { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - z-index: 5; - opacity: .9; - transition: opacity linear .2s; - background: url(../images/img-gradiant-festival-blue-dark.png) top center no-repeat -} - -.festival-list-item .festival-list-item-posts .festival-list-item-post .festival-list-item-post-name { - display: inline-block; - position: relative; - z-index: 10; - border-bottom: 1px solid #bdecef; - transition: border-bottom-color linear .1s -} - -.no-touch .festival-list-item .festival-list-item-posts .festival-list-item-post:hover .festival-list-item-post-name { - border-bottom-color: transparent -} - -.no-touch .festival-list-item .festival-list-item-posts .festival-list-item-post:hover .festival-list-item-gradiant { - opacity: .5 -} - -.festival-list-item:nth-child(odd) .festival-list-item-posts .festival-list-item-post { - color: #0c2044 -} - -.festival-list-item:nth-child(odd) .festival-list-item-posts .festival-list-item-post .festival-list-item-post-name { - border-bottom-color: #0c2044 -} - -.festival-list-item:nth-child(odd) .festival-list-item-posts .festival-list-item-gradiant { - background-image: url(../images/img-gradiant-festival-blue-light.png) -} - -.festival-wrapper .festival-filters-wrapper { - background: #000; - padding-top: 72px; - z-index: 10; - position: relative -} - -.festival-wrapper .festival-header { - background: #000; - overflow: hidden; - height: 580px -} - -.festival-wrapper .festival-header .archive-title-wrapper { - top: 0 -} - -.festival-wrapper .festival-header .festival-place { - padding: 41px 0 0; - margin-top: -41px; - background-position: center top -} - -.festival-wrapper .festival-header h1 { - margin: 15px 0 10px; - position: relative -} - -.festival-wrapper .festival-header h1 span { - position: absolute; - font: 700 240px/240px "b"; - color: #bdecef; - opacity: .12; - z-index: -1; - display: inline-block; - left: 50%; - top: 0 -} - -.festival-wrapper .festival-header h1 span:first-child { - transform: translateX(-100%); - margin-top: -176px; - margin-left: 20px -} - -.festival-wrapper .festival-header h1 span:last-child { - margin-left: -20px -} - -.festival-wrapper .festival-header p { - color: #ee5949 -} - -.festival-wrapper .festival-header-image { - background-repeat: no-repeat; - background-position: center center -} - -.festival-wrapper .festival-filters-overlay-year ul li a { - line-height: 60px; - padding-bottom: 12px -} - -.festival-wrapper .festival-filters-overlay-year ul li a span { - bottom: 17px -} - -.festival-list { - padding-top: 75px; - margin-bottom: 130px -} - -.festival-list .home-list-item:first-child { - margin-top: 0 -} - -.year-nav { - position: absolute; - display: block; - text-decoration: none; - top: 50%; - height: 124px; - width: 120px; - margin-top: -62px; - color: #ee5949; - font: 700 74px/74px "b"; - transition: transform ease .3s; - z-index: 10 -} - -.year-nav:after { - content: ''; - position: absolute; - background: #bdecef; - height: 1px; - top: 50%; - width: 30px; - margin-top: -2px; - opacity: .5; - transition: opacity linear .2s, width ease .3s -} - -.year-nav span { - position: absolute; - opacity: .25; - transition: opacity linear .2s -} - -.year-nav span:first-child { - top: -7px; - left: 0 -} - -.year-nav span:last-child { - right: 0; - bottom: -7px -} - -.year-nav.year-nav--prev { - left: -8px -} - -.year-nav.year-nav--prev:after { - left: 0 -} - -.year-nav.year-nav--next { - right: -8px -} - -.year-nav.year-nav--next:after { - right: 0 -} - -.year-nav:hover.year-nav--next { - transform: translateX(-8px) -} - -.year-nav:hover.year-nav--prev { - transform: translateX(8px) -} - -.year-nav:hover:after { - width: 100px; - opacity: .8 -} - -.year-nav:hover span { - opacity: .4 -} - -@media (max-width: 1240px) { - .festival-list-item .festival-list-item-posts .festival-list-item-post:nth-of-type(4) { - display: none - } -} - -@media (max-width: 900px) { - .festival-list-item .festival-list-item-posts .festival-list-item-post:nth-of-type(3) { - display: none - } -} - -@media (max-width: 1024px) { - .festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-list ul { - columns: 4; - -webkit-columns: 4 - } - - .festival-wrapper .archive-header .archive-title-wrapper .inner { - padding-right: 110px; - padding-left: 110px - } -} - -@media (max-width: 860px) { - .festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-list ul { - columns: 3; - -webkit-columns: 3 - } -} - -@media (max-width: 840px) { - .festivals-wrapper { - padding-top: 0 - } - - .festival-list { - margin-bottom: 0 - } - - .year-nav { - display: none !important - } - - .festival-list-item { - height: auto; - text-align: center; - padding: 0 - } - - .festival-list-item .festival-list-item-bkg { - bottom: 0; - background-size: auto 100%; - background-position: -60px center - } - - .festival-list-item .wrapper { - padding: 90px 15px - } - - .festival-list-item .inner { - padding: 0 !important - } - - .festival-list-item .festival-list-item-content { - height: auto; - padding: 0 - } - - .festival-list-item .festival-list-item-content h2 { - font-size: 16px; - line-height: 18px; - margin-bottom: 10px - } - - .festival-list-item .festival-list-item-content .festival-place { - background-position: bottom center - } - - .festival-list-item .festival-list-item-content a { - text-indent: -9999px; - display: block; - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - margin: 0; - border: none - } - - .festival-list-item .festival-list-item-posts { - position: relative; - float: none; - right: auto; - bottom: auto; - margin-top: 50px; - text-align: center - } - - .festival-list-item .festival-list-item-posts br { - display: block - } - - .festival-list-item .festival-list-item-posts .festival-list-item-post { - display: inline-block !important; - height: auto !important; - width: auto; - margin: 0 0 10px; - padding: 0; - color: #fff !important; - background: 0 0 - } - - .festival-list-item .festival-list-item-posts .festival-list-item-post .festival-list-item-post-name { - border-bottom: none - } - - .festival-list-item .festival-list-item-posts .festival-list-item-post .festival-list-item-gradiant, .festival-list-item .festival-list-item-posts .festival-list-item-post .festival-list-item-post-bkg { - display: none - } - - .festival-wrapper .festival-header { - min-height: 350px; - max-height: calc(100vh - 56px - 56px - 56px) - } - - .festival-wrapper .festival-header h1 span { - font-size: 150px; - top: -30px - } - - .festival-wrapper .festival-header h1 span:first-child { - margin-top: -116px - } - - .festival-wrapper .archive-header .archive-title-wrapper .inner { - padding-right: 15px; - padding-left: 15px - } - - .festival-wrapper .festival-header-image { - background-position: -50px center; - background-size: auto 100% - } - - .festival-wrapper .festival-filters-wrapper { - padding-top: 0 - } - - .festival-wrapper .festival-filters-wrapper .festival-filters-overlay-year ul li a { - line-height: 46px; - padding-bottom: 8px - } - - .festival-wrapper .festival-filters-wrapper .festival-filters-overlay-year ul li a span { - bottom: 9px - } - - .festival-wrapper .festival-filters-wrapper .festival-filters-bar { - height: auto !important - } -} - -@media (max-width: 600px) { - .festivals-wrapper .festival-filters-wrapper .festival-filters-bar { - height: 144px; - border-bottom: none - } - - .festivals-wrapper .festival-filters-wrapper .festival-filters-bar .festival-list-filter, .festivals-wrapper .festival-filters-wrapper .festival-filters-bar .festival-year-filter { - display: block; - height: 72px - } - - .festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-list ul { - columns: 2 - } - - .festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-list ul li { - text-align: center - } - - .festival-filters-overlay-year ul li a { - line-height: 54px - } - - .festival-filters-overlay-year ul li a span { - bottom: 7px - } - - .festivals-list { - padding-top: 146px - } -} - -@media (max-width: 420px) { - .festival-filters-wrapper .festival-filters-overlay .festival-filters-overlay-list ul { - columns: 1; - -webkit-columns: 1 - } -} - -.search-header { - height: 470px; - position: relative; - background: #000 -} - -.search-header .search-header-image-wrapper { - z-index: 1; - overflow: hidden -} - -.search-header .search-header-image-wrapper .search-header-image { - background: #000 url(../images/img-banniere-recherche.jpg) center center no-repeat -} - -#header-search-form-wrapper { - position: absolute; - width: 100%; - top: 72px; - bottom: 0; - left: 0; - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - z-index: 10 -} - -.no-flexbox #header-search-form-wrapper { - display: block -} - -.no-flexbox #header-search-form-wrapper #header-search-form { - transform: translate(-50%, -50%); - position: absolute; - top: 50%; - left: 50% -} - -#header-search-form-wrapper #header-search-form { - max-width: 400px; - width: calc(100% - 40px); - border-bottom: 1px solid #fff; - position: relative -} - -#header-search-form-wrapper #header-search-form input[type=text] { - font: 700 30px/50px "b"; - color: #fff; - padding: 0 50px 0 10px; - border: none; - background: 0 0; - width: 100% -} - -#header-search-form-wrapper #header-search-form input[type=submit] { - position: absolute; - height: 50px; - width: 50px; - display: block; - right: 0; - top: 0; - text-indent: -9999px; - border: none; - padding: 0; - cursor: pointer; - background: transparent url(../images/img-loupe-big.png) no-repeat center center -} - -@media (max-width: 1024px) { - #header-search-form-wrapper { - top: 0 - } - - .search-header { - height: 470px; - max-height: calc(100vh - 27px); - min-height: 300px - } -} - -@media (max-width: 840px) { - .search-header { - height: 400px; - max-height: calc(100vh - 56px); - min-height: 260px - } - - #header-search-form-wrapper #header-search-form input[type=text] { - font-size: 20px - } -} - -#not-found-wrapper { - background: #000 url(../images/img-bkg-404.jpg) no-repeat center bottom; - border-top: 72px #000 solid; - min-height: 585px; - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center -} - -.no-flexbox #not-found-wrapper { - display: block -} - -.no-flexbox #not-found-wrapper #not-found { - top: 50%; - position: absolute; - width: 100%; - transform: translateY(-50%) -} - -#not-found-wrapper .title_1 { - color: #fff; - margin: 5px 0 15px -} - -#not-found-wrapper p { - color: #ee5949 -} - -@media (max-width: 840px) { - #not-found-wrapper { - border-top: none - } -} - -#footer-corpo { - background: #000 url(../images/img-bkg-corpo.jpg) no-repeat center top; - padding: 170px 0 -} - -#footer-corpo h5 { - color: #ee5949; - font: 400 16px/20px Volkhov; - letter-spacing: .25px; - font-style: italic -} - -#footer-corpo h5 span { - margin: 0 6px -} - -#footer-corpo h3 { - margin: 20px 0; - color: #fff; - font: 700 72px/68px "b" -} - -#footer-corpo p { - color: rgba(255, 255, 255, .7); - margin-bottom: 35px -} - -#footer-corpo .btn { - z-index: 1 -} - -#footer-corpo .btn:hover span, #footer-corpo .no-touch .home-list-item:hover .btn span, #footer-corpo .no-touch .wrapper--history-machine .history-machine:hover .btn span, .no-touch .home-list-item:hover #footer-corpo .btn span, .no-touch .wrapper--history-machine .history-machine:hover #footer-corpo .btn span { - color: #fff !important -} - -body.corporate #footer-wrapper, body.corporate #header-wrapper, body.corporate #sticky-header { - display: none -} - -body.corporate #page { - margin-top: 0 -} - -#corporate h2 { - font: 700 42px/42px "b"; - color: #0c2044; - padding-bottom: 65px; - position: relative -} - -#corporate h2:after { - content: ''; - position: absolute; - background: #ee5949; - width: 10px; - height: 10px; - left: 0; - bottom: 35px -} - -#corporate .header { - position: absolute; - z-index: 10; - width: 100%; - text-align: center; - padding-top: 40px -} - -#corporate .header .back { - color: #ee5949; - font: 600 12px/20px "b"; - transition: color .2s linear; - position: absolute; - left: 50px; - top: 38px -} - -#corporate .header .back i { - display: inline-block; - vertical-align: middle; - margin-right: 10px; - transition: transform .2s cubic-bezier(0.86, 0, .07, 1); - line-height: 19px -} - -#corporate .header .back svg { - width: 15px; - height: 15px; - fill: #ee5949 -} - -#corporate .header .back svg path { - transition: fill .2s linear -} - -#corporate .header .back:hover { - color: #0c2044 -} - -#corporate .header .back:hover i { - transform: translateX(-10px) -} - -#corporate .header .back:hover svg path { - fill: #0c2044 -} - -#corporate .header h1 { - line-height: 24px; - color: #ee5949 -} - -#corporate .header .social { - float: none; - position: absolute; - right: 50px; - margin-top: 0; - top: 38px -} - -#corporate .header .social h5 { - color: #ee5949 -} - -#corporate .header .social a { - background: #ee5949; - color: #fff -} - -#corporate #slider-wrapper { - overflow: hidden; - height: 630px; - position: relative; - z-index: 1; - background: #bdecef -} - -#corporate #slider-wrapper #slider-content-wrapper { - top: 50px; - width: 100%; - position: absolute; - left: 0; - bottom: 0; - z-index: 10 -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper { - text-align: center; - position: absolute; - top: 50%; - width: 800px; - left: 50%; - margin-left: -400px; - transform: translateY(-50%); - color: #fff; - z-index: 1 -} - -@media (max-width: 800px) { - #corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper { - width: auto; - left: 20px; - right: 20px; - margin-left: 0 - } -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper .slider-current-name { - font: 700 60px/57px "b"; - text-transform: uppercase; - display: inline-block; - padding: 0 30px -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper .slider-current-info { - position: absolute; - width: 100% -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper .slider-current-info h5 { - color: #fff; - margin: 30px 0 50px; - font: 400 30px/30px Volkhov; - font-style: italic -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper .slider-current-info .btn { - vertical-align: top; - transform: translateZ(0) -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper .slider-current-info .btn span { - color: #fff !important -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-content-items { - white-space: nowrap; - position: absolute; - top: 50%; - z-index: 10; - margin-top: -15px -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-content-items li { - display: inline-block; - margin: 0 10px; - overflow: hidden -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-content-items li.hide { - display: none -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-content-items li a { - display: block; - font: 700 30px/30px "b"; - color: #fff; - opacity: .4; - text-transform: uppercase; - text-decoration: none; - transition: opacity linear .2s -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-content-items li a:hover { - opacity: .8 -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-content-items.slider-content-items--right { - left: 50%; - margin-left: 200px -} - -#corporate #slider-wrapper #slider-content-wrapper .slider-content-items.slider-content-items--left { - right: 50%; - margin-right: 200px -} - -#corporate #slider-wrapper #slider-bkg-wrapper .slider-bkg { - overflow: hidden; - opacity: 0; - will-change: transform, opacity, z-index; - z-index: 1 -} - -#corporate #slider-wrapper #slider-bkg-wrapper .slider-bkg .bkg-full { - will-change: transform -} - -#corporate .corpo-part { - clear: both; - padding-bottom: 150px; - padding-top: 115px; - position: relative -} - -#corporate .corpo-part.corpo-part--dark { - background: #000; - color: #fff -} - -#corporate .corpo-part.corpo-part--dark h2 { - color: #fff -} - -#corporate .corpo-part:nth-child(1) { - z-index: 11 -} - -#corporate .corpo-part:nth-child(2) { - z-index: 12 -} - -#corporate .corpo-part:nth-child(3) { - z-index: 13 -} - -#corporate .corpo-part:nth-child(4) { - z-index: 14 -} - -#corporate .corpo-part:nth-child(5) { - z-index: 15 -} - -#corporate .corpo-part:nth-child(6) { - z-index: 16 -} - -#corporate .corpo-part:nth-child(7) { - z-index: 17 -} - -#corporate .corpo-part:nth-child(8) { - z-index: 18 -} - -#corporate .corpo-part:nth-child(9) { - z-index: 19 -} - -#corporate .corpo-part:nth-child(10) { - z-index: 20 -} - -#corporate .corpo-part.corpo-part--dotted:before { - content: ''; - position: absolute; - top: -5px; - width: 10px; - height: 10px; - left: 50%; - margin-left: -5px; - z-index: 10; - background: #ee5949 -} - -#corporate .cols-wrapper { - overflow: hidden -} - -#corporate .cols-wrapper.cols-wrapper--2 > .col { - width: 50% -} - -#corporate .cols-wrapper.cols-wrapper--2 > .col--1 { - float: left; - padding-right: 70px -} - -#corporate .cols-wrapper.cols-wrapper--2 > .col--2 { - float: right -} - -#corporate .cols-wrapper.cols-wrapper--3 > .col { - width: 33.33%; - float: left; - padding-right: 20px -} - -#corporate .cols-wrapper.cols-wrapper--3 > .col:last-child { - padding-right: 0 -} - -#corporate #corpo-fixed-menu { - height: 27px; - background: #bdecef; - position: absolute; - width: 100%; - left: 0; - z-index: 1000 -} - -#corporate #corpo-fixed-menu ul { - display: -ms-flexbox; - display: flex; - -ms-flex-pack: justify; - justify-content: space-between -} - -#corporate #corpo-fixed-menu ul li { - display: inline-block -} - -#corporate #corpo-fixed-menu ul li a { - font: 600 12px/27px "b"; - text-transform: uppercase; - color: #0c2044; - position: relative; - display: block -} - -#corporate #corpo-fixed-menu ul li a:after { - content: ''; - position: absolute; - background: #ee5949; - bottom: 6px; - height: 5px; - right: -1px; - left: -1px; - z-index: -1; - transform-origin: left center; - transform: scaleX(0); - transition: transform cubic-bezier(0.785, .135, .15, .86) .4s -} - -#corporate #corpo-fixed-menu ul li a.current:after, #corporate #corpo-fixed-menu ul li a:hover:after { - transform: scaleX(1) -} - -.no-flexbox #corporate #corpo-fixed-menu ul { - display: block; - text-align: center -} - -.no-flexbox #corporate #corpo-fixed-menu ul li { - margin: 0 20px -} - -.no-flexbox #corporate #corpo-fixed-menu ul li:first-child { - margin-left: 0 !important -} - -.no-flexbox #corporate #corpo-fixed-menu ul li:last-child { - margin-right: 0 !important -} - -#corporate #corpo-fixed-menu.fixed { - position: fixed; - top: 0 -} - -#corporate #about { - margin-top: 27px -} - -#corporate #about h2 { - margin-top: 6px -} - -#corporate #about h5 { - margin-bottom: 30px -} - -#corporate #about .contact-bloc-wrapper { - margin-top: 250px -} - -#corporate #about .contact-bloc-wrapper .contact-bloc { - color: #636363; - margin: 15px 0 0 20px -} - -#corporate #about .contact-bloc-wrapper .contact-bloc a { - font: 700 16px/22px "Titillium Web"; - color: inherit -} - -#corporate #about .contact-bloc-wrapper .contact-bloc address { - font: 400 12px/18px "Titillium Web"; - margin-top: 5px -} - -#corporate #notre-vision-wrapper { - padding-top: 250px -} - -#corporate #notre-vision-wrapper .cols-wrapper--2:first-child { - margin-bottom: 170px -} - -#corporate #notre-vision-wrapper .cols-wrapper--3 { - padding-top: 149px; - font: 400 16px/24px "Titillium Web"; - color: #bdecef -} - -#corporate #notre-vision-wrapper .cols-wrapper--3 h6 { - margin-bottom: 6px -} - -#corporate #notre-vision-wrapper .cols-wrapper--3 .col--1, #corporate #notre-vision-wrapper .cols-wrapper--3 .col--2 { - width: 30% -} - -#corporate #notre-vision-wrapper .cols-wrapper--3 .col--3 { - width: 40% -} - -#corporate #notre-vision-wrapper .scroll-anim { - z-index: -1; - overflow: hidden -} - -#corporate #notre-vision-wrapper .scroll-anim .paralax { - height: calc(100% + 150px); - background-color: #000 -} - -@media (max-width: 840px) { - #corporate #notre-vision-wrapper .scroll-anim .paralax { - display: none; - background-image: none !important - } -} - -#corporate #nos-realisation { - padding: 40px 0 -} - -#corporate #nos-realisation .col { - height: 660px; - position: relative -} - -#corporate #nos-realisation .nos-realisations-images { - position: absolute; - z-index: 1; - width: 100% -} - -#corporate #nos-realisation .nos-realisations-images .player-wrapper { - width: calc(100% - 40px); - margin-left: 20px -} - -@media (max-width: 840px) { - #corporate #nos-realisation .nos-realisations-images .player-wrapper { - display: none - } -} - -#corporate #nos-realisation .player-wrapper { - position: relative; - max-width: 800px -} - -#corporate #nos-realisation .player-wrapper iframe { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - z-index: 10 -} - -#corporate #nos-realisation .player-wrapper:before { - content: ''; - display: block; - padding-bottom: 56.25% -} - -#corporate #nos-realisation .nos-realisations-text { - position: relative; - z-index: 10; - pointer-events: none -} - -#corporate #nos-realisation .nos-realisations-text .col--1 a { - pointer-events: auto -} - -@media (min-width: 841px) { - #corporate #nos-realisation .nos-realisations-text .player-wrapper { - display: none - } -} - -#corporate #nos-realisation .nos-realisations-images-slider { - background: #0c2044; - position: relative -} - -#corporate #nos-realisation .slider-content-wrapper { - width: 500px -} - -#corporate #nos-realisation .slider-content-wrapper .thumb-slider-realisation { - display: block; - width: 140px; - height: 70px -} - -#corporate #nos-realisation .slider-content-wrapper .slider-content { - position: absolute; - width: 100%; - bottom: 80px -} - -#corporate #nos-realisation .slider-content-wrapper .slider-content .slider-content-item { - border: 1px solid transparent; - padding: 20px 140px 20px 20px; - position: absolute; - bottom: 0; - left: 0; - width: 100%; - pointer-events: none !important -} - -#corporate #nos-realisation .slider-content-wrapper .slider-content .slider-content-item p { - margin: 12px 0 -} - -#corporate #nos-realisation .slider-content-wrapper .slider-content .slider-content-item .btn { - position: absolute; - z-index: 1; - transform: translateZ(0) -} - -#corporate #nos-experiences h2 { - text-align: center; - margin-bottom: 110px; - color: #0c2044 -} - -#corporate #nos-experiences h2:after { - left: 50%; - margin-left: -5px -} - -#corporate #nos-experiences .cols-wrapper--3 .col--1 { - padding-right: 40px -} - -#corporate #nos-experiences .cols-wrapper--3 .col--2 { - padding: 0 20px -} - -#corporate #nos-experiences .cols-wrapper--3 .col--3 { - padding-left: 40px -} - -#corporate #nos-experiences .cols-wrapper--3:nth-of-type(1) .col { - float: none; - display: inline-block; - vertical-align: bottom; - margin-bottom: 50px -} - -#corporate #nos-experiences .cols-wrapper--3 h3 { - font: 700 30px/30px "b"; - text-transform: uppercase -} - -#corporate #nos-experiences .cols-wrapper--3:nth-of-type(2) { - overflow: visible -} - -#corporate #nos-experiences .cols-wrapper--3:nth-of-type(2) h3 { - display: none -} - -#corporate #nos-experiences .cols-wrapper--3:nth-of-type(2) h6 { - color: #fff; - font: 700 16px/24px "Titillium Web"; - margin-top: 25px -} - -#corporate #nos-experiences .cols-wrapper--3:nth-of-type(2) h6:first-of-type { - margin-top: -24px -} - -#corporate #nos-experiences .cols-wrapper--3:nth-of-type(2) h6:first-of-type:last-of-type { - margin-top: 25px -} - -#corporate #nos-experiences .scroll-anim { - z-index: -1; - overflow: hidden -} - -#corporate #nos-experiences .scroll-anim .paralax { - display: none -} - -@media (min-width: 841px) { - #corporate #nos-experiences .scroll-anim .paralax { - height: calc(100% + 150px); - display: block - } -} - -#corporate #nos-references .col { - height: 520px -} - -#corporate #nos-references .nos-references-logos { - position: absolute; - z-index: 1; - width: 50%; - top: 0; - height: 100%; - right: 0; - background: #f6f6f6 -} - -#corporate #nos-references .nos-references-text { - position: relative; - z-index: 10 -} - -#corporate #nos-references .nos-references-logos .slide-item { - position: absolute; - top: 60px; - right: 80px; - left: 80px; - bottom: 60px; - overflow: hidden -} - -#corporate #nos-references .nos-references-logos .slide-item ul { - position: absolute; - width: 100%; - height: auto; - text-align: left -} - -#corporate #nos-references .nos-references-logos .slide-item ul li { - display: inline-block; - width: 33.3%; - position: relative; - height: 160px -} - -#corporate #nos-references .nos-references-logos .slide-item ul li img { - max-width: 75%; - height: auto; - top: 50%; - position: absolute; - left: 50%; - transform: translate(-50%, -50%) -} - -@media (min-width: 1400px) { - #corporate #nos-references .nos-references-logos .slide-item ul li { - width: 25% - } -} - -@media (max-width: 1200px) { - #corporate #nos-references .nos-references-logos .slide-item { - top: 40px; - right: 40px; - left: 40px; - bottom: 40px - } -} - -@media (max-width: 1024px) { - #corporate #nos-references .nos-references-logos .slide-item ul li { - width: 50%; - height: 120px - } -} - -#corporate .slider-content-wrapper { - padding-left: 70px -} - -#corporate .slider-content-wrapper .slider-bullets-wrapper { - position: relative; - padding: 10px 0 -} - -#corporate .slider-content-wrapper .slider-bullets-wrapper a { - font: 600 14px/14px "b"; - color: #0c2044; - text-transform: uppercase; - transition: color linear .1s -} - -#corporate .slider-content-wrapper .slider-bullets-wrapper a.current, #corporate .slider-content-wrapper .slider-bullets-wrapper a:hover { - color: #ee5949 -} - -#corporate .slider-content-wrapper .slider-bullets-wrapper .slider-next, #corporate .slider-content-wrapper .slider-bullets-wrapper .slider-prev { - position: absolute; - left: -45px; - font-size: 14px; - width: 30px; - height: 20px; - line-height: 20px; - text-align: center -} - -#corporate .slider-content-wrapper .slider-bullets-wrapper .slider-next:before, #corporate .slider-content-wrapper .slider-bullets-wrapper .slider-prev:before { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0 -} - -#corporate .slider-content-wrapper .slider-bullets-wrapper .slider-prev { - top: -5px -} - -#corporate .slider-content-wrapper .slider-bullets-wrapper .slider-next { - bottom: -5px -} - -#corporate .corpo-slider .slide-item { - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s; - pointer-events: none -} - -#corporate .corpo-slider .slide-item.current { - pointer-events: auto; - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -#footer-page-corpo > footer { - padding: 10px 0; - text-align: center -} - -#footer-page-corpo > footer .corpo-footer-link { - color: #fff; - font: 600 12px/12px "b"; - display: inline-block; - vertical-align: middle; - margin-top: 25px; - transition: linear .1s color -} - -#footer-page-corpo > footer .corpo-footer-link:hover { - color: #0c2044 -} - -#corporate .social, #footer-page-corpo > footer .social { - float: right; - width: auto; - margin-top: 17px -} - -#corporate .social > h5, #corporate .social > ul, #footer-page-corpo > footer .social > h5, #footer-page-corpo > footer .social > ul { - display: inline-block; - vertical-align: middle; - margin: 0 -} - -#corporate .social > ul, #footer-page-corpo > footer .social > ul { - margin-left: 15px -} - -#corpo-contact-overlay { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - z-index: 99999; - visibility: hidden; - opacity: 0; - transition: opacity .2s linear 0s, visibility 0s linear .2s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear .2s; - -o-transition: opacity .2s linear 0s, visibility 0s linear .2s; - background: rgba(0, 0, 0, .75) -} - -#corpo-contact-overlay.show { - opacity: 1; - visibility: visible; - transition: opacity .2s linear 0s, visibility 0s linear 0s; - -webkit-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -ms-transition: opacity .2s linear 0s, visibility 0s linear 0s; - -o-transition: opacity .2s linear 0s, visibility 0s linear 0s -} - -#corpo-contact-wrapper { - position: absolute; - background: #0c2044; - padding: 60px 70px; - max-width: 800px; - left: 50%; - width: 100%; - margin-left: -400px; - top: 0 -} - -#corpo-contact-wrapper h2 { - color: #fff; - font-size: 30px; - line-height: 30px; - padding-bottom: 30px -} - -#corpo-contact-wrapper h2:after { - display: none -} - -#corpo-contact-wrapper input, #corpo-contact-wrapper textarea { - border-color: rgba(255, 255, 255, .2); - color: #fff -} - -#corpo-contact-wrapper .close { - display: inline-block; - position: absolute; - top: 5px; - right: 5px; - width: 40px; - z-index: 10 -} - -#corpo-contact-wrapper .close:after, #corpo-contact-wrapper .close:before { - background: #fff -} - -#corpo-contact-wrapper .loading { - background: rgba(12, 32, 68, .58); - color: #fff -} - -#corpo-contact-wrapper .message { - color: #fff -} - -#corpo-contact-wrapper .btn span { - color: #fff !important -} - -#corpo-contact-wrapper #corpo-contact-form { - transition: margin-bottom ease .3s -} - -#corpo-contact-wrapper #corpo-contact-form.error, #corpo-contact-wrapper #corpo-contact-form.success { - margin-bottom: 20px -} - -@media (max-width: 1024px) { - #footer-corpo { - padding: 100px 0 60px - } - - #footer-corpo h3 { - font-size: 60px; - line-height: 57px - } - - #footer-corpo p { - margin-bottom: 35px - } -} - -@media (max-width: 840px) { - #footer-corpo { - padding: 230px 0 60px; - background-size: 200% auto - } - - #footer-corpo h3 { - font-size: 40px; - line-height: 38px - } - - #footer-corpo p { - margin-bottom: 35px - } -} - -@media (max-width: 850px) { - .no-flexbox #corporate #corpo-fixed-menu ul li { - margin: 0 10px - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper .slider-current-info h5 { - font-size: 24px; - line-height: 24px; - margin: 20px 0 40px - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-content-items li a { - font-size: 26px - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper .slider-current-name { - font-size: 54px; - line-height: 50px; - padding: 0 15px - } - - #corporate #nos-realisation .slider-content-wrapper .slider-content .slider-content-item { - padding-right: 70px - } - - #corporate .cols-wrapper.cols-wrapper--3 > .col { - padding-right: 10px - } - - #corporate .cols-wrapper.cols-wrapper--3 > .col:last-child { - padding-right: 0 - } - - #corporate #nos-experiences .cols-wrapper.cols-wrapper--3 .col--1 { - padding-right: 20px - } - - #corporate #nos-experiences .cols-wrapper.cols-wrapper--3 .col--2 { - padding-left: 10px; - padding-right: 10px - } - - #corporate #nos-experiences .cols-wrapper.cols-wrapper--3 .col--3 { - padding-left: 20px - } - - #corpo-contact-wrapper { - width: 100%; - margin-left: 0; - left: 0 - } -} - -#corporate .slider-arrow { - display: none -} - -@media (max-width: 840px) { - #corporate h2 { - text-align: center - } - - #corporate h2 br { - display: none - } - - #corporate h2:after { - left: 50%; - margin-left: -5px - } - - #corporate #slider-wrapper { - height: 500px - } - - #corporate #slider-wrapper #slider-content-wrapper { - top: 0 - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-arrow { - display: block; - color: #fff; - font-size: 24px; - width: 30px; - height: 30px; - position: absolute; - top: 50%; - margin-top: -15px; - z-index: 9999 - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-arrow:before { - position: absolute; - height: 100%; - width: 100%; - left: 0; - top: 0; - line-height: 30px; - text-align: center - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-arrow--next { - right: 5px - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-arrow--next:before { - transform: rotate(-90deg) - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-arrow--prev { - left: 5px - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-arrow--prev:before { - transform: rotate(90deg) - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-content-items { - display: none - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper .slider-current-info h5 { - font-size: 20px; - line-height: 20px - } - - #corporate #slider-wrapper #slider-content-wrapper .slider-current-name-wrapper .slider-current-name { - font-size: 50px; - line-height: 47px; - padding: 0 - } - - #corporate .header { - padding-top: 30px - } - - #corporate .header .back { - top: 5px; - left: 50%; - width: 100%; - transform: translateX(-50%) - } - - #corporate .header .social { - display: none - } - - #corporate .header h1 { - line-height: 15px - } - - #corporate #notre-vision-wrapper, #corporate .corpo-part { - padding-top: 60px; - padding-bottom: 60px - } - - #corporate #corpo-fixed-menu { - display: none - } - - #corporate #about .contact-bloc-wrapper { - margin-top: 0; - margin-bottom: 30px; - text-align: center - } - - #corporate #about .contact-bloc-wrapper .contact-bloc { - margin-left: 0 - } - - #corporate #about h5 { - text-align: center - } - - #corporate #notre-vision-wrapper .cols-wrapper--2:first-child { - margin-bottom: 30px - } - - #corporate #notre-vision-wrapper .cols-wrapper--3 { - padding-top: 30px - } - - #corporate #notre-vision-wrapper .cols-wrapper--3 .col { - width: 100% !important; - padding: 0 !important; - margin-bottom: 20px - } - - #corporate #notre-vision-wrapper .cols-wrapper--3 .col:last-child { - margin-bottom: 0 - } - - #corporate .cols-wrapper.cols-wrapper--2 .col, #corporate .cols-wrapper.cols-wrapper--3 .col { - float: none; - width: 100%; - padding-right: 0; - padding-left: 0 - } - - #corporate #nos-experiences h2 { - color: #fff; - margin-bottom: 10px - } - - #corporate #nos-experiences .cols-wrapper--3:nth-of-type(1) { - display: none - } - - #corporate #nos-experiences .cols-wrapper--3:nth-of-type(2) h6 { - margin-top: 15px !important - } - - #corporate #nos-experiences .cols-wrapper--3:nth-of-type(2) .col { - padding: 0 !important; - margin-bottom: 30px - } - - #corporate #nos-experiences .cols-wrapper--3:nth-of-type(2) .col.col--3 { - margin-bottom: 0 - } - - #corporate #nos-experiences .cols-wrapper--3:nth-of-type(2) h3 { - font-size: 20px; - line-height: 20px; - display: block; - text-align: center; - margin-bottom: 15px - } - - #corporate .slider-content-wrapper { - padding-left: 40px - } - - #corporate #nos-realisation { - padding: 60px 0 - } - - #corporate #nos-realisation h2 { - color: #fff - } - - #corporate #nos-realisation .slider-content-wrapper { - width: 100% - } - - #corporate #nos-realisation .slider-content-wrapper .slider-bullets-wrapper a { - color: #fff - } - - #corporate #nos-realisation .slider-content-wrapper .slider-bullets-wrapper a.current, #corporate #nos-realisation .slider-content-wrapper .slider-bullets-wrapper a:hover { - color: #bdecef - } - - #corporate #nos-realisation .slider-content-wrapper .slider-content { - position: relative; - bottom: auto; - margin-top: 60px - } - - #corporate #nos-realisation .slider-content-wrapper .slider-content .slider-content-item { - bottom: auto; - left: -40px; - padding-right: 20px; - color: #fff; - right: 0; - width: auto; - border-color: #bdecef - } - - #corporate #nos-realisation .col { - height: 660px - } - - #corporate #nos-realisation .nos-realisations-images { - top: 0; - bottom: 0 - } - - #corporate #nos-realisation .nos-realisations-images .col { - height: 100% !important - } - - #corporate #nos-references { - padding-bottom: 0 - } - - #corporate #nos-references .nos-references-text { - padding-bottom: 60px - } - - #corporate #nos-references .col { - height: auto - } - - #corporate #nos-references .nos-references-logos { - position: relative; - width: 100%; - height: 1000px - } - - #corporate #nos-references .nos-references-logos .slide-item { - top: 20px; - right: 20px; - left: 20px; - bottom: 20px - } - - #corporate #corpo-contact-wrapper { - padding: 50px 20px - } - - #corporate #corpo-contact-wrapper .close { - right: 0; - top: 0 - } - - #corporate #corpo-contact-wrapper #corpo-contact-form.error, #corporate #corpo-contact-wrapper #corpo-contact-form.success { - margin-bottom: 50px - } - - #corporate #footer-page-corpo > footer { - text-align: left - } - - #corporate #footer-page-corpo > footer .inner { - padding-left: 25px; - padding-right: 25px - } - - #corporate #footer-page-corpo > footer .corpo-footer-link { - margin-top: 20px - } - - #corporate #footer-page-corpo > footer .social { - float: none; - margin-bottom: 10px - } - - #corporate #footer-page-corpo > footer .logo-footer { - padding-left: 0; - padding-top: 60px; - background-position: 2px top; - line-height: 1; - margin-top: 0; - float: none; - display: block; - text-align: left - } -} - -@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { - .backgroundsize .home-push.home-push--sourdoreille:after { - background-image: url(../images/img-logo-contenu-sourdoreille2x.png); - background-size: 22px auto - } - - .backgroundsize .wrapper--history-machine .history-machine .history-machine-content .date:before { - background-image: url(../images/img-delorean2x.png); - background-size: 100% auto - } - - .backgroundsize #header-wrapper #main-nav-wrapper #main-nav li a#open-search { - background-image: url(../images/img-loupe2x.png); - background-size: 10px auto - } - - .backgroundsize #header-wrapper #search-form input[type=submit] { - background-image: url(../images/img-loupe-blue2x.png); - background-size: 10px auto - } - - .backgroundsize #header-search-form-wrapper #header-search-form input[type=submit] { - background-image: url(../images/img-loupe-big2x.png); - background-size: 24px auto - } - - .backgroundsize .festival-place { - background-image: url(../images/img-pin2x.png); - background-size: 15px auto - } - - .archive-header .archive-list-children-cats-wrapper-mobile .backgroundsize select, .backgroundsize .archive-header .archive-list-children-cats-wrapper-mobile select, .backgroundsize .list-articles-year-filter-wrapper select, .backgroundsize .select, .list-articles-year-filter-wrapper .backgroundsize select { - background-image: url(../images/img-arrow-bottom-select2x.png); - background-size: 7px auto - } - - .backgroundsize .list-pagination-wrapper .pagination li.page__link--next a:before, .backgroundsize .list-pagination-wrapper .pagination li.page__link--previous a:before { - background-image: url(../images/img-arrow-left2x.png); - background-size: 10px auto - } - - .backgroundsize .btn-play-voir { - background-image: url(../images/img-btn-play-video-header2x.png); - background-size: 100% auto - } - - .backgroundsize .post-header.post-header--video .post-header-video-link span:after, .backgroundsize .post-header.post-header--video .post-header-video-link span:before { - background-image: url(../images/img-btn-play-video-header-sprite2x.png); - background-size: 100% auto - } - - .backgroundsize .video-wrapper .video-overlay .video-overlay-title span:after, .backgroundsize .video-wrapper .video-overlay .video-overlay-title span:before { - background-image: url(../images/img-btn-play-video-sprite2x.png); - background-size: 100% auto - } - - .backgroundsize #corporate .social ul li a.deezer:before, .backgroundsize #footer .social ul li a.deezer:before { - background-image: url(../images/img-picto-deezer2x.png) - } -} \ No newline at end of file diff --git a/flow/static/css/glitch.css b/flow/static/css/glitch.css deleted file mode 100644 index 1275f1e..0000000 --- a/flow/static/css/glitch.css +++ /dev/null @@ -1,270 +0,0 @@ -.glitch { - position: relative; - margin: 0 auto; - color: black; - text-align: center; - transform: scale3d(1, 1, 1); -} -.glitch::before, .glitch::after { - content: attr(data-text); - position: absolute; - top: 0; - left: 0; - right: 0; - overflow: hidden; - background: #30D692; - color: black; - clip: rect(0, 900px, 0, 0); -} -.glitch::before { - left: 7px; - text-shadow: 1px 0 green; - animation: glitch-effect 3s infinite linear alternate-reverse; -} -.glitch::after { - left: 3px; - text-shadow: -1px 0 red; - animation: glitch-effect 2s infinite linear alternate-reverse; -} - -@-webkit-keyframes glitch-effect { - 0% { - clip: rect(58px, 9999px, 14px, 0); - } - 5% { - clip: rect(93px, 9999px, 62px, 0); - } - 10% { - clip: rect(24px, 9999px, 78px, 0); - } - 15% { - clip: rect(68px, 9999px, 36px, 0); - } - 20% { - clip: rect(52px, 9999px, 95px, 0); - } - 25% { - clip: rect(34px, 9999px, 91px, 0); - } - 30% { - clip: rect(19px, 9999px, 27px, 0); - } - 35% { - clip: rect(15px, 9999px, 19px, 0); - } - 40% { - clip: rect(51px, 9999px, 43px, 0); - } - 45% { - clip: rect(95px, 9999px, 59px, 0); - } - 50% { - clip: rect(33px, 9999px, 28px, 0); - } - 55% { - clip: rect(80px, 9999px, 64px, 0); - } - 60% { - clip: rect(51px, 9999px, 26px, 0); - } - 65% { - clip: rect(20px, 9999px, 7px, 0); - } - 70% { - clip: rect(90px, 9999px, 3px, 0); - } - 75% { - clip: rect(100px, 9999px, 39px, 0); - } - 80% { - clip: rect(14px, 9999px, 55px, 0); - } - 85% { - clip: rect(42px, 9999px, 93px, 0); - } - 90% { - clip: rect(22px, 9999px, 89px, 0); - } - 95% { - clip: rect(47px, 9999px, 33px, 0); - } - 100% { - clip: rect(93px, 9999px, 33px, 0); - } -} - -@keyframes glitch-effect { - 0% { - clip: rect(58px, 9999px, 14px, 0); - } - 5% { - clip: rect(93px, 9999px, 62px, 0); - } - 10% { - clip: rect(24px, 9999px, 78px, 0); - } - 15% { - clip: rect(68px, 9999px, 36px, 0); - } - 20% { - clip: rect(52px, 9999px, 95px, 0); - } - 25% { - clip: rect(34px, 9999px, 91px, 0); - } - 30% { - clip: rect(19px, 9999px, 27px, 0); - } - 35% { - clip: rect(15px, 9999px, 19px, 0); - } - 40% { - clip: rect(51px, 9999px, 43px, 0); - } - 45% { - clip: rect(95px, 9999px, 59px, 0); - } - 50% { - clip: rect(33px, 9999px, 28px, 0); - } - 55% { - clip: rect(80px, 9999px, 64px, 0); - } - 60% { - clip: rect(51px, 9999px, 26px, 0); - } - 65% { - clip: rect(20px, 9999px, 7px, 0); - } - 70% { - clip: rect(90px, 9999px, 3px, 0); - } - 75% { - clip: rect(100px, 9999px, 39px, 0); - } - 80% { - clip: rect(14px, 9999px, 55px, 0); - } - 85% { - clip: rect(42px, 9999px, 93px, 0); - } - 90% { - clip: rect(22px, 9999px, 89px, 0); - } - 95% { - clip: rect(47px, 9999px, 33px, 0); - } - 100% { - clip: rect(93px, 9999px, 33px, 0); - } -} - - -/**/ -.btn-link { - position: absolute; - display: inline-block; - color: black; - text-decoration: none; - /*z-index: 1;*/ -} -.btn-link:before, -.btn-link:after { - content: ''; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; -} -.btn-link:before { - background-color: #30D692; - border-radius: 10px; - z-index: -1; -} -.btn-link:after { - /*background-color: #ff00ff;*/ - background-color: yellow; - border-radius: 10px; - z-index: -2; -} - -.btn-link.link-inner { - -webkit-animation: glitchy 0.3s ease 1; - animation: glitchy 0.3s ease 1; -} -.btn-link:before { - -webkit-animation: glitchy 0.3s ease 0.3s infinite; - animation: glitchy 0.3s ease 0.3s infinite; -} -.btn-link:after { - animation: glitchy 0.3s ease infinite reverse; -} -@-webkit-keyframes glitchy { - 0% { - transform: translate(-2px, 2px); - } - 25% { - transform: translate(-2px, -2px); - } - 50% { - transform: translate(2px, 2px); - } - 75% { - transform: translate(2px, -2px); - } - 100% { - transform: translate(-2px, 2px); - } -} -@keyframes glitchy { - 0% { - transform: translate(-2px, 2px); - } - 25% { - transform: translate(-2px, -2px); - } - 50% { - transform: translate(2px, 2px); - } - 75% { - transform: translate(2px, -2px); - } - 100% { - transform: translate(-2px, 2px); - } -} -@-webkit-keyframes line-glitchy { - 0% { - transform: translate(-1px, 1px); - } - 25% { - transform: translate(-1px, -1px); - } - 50% { - transform: translate(1px, 1px); - } - 75% { - transform: translate(1px, -1px); - } - 100% { - transform: translate(-1px, 1px); - } -} -@keyframes line-glitchy { - 0% { - transform: translate(-1px, 1px); - } - 25% { - transform: translate(-1px, -1px); - } - 50% { - transform: translate(1px, 1px); - } - 75% { - transform: translate(1px, -1px); - } - 100% { - transform: translate(-1px, 1px); - } -} \ No newline at end of file diff --git a/flow/static/css/hamburger.css b/flow/static/css/hamburger.css deleted file mode 100644 index 5666ae0..0000000 --- a/flow/static/css/hamburger.css +++ /dev/null @@ -1,147 +0,0 @@ -svg { - height: 80px; - width: 80px; - position: absolute; - z-index: 1000000000; - } - .plates { - display: flex; - flex-wrap: wrap; - max-height: 160px; - width: 640px; - } - @media (max-width: 640px) { - .plates { - width: 320px; - } - } - .plate { - height: 80px; - width: 80px; - } - .burger { - filter: url(#gooeyness); - } - .x { - transform: scale(0); - transition: transform 400ms; - } - .line { - fill: none; - stroke: #202020; - stroke-width: 7px; - stroke-linecap: round; - stroke-linejoin: round; - transform-origin: 50%; - transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, - transform 500ms 200ms; - } - .x .line { - stroke-width: 5.5px; - } - /* First plate */ - .plate1 .line2 { - stroke-dasharray: 40 200; - stroke-dashoffset: 0px; - } - .plate1 .line3 { - stroke-dasharray: 40 179; - stroke-dashoffset: 0px; - } - .active .line { - transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms; - } - .active.plate1 .line1 { - transform: scale(0, 1); - transition: transform 500ms 100ms; - } - .active.plate1 .line2 { - stroke-dasharray: 5px 200; - stroke-dashoffset: -164px; - } - .active.plate1 .line3 { - stroke-dasharray: 5px 179; - stroke-dashoffset: -142px; - } - .active .x { - transform: scale(1); - transition: transform 400ms 350ms; - } - /* El segundo plato */ - .plate2 .line1 { - stroke-dasharray: 21 185.62753295898438; - transition-delay: 0; - } - .plate2 .line2 { - stroke-dasharray: 21 178.6514129638672; - transition-delay: 30ms; - } - .plate2 .line3 { - stroke-dasharray: 21 197.92425537109375; - transition-delay: 60ms; - } - .plate2 .line4 { - stroke-dasharray: 21 190.6597137451172; - transition-delay: 90ms; - } - .plate2 .line5 { - stroke-dasharray: 21 208.52874755859375; - transition-delay: 120ms; - } - .plate2 .line6 { - stroke-dasharray: 21 186.59703063964844; - transition-delay: 150ms; - } - .active.plate2 .line1 { - stroke-dasharray: 5 185.62753295898438; - stroke-dashoffset: -141px; - } - .active.plate2 .line2 { - stroke-dasharray: 5 178.6514129638672; - stroke-dashoffset: -137px; - } - .active.plate2 .line3 { - stroke-dasharray: 5 197.92425537109375; - stroke-dashoffset: -176px; - } - .active.plate2 .line4 { - stroke-dasharray: 5 190.6597137451172; - stroke-dashoffset: -159px; - } - .active.plate2 .line5 { - stroke-dasharray: 5 208.52874755859375; - stroke-dashoffset: -139px; - } - .active.plate2 .line6 { - stroke-dasharray: 5 186.59703063964844; - stroke-dashoffset: -176px; - } - .active.plate2 .x { - transition: transform 400ms 250ms; - } - .aqua{ - stroke: aqua; - } - .showOnPc{ - display: block; - } - .showOnPhone{ - display: none !important; - margin-top: 0.8rem !important; - z-index: 1000000000 !important; - } - @media(max-width: 1220px){ - .showOnPhone{ - display: block !important; - } - .showOnPc{ - display: none; - } - .canva-in .plate, - .canva-in svg{ - padding-right: 1rem; - } - } - .hammBa{ - z-index: 100000000000000; - } \ No newline at end of file diff --git a/flow/static/css/home.css b/flow/static/css/home.css deleted file mode 100644 index 5c930f5..0000000 --- a/flow/static/css/home.css +++ /dev/null @@ -1,404 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap"); -* { - margin: 0; - padding: 0; - font-family: "Poppins", sans-serif !important; -} -html{ - overflow: hidden; -} -body { - background: #000; - z-index: 100; - margin: 0; - padding: 0; - height: 100vh !important; - overflow: hidden !important; -} -.curpo{cursor: pointer;} -.fade-zoom{ - animation: wdct-special 0.5s ease; - transition: 0.5s; -} -.bg-transparent{ - background: #060936 !important; -} -@keyframes wdct-special{ - from{ - opacity: 0.5; - transform: scale(0.6); - }to{ - opacity: 1; - transform: scale(1); - } -} -.dropdown-menu li{ - font-size: 0.9rem; -} -#loading { - height: 100vh; - background: #000; - display: flex; - justify-content: center; - align-items: center; -} -#loading img { - height: 240px; - width: 240px; - animation: Loader 2s ease infinite; - transition: 0.5s ease; -} -@keyframes Loader { - 0% { - transform: scale(1); - } - 50% { - transform: scale(1.5); - } - 100% { - transform: scale(1); - } -} - -.root { - display: none; -} -.videoBg { - position: fixed; - right: 0; - bottom: 0; - width: 100%; - height: 100%; - object-fit: cover; - z-index: -1; -} - -.section { - width: 100%; - height: 100%; - display: block; - overflow: hidden; -} - -/* AAROHAN NAVBAR => ARNAV*/ -.arnav { - position: fixed; - top: 0; - width: 100%; - right: 0; - left: 0; - z-index: 10000; - margin-top: 0.75rem; - padding-right: 0.4rem; - display: flex; - align-items: center; - justify-content: space-between; -} -@media (max-width:600px){ - .arnav{ - margin-top: 0; - padding-right: 0; - } - -} -@media (max-width:900px){ - .arnav{ - margin-top: 0; - padding-right: 0; - z-index: 100000; - } - -} -.arnav .left-navbar img { - height: 90px; - width: 90px; -} - -.arnav .right-navbar { - display: flex; - align-items: center; -} -.arnav .right-navbar img { - height: 50px; - width: 50px; - border-radius: 50%; -} -.arnav a { - position: relative; - color: #f1f1f1; - text-decoration: none; - display: block; - font-size: 1.2rem; - margin: 0 1.4rem; - animation: navAnime 0.7s ease; - transition: 0.7s; -} -.arnav .botHover:hover { - color: aqua; - transition: 0.5s all; -} -.arnav .botHover::after { - transition: 0.5s all; -} -.arnav .botHover:hover::after { - content: ''; - position: absolute; - height: 2px; - border-radius: 50px; - background: aqua; - transition: 0.5s; - margin: auto auto; - left: 0; - right: 0; - bottom: -2px; - animation: navHover 0.25s ease; -} -@keyframes navHover { - from{ - width: 15%; - opacity: 0.1; - }to{ - width: 100%; - opacity: 1; - } -} -/* Bottom Content */ -@keyframes bounce { - 0%{ - transform: translateY(0px); - } - 100%{ - transform: translateY(-8px); - } -} -.content { - position: fixed; - left: 5.5%; - bottom: 4%; - color: #f1f1f1; - width: 100%; - padding: 20px; - animation: navAnime 1s ease; - transition: 0.7s; -} -.content h1 { - font-size: 4.5rem; - margin: 0; - font-weight: 600; - animation: bounce 0.8s ease-in-out alternate-reverse infinite; -} -.content p { - font-size: 2rem; - line-height: 1.3; - animation: bounce 0.8s ease-in-out alternate-reverse infinite; -} - - -/* OFFCANVAS CSS */ -@keyframes OffEnd { - from { - opacity: 1; - } - to { - opacity: 0; - } - } - @keyframes OffShow { - 0% { - opacity: 0.5; - } - 100% { - opacity: 1; - } - } - -.offcanvas-end { - animation: OffEnd 0.8s !important; - transition: 0.8s ease !important; -} -.offcanvas.show { - animation: OffShow 1s !important; - transition: 1s ease !important; - /* overflow-y: scroll !important; */ - scrollbar-width: none; -} -.offcanvas.show::-webkit-scrollbar { - display: none; -} - -.offcanvas .profile { - padding-top: 0.75rem; - display: flex; - align-items: center; -} -.offcanvas .profile img { - height: 90px; - width: 90px; - border-radius: 50%; -} -.offcanvas .profile .names { - flex: 1; - display: block; - padding-left: 2rem; - animation: fadeZoom 0.8s ease 1s; - transition: 0.8s ease; -} -.offcanvas .profile h4 { - line-height: 0; -} -.offcanvas .profile h2 { - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - font-size: 3rem; - margin-bottom: -20px; - font-weight: 600; - letter-spacing: 1px; -} -.offcanvas .profile button { - font-size: 5rem; - border: none; - outline: none; - background: transparent; -} -.offcanvas-end { - width: 50vw !important; - border-left: none !important; - padding: 3rem; -} -/* Options Offcanvas */ -.offcanvas .options { - margin-top: 3rem; - padding: 0 1.5rem; -} -.offcanvas .options a { - display: block; - background: #e4feff; - text-decoration: none; - color: #333; - font-size: 1.75rem; - font-weight: 500; - margin: 1.5rem; - padding: 1.25rem 3rem; - border-radius: 8px; - border: 3px solid transparent; - transition: 0.5s; -} -.offcanvas .options a:hover { - border: 3px solid aqua; - transition: 0.5s; -} - -/* Responsive CSS */ -@media (max-width: 1220px) { - .offcanvas-end { - width: 85vw !important; - } - .arnav a { - margin: 0; - } - .arnav .right-navbar a { - display: none; - } - .arnav .right-navbar a:last-child { - display: block; - } - .arnav .left-navbar img { - margin-left: -0.05rem; - } - .arnav .right-navbar img { - height: 55px; - width: 55px; - margin-top: 0.5rem; - margin-right: 0.5rem; - } -} -.offcanvas.show .options{ - overflow-y: scroll; - height: auto; -} -@media (max-width: 600px) { - - .offcanvas.show { - animation: OffShow 0.5s !important; - transition: 0.5s !important; - min-height: 100vh; - /* overflow-y: scroll !important; */ - -ms-overflow-style: none; - scrollbar-width: none; - } - .offcanvas.show::-webkit-scrollbar { - display: none; - } - .offcanvas-end { - width: 100vw !important; - padding: 1rem; - padding-bottom: 0; - } - .content { - left: 0 !important; - bottom: 0 !important; - color: #f1f1f1; - width: 100%; - padding: 20px; - text-align: center; - background-image: linear-gradient( - rgba(0, 0, 0, 0.0) 0%, - rgba(0, 0, 0, 0.5) 30%, - rgba(0, 0, 0, 0.6) 50%, - rgba(0, 0, 0, 0.7) 90%, - rgba(0, 0, 0, 0.9) 100% - ); - } - .content h1 { - font-size: 3rem; - } - .content p { - font-size: 1.2rem; - } - - .offcanvas .profile img { - height: 70px; - width: 70px; - border-radius: 50%; - } - .offcanvas .profile .names { - flex: 1; - display: block; - padding-left: 1rem; - } - .offcanvas .profile h4 { - line-height: 0; - } - .offcanvas .profile h2 { - font-size: 3rem; - margin-bottom: -20px; - font-weight: 600; - letter-spacing: 1px; - } - .offcanvas .profile button { - font-size: 4rem; - } - .offcanvas .options { - margin-top: 4.6rem; - padding: 0 0; - } - .offcanvas .options a { - margin: 1rem 0; - padding: 14px 1rem; - text-align: center; - font-size: 1.25rem; - } -} -@keyframes navAnime { - from { - opacity: 0; - transform: scale(0.8); - } - to { - opacity: 1; - transform: scale(1); - } -} diff --git a/flow/static/css/jquery.pagepiling.css b/flow/static/css/jquery.pagepiling.css deleted file mode 100644 index 9d3bf79..0000000 --- a/flow/static/css/jquery.pagepiling.css +++ /dev/null @@ -1,131 +0,0 @@ -/*! - * pagepiling.js 1.5.6 - * - * https://github.com/alvarotrigo/pagePiling.js - * @license MIT licensed - * - * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo - */ -html, body { - overflow:hidden; - margin:0; - padding:0; - - /*Avoid flicker on slides transitions for mobile phones #336 */ - -webkit-tap-highlight-color: rgba(0,0,0,0); -} -.pp-section { - height:100%; - position:absolute; - width:100%; - - /* fixes flickering in firefox*/ - backface-visibility: hidden; -} -.pp-easing { - -webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990); - -moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990); - -o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990); - transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990); - /* custom */ - -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990); - -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990); - -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990); - transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990); - /* custom */ -} -#pp-nav { - position: fixed; - z-index: 100; - margin-top: -32px; - top: 50%; - opacity: 1; -} -#pp-nav.right { - right: 17px; -} -#pp-nav.left { - left: 17px; -} -.pp-section.pp-table{ - display: table; -} -.pp-tableCell { - display: table-cell; - vertical-align: middle; - width: 100%; - height: 100%; -} -.pp-slidesNav{ - position: absolute; - z-index: 4; - left: 50%; - opacity: 1; -} -.pp-slidesNav.bottom { - bottom: 17px; -} -.pp-slidesNav.top { - top: 17px; -} -#pp-nav ul, -.pp-slidesNav ul { - margin: 0; - padding: 0; -} -#pp-nav li, -.pp-slidesNav li { - display: block; - width: 14px; - height: 13px; - margin: 7px; - position:relative; -} -.pp-slidesNav li { - display: inline-block; -} -#pp-nav li a, -.pp-slidesNav li a { - display: block; - position: relative; - z-index: 1; - width: 100%; - height: 100%; - cursor: pointer; - text-decoration: none; -} -#pp-nav li .active span, -.pp-slidesNav .active span { - background: #333; -} -#pp-nav span, -.pp-slidesNav span { - top: 2px; - left: 2px; - width: 8px; - height: 8px; - border: 1px solid #000; - background: rgba(0, 0, 0, 0); - border-radius: 50%; - position: absolute; - z-index: 1; -} -.pp-tooltip { - position: absolute; - top: -2px; - color: #fff; - font-size: 14px; - font-family: arial, helvetica, sans-serif; - white-space: nowrap; - max-width: 220px; -} -.pp-tooltip.right { - right: 20px; -} -.pp-tooltip.left { - left: 20px; -} -.pp-scrollable{ - overflow-y: scroll; - height: 100%; -} diff --git a/flow/static/css/navbar.css b/flow/static/css/navbar.css deleted file mode 100644 index f334a42..0000000 --- a/flow/static/css/navbar.css +++ /dev/null @@ -1,541 +0,0 @@ -/*navbar*/ -/* Please ❤ this if you like it! */ - - -@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); - - -a { - cursor: pointer; -} -a:hover { - text-decoration: none; -} - -/* #Cursor -================================================== */ - -.cursor, -.cursor2, -.cursor3{ - position: fixed; - border-radius: 50%; - transform: translateX(-50%) translateY(-50%); - pointer-events: none; - left: -100px; - top: 50%; - mix-blend-mode: difference; - -webkit-transition: all 300ms linear; - transition: all 300ms linear; -} -.cursor{ - background-color: #fff; - height: 0; - width: 0; - z-index: 99999; -} -.cursor2,.cursor3{ - height: 36px; - width: 36px; - z-index:99998; - -webkit-transition:all 0.3s ease-out; - transition:all 0.3s ease-out -} -.cursor2.hover, -.cursor3.hover{ - -webkit-transform:scale(2) translateX(-25%) translateY(-25%); - transform:scale(2) translateX(-25%) translateY(-25%); - border:none -} -.cursor2{ - border: 2px solid #fff; - box-shadow: 0 0 22px rgba(255, 255, 255, 0.6); -} -.cursor2.hover{ - background: rgba(255,255,255,1); - box-shadow: 0 0 12px rgba(255, 255, 255, 0.2); -} - -@media screen and (max-width: 1200px){ - .cursor,.cursor2,.cursor3{ - display: none - } -} - -/* #Primary style -================================================== */ - -.section { - position: relative; - width: 100%; - display: block; -} -.over-hide{ - overflow: hidden; -} -.full-height { - height: 100vh; -} - -/* #Navigation -================================================== */ - -.cd-header{ - position: fixed; - width:100%; - top:0; - left:0; - z-index:100; -} -.header-wrapper{ - position: relative; - width: calc(100% - 100px); - margin-left: 50px; -} -.logo-wrap { - position: absolute; - display:block; - left:0; - top: 40px; - cursor: pointer; -} -.logo-wrap a { - cursor: pointer; - font-family: 'Montserrat', sans-serif; - font-weight: 900; - font-size: 20px; - line-height: 20px; - text-transform: uppercase; - letter-spacing: 2px; - color: #fff; - transition : all 0.3s ease-out; -} -.logo-wrap a span{ - color: #8167a9; -} -.logo-wrap a:hover { - opacity: 0.9; -} -.nav-but-wrap{ - position: relative; - display: inline-block; - float: right; - padding-left: 15px; - padding-top: 15px; - margin-top: 26px; - transition : all 0.3s ease-out; -} -.menu-icon { - height: 30px; - width: 30px; - position: relative; - z-index: 2; - cursor: pointer; - display: block; -} -.menu-icon__line { - height: 2px; - width: 30px; - display: block; - background-color: #fff; - margin-bottom: 7px; - cursor: pointer; - -webkit-transition: background-color .5s ease, -webkit-transform .2s ease; - transition: background-color .5s ease, -webkit-transform .2s ease; - transition: transform .2s ease, background-color .5s ease; - transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease; -} -.menu-icon__line-left { - width: 16.5px; - -webkit-transition: all 200ms linear; - transition: all 200ms linear; -} -.menu-icon__line-right { - width: 16.5px; - float: right; - -webkit-transition: all 200ms linear; - -moz-transition: all 200ms linear; - -o-transition: all 200ms linear; - -ms-transition: all 200ms linear; - transition: all 200ms linear; -} -.menu-icon:hover .menu-icon__line-left, -.menu-icon:hover .menu-icon__line-right { - width: 30px; -} -.nav { - position: fixed; - z-index: 98; -} -.nav:before, .nav:after { - content: ""; - position: fixed; - width: 100vw; - height: 100vh; - background: rgba(20, 21, 26,0.6); - border-bottom-left-radius: 200%; - z-index: -1; - -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s; - transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s; - transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s; - transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s; - -webkit-transform: translateX(100%) translateY(-100%); - transform: translateX(100%) translateY(-100%); -} -.nav:after { - background: rgba(9,9,12,1); - -webkit-transition-delay: 0s; - transition-delay: 0s; -} -.nav:before { - -webkit-transition-delay: .2s; - transition-delay: .2s; -} -.nav__content { - position: fixed; - visibility: hidden; - top: 50%; - margin-top: 20px; - -webkit-transform: translate(0%, -50%); - transform: translate(0%, -50%); - width: 100%; - text-align: center; -} -.nav__list { - position: relative; - padding: 0; - margin: 0; - z-index: 2; -} -.nav__list-item { - position: relative; - display: block; - -webkit-transition-delay: 0.8s; - transition-delay: 0.8s; - opacity: 0; - text-align: center; - color: #fff; - overflow: hidden; - font-family: 'Montserrat', sans-serif; - font-size: 8vh; - font-weight: 900; - line-height: 1.15; - letter-spacing: 3px; - -webkit-transform: translate(100px, 0%); - transform: translate(100px, 0%); - -webkit-transition: opacity .2s ease, -webkit-transform .3s ease; - transition: opacity .2s ease, -webkit-transform .3s ease; - transition: opacity .2s ease, transform .3s ease; - transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease; - margin-top: 0; - margin-bottom: 0; -} -.nav__list-item a{ - position: relative; - text-decoration: none; - color: rgba(255,255,255,0.6); - overflow: hidden; - cursor: pointer; - padding-left: 5px; - padding-right: 5px; - font-weight: 900; - z-index: 2; - display: inline-block; - text-transform: uppercase; - -webkit-transition: all 200ms linear; - transition: all 200ms linear; - font-size: 30px; -} -.nav__list-item a:after{ - position: absolute; - content: ''; - top: 50%; - margin-top: -2px; - left: 50%; - width: 0; - height: 0; - opacity: 0; - background-color: #8167a9; - z-index: 1; - -webkit-transition: all 200ms linear; - transition: all 200ms linear; -} -.nav__list-item a:hover:after{ - height: 4px; - opacity: 1; - left: 0; - width: 100%; -} -.nav__list-item a:hover{ - color: rgba(255,255,255,1); -} -.nav__list-item.active-nav a{ - color: rgba(255,255,255,1); -} -.nav__list-item.active-nav a:after{ - height: 4px; - opacity: 1; - left: 0; - width: 100%; -} -body.nav-active .nav__content { - visibility: visible; -} -body.nav-active .menu-icon__line { - background-color: #fff; - -webkit-transform: translate(0px, 0px) rotate(-45deg); - transform: translate(0px, 0px) rotate(-45deg); -} -body.nav-active .menu-icon__line-left { - width: 15px; - -webkit-transform: translate(2px, 4px) rotate(45deg); - transform: translate(2px, 4px) rotate(45deg); -} -body.nav-active .menu-icon__line-right { - width: 15px; - float: right; - -webkit-transform: translate(-3px, -3.5px) rotate(45deg); - transform: translate(-3px, -3.5px) rotate(45deg); -} -body.nav-active .menu-icon:hover .menu-icon__line-left, -body.nav-active .menu-icon:hover .menu-icon__line-right { - width: 15px; -} -body.nav-active .nav { - visibility: visible; -} -body.nav-active .nav:before, body.nav-active .nav:after { - -webkit-transform: translateX(0%) translateY(0%); - transform: translateX(0%) translateY(0%); - border-radius: 0; -} -body.nav-active .nav:after { - -webkit-transition-delay: .1s; - transition-delay: .1s; -} -body.nav-active .nav:before { - -webkit-transition-delay: 0s; - transition-delay: 0s; -} -body.nav-active .nav__list-item { - opacity: 1; - -webkit-transform: translateX(0%); - transform: translateX(0%); - -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease; - transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease; - transition: opacity .3s ease, transform .3s ease, color .3s ease; - transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease; -} -body.nav-active .nav__list-item:nth-child(0) { - -webkit-transition-delay: 0.7s; - transition-delay: 0.7s; -} -body.nav-active .nav__list-item:nth-child(1) { - -webkit-transition-delay: 0.8s; - transition-delay: 0.8s; -} -body.nav-active .nav__list-item:nth-child(2) { - -webkit-transition-delay: 0.9s; - transition-delay: 0.9s; -} -body.nav-active .nav__list-item:nth-child(3) { - -webkit-transition-delay: 1s; - transition-delay: 1s; -} -body.nav-active .nav__list-item:nth-child(4) { - -webkit-transition-delay: 1.1s; - transition-delay: 1.1s; -} -body.nav-active .nav__list-item:nth-child(5) { - -webkit-transition-delay: 1.2s; - transition-delay: 1.2s; -} -body.nav-active .nav__list-item:nth-child(6) { - -webkit-transition-delay: 1.3s; - transition-delay: 1.3s; -} -body.nav-active .nav__list-item:nth-child(7) { - -webkit-transition-delay: 1.4s; - transition-delay: 1.4s; -} -body.nav-active .nav__list-item:nth-child(8) { - -webkit-transition-delay: 1.5s; - transition-delay: 1.5s; -} -body.nav-active .nav__list-item:nth-child(9) { - -webkit-transition-delay: 1.6s; - transition-delay: 1.6s; -} -body.nav-active .nav__list-item:nth-child(10) { - -webkit-transition-delay: 1.7s; - transition-delay: 1.7s; -} - -.switch-wrap { - position: absolute; - top: 50%; - left: 0; - z-index: 10; - transform: translateY(-50%); - width: 100%; - -webkit-transition: all 500ms linear; - transition: all 500ms linear; - margin: 0 auto; - text-align: center; -} -.switch-wrap h1 { - font-weight: 900; - font-size: 46px; - line-height: 1; - color: #fff; - text-align: center; - text-transform: uppercase; - margin-bottom: 40px; - -webkit-transition: all 300ms linear; - transition: all 300ms linear; -} -@media screen and (max-width: 580px){ - .switch-wrap h1 { - font-size: 32px; - } -} -.switch-wrap p { - font-weight: 600; - font-size: 14px; - letter-spacing: 1px; - line-height: 1; - color: #8167a9; - text-align: center; - margin-top: 15px; -} -.switch-wrap p span { - position: relative; -} -.switch-wrap p span:before { - position: absolute; - content: ''; - width: 100%; - height: 2px; - background-color: #fff; - left: 0; - bottom: -4px; - -webkit-transition: all 300ms linear; - transition: all 300ms linear; -} -.switch-wrap p span:nth-child(2):before { - opacity: 0; -} -#switch, -#circle { - cursor: pointer; - -webkit-transition: all 300ms linear; - transition: all 300ms linear; -} -#switch { - width: 60px; - height: 8px; - margin: 0 auto; - text-align: center; - border: 2px solid #000; - border-radius: 27px; - background: #8167a9; - position: relative; - display: inline-block; -} -#circle { - position: absolute; - top: -11px; - left: -13px; - width: 26px; - height: 26px; - border-radius: 50%; - box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07); - background: #fff; -} -.switched { - border-color: #8167a9 !important; - background: #000 !important; -} -.switched #circle { - left: 43px; - background: #000; -} - -/* #Light -================================================== */ - -body.light{ - background-color: #fff; -} -body.light .cursor, -body.light .cursor2, -body.light .cursor3{ - mix-blend-mode: normal; -} -body.light .cursor2{ - border: 2px solid #1f2029; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); -} -body.light .cursor2.hover{ - background: rgba(0,0,0,0.06); - box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); - border-color: transparent; -} -body.light .logo-wrap a { - color: #1f2029; -} -body.light .menu-icon__line { - background-color: #1f2029; -} -body.light .nav:before { - background: rgba(235, 235, 235,0.6); -} -body.light .nav:after { - background: rgba(250,250,250,1); -} -body.light .nav__list-item a{ - color: rgba(0,0,0,0.6); -} -body.light .nav__list-item a:hover{ - color: #1f2029; -} -body.light .nav__list-item.active-nav a{ - color: #1f2029; -} -body.light .switch-wrap h1 { - color: #000; -} -body.light .switch-wrap p span:nth-child(2):before { - opacity: 1; - background-color: #000; -} -body.light .switch-wrap p span:nth-child(1):before { - opacity: 0; -} - -/* #Link to page -================================================== */ - -.link-to-portfolio { - position: fixed; - bottom: 40px; - right: 50px; - z-index: 200; - cursor: pointer; - width: 50px; - height: 50px; - text-align: center; - border-radius: 3px; - background-position: center center; - background-size: 65%; - background-repeat: no-repeat; - background-image: url('https://assets.codepen.io/1462889/fcy.png'); - box-shadow: 0 0 0 2px rgba(255,255,255,.1); - transition: opacity .2s, border-radius .2s, box-shadow .2s; - transition-timing-function: ease-out; -} -.link-to-portfolio:hover { - opacity: 0.8; - border-radius: 50%; - box-shadow: 0 0 0 20px rgba(255,255,255,.1); -} \ No newline at end of file diff --git a/flow/static/css/particlejs.css b/flow/static/css/particlejs.css deleted file mode 100644 index 2611dec..0000000 --- a/flow/static/css/particlejs.css +++ /dev/null @@ -1,41 +0,0 @@ -canvas { - display: block; - vertical-align: bottom; -} - -#particles-js { - position: fixed; - width: 100%; - height: 100%; - background: #101313; -} - -.text { - position: absolute; - top: 50%; - right: 50%; - transform: translate(50%, -50%); - color: #fff; - max-width: 90%; - padding: 2em 3em; - background: rgba(0, 0, 0, 0.4); - text-shadow: 0px 0px 2px #131415; - font-family: "Open Sans", sans-serif; -} - -h1 { - font-size: 2.25em; - font-weight: 700; - letter-spacing: -1px; -} - -a, -a:visited { - color: #e34234; - transition: 0.25s; -} - -a:hover, -a:focus { - color: #ba160c; -} \ No newline at end of file diff --git a/flow/static/css/socialinitiative.css b/flow/static/css/socialinitiative.css deleted file mode 100644 index 17a7037..0000000 --- a/flow/static/css/socialinitiative.css +++ /dev/null @@ -1,180 +0,0 @@ -.section { - background: #010936; - background: -webkit-linear-gradient(top, #010936, #3c0136); - background: -moz-linear-gradient(top, #010936, #3c0136); - background: linear-gradient(to bottom, #010936, #3c0136); - } - .workshop { - width: 100%; - } - .title { - width: 100%; - text-align: left; - color: #ffffff; - margin-bottom: 10px; - margin-top: 130px; - padding-left: 100px; - } - @media(max-width:640px){ - .title { - padding-left: 0; - margin-bottom: 1.25rem !important; - text-align: center; - } - } - .swiper { - width: 100%; - padding: 50px 0 !important; - padding-top: 30px !important; - } - .swiper-slide { - height: 390px !important; - width: 380px !important; - position: relative; - border: none; - z-index: 3; - border-radius: 10px; - transition: transform 0.8s ease-in-out; - text-decoration: none; - } - .swiper-slide a { - display: block; - width: 100%; - height: 100%; - object-fit: cover; - } - .swiper-slide a img { - display: block; - width: 100%; - height: 100%; - object-fit: cover; - border-radius: 12px; - box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.05); - } - @media(max-width:600px){ - .swiper-slide{ - max-width: 90vw !important; - height: unset !important; - } - .swiper { - padding: 0 0 !important; - margin-top: 0px !important; - } - .hero - { - height: 420px !important; - } - .hero-description { - bottom: 26%; - margin-top:30px !important; - left: 130px !important; - } - .swiper-slide { - height: 350px !important; - width: calc(100vw - 40px)!important; - - } - } -/* BEGIN CARD DESIGN */ -.hero { - display: inline-block; - position: relative; - width: 350px; - min-width: 350px; - height: 400px; - border-radius: 30px; - overflow:hidden; - box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3); - margin: 30px; - } - - .hero-profile-img { - height: 70%; - width: 100%; - overflow:hidden; - object-fit:cover; - } - - .hero-description-bk { - background-image: linear-gradient(0deg , #3f5efb, #fc466b); - border-radius: 30px; - position: absolute; - top: 55%; - left: -5px; - height: 65%; - width: 108%; - transform: skew(19deg, -9deg); - } - - .second .hero-description-bk { - background-image: linear-gradient(-20deg , #bb7413, #e7d25c) - } - - .hero-logo { - height: 80px; - width: 80px; - border-radius: 20px; - background-color: #fff; - position: absolute; - bottom: 30%; - left: 30px; - overflow:hidden; - box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7); - } - - .hero-logo img { - height: 100%; - } - - .hero-description { - position: absolute; - color: #fff; - font-size: 14px; - font-weight: 600; - left: 150px; - bottom: 23%; - margin-top:20px !important; - } - .hero-btn { - position: absolute; - color: #fff; - right: 30px; - bottom: 10%; - padding: 10px 20px; - border: 1px solid #fff; - } - - .hero-btn a { - color: #fff; - text-decoration: none; - } - - .hero-date { - position: absolute; - color: #fff; - left: 30px; - bottom: 10%; - } - /* END CARD DESIGN */ - - body { - font-family: 'Open Sans', sans-serif; - margin: 0; - background-color: #eee; - min-height: 100vh; - } - .btn i:before { - width: 14px; - height: 14px; - position: fixed; - color: #fff; - background: #0077B5; - padding: 10px; - border-radius: 50%; - top:5px; - right:5px; - } - - - - \ No newline at end of file diff --git a/flow/static/css/style.css b/flow/static/css/style.css new file mode 100644 index 0000000..81315d4 --- /dev/null +++ b/flow/static/css/style.css @@ -0,0 +1,304 @@ +* { + box-sizing: border-box; +} + + + + +body { + margin: 0; + padding: 0; + height: 100vh; + background: url('../img/wholebg.png'); + width: 100%; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + /* z-index: 1; */ + +} +.logos{ + position: absolute; + bottom: 0vh; + right: 2vw; + margin: 27px 5px; +} + +.logo{ + width: 80px; + margin-right: 10px; + padding-right: 5px; +} + +/* .full-body{ + background-image: url("assets/img/bg.png"); + background-repeat: no-repeat; + background-size: cover; + height: 100vh; + +} */ + +nav { + overflow: hidden; + position: relative; + transform: translateX(-300px); + width: 400px; + transition: all 800ms cubic-bezier(.8, 0, .33, 1); + border-radius: 0% 0% 100% 50%; + padding: 0; + height: 100vh; +} + +nav.nav-open { + transform: translateX(0px); + border-radius: 0% 0% 0% 0%; + background: rgba(0,0,0, 0.4); + width: 18vw; +} + +nav .menu-btn { + position: absolute; + top: 3%; + right: 5%; + padding: 0; + width: 50px; + cursor: pointer; + z-index: 2000; +} + +nav .menu-open{ + width: 30px; +} + +nav .menu-btn .line { + padding: 0; + width: 50px; + background: #3e0808; + height: 5px; + margin: 5px 0; + transition: all 700ms cubic-bezier(.9, 0, .33, 1); +} + +nav .menu-btn .line.line--1 { + width: 38px; + transform: rotate(0) translateY(0); +} + +nav .menu-btn .line.line--1.line-cross { + width: 30px; + transform: rotate(45deg) translateY(10px); + background: rgba(0,0,0,0.6); +} + +nav .menu-btn .line.line--2 { + width: 28px; + transform: translateX(0); +} + +nav .menu-btn .line.line--2.line-fade-out { + width: 28px; + transform: translate(30px); + opacity: 0; +} + +nav .menu-btn .line.line--3 { + width: 20px; + transform: rotate(0) translateY(0); +} + +nav .menu-btn .line.line--3.line-cross { + width: 30px; + transform: rotate(-45deg) translateY(-10px); + background: rgba(0,0,0,0.6); +} + +nav .nav-links { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + align-items: left; + justify-content: center; + transform: translateX(-100px); + opacity: 0; + transition: all 900ms cubic-bezier(.9, 0, .33, 1); +} + +nav .nav-links.fade-in { + opacity: 1; + transform: translateX(0px); +} + +nav .nav-links .link { + margin: 20px 0; + text-decoration: none; + font-family: sans-serif; + color: rgb(253 ,253 ,253 ,1); + font-weight: 700; + text-transform: uppercase; + font-size: 1.2rem; + transition: all 300ms cubic-bezier(.9, 0, .33, 1); + padding: 4px 30px; +} + +nav .nav-links .link:hover{ + background: linear-gradient(to left,transparent,rgb(184 164 164)); + border-left: 5px solid whitesmoke; +} + +/* nav .nav-links .link:hover { + color: rgb(184 164 164); +} */ +/* .content{ + background-image: url(); +} */ + +/* .inform{ + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + color: rgba(255, 255, 255, 0.8); + font-size: 2rem; + font-family: sans-serif; + text-transform: uppercase; + letter-spacing: 5px; + text-shadow: 0 0 20px rgba(0,0,0,0.6); +} + +.support{ + position: absolute; + right: 10px; + bottom: 10px; + padding: 10px; + display: flex; +} */ +a{ + padding: 2px 12px; + color: #fff; + font-size: 2rem; + transition: all 400ms ease; +} + +a:hover{ + color: #222; +} + + +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + overflow: hidden; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +#arhn_header { + position: absolute; + left: 5rem; + top: 2rem; + z-index: 100; + margin-left: 80vw; + cursor: pointer; + /* height: 100px; + width: 300px; */ + padding-right: -20px; +} + +#aarohan-text-container{ + position: absolute; + /* margin-bottom: 50vh; */ + z-index: 100; + /* margin-left: 20vw; */ + height: 300px; + width: 900px; + margin: 20vw; + +} + +.social_links{ + display: flex; + flex-direction: row; + padding: 20px 10px; +} + +@media (max-width:600px){ + body{ + background-size: 100% 100%; + } + .logos{ + position: absolute; + top: 0vh; + right: 0; + margin: 22px 3px; + } + .logo{ + width: 45px; + margin-right: 5px; + padding-right: 3px; + } + nav.nav-open { + width: 45vw !important; + } + nav .nav-links .link{ + margin-left: -10px; + margin-bottom: 30px; + font-size: 1rem; + } + .social_links a{ + padding: 15px 15px; + font-size: 1.7rem; + margin-left: -20px; + } +} + +.aarohan-text-container-img{ + position: absolute; + display: flex; + justify-content: center; + align-items: centre; + /* width: auto; */ + /* text-align: center; */ + z-index: 500; + height: 50vh; + /* width: 400vw; */ + + +} + +.asteroids{ + position: absolute; + display: flex; + justify-content: center; + align-items: centre; + width: auto; + margin-left: 60px; + /* text-align: center; */ + /* overflow: hidden; */ + z-index: 100; + padding: 30px; + /* width: 100vw; */ + height: 110vh; + padding-left: 100px; +} + + +@media (max-width: 992px) { +body{ + background-image: url('../img/wholePhone.png'); +} +nav.nav-open { + width: 35vw; + +} +.social_links{ + margin-left: 15px; +} +} +@media (min-width:1000px ) and (max-width: 1200px) { + .nav-home{ + width: 25vw !important; + }} diff --git a/flow/static/css/style3.css b/flow/static/css/style3.css new file mode 100644 index 0000000..4b8be37 --- /dev/null +++ b/flow/static/css/style3.css @@ -0,0 +1,128 @@ +*{ + padding: 0; + margin: 0; + box-sizing: border-box; + transition: cubic-bezier(0.075, 0.82, 0.165, 1); +} + +.ove-crates{ + cursor: pointer; +} + +.header{ + font-size: 2.5rem; + font-weight:400; + color: white; + display: inline; + font-family: 'PT Sans', sans-serif; + margin-top: 20px; + position: relative; + top: 20px; + text-align: center; + + +} + +.team-page .header{ + letter-spacing: 10px; + margin: 10px 0px; +} + +.mars-cont{ + width:100%; + height: 100vh; + position: absolute; + top: 0; + overflow: hidden; + +} + +.text-header{ + color: aliceblue; + font-family: 'PT Sans', sans-serif; + font-weight: 700; + font-size: 100px; + text-align: center; + letter-spacing: 20px; + margin-top: 4rem; +} + +.team-page{ + height: 100vh; + min-height: 100vh; + min-width: 100vw; + text-align: center; + width: 100vw; + border-radius: 16px; + box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); + backdrop-filter: blur(100px); + border: 4px solid rgba(255, 255, 255, 0.3); + overflow: auto; + padding: 10px 0px; + margin-top: 3px; + + +} +.clss{ +color:rgb(126 53 53); +cursor: pointer; +float: right; +font-size: 2.2rem; +position: absolute; +right: 5vw; +top:20px; +} +.btn{ + padding: 10px; + margin:10px auto; + display: flex; +} + +.open2{ + visibility: hidden; + z-index:100; + width: 100vw; + position: absolute; + top: 0; + transform: translateY(-100vh); + transition: transform 1.5s; + transition-timing-function: ease; +} +.overlay-team{ + visibility: visible; + transition: 1.2s; + transform: translateY(0px); + position: absolute; + left: 0; + top: 0; + bottom: 0; + right:0; +} + /* cards styling */ + .card-wrapper{ + display: flex; + flex-wrap: wrap; + flex-direction: row; + gap: 2rem; + justify-content: center; + + align-items: center; + margin-top: 50px; + margin-bottom: 20px; + } + + .card img{ + width: 100%; + height: 130%; + border-radius: 20px; +} + + +@media(max-width: 960px){ +.mars-cont{ + width: 100%; + height: 100vh; + overflow: hidden; + align-items: center; +} +} \ No newline at end of file diff --git a/flow/static/css/styles.css b/flow/static/css/styles.css new file mode 100644 index 0000000..3b4fe4f --- /dev/null +++ b/flow/static/css/styles.css @@ -0,0 +1,5512 @@ +html { + font-family: sans-serif; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + height: 100%; +} +body{ + height: 100vh; + background: url(../img/bg.png) no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} +.team-text{ + transform: scale(0.85); +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; +} +audio:not([controls]) { + display: none; + height: 0; +} +[hidden], +template { + display: none; +} +a { + background-color: transparent; + color: #000; + text-decoration: underline; +} +a:active, +a:hover { + outline: 0; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +optgroup, +strong { + font-weight: 700; +} +dfn { + font-style: italic; +} +mark { + background: #ff0; + color: #000; +} +small { + font-size: 80%; +} +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +sup { + top: -0.5em; +} +sub { + bottom: -0.25em; +} +img { + border: 0; + vertical-align: middle; + display: inline-block; + max-width: 100%; +} +svg:not(:root) { + overflow: hidden; +} +hr { + box-sizing: content-box; + height: 0; +} +pre, +textarea { + overflow: auto; +} +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} +button, +input, +optgroup, +select, +textarea { + color: inherit; + font: inherit; + margin: 0; +} +button { + overflow: visible; +} +button, +select { + text-transform: none; +} +button, +html input[type="button"], +input[type="reset"] { + -webkit-appearance: button; + cursor: pointer; +} +button[disabled], +html input[disabled] { + cursor: default; +} +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} +input { + line-height: normal; +} +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0; +} +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} +input[type="search"] { + -webkit-appearance: none; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +legend { + border: 0; + padding: 0; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +td, +th { + padding: 0; +} +@font-face { + font-family: webflow-icons; + src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") + format("truetype"); + font-weight: 400; + font-style: normal; +} +[class*=" w-icon-"], +[class^="w-icon-"] { + font-family: webflow-icons !important; + speak: none; + font-style: normal; + font-weight: 400; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.w-icon-slider-right:before { + content: "\e600"; +} +.w-icon-slider-left:before { + content: "\e601"; +} +.w-icon-nav-menu:before { + content: "\e602"; +} +.w-icon-arrow-down:before, +.w-icon-dropdown-toggle:before { + content: "\e603"; +} +.w-icon-file-upload-remove:before { + content: "\e900"; +} +.w-icon-file-upload-icon:before { + content: "\e903"; +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +/* html.w-mod-touch * { + background-attachment: scroll !important; +} */ +.w-block { + display: block; +} +.w-inline-block { + max-width: 100%; + display: inline-block; +} +.w-clearfix:after, +.w-clearfix:before { + content: " "; + display: table; + grid-column-start: 1; + grid-row-start: 1; + grid-column-end: 2; + grid-row-end: 2; +} +.w-clearfix:after { + clear: both; +} +.w-hidden { + display: none; +} +.w-button { + display: inline-block; + padding: 9px 15px; + background-color: #3898ec; + color: #fff; + border: 0; + line-height: inherit; + text-decoration: none; + cursor: pointer; + border-radius: 0; +} +input.w-button { + -webkit-appearance: button; +} +html[data-w-dynpage] [data-w-cloak] { + color: transparent !important; +} +.w-webflow-badge, +.w-webflow-badge * { + position: static; + left: auto; + top: auto; + right: auto; + bottom: auto; + z-index: auto; + display: block; + visibility: visible; + overflow: visible; + overflow-x: visible; + overflow-y: visible; + box-sizing: border-box; + width: auto; + height: auto; + max-height: none; + max-width: none; + min-height: 0; + min-width: 0; + margin: 0; + padding: 0; + float: none; + clear: none; + border: 0 transparent; + border-radius: 0; + background: 0 0; + box-shadow: none; + opacity: 1; + transform: none; + transition: none; + direction: ltr; + font-family: inherit; + font-weight: inherit; + color: inherit; + font-size: inherit; + line-height: inherit; + font-style: inherit; + font-variant: inherit; + text-align: inherit; + letter-spacing: inherit; + text-decoration: inherit; + text-indent: 0; + text-transform: inherit; + list-style-type: disc; + text-shadow: none; + font-smoothing: auto; + vertical-align: baseline; + cursor: inherit; + white-space: inherit; + word-break: normal; + word-spacing: normal; + word-wrap: normal; +} +.w-webflow-badge { + position: fixed !important; + display: inline-block !important; + visibility: visible !important; + z-index: 2147483647 !important; + top: auto !important; + right: 12px !important; + bottom: 12px !important; + left: auto !important; + color: #aaadb0 !important; + background-color: #fff !important; + border-radius: 3px !important; + padding: 6px 8px 6px 6px !important; + font-size: 12px !important; + opacity: 1 !important; + line-height: 14px !important; + text-decoration: none !important; + transform: none !important; + margin: 0 !important; + width: auto !important; + height: auto !important; + overflow: visible !important; + white-space: nowrap; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); + cursor: pointer; +} +.w-webflow-badge > img { + display: inline-block !important; + visibility: visible !important; + opacity: 1 !important; + vertical-align: middle !important; +} +p { + margin-top: 0; + margin-bottom: 0; +} +blockquote { + margin: 0 0 10px; + padding: 10px 20px; + border-left: 5px solid #e2e2e2; + font-size: 18px; + line-height: 22px; +} +figure { + margin: 0 0 10px; +} +figcaption { + margin-top: 5px; + text-align: center; +} +ol, +ul { + margin-top: 0; + margin-bottom: 10px; + padding-left: 40px; +} +.w-list-unstyled { + padding-left: 0; + list-style: none; +} +.w-embed:after, +.w-embed:before { + content: " "; + display: table; + grid-column-start: 1; + grid-row-start: 1; + grid-column-end: 2; + grid-row-end: 2; +} +.w-embed:after { + clear: both; +} +.w-video { + width: 100%; + position: relative; + padding: 0; +} +.w-video embed, +.w-video iframe, +.w-video object { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border: none; +} +fieldset { + padding: 0; + margin: 0; + border: 0; +} +[type="button"], +[type="reset"], +button { + border: 0; + cursor: pointer; + -webkit-appearance: button; +} +.w-form { + margin: 0 0 15px; +} +.w-form-done { + display: none; + padding: 20px; + text-align: center; + background-color: #ddd; +} +.w-form-fail { + display: none; + margin-top: 10px; + padding: 10px; + background-color: #ffdede; +} +label { + display: block; + margin-bottom: 5px; + font-weight: 700; +} +.w-input, +.w-select { + display: block; + width: 100%; + height: 38px; + padding: 8px 12px; + margin-bottom: 10px; + font-size: 14px; + line-height: 1.42857143; + color: #333; + vertical-align: middle; + background-color: #fff; + border: 1px solid #ccc; +} +.w-input:-moz-placeholder, +.w-select:-moz-placeholder { + color: #999; +} +.w-input::-moz-placeholder, +.w-select::-moz-placeholder { + color: #999; + opacity: 1; +} +.w-input:-ms-input-placeholder, +.w-select:-ms-input-placeholder { + color: #999; +} +.w-input::-webkit-input-placeholder, +.w-select::-webkit-input-placeholder { + color: #999; +} +.w-input:focus, +.w-select:focus { + border-color: #3898ec; + outline: 0; +} +.w-input[disabled], +.w-input[readonly], +.w-select[disabled], +.w-select[readonly], +fieldset[disabled] .w-input, +fieldset[disabled] .w-select { + cursor: not-allowed; +} +.w-input[disabled]:not(.w-input-disabled), +.w-input[readonly], +.w-select[disabled]:not(.w-input-disabled), +.w-select[readonly], +fieldset[disabled]:not(.w-input-disabled) .w-input, +fieldset[disabled]:not(.w-input-disabled) .w-select { + background-color: #eee; +} +textarea.w-input, +textarea.w-select { + height: auto; +} +.w-select { + background-color: #f3f3f3; +} +.w-select[multiple] { + height: auto; +} +.w-form-label { + display: inline-block; + cursor: pointer; + font-weight: 400; + margin-bottom: 0; +} +.w-radio { + display: block; + margin-bottom: 5px; + padding-left: 20px; +} +.w-radio:after, +.w-radio:before { + content: " "; + display: table; + grid-column-start: 1; + grid-row-start: 1; + grid-column-end: 2; + grid-row-end: 2; +} +.w-radio:after { + clear: both; +} +.w-radio-input { + margin: 3px 0 0 -20px; + line-height: normal; + float: left; +} +.w-file-upload { + display: block; + margin-bottom: 10px; +} +.w-file-upload-input { + width: 0.1px; + height: 0.1px; + opacity: 0; + overflow: hidden; + position: absolute; + z-index: -100; +} +.w-file-upload-default, +.w-file-upload-success, +.w-file-upload-uploading { + display: inline-block; + color: #333; +} +.w-file-upload-error { + display: block; + margin-top: 10px; +} +.w-file-upload-default.w-hidden, +.w-file-upload-error.w-hidden, +.w-file-upload-success.w-hidden, +.w-file-upload-uploading.w-hidden { + display: none; +} +.w-file-upload-uploading-btn { + display: flex; + font-size: 14px; + font-weight: 400; + cursor: pointer; + margin: 0; + padding: 8px 12px; + border: 1px solid #ccc; + background-color: #fafafa; +} +.w-file-upload-file { + display: flex; + flex-grow: 1; + justify-content: space-between; + margin: 0; + padding: 8px 9px 8px 11px; + border: 1px solid #ccc; + background-color: #fafafa; +} +.w-file-upload-file-name { + font-size: 14px; + font-weight: 400; + display: block; +} +.w-file-remove-link { + margin-top: 3px; + margin-left: 10px; + width: auto; + height: auto; + padding: 3px; + display: block; + cursor: pointer; +} +.w-icon-file-upload-remove { + margin: auto; + font-size: 10px; +} +.w-file-upload-error-msg { + display: inline-block; + color: #ea384c; + padding: 2px 0; +} +.w-file-upload-info { + display: inline-block; + line-height: 38px; + padding: 0 12px; +} +.w-file-upload-label { + display: inline-block; + font-size: 14px; + font-weight: 400; + cursor: pointer; + margin: 0; + padding: 8px 12px; + border: 1px solid #ccc; + background-color: #fafafa; +} +.w-icon-file-upload-icon, +.w-icon-file-upload-uploading { + display: inline-block; + margin-right: 8px; + width: 20px; +} +.w-icon-file-upload-uploading { + height: 20px; +} +.w-container { + margin-left: auto; + margin-right: auto; + max-width: 940px; +} +.w-container:after, +.w-container:before { + content: " "; + display: table; + grid-column-start: 1; + grid-row-start: 1; + grid-column-end: 2; + grid-row-end: 2; +} +.w-container:after { + clear: both; +} +.w-container .w-row { + margin-left: -10px; + margin-right: -10px; +} +.w-row:after, +.w-row:before { + content: " "; + display: table; + grid-column-start: 1; + grid-row-start: 1; + grid-column-end: 2; + grid-row-end: 2; +} +.w-row:after { + clear: both; +} +.w-row .w-row { + margin-left: 0; + margin-right: 0; +} +.w-col { + position: relative; + float: left; + width: 100%; + min-height: 1px; + padding-left: 10px; + padding-right: 10px; +} +.w-col .w-col { + padding-left: 0; + padding-right: 0; +} +.w-col-1 { + width: 8.33333333%; +} +.w-col-2 { + width: 16.66666667%; +} +.w-col-3 { + width: 25%; +} +.w-col-4 { + width: 33.33333333%; +} +.w-col-5 { + width: 41.66666667%; +} +.w-col-6 { + width: 50%; +} +.w-col-7 { + width: 58.33333333%; +} +.w-col-8 { + width: 66.66666667%; +} +.w-col-9 { + width: 75%; +} +.w-col-10 { + width: 83.33333333%; +} +.w-col-11 { + width: 91.66666667%; +} +.w-col-12 { + width: 100%; +} +.w-hidden-main { + display: none !important; +} +@media screen and (max-width: 991px) { + .w-container { + max-width: 728px; + } + .w-hidden-main { + display: inherit !important; + } + .w-hidden-medium { + display: none !important; + } + .w-col-medium-1 { + width: 8.33333333%; + } + .w-col-medium-2 { + width: 16.66666667%; + } + .w-col-medium-3 { + width: 25%; + } + .w-col-medium-4 { + width: 33.33333333%; + } + .w-col-medium-5 { + width: 41.66666667%; + } + .w-col-medium-6 { + width: 50%; + } + .w-col-medium-7 { + width: 58.33333333%; + } + .w-col-medium-8 { + width: 66.66666667%; + } + .w-col-medium-9 { + width: 75%; + } + .w-col-medium-10 { + width: 83.33333333%; + } + .w-col-medium-11 { + width: 91.66666667%; + } + .w-col-medium-12 { + width: 100%; + } + .w-col-stack { + width: 100%; + left: auto; + right: auto; + } +} +@media screen and (max-width: 767px) { + .w-hidden-main, + .w-hidden-medium { + display: inherit !important; + } + .w-hidden-small { + display: none !important; + } + .w-container .w-row, + .w-row { + margin-left: 0; + margin-right: 0; + } + .w-col { + width: 100%; + left: auto; + right: auto; + } + .w-col-small-1 { + width: 8.33333333%; + } + .w-col-small-2 { + width: 16.66666667%; + } + .w-col-small-3 { + width: 25%; + } + .w-col-small-4 { + width: 33.33333333%; + } + .w-col-small-5 { + width: 41.66666667%; + } + .w-col-small-6 { + width: 50%; + } + .w-col-small-7 { + width: 58.33333333%; + } + .w-col-small-8 { + width: 66.66666667%; + } + .w-col-small-9 { + width: 75%; + } + .w-col-small-10 { + width: 83.33333333%; + } + .w-col-small-11 { + width: 91.66666667%; + } + .w-col-small-12 { + width: 100%; + } +} +@media screen and (max-width: 479px) { + .w-container { + max-width: none; + } + .w-hidden-main, + .w-hidden-medium, + .w-hidden-small { + display: inherit !important; + } + .w-hidden-tiny { + display: none !important; + } + .w-col { + width: 100%; + } + .w-col-tiny-1 { + width: 8.33333333%; + } + .w-col-tiny-2 { + width: 16.66666667%; + } + .w-col-tiny-3 { + width: 25%; + } + .w-col-tiny-4 { + width: 33.33333333%; + } + .w-col-tiny-5 { + width: 41.66666667%; + } + .w-col-tiny-6 { + width: 50%; + } + .w-col-tiny-7 { + width: 58.33333333%; + } + .w-col-tiny-8 { + width: 66.66666667%; + } + .w-col-tiny-9 { + width: 75%; + } + .w-col-tiny-10 { + width: 83.33333333%; + } + .w-col-tiny-11 { + width: 91.66666667%; + } + .w-col-tiny-12 { + width: 100%; + } +} +.w-widget { + position: relative; +} +.w-widget-map { + width: 100%; + height: 400px; +} +.w-widget-map label { + width: auto; + display: inline; +} +.w-widget-map img { + max-width: inherit; +} +.w-widget-map .gm-style-iw { + text-align: center; +} +.w-widget-map .gm-style-iw > button { + display: none !important; +} +.w-widget-twitter { + overflow: hidden; +} +.w-widget-twitter-count-shim { + display: inline-block; + vertical-align: top; + position: relative; + width: 28px; + height: 20px; + text-align: center; + background: #fff; + border: 1px solid #758696; + border-radius: 3px; +} +.w-widget-twitter-count-shim * { + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.w-widget-twitter-count-shim .w-widget-twitter-count-inner { + position: relative; + font-size: 15px; + line-height: 12px; + text-align: center; + color: #999; + font-family: serif; +} +.w-widget-twitter-count-shim .w-widget-twitter-count-clear { + position: relative; + display: block; +} +.w-widget-twitter-count-shim.w--large { + width: 36px; + height: 28px; +} +.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner { + font-size: 18px; + line-height: 18px; +} +.w-widget-twitter-count-shim:not(.w--vertical) { + margin-left: 5px; + margin-right: 8px; +} +.w-widget-twitter-count-shim:not(.w--vertical).w--large { + margin-left: 6px; +} +.w-widget-twitter-count-shim:not(.w--vertical):after, +.w-widget-twitter-count-shim:not(.w--vertical):before { + top: 50%; + left: 0; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; +} +.w-widget-twitter-count-shim:not(.w--vertical):before { + border-color: rgba(117, 134, 150, 0); + border-right-color: #5d6c7b; + border-width: 4px; + margin-left: -9px; + margin-top: -4px; +} +.w-widget-twitter-count-shim:not(.w--vertical).w--large:before { + border-width: 5px; + margin-left: -10px; + margin-top: -5px; +} +.w-widget-twitter-count-shim:not(.w--vertical):after { + border-color: rgba(255, 255, 255, 0); + border-right-color: #fff; + border-width: 4px; + margin-left: -8px; + margin-top: -4px; +} +.w-widget-twitter-count-shim:not(.w--vertical).w--large:after { + border-width: 5px; + margin-left: -9px; + margin-top: -5px; +} +.w-widget-twitter-count-shim.w--vertical { + width: 61px; + height: 33px; + margin-bottom: 8px; +} +.w-widget-twitter-count-shim.w--vertical:after, +.w-widget-twitter-count-shim.w--vertical:before { + top: 100%; + left: 50%; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; +} +.w-widget-twitter-count-shim.w--vertical:before { + border-color: rgba(117, 134, 150, 0); + border-top-color: #5d6c7b; + border-width: 5px; + margin-left: -5px; +} +.w-widget-twitter-count-shim.w--vertical:after { + border-color: rgba(255, 255, 255, 0); + border-top-color: #fff; + border-width: 4px; + margin-left: -4px; +} +.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner { + font-size: 18px; + line-height: 22px; +} +.w-widget-twitter-count-shim.w--vertical.w--large { + width: 76px; +} +.w-background-video { + position: relative; + overflow: hidden; + height: 500px; + color: #fff; +} +.w-background-video > video { + background-size: cover; + background-position: 50% 50%; + position: absolute; + margin: auto; + width: 100%; + height: 100%; + right: -100%; + bottom: -100%; + top: -100%; + left: -100%; + object-fit: cover; + z-index: -100; +} +.w-background-video > video::-webkit-media-controls-start-playback-button { + display: none !important; + -webkit-appearance: none; +} +.w-background-video--control { + position: absolute; + bottom: 1em; + right: 1em; + background-color: transparent; + padding: 0; +} +.w-background-video--control > [hidden] { + display: none !important; +} +.w-slider { + position: relative; + height: 300px; + text-align: center; + background: #ddd; + clear: both; + -webkit-tap-highlight-color: transparent; + tap-highlight-color: rgba(0, 0, 0, 0); +} +.w-slider-mask { + position: relative; + display: block; + overflow: hidden; + z-index: 1; + left: 0; + right: 0; + height: 100%; + white-space: nowrap; +} +.w-slide { + position: relative; + display: inline-block; + vertical-align: top; + width: 100%; + height: 100%; + white-space: normal; + text-align: left; +} +.w-slider-nav { + position: absolute; + z-index: 2; + top: auto; + right: 0; + bottom: 0; + left: 0; + margin: auto; + padding-top: 10px; + height: 40px; + text-align: center; + -webkit-tap-highlight-color: transparent; + tap-highlight-color: rgba(0, 0, 0, 0); +} +.w-slider-nav.w-round > div { + border-radius: 100%; +} +.w-slider-nav.w-num > div { + width: auto; + height: auto; + padding: 0.2em 0.5em; + font-size: inherit; + line-height: inherit; +} +.w-slider-nav.w-shadow > div { + box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); +} +.w-slider-nav-invert { + color: #fff; +} +.w-slider-nav-invert > div { + background-color: rgba(34, 34, 34, 0.4); +} +.w-slider-nav-invert > div.w-active { + background-color: #222; +} +.w-slider-dot { + position: relative; + display: inline-block; + width: 1em; + height: 1em; + background-color: rgba(255, 255, 255, 0.4); + cursor: pointer; + margin: 0 3px 0.5em; + transition: background-color 0.1s, color 0.1s; +} +.w-slider-dot.w-active { + background-color: #fff; +} +.w-slider-dot:focus { + outline: 0; + box-shadow: 0 0 0 2px #fff; +} +.w-slider-dot:focus.w-active { + box-shadow: none; +} +.w-slider-arrow-left, +.w-slider-arrow-right { + position: absolute; + width: 80px; + top: 0; + right: 0; + bottom: 0; + left: 0; + margin: auto; + cursor: pointer; + overflow: hidden; + color: #fff; + font-size: 40px; + -webkit-tap-highlight-color: transparent; + tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.w-slider-arrow-left [class*=" w-icon-"], +.w-slider-arrow-left [class^="w-icon-"], +.w-slider-arrow-right [class*=" w-icon-"], +.w-slider-arrow-right [class^="w-icon-"] { + position: absolute; +} +.w-slider-arrow-left:focus, +.w-slider-arrow-right:focus { + outline: 0; +} +.w-slider-arrow-left { + z-index: 3; + right: auto; +} +.w-slider-arrow-right { + z-index: 4; + left: auto; +} +.w-icon-slider-left, +.w-icon-slider-right { + top: 0; + right: 0; + bottom: 0; + left: 0; + margin: auto; + width: 1em; + height: 1em; +} +.w-slider-aria-label { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} +.w-slider-force-show { + display: block !important; +} +.w-dropdown { + display: inline-block; + position: relative; + text-align: left; + margin-left: auto; + margin-right: auto; + z-index: 900; +} +.w-dropdown-btn, +.w-dropdown-link, +.w-dropdown-toggle { + position: relative; + vertical-align: top; + text-decoration: none; + color: #222; + padding: 20px; + text-align: left; + margin-left: auto; + margin-right: auto; + white-space: nowrap; +} +.w-dropdown-toggle { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + display: inline-block; + cursor: pointer; + padding-right: 40px; +} +.w-dropdown-toggle:focus { + outline: 0; +} +.w-icon-dropdown-toggle { + position: absolute; + top: 0; + right: 0; + bottom: 0; + margin: auto 20px auto auto; + width: 1em; + height: 1em; +} +.w-dropdown-list { + position: absolute; + background: #ddd; + display: none; + min-width: 100%; +} +.w-dropdown-list.w--open { + display: block; +} +.w-dropdown-link { + padding: 10px 20px; + display: block; + color: #222; +} +.w-dropdown-link.w--current { + color: #0082f3; +} +.w-dropdown-link:focus { + outline: 0; +} +@media screen and (max-width: 767px) { + .w-nav-brand { + padding-left: 10px; + } +} +.w-lightbox-backdrop { + cursor: auto; + font-style: normal; + font-variant: normal; + letter-spacing: normal; + list-style: disc; + text-indent: 0; + text-shadow: none; + text-transform: none; + visibility: visible; + white-space: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + color: #fff; + font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, + sans-serif; + font-size: 17px; + line-height: 1.2; + font-weight: 300; + text-align: center; + background: rgba(0, 0, 0, 0.9); + z-index: 2000; + outline: 0; + opacity: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -webkit-tap-highlight-color: transparent; + -webkit-transform: translate(0, 0); +} +.w-lightbox-backdrop, +.w-lightbox-container { + height: 100%; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.w-lightbox-content { + position: relative; + height: 100vh; + overflow: hidden; +} +.w-lightbox-view { + position: absolute; + width: 100vw; + height: 100vh; + opacity: 0; +} +.w-lightbox-view:before { + content: ""; + height: 100vh; +} +.w-lightbox-group, +.w-lightbox-group .w-lightbox-view, +.w-lightbox-group .w-lightbox-view:before { + height: 86vh; +} +.w-lightbox-frame, +.w-lightbox-view:before { + display: inline-block; + vertical-align: middle; +} +.w-lightbox-figure { + position: relative; + margin: 0; +} +.w-lightbox-group .w-lightbox-figure { + cursor: pointer; +} +.w-lightbox-img { + width: auto; + height: auto; + max-width: none; +} +.w-lightbox-image { + display: block; + float: none; + max-width: 100vw; + max-height: 100vh; +} +.w-lightbox-group .w-lightbox-image { + max-height: 86vh; +} +.w-lightbox-caption { + position: absolute; + right: 0; + bottom: 0; + left: 0; + padding: 0.5em 1em; + background: rgba(0, 0, 0, 0.4); + text-align: left; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.w-lightbox-embed { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; +} +.w-lightbox-control { + position: absolute; + top: 0; + width: 4em; + background-size: 24px; + background-repeat: no-repeat; + background-position: center; + cursor: pointer; + -webkit-transition: 0.3s; + transition: 0.3s; +} +.w-lightbox-left { + display: none; + bottom: 0; + left: 0; + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); +} +.w-lightbox-right { + display: none; + right: 0; + bottom: 0; + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); +} +.w-lightbox-close { + right: 0; + height: 2.6em; + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4="); + background-size: 18px; +} +.w-lightbox-strip { + position: absolute; + bottom: 0; + left: 0; + right: 0; + padding: 0 1vh; + line-height: 0; + white-space: nowrap; + overflow-x: auto; + overflow-y: hidden; +} +.w-lightbox-item { + display: inline-block; + width: 10vh; + padding: 2vh 1vh; + box-sizing: content-box; + cursor: pointer; + -webkit-transform: translate3d(0, 0, 0); +} +.w-lightbox-active { + opacity: 0.3; +} +.w-lightbox-thumbnail { + position: relative; + height: 10vh; + background: #222; + overflow: hidden; +} +.w-lightbox-thumbnail-image { + position: absolute; + top: 0; + left: 0; +} +.w-lightbox-thumbnail .w-lightbox-tall { + top: 50%; + width: 100%; + -webkit-transform: translate(0, -50%); + -ms-transform: translate(0, -50%); + transform: translate(0, -50%); +} +.w-lightbox-thumbnail .w-lightbox-wide { + left: 50%; + height: 100%; + -webkit-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + transform: translate(-50%, 0); +} +.w-lightbox-spinner { + position: absolute; + top: 50%; + left: 50%; + box-sizing: border-box; + width: 40px; + height: 40px; + margin-top: -20px; + margin-left: -20px; + border: 5px solid rgba(0, 0, 0, 0.4); + border-radius: 50%; + -webkit-animation: 0.8s linear infinite spin; + animation: 0.8s linear infinite spin; +} +.w-lightbox-spinner:after { + content: ""; + position: absolute; + top: -4px; + right: -4px; + bottom: -4px; + left: -4px; + border: 3px solid transparent; + border-bottom-color: #fff; + border-radius: 50%; +} +.w-lightbox-hide { + display: none; +} +.w-lightbox-noscroll { + overflow: hidden; +} +@media (min-width: 768px) { + .w-lightbox-content { + height: 96vh; + margin-top: 2vh; + } + .w-lightbox-view, + .w-lightbox-view:before { + height: 96vh; + } + .w-lightbox-group, + .w-lightbox-group .w-lightbox-view, + .w-lightbox-group .w-lightbox-view:before { + height: 84vh; + } + .w-lightbox-image { + max-width: 96vw; + max-height: 96vh; + } + .w-lightbox-group .w-lightbox-image { + max-width: 82.3vw; + max-height: 84vh; + } + .w-lightbox-left, + .w-lightbox-right { + display: block; + opacity: 0.5; + } + .w-lightbox-close { + opacity: 0.8; + } + .w-lightbox-control:hover { + opacity: 1; + } +} +.w-lightbox-inactive, +.w-lightbox-inactive:hover { + opacity: 0; +} +.w-richtext:after, +.w-richtext:before { + content: " "; + display: table; + grid-column-start: 1; + grid-row-start: 1; + grid-column-end: 2; + grid-row-end: 2; +} +.w-richtext:after { + clear: both; +} +.w-richtext[contenteditable="true"]:after, +.w-richtext[contenteditable="true"]:before { + white-space: initial; +} +.w-richtext ol, +.w-richtext ul { + overflow: hidden; +} +.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, +.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, +.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div, +.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after { + outline: #2895f7 solid 2px; +} +.w-richtext figure.w-richtext-figure-type-video > div:after, +.w-richtext figure[data-rt-type="video"] > div:after { + content: ""; + position: absolute; + display: none; + left: 0; + top: 0; + right: 0; + bottom: 0; +} +.w-richtext figure { + position: relative; + max-width: 60%; +} +.w-richtext figure > div:before { + cursor: default !important; +} +.w-richtext figure img { + width: 100%; +} +.w-richtext figure figcaption.w-richtext-figcaption-placeholder { + opacity: 0.6; +} +.w-richtext figure div { + font-size: 0px; + color: transparent; +} +.w-richtext figure.w-richtext-figure-type-image, +.w-richtext figure[data-rt-type="image"] { + display: table; +} +.w-richtext figure.w-richtext-figure-type-image > div, +.w-richtext figure[data-rt-type="image"] > div { + display: inline-block; +} +.w-richtext figure.w-richtext-figure-type-image > figcaption, +.w-richtext figure[data-rt-type="image"] > figcaption { + display: table-caption; + caption-side: bottom; +} +.w-richtext figure.w-richtext-figure-type-video, +.w-richtext figure[data-rt-type="video"] { + width: 60%; + height: 0; +} +.w-richtext figure.w-richtext-figure-type-video iframe, +.w-richtext figure[data-rt-type="video"] iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.w-richtext figure.w-richtext-figure-type-video > div, +.w-richtext figure[data-rt-type="video"] > div { + width: 100%; +} +.w-richtext figure.w-richtext-align-center { + margin-right: auto; + margin-left: auto; + clear: both; +} +.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, +.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div { + max-width: 100%; +} +.w-richtext figure.w-richtext-align-normal { + clear: both; +} +.w-richtext figure.w-richtext-align-fullwidth { + width: 100%; + max-width: 100%; + text-align: center; + clear: both; + display: block; + margin-right: auto; + margin-left: auto; +} +.w-richtext figure.w-richtext-align-fullwidth > div { + display: inline-block; + padding-bottom: inherit; +} +.w-richtext figure.w-richtext-align-fullwidth > figcaption { + display: block; +} +.w-richtext figure.w-richtext-align-floatleft { + float: left; + margin-right: 15px; + clear: none; +} +.w-richtext figure.w-richtext-align-floatright { + float: right; + margin-left: 15px; + clear: none; +} +.w-nav { + position: relative; + background: #ddd; + z-index: 1000; +} +.w-nav:after, +.w-nav:before { + content: " "; + display: table; + grid-column-start: 1; + grid-row-start: 1; + grid-column-end: 2; + grid-row-end: 2; +} +.w-nav:after { + clear: both; +} +.w-nav-brand { + position: relative; + float: left; + text-decoration: none; + color: #333; +} +.w-nav-link { + position: relative; + display: inline-block; + vertical-align: top; + text-decoration: none; + color: #222; + padding: 20px; + text-align: left; + margin-left: auto; + margin-right: auto; +} +.w-nav-link.w--current { + color: #0082f3; +} +.w-nav-menu { + position: relative; + float: right; +} +[data-nav-menu-open] { + display: block !important; + position: absolute; + top: 100%; + left: 0; + right: 0; + background: #c8c8c8; + text-align: center; + overflow: visible; + min-width: 200px; +} +.w--nav-link-open { + display: block; + position: relative; +} +.w-nav-overlay { + position: absolute; + overflow: hidden; + display: none; + top: 100%; + left: 0; + right: 0; + width: 100%; +} +.w-nav-overlay [data-nav-menu-open] { + top: 0; +} +.w-nav[data-animation="over-left"] .w-nav-overlay { + width: auto; +} +.w-nav[data-animation="over-left"] .w-nav-overlay, +.w-nav[data-animation="over-left"] [data-nav-menu-open] { + right: auto; + z-index: 1; + top: 0; +} +.w-nav[data-animation="over-right"] .w-nav-overlay { + width: auto; +} +.w-nav[data-animation="over-right"] .w-nav-overlay, +.w-nav[data-animation="over-right"] [data-nav-menu-open] { + left: auto; + z-index: 1; + top: 0; +} +.w-nav-button { + position: relative; + float: right; + padding: 18px; + font-size: 24px; + display: none; + cursor: pointer; + -webkit-tap-highlight-color: transparent; + tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.w-nav-button:focus { + outline: 0; +} +.w-nav-button.w--open { + background-color: #c8c8c8; + color: #fff; +} +.w-nav[data-collapse="all"] .w-nav-menu { + display: none; +} +.w--nav-dropdown-open, +.w--nav-dropdown-toggle-open, +.w-nav[data-collapse="all"] .w-nav-button { + display: block; +} +.w--nav-dropdown-list-open { + position: static; +} +@media screen and (max-width: 991px) { + .w-nav[data-collapse="medium"] .w-nav-menu { + display: none; + } + .w-nav[data-collapse="medium"] .w-nav-button { + display: block; + } +} +@media screen and (max-width: 767px) { + .w-nav[data-collapse="small"] .w-nav-menu { + display: none; + } + .w-nav[data-collapse="small"] .w-nav-button { + display: block; + } + .w-nav-brand { + padding-left: 10px; + } +} +.w-tabs { + position: relative; +} +.w-tabs:after, +.w-tabs:before { + content: " "; + display: table; + grid-column-start: 1; + grid-row-start: 1; + grid-column-end: 2; + grid-row-end: 2; +} +.w-tabs:after { + clear: both; +} +.w-tab-menu { + position: relative; +} +.w-tab-link { + position: relative; + display: inline-block; + vertical-align: top; + text-decoration: none; + padding: 9px 30px; + text-align: left; + cursor: pointer; + color: #222; + background-color: #ddd; +} +.w-tab-link.w--current { + background-color: #c8c8c8; +} +.w-tab-link:focus { + outline: 0; +} +.w-tab-content { + position: relative; + display: block; + overflow: hidden; +} +.w-tab-pane { + position: relative; + display: none; +} +.w--tab-active { + display: block; +} +@media screen and (max-width: 479px) { + .w-nav[data-collapse="tiny"] .w-nav-menu { + display: none; + } + .w-nav[data-collapse="tiny"] .w-nav-button, + .w-tab-link { + display: block; + } +} +.w-ix-emptyfix:after { + content: ""; +} +@keyframes spin { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} +.w-dyn-empty { + padding: 10px; + background-color: #ddd; +} +.w-condition-invisible, +.w-dyn-bind-empty, +.w-dyn-hide { + display: none !important; +} +.wf-layout-layout { + display: grid !important; +} +.wf-layout-cell { + display: flex !important; +} +body { + margin: 0; + min-height: 100%; + background-color: #fff; + font-family: Montserrat, sans-serif; + color: #333; + font-size: 14px; + line-height: 20px; +} +h1 { + margin: 0; + font-family: Longinus, sans-serif; + font-size: 22vw; + line-height: 0.8; + font-weight: 400; + text-transform: uppercase; +} +h2 { + margin-top: 0; + margin-bottom: 0; + font-family: Longinus, sans-serif; + font-size: 27vw; + line-height: 0.8; + font-weight: 400; + text-transform: uppercase; +} +h3 { + position: relative; + margin-top: 20px; + margin-bottom: 0; + font-family: Longinus, sans-serif; + font-size: 15vw; + line-height: 0.8; + font-weight: 400; + text-transform: uppercase; +} +h4 { + position: relative; + z-index: 2; + margin-top: 10px; + margin-bottom: 10px; + font-family: Longinus, sans-serif; + font-size: 22vw; + line-height: 0.8; + font-weight: 400; + text-transform: uppercase; +} +h5 { + margin-top: 10px; + margin-bottom: 10px; + font-family: Longinus, sans-serif; + font-size: 26vw; + line-height: 0.8; + font-weight: 400; + text-transform: uppercase; +} +h6 { + margin-top: 10px; + margin-bottom: 10px; + font-family: Longinus, sans-serif; + font-size: 16vw; + line-height: 0.8; + font-weight: 400; + text-transform: uppercase; +} +.body{ + + /* background:url(../img/bg.png); + background-size: cover; */ +} +.footer { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: hidden; + height: 100vh; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.landing { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + padding-bottom: 10%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.heading { + position: relative; +} +.scroll-div-landing { + position: relative; + left: 0; + top: 0; + right: 0; + bottom: 0; + z-index: 2; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 103vw; + min-height: 1300px; + margin-bottom: -4%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + border-radius: 20px; + -webkit-perspective: 1059px; + perspective: 1059px; +} +.navbar { + position: fixed; + left: 0; + top: 0; + right: 0; + bottom: auto; + z-index: 999999; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid #8b8b8b; + background-color: #000; +} +.why-nft { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.benefits { + position: relative; + z-index: 90; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 100%; + margin-top: -30%; + padding-right: 40px; + padding-bottom: 0; + padding-left: 40px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.distribution { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100vw; + padding-top: 15%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.gallery { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: hidden; + padding-top: 10%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + background-color: #ebe3ce; + color: #000; +} +.roadmap { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; +} +.faq { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + padding: 10% 7% 15%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; +} +.paragraph-wrapper { + position: relative; + z-index: 3; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 40%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + text-align: center; +} +.paragraph { + position: relative; + z-index: 8; + font-size: 20px; + line-height: 1.2; + font-weight: 400; + text-align: center; + letter-spacing: -0.05rem; +} +.button { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 300px; + height: 70px; + margin-top: 50px; + margin-bottom: 50px; + padding: 15px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border-radius: 20px; + background-color: #9c193e; + -webkit-transition: 0.4s; + transition: 0.4s; + font-size: 16px; + font-weight: 700; + mix-blend-mode: normal; +} +.button:hover { + background-color: #c02a54; +} +.benefit-lottie-wrapper { + position: relative; + z-index: 50; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 60%; + max-width: 850px; + margin-top: 5%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.bg-lottie { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + z-index: -1; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 100%; + height: 100vh; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.why-div-wrapper { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 60vw; + max-height: 700px; + min-height: 300px; + margin-top: -3px; + padding: 2% 10%; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + text-align: center; +} +.paragraph-2 { + position: relative; + margin-top: 0; + font-size: 16.5px; + line-height: 1.2; + font-weight: 400; +} +.paragraph-2-wrapper { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 70%; + max-width: 600px; + min-width: 400px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + text-align: center; +} +.image-cover { + position: relative; + width: 100%; + height: 100%; + -o-object-fit: cover; + object-fit: cover; +} +.faq-question-wrap { + width: 100%; + padding-right: 40px; + padding-left: 40px; + border-top: 1px solid #fff; + cursor: pointer; +} +.faq-question-wrap.first-question { + border-top-style: none; +} +.faq-question-bar { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + padding-top: 20px; + padding-bottom: 20px; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid rgba(0, 0, 0, 0.07); + font-size: 20px; + line-height: 1.3; + font-weight: 500; + text-decoration: none; +} +.plus-icon { + -webkit-filter: invert(100%); + filter: invert(100%); +} +.faq-circle { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 55px; + height: 55px; + min-height: 55px; + min-width: 55px; + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border-radius: 100%; +} +.faq-content { + overflow: hidden; +} +.faq-wrapper { + position: relative; + width: 100%; + margin-top: 60px; + border: 1px solid #fff; + border-radius: 20px; + background-color: #000; +} +.div-block-13 { + width: 100%; + height: 1px; +} +.question-title { + margin-right: 10px; + font-weight: 500; + letter-spacing: -0.02em; +} +.faq-paragraph { + margin-bottom: 20px; + padding-top: 14px; + padding-bottom: 14px; + color: #a3a3a3; + font-size: 18px; + line-height: 1.6; + font-weight: 400; + letter-spacing: -0.03em; +} +.lottie-lines { + position: relative; + top: 0; + width: 100%; +} +._404-section { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 100vh; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.c-lottie { + height: 500vh; +} +.c-header { + width: 100%; + height: 300vh; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.wrapper-lottie-roadmap { + position: relative; + z-index: -1; + width: 100%; + height: 700vh; +} +.sticky-div-lottie { + position: -webkit-sticky; + position: sticky; + top: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: visible; + width: 100%; + height: 100vh; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.lottie-roadmap { + position: relative; + width: 100%; +} +.div-block-20 { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + margin-top: -10%; + padding-bottom: 10%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + grid-column-gap: 6vw; + background-color: #ebe3ce; + color: #000; +} +.bg-lottie-footer { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + z-index: -1; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: visible; + width: 100%; + height: 100vh; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.text-distribution { + position: relative; + margin-bottom: 20px; + color: #000; + font-size: 4.5vw; + line-height: 1.2; + font-weight: 600; + letter-spacing: -0.2vw; +} +.team { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 100vw; + height: auto; + padding-top: 20%; + padding-bottom: 20%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + background-color: #000; +} +.team-section-wrapper { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100vw; + min-width: 100vw; + margin-top: -7%; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + grid-column-gap: 2%; +} +.footer-credits { + position: absolute; + left: 0; + top: auto; + right: 0; + bottom: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + padding: 12px 16px; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.link-social { + position: relative; + width: 20px; + height: 20px; + margin-right: 12px; +} +.icon-social { + position: relative; + display: inline-block; + width: 100%; + height: 100%; + -o-object-fit: contain; + object-fit: contain; +} +.text-block { + font-size: 14px; + line-height: 1; + letter-spacing: -0.5px; +} +.link-nav { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + padding: 8px 1px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-flex: 1; + -webkit-flex: 1; + -ms-flex: 1; + flex: 1; + border-bottom: 1px solid #414141; + -webkit-transition: 0.1s; + transition: 0.1s; + color: #fff; + text-decoration: none; +} +.link-nav.w--current { + border-bottom: 1px solid #fff; + font-weight: 500; + text-decoration: none; +} +.our-journey { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 100%; + padding-bottom: 10%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.paragraph-2-copy { + position: relative; + max-width: 38ch; + font-size: 18px; + line-height: 1.2; + font-weight: 500; +} +.timeline-wrapper-lottie { + position: absolute; + left: 0; + top: auto; + right: 0; + bottom: 0; + z-index: 70; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; +} +.lottie-animation-2 { + position: relative; + width: 100%; +} +.wrapper-team-link { + position: relative; + padding: 30px 1%; +} +.link-block-linkedin { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: visible; + width: 290px; + height: 390px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border-width: 1px; + border-color: #fff; + border-radius: 20px; + background-color: #000; + -webkit-transform: rotate(6deg); + -ms-transform: rotate(6deg); + transform: rotate(6deg); + color: #fff; + text-decoration: none; +} +.link-block-linkedin._2 { + -webkit-transform: translate(0, 195px) rotate(-4deg); + -ms-transform: translate(0, 195px) rotate(-4deg); + transform: translate(0, 195px) rotate(-4deg); +} +.link-block-linkedin._3 { + -webkit-transform: translate(0, -100px) rotate(9deg); + -ms-transform: translate(0, -100px) rotate(9deg); + transform: translate(0, -100px) rotate(9deg); +} +.link-block-linkedin._4 { + -webkit-transform: translate(0, 67px) rotate(3deg); + -ms-transform: translate(0, 67px) rotate(3deg); + transform: translate(0, 67px) rotate(3deg); +} +.team-picture { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 100%; + border: 1px solid #fff; + border-top-left-radius: 20px; + border-top-right-radius: 20px; +} +.position-team-member { + position: relative; + width: 100%; + padding: 6%; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #fff; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; + color: #fff; + text-align: center; + text-decoration: none; +} +.text-block-team { + position: relative; + margin-top: 10px; + color: #e0e0e0; + font-size: 14px; + line-height: 1.3; + text-align: center; + letter-spacing: -0.5px; +} +.link { + color: #000; + font-style: italic; + font-weight: 500; + text-decoration: none; +} +.distribution-icon { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 17vw; + margin-bottom: 7%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.div-text-icon-distribution { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + padding: 13px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + text-align: center; +} +.nft-lottie { + position: relative; + width: 26vw; + height: 26vw; +} +.nft-div-container { + position: -webkit-sticky; + position: sticky; + top: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 100vh; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.space-bg-sticky { + position: -webkit-sticky; + position: sticky; + top: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 100vh; + min-width: 100%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.lottie-loop { + position: relative; + width: 100%; + min-width: 100%; +} +.lottie-loop.clouds { + min-width: 120%; +} +.container-lottie-loop { + position: relative; + margin-bottom: -10px; +} +.lottie-benefit-wrapper { + width: 45vw; + max-width: 560px; + min-width: 470px; + margin-bottom: -23%; + -webkit-align-self: flex-end; + -ms-flex-item-align: end; + align-self: flex-end; + -webkit-transform: rotate(-6deg); + -ms-transform: rotate(-6deg); + transform: rotate(-6deg); +} +.lottie-benefit-wrapper._1 { + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; + -webkit-transform: rotate(11deg); + -ms-transform: rotate(11deg); + transform: rotate(11deg); +} +.lottie-benefit-wrapper._3 { + margin-bottom: -7vw; + -webkit-transform: rotate(-23deg); + -ms-transform: rotate(-23deg); + transform: rotate(-23deg); +} +.lottie-benefit-wrapper._4 { + -webkit-transform: rotate(9deg); + -ms-transform: rotate(9deg); + transform: rotate(9deg); +} +.lottie-benefit-wrapper._5 { + margin-bottom: 0; + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; +} +.wrapper-distribution-info { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + max-width: 500px; + margin-top: 5%; + padding-right: 5%; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.paragraph-6 { + line-height: 1.2; + font-weight: 600; +} +.icon-distribution { + position: relative; + width: 10vw; + margin-right: 20px; + padding-top: 8px; + padding-right: 8px; + padding-bottom: 8px; +} +.bold { + font-weight: 700; +} +.text-distribution-numbers { + position: relative; + color: #000; + font-size: 9vw; + line-height: 0.8; + font-weight: 600; + letter-spacing: -0.5vw; +} +.container-clouds { + position: relative; + z-index: 88; +} +.scroll-div-journey { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + opacity: 1; +} +.landind-text-wrapper { + position: absolute; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 100vh; + margin-top: 10vw; + margin-bottom: 12%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.why-text { + position: relative; + z-index: 8; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + max-width: 40ch; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.image-contain { + width: 100%; + height: 100%; + min-width: 100%; + -o-object-fit: contain; + object-fit: contain; +} +.why-img { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + height: 100%; + padding: 6%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.why-img.rotation { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -webkit-flex-direction: row-reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + -webkit-transform: rotate(20deg); + -ms-transform: rotate(20deg); + transform: rotate(20deg); +} +.why-section-img { + position: relative; + z-index: 81; + width: 100%; + padding-bottom: 40%; + background-color: #9c193e; +} +.hidden-overflow-mask-benefits { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 170vw; + padding-top: 15%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border-top-left-radius: 50%; + border-top-right-radius: 50%; + background-color: #000; +} +.metachors-icon-eth { + position: relative; + z-index: 2; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; +} +.eth-icon { + position: relative; + z-index: 3; + width: 13vw; + height: 100%; + margin-top: 24px; + margin-right: -28px; + margin-left: -27px; +} +.journey-text-wrapper { + position: relative; + z-index: 6; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 100vh; + margin-top: 5%; + margin-bottom: -70vh; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.space-lottie { + position: relative; + min-width: 100%; +} +.bg-space-section { + position: relative; + width: 100%; +} +.absolute-journey { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + z-index: 6; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + height: 80%; + margin-top: -3%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; +} +.journey-step { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + padding-right: 6%; + padding-left: 4%; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-flex: 1; + -webkit-flex: 1; + -ms-flex: 1; + flex: 1; +} +.journey-step.dx { + padding-bottom: 0; + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; +} +.container-lottie-loop-journey { + position: relative; + z-index: 80; + min-width: 100%; + margin-bottom: -10px; +} +.images-wrapper-journey { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 40vw; + height: 15vw; + max-height: 300px; + max-width: 400px; + min-height: 200px; + min-width: 300px; + padding: 10px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border: 1px solid #fff; + border-radius: 20px; + background-color:#E2614b; + -webkit-transform: translate(76px, 52px) rotate(14deg); + -ms-transform: translate(76px, 52px) rotate(14deg); + transform: translate(76px, 52px) rotate(14deg); + text-align: center; +} +.images-wrapper-journey._2 { + -webkit-transform: translate(76px, 67px) rotate(-11deg); + -ms-transform: translate(76px, 67px) rotate(-11deg); + transform: translate(76px, 67px) rotate(-11deg); +} +.year-text { + font-family: Longinus, sans-serif; + font-size: 5.5vw; + line-height: 1; + font-weight: 400; + text-transform: uppercase; + color: white; +} +.journey-images { + position: relative; + width: 100%; + height: 100%; + border: 1px solid #fff; + border-radius: 10px; + -o-object-fit: cover; + object-fit: cover; +} +.text-wrapper-journey { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 40vw; + height: 15vw; + max-height: 300px; + max-width: 400px; + min-height: 200px; + min-width: 300px; + padding: 32px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border: 1px solid #fff; + border-radius: 20px; + background-color: #E2614b; + -webkit-transform: rotate(-11deg); + -ms-transform: rotate(-11deg); + transform: rotate(-11deg); + text-align: center; +} +.text-wrapper-journey._2 { + -webkit-transform: rotate(14deg); + -ms-transform: rotate(14deg); + transform: rotate(14deg); +} +.link-faq { + color: #f7f7f7; +} +.div-block-35 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + margin-top: 10%; + padding-right: 3%; + padding-left: 3%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; +} +.clouds-mobile { + position: absolute; + left: 0; + top: -2.7vw; + right: 0; + bottom: auto; + display: none; + width: 100%; +} +.metachors-text { + font-family: Longinus, sans-serif; + font-size: 32vw; + line-height: 1; + font-weight: 400; + text-transform: uppercase; +} +.benefit-mobile { + display: none; + width: 33vw; +} +.div-block-38 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + margin-right: 2%; + margin-left: 2%; + padding: 3%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-flex: 1; + -webkit-flex: 1; + -ms-flex: 1; + flex: 1; + border: 1px solid #000; + border-radius: 20px; + box-shadow: 4px 4px 0 0 #000; +} +.div-block-39 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + margin-top: 14%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-flex: 1; + -webkit-flex: 1; + -ms-flex: 1; + flex: 1; + grid-auto-columns: 1fr; + grid-column-gap: 16px; + grid-row-gap: 16px; + -ms-grid-columns: 1fr 1fr; + grid-template-columns: 1fr 1fr; + -ms-grid-rows: auto auto; + grid-template-rows: auto auto; +} +.element-absolute { + position: absolute; + left: auto; + top: 0; + right: 0; + bottom: auto; + z-index: 1; + width: 20vw; + max-width: 230px; + min-width: 100px; +} +.element-absolute-bottom { + position: absolute; + left: 0; + top: auto; + right: auto; + bottom: 0; + z-index: 3; + width: 20vw; + max-width: 180px; + min-width: 110px; +} +.div-block-40 { + position: relative; + z-index: 2; + overflow: hidden; + width: 25vw; + height: 100%; + max-width: 400px; + min-width: 280px; + border: 8px solid #000; + border-radius: 20px; + -webkit-transform: rotate(-11deg); + -ms-transform: rotate(-11deg); + transform: rotate(-11deg); +} +.element-absolute-bottom-2 { + position: absolute; + left: auto; + top: auto; + right: 0; + bottom: 0; + z-index: 3; + width: 25vw; + max-width: 250px; + min-width: 140px; +} +.element-absolute-2 { + position: absolute; + left: -15%; + top: 0; + right: auto; + bottom: auto; + z-index: 3; + width: 20vw; + max-width: 230px; + min-width: 100px; +} +.why-mobile { + display: none; +} +.why-img-mobile { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + height: 100%; + padding: 6%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.why-img-mobile.rotation { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -webkit-flex-direction: row-reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + -webkit-transform: rotate(20deg); + -ms-transform: rotate(20deg); + transform: rotate(20deg); +} +.lottie-loop-sun { + position: relative; + width: 100%; + min-width: 100%; +} +.container-lottie-loop-gallery { + position: relative; + z-index: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + min-width: 100%; + margin-top: -10%; + margin-bottom: -10px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.list-item { + margin-top: 14px; +} +.link-2 { + color: #fff; + text-decoration: underline; +} +.badge-line-top { + position: absolute; + left: -189px; + top: -337px; + right: auto; + bottom: auto; + z-index: 3; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 100%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: end; + -webkit-align-items: flex-end; + -ms-flex-align: end; + align-items: flex-end; + -o-object-fit: fill; + object-fit: fill; +} +.badge-line-top.marek { + left: 230px; + top: -236px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; +} +.badge-line-top.andrej { + left: 174px; + top: -350px; +} +.badge-line-top.adam { + left: 325px; + top: -352px; +} +.lottie-roadmap-mobile { + position: relative; + display: none; + width: 100%; +} +.gallery-lottie-nfts { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.div-block-41 { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 50vw; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.image-2 { + position: relative; + z-index: 3; + width: 100%; +} +.icon-social-menu { + position: relative; + width: 18px; + height: 18%; + -o-object-fit: contain; + object-fit: contain; +} +.link-nav-copy { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + padding-right: 8px; + padding-left: 1px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid #414141; + -webkit-transition: 0.1s; + transition: 0.1s; + color: #fff; + text-decoration: none; +} +.link-nav-copy.w--current { + border-bottom: 1px solid #fff; + font-weight: 500; + text-decoration: none; +} +.link-block { + position: relative; + padding-right: 5px; + padding-left: 5px; +} +.brand, +.link-block.hid-mobile { + display: none; +} +.div-block-42, +.nav-menu { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; +} +.badge-line-bottom { + position: absolute; + left: -262px; + top: -311px; + right: auto; + bottom: auto; + z-index: -1; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 100%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: end; + -webkit-align-items: flex-end; + -ms-flex-align: end; + align-items: flex-end; +} +.badge-line-bottom.andrej { + left: 181px; + top: -325px; +} +.badge-line-bottom.adam { + left: 425px; + top: -197px; +} +.badge-line-bottom.marek { + left: 155px; + top: -340px; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; +} +.image-line-badges-1 { + position: relative; + left: auto; + top: auto; + right: auto; + bottom: auto; + width: 170%; + height: auto; + max-width: none; +} +.image-line-badges-2, +.image-line-badges-3 { + position: relative; + left: auto; + top: auto; + right: auto; + bottom: auto; + width: 140%; + height: auto; + max-width: none; +} +.image-line-badges-4 { + position: relative; + left: auto; + top: auto; + right: auto; + bottom: auto; + width: 170%; + height: auto; + max-width: none; +} +.image-line-badges-5 { + position: relative; + left: auto; + top: auto; + right: auto; + bottom: auto; + width: 273%; + height: auto; + max-width: none; +} +.image-line-badges-6 { + position: relative; + left: auto; + top: auto; + right: auto; + bottom: auto; + width: 222%; + height: auto; + max-width: none; +} +.image-line-badges-7, +.image-line-badges-8 { + position: relative; + left: auto; + top: auto; + right: auto; + bottom: auto; + width: 165%; + height: auto; + max-width: none; +} +.text-lottie-wrapper { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: hidden; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.roadmap-paragraph { + position: absolute; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 530px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + font-size: 29px; + line-height: 1; + text-align: center; +} +.text-span { + margin-bottom: -10px; + font-size: 40px; + font-weight: 600; +} +.roadmap-year { + position: absolute; + padding-top: 60px; + font-family: Longinus, sans-serif; + font-size: 400px; + line-height: 0; + text-transform: uppercase; +} +.div-block-43 { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + margin-top: 10%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} +.nft-holder { + position: relative; + overflow: hidden; + width: 20vw; + height: 20vw; + min-width: 20vw; + margin-right: -5px; + margin-left: -5px; + border: 1px solid #000; + border-radius: 20px; + -webkit-transform: rotate(6deg); + -ms-transform: rotate(6deg); + transform: rotate(6deg); +} +.nft-holder._2 { + -webkit-transform: rotate(-9deg); + -ms-transform: rotate(-9deg); + transform: rotate(-9deg); +} +.link-3 { + position: relative; + margin-right: auto; + margin-left: auto; + -webkit-align-self: center; + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -ms-flex-order: 0; + order: 0; + outline-offset: 0px; + outline: #fff 3px; + color: #fff; + font-style: normal; + text-align: center; + text-decoration: none; +} +.utility-page-wrap { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100vw; + height: 100vh; + max-height: 100%; + max-width: 100%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} +.utility-page-content { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 260px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + text-align: center; +} +.utility-page-form { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: stretch; + -webkit-align-items: stretch; + -ms-flex-align: stretch; + align-items: stretch; +} +.link-4 { + color: #f7f7f7; +} +.container-2 { + overflow: visible; + margin-top: 40px; + margin-bottom: 40px; +} +.html-embed { + margin-top: 0; + margin-bottom: 10px; +} +@media screen and (min-width: 1920px) { + h2 { + font-size: 520px; + } + h3 { + font-size: 290px; + } + h4 { + font-size: 450px; + } + h5 { + font-size: 500px; + } + h6 { + font-size: 320px; + } + .body { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + } + .footer { + overflow: hidden; + width: 100%; + min-height: 100vh; + } + .landing { + width: 100%; + } + .heading { + font-size: 420px; + } + .scroll-div-landing { + margin-bottom: -5%; + } + .navbar { + left: auto; + right: auto; + width: 100%; + max-width: 2050px; + } + .benefits { + overflow: visible; + padding-right: 0; + padding-left: 0; + } + .distribution { + z-index: 4; + width: 100%; + } + .gallery { + overflow: visible; + width: 100%; + margin-top: -4px; + } + .roadmap { + width: 100%; + } + .faq { + width: 100%; + padding-bottom: 10%; + } + .paragraph { + font-size: 27px; + } + .button { + width: 320px; + height: 90px; + } + .why-div-wrapper { + max-height: 850px; + } + .paragraph-2 { + font-size: 18px; + } + .faq-paragraph, + .question-title { + font-size: 21px; + } + .text-distribution { + font-size: 95px; + } + .team { + overflow: hidden; + width: 100%; + height: 100vh; + min-height: 1500px; + padding-top: 20%; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .team-section-wrapper { + width: 100%; + min-width: 100%; + } + .footer-credits { + font-size: 18px; + } + .link-social { + width: 24px; + height: 24px; + } + .text-block { + font-size: 20px; + } + .link-nav { + padding-top: 12px; + padding-bottom: 12px; + font-size: 40px; + } + .paragraph-2-copy { + max-width: 40ch; + font-size: 23px; + } + .link-block-linkedin { + width: 350px; + height: 470px; + } + .link-block-linkedin._2 { + -webkit-transform: translate(0, 248px) rotate(-3deg); + -ms-transform: translate(0, 248px) rotate(-3deg); + transform: translate(0, 248px) rotate(-3deg); + } + .link-block-linkedin._3 { + left: 42px; + } + .nft-lottie { + max-height: 550px; + max-width: 550px; + } + .container-lottie-loop { + width: 100%; + } + .lottie-benefit-wrapper { + width: 55vw; + max-width: 650px; + min-width: 530px; + } + .wrapper-distribution-info { + max-width: none; + } + .paragraph-6 { + font-size: 18px; + } + .icon-distribution { + width: 180px; + } + .text-distribution-numbers { + font-size: 180px; + } + .container-clouds { + width: 100%; + } + .hidden-overflow-mask-benefits { + max-width: 100%; + } + .metachors-icon-eth { + margin-top: -7%; + } + .eth-icon { + max-width: 270px; + margin-right: -35px; + margin-left: -38px; + } + .journey-step { + padding-right: 5%; + padding-left: 5%; + } + .images-wrapper-journey { + width: 50vw; + height: 20vw; + max-height: 320px; + max-width: 500px; + min-height: 300px; + min-width: 400px; + } + .year-text { + font-size: 120px; + } + .text-wrapper-journey { + width: 50vw; + height: 50vw; + max-height: 320px; + max-width: 500px; + min-height: 300px; + min-width: 400px; + } + .metachors-text { + font-size: 600px; + } + .container-lottie-loop-gallery { + overflow: hidden; + } + .badge-line-top { + left: -223px; + top: -399px; + } + .badge-line-top.marek { + left: 273px; + top: -272px; + } + .badge-line-top.andrej { + left: 212px; + top: -423px; + } + .badge-line-top.adam { + left: 387px; + top: -407px; + } + .container { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100vw; + max-width: 2050px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .icon-social-menu { + width: 22px; + height: 22%; + } + .link-nav-copy { + font-size: 40px; + } + .brand { + display: none; + } + .nav-menu { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + } + .badge-line-bottom { + left: -270px; + top: -313px; + } + .badge-line-bottom.andrej { + top: -351px; + } + .badge-line-bottom.adam { + left: 490px; + top: -226px; + } + .badge-line-bottom.marek { + top: -409px; + } + .roadmap-paragraph { + width: 570px; + font-size: 30px; + } + .text-span { + font-size: 43px; + } + .roadmap-year { + top: auto; + } + .nft-holder { + width: 400px; + height: 400px; + min-width: 400px; + } + .image-3 { + position: relative; + } +} +@media screen and (max-width: 991px) { + h3 { + font-size: 18vw; + } + h4 { + font-size: 24vw; + } + .landing { + padding-top: 15%; + } + .heading { + font-size: 26vw; + } + .scroll-div-landing { + height: auto; + min-height: auto; + margin-top: -10%; + margin-bottom: 15%; + } + .navbar { + padding-top: 20px; + padding-bottom: 10px; + background-color: #000; + } + .distribution, + .why-nft { + overflow: hidden; + } + .paragraph-wrapper { + width: 50%; + } + .paragraph { + font-size: 20px; + } + .benefit-lottie-wrapper { + display: -ms-grid; + display: grid; + width: 90%; + margin-top: 20%; + -webkit-box-align: start; + -webkit-align-items: start; + -ms-flex-align: start; + align-items: start; + grid-auto-columns: 1fr; + grid-column-gap: 16px; + grid-row-gap: 16px; + -ms-grid-columns: 1fr 1fr; + grid-template-columns: 1fr 1fr; + -ms-grid-rows: auto auto; + grid-template-rows: auto auto; + } + .bg-lottie { + height: 150vh; + } + .why-div-wrapper { + height: 70vw; + max-height: 800px; + min-height: 400px; + padding: 46px; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + } + .paragraph-2 { + margin-top: 15px; + font-size: 15px; + } + .paragraph-2-wrapper { + width: auto; + max-width: none; + min-width: auto; + margin-top: 15px; + } + .faq-question-wrap { + padding-right: 20px; + padding-left: 20px; + } + .lottie-lines { + min-height: 100vh; + min-width: 155vw; + } + .lottie-roadmap { + display: none; + } + .div-block-20 { + margin-top: -15%; + } + .text-distribution { + font-size: 6vw; + } + .team { + overflow: hidden; + } + .team-section-wrapper { + display: -ms-grid; + display: grid; + width: 90%; + margin-top: -15%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + justify-items: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + grid-auto-columns: 1fr; + grid-column-gap: 16px; + grid-row-gap: 60px; + -ms-grid-columns: 1fr 1fr; + grid-template-columns: 1fr 1fr; + -ms-grid-rows: auto auto; + grid-template-rows: auto auto; + } + .footer-credits { + font-size: 15px; + } + .link-social { + width: 25px; + height: 25px; + } + .text-block { + font-size: 20px; + } + .link-nav { + padding: 13px; + -webkit-box-flex: 1; + -webkit-flex: 1; + -ms-flex: 1; + flex: 1; + border-bottom-style: none; + font-size: 50px; + } + .link-nav.w--current { + border-bottom-style: none; + } + .link-nav.hid-mobile { + display: none; + } + .our-journey { + padding-bottom: 15%; + } + .paragraph-2-copy { + font-size: 16px; + } + .timeline-wrapper-lottie { + display: none; + } + .wrapper-team-link { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .link-block-linkedin { + z-index: 2; + width: 250px; + height: 350px; + -webkit-transform: translate(29px, 57px) rotate(6deg); + -ms-transform: translate(29px, 57px) rotate(6deg); + transform: translate(29px, 57px) rotate(6deg); + } + .link-block-linkedin._2 { + z-index: 1; + -webkit-transform: translate(0, -90px) rotate(7deg); + -ms-transform: translate(0, -90px) rotate(7deg); + transform: translate(0, -90px) rotate(7deg); + } + .link-block-linkedin._3 { + z-index: 3; + -webkit-transform: translate(-43px, 0) rotate(-3deg); + -ms-transform: translate(-43px, 0) rotate(-3deg); + transform: translate(-43px, 0) rotate(-3deg); + } + .link-block-linkedin._4 { + z-index: 1; + -webkit-transform: translate(48px, 71px) rotate(-6deg); + -ms-transform: translate(48px, 71px) rotate(-6deg); + transform: translate(48px, 71px) rotate(-6deg); + } + .position-team-member { + width: 100%; + padding: 1.5vw; + } + .distribution-icon { + width: 30vw; + } + .div-text-icon-distribution { + padding-top: 0; + } + .nft-lottie { + width: 35vw; + height: 35vw; + } + .nft-div-container { + position: relative; + height: auto; + } + .space-bg-sticky { + overflow: hidden; + max-width: 100vw; + } + .lottie-loop { + min-width: 150%; + } + .container-lottie-loop { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100vw; + padding-left: 25px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + } + .lottie-benefit-wrapper { + display: none; + } + .wrapper-distribution-info { + margin-top: 10%; + padding-right: 0; + } + .paragraph-6 { + position: relative; + font-size: 13px; + } + .icon-distribution { + width: 14vw; + max-width: 120px; + min-width: 120px; + } + .text-distribution-numbers { + font-size: 11vw; + } + .container-clouds { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + } + .scroll-div-journey { + width: 100vw; + } + .landind-text-wrapper { + position: relative; + height: auto; + margin-top: 0; + margin-bottom: 0; + padding-top: 40px; + } + .why-img, + .why-text { + width: 50%; + } + .hidden-overflow-mask-benefits { + padding-top: 27%; + } + .eth-icon { + margin-right: -15px; + margin-left: -15px; + } + .journey-text-wrapper { + height: 70vw; + margin-bottom: -50vw; + } + .space-lottie { + min-width: 130%; + } + .bg-space-section { + width: 100vw; + } + .absolute-journey { + margin-top: -20%; + } + .journey-step { + position: relative; + min-height: 3vw; + padding-right: 5%; + padding-left: 5%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + } + .journey-step.dx { + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + } + .container-lottie-loop-journey { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + } + .images-wrapper-journey { + width: 400px; + height: 180px; + max-height: none; + max-width: none; + min-height: auto; + min-width: auto; + -webkit-transform: translate(15px, 14px) rotate(5deg); + -ms-transform: translate(15px, 14px) rotate(5deg); + transform: translate(15px, 14px) rotate(5deg); + } + .images-wrapper-journey._2 { + -webkit-transform: translate(10px, 25px) rotate(-5deg); + -ms-transform: translate(10px, 25px) rotate(-5deg); + transform: translate(10px, 25px) rotate(-5deg); + } + .year-text { + font-size: 7vw; + } + .text-wrapper-journey { + width: 400px; + height: 180px; + max-height: none; + max-width: none; + min-height: auto; + min-width: auto; + -webkit-transform: rotate(-5deg); + -ms-transform: rotate(-5deg); + transform: rotate(-5deg); + } + .text-wrapper-journey._2 { + -webkit-transform: translate(-10px, 10px) rotate(5deg); + -ms-transform: translate(-10px, 10px) rotate(5deg); + transform: translate(-10px, 10px) rotate(5deg); + } + .benefit-mobile { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 100%; + padding: 18px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border: 1px solid #fff; + border-radius: 20px; + text-align: center; + } + .benefit-illustration { + position: relative; + width: 100%; + height: 100%; + -o-object-fit: contain; + object-fit: contain; + } + .div-block-37 { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 90%; + height: 250px; + max-width: 280px; + min-width: 180px; + margin-top: -50px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + } + .why-img-mobile { + width: 50%; + } + .lottie-loop-sun { + min-width: 150%; + } + .container-lottie-loop-gallery { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + margin-top: -20%; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + } + .badge-line-top { + left: -156px; + top: -300px; + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); + } + .badge-line-top.marek { + left: -190px; + top: -205px; + -webkit-transform: rotateX(0) rotateY(-180deg) rotateZ(0) translate(0, 0); + transform: rotateX(0) rotateY(-180deg) rotateZ(0) translate(0, 0); + } + .badge-line-top.andrej { + left: 155px; + top: -313px; + } + .badge-line-top.adam { + left: 276px; + top: -309px; + } + .lottie-roadmap-mobile { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 110%; + min-width: 100vw; + } + .icon-social-menu { + width: 40px; + height: 40%; + padding: 4px; + } + .link-nav-copy { + width: 100%; + margin-top: 50px; + border-bottom-style: none; + } + .brand, + .link-block.hid-mobile { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + } + .nav-menu { + height: 100vh; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + border-top: 1px solid #8a8a8a; + background-color: #000; + } + .menu-button { + position: absolute; + left: auto; + top: 0; + right: 0; + bottom: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + height: 100%; + padding: 0; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .menu-button.w--open { + background-color: #000; + } + .menu-text { + color: #fff; + font-size: 60px; + } + .div-block-42 { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 77vh; + padding-top: 40px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .menu-icon { + position: relative; + width: 70px; + height: 100%; + -o-object-fit: contain; + object-fit: contain; + } + .badge-line-bottom { + top: -254px; + } + .badge-line-bottom.andrej { + top: -262px; + } + .badge-line-bottom.adam { + left: 328px; + } + .badge-line-bottom.marek { + left: -128px; + top: -291px; + -webkit-transform: rotateX(0) rotateY(-180deg) rotateZ(0); + transform: rotateX(0) rotateY(-180deg) rotateZ(0); + } + .roadmap-paragraph { + width: 65%; + max-width: 30ch; + font-size: 22px; + } + .text-span { + margin-bottom: 0; + font-size: 30px; + } + .roadmap-year { + font-size: 250px; + } + .div-block-43 { + margin-top: 20%; + } + .nft-holder { + width: 35vw; + height: 35vw; + min-width: 35vw; + } +} +@media screen and (max-width:1000px) { + h2, + h3 { + font-size: 30vw; + } + h4 { + font-size: 26vw; + } + h5 { + position: relative; + z-index: 3; + } + .landing { + padding-top: 20%; + } + .scroll-div-landing { + margin-bottom: 20%; + } + .benefits { + padding-right: 0; + padding-left: 0; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + } + .paragraph-wrapper { + width: 80%; + } + .paragraph { + font-size: 20px; + } + .button { + height: 60px; + margin-top: 13%; + } + .benefit-lottie-wrapper { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 90%; + } + .bg-lottie { + height: 130vh; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + } + .why-div-wrapper { + height: auto; + max-height: none; + min-height: auto; + padding: 50px 0; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + } + .why-div-wrapper.mid { + -webkit-box-orient: vertical; + -webkit-box-direction: reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + } + .paragraph-2 { + margin-top: 20px; + font-size: 17px; + } + .paragraph-2-wrapper { + max-width: 40ch; + } + .lottie-lines { + min-width: 220vw; + } + .sticky-div-lottie { + overflow: hidden; + } + .lottie-roadmap { + min-height: 100vh; + min-width: 100vw; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .text-distribution { + margin-top: 10px; + margin-bottom: 40px; + font-size: 12vw; + letter-spacing: -0.5vw; + } + .team { + overflow: hidden; + padding-top: 26%; + } + .team-section-wrapper { + z-index: 1; + display: -ms-grid; + display: grid; + margin-top: 0; + justify-items: center; + grid-auto-columns: 1fr; + grid-column-gap: 16px; + grid-row-gap: 80px; + -ms-grid-columns: 1fr; + grid-template-columns: 1fr; + -ms-grid-rows: auto auto auto auto; + grid-template-rows: auto auto auto auto; + } + .footer-credits { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + } + .link-social { + margin-right: 6px; + margin-left: 6px; + } + .paragraph-2-copy { + width: 100%; + } + .wrapper-team-link { + width: 95vw; + max-width: 570px; + padding-top: 0; + padding-bottom: 0; + } + .link-block-linkedin { + z-index: 7; + width: 280px; + height: 400px; + -webkit-transform: translate(-16%, 0) rotate(6deg); + -ms-transform: translate(-16%, 0) rotate(6deg); + transform: translate(-16%, 0) rotate(6deg); + } + .link-block-linkedin._2 { + z-index: 6; + -webkit-transform: translate(25%, 0) rotate(-6deg); + -ms-transform: translate(25%, 0) rotate(-6deg); + transform: translate(25%, 0) rotate(-6deg); + } + .link-block-linkedin._3 { + z-index: 8; + -webkit-transform: rotate(-5deg); + -ms-transform: rotate(-5deg); + transform: rotate(-5deg); + } + .link-block-linkedin._4 { + z-index: 5; + -webkit-transform: translate(-16%, 0) rotate(3deg); + -ms-transform: translate(-16%, 0) rotate(3deg); + transform: translate(-16%, 0) rotate(3deg); + } + .team-picture { + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .position-team-member { + padding: 22px; + } + .text-block-team { + font-size: 16px; + } + .distribution-icon { + width: 40vw; + max-width: 240px; + min-width: 200px; + } + .div-text-icon-distribution { + padding-top: 0; + } + .nft-lottie { + width: 38vw; + height: 38vw; + } + .lottie-loop { + min-width: 170%; + } + .lottie-loop.clouds { + display: none; + } + .wrapper-distribution-info { + margin-top: 8%; + padding-right: 5%; + } + .paragraph-6 { + font-size: 14px; + text-align: left; + } + .icon-distribution { + width: 10vw; + max-width: 120px; + min-width: 100px; + } + .text-distribution-numbers { + font-size: 25vw; + } + .container-clouds { + width: 100%; + background-color: #ebe3ce; + } + .why-text { + display: none; + width: 80%; + } + .why-img { + display: none; + } + .hidden-overflow-mask-benefits { + padding-top: 30%; + } + .eth-icon { + margin-top: 0; + } + .journey-text-wrapper { + margin-bottom: -57vw; + } + .space-lottie { + min-width: 170%; + } + .absolute-journey { + position: relative; + width: 100%; + } + .journey-step { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-flex: 0; + -webkit-flex: 0 auto; + -ms-flex: 0 auto; + flex: 0 auto; + } + .images-wrapper-journey { + width: 60vw; + height: 35vw; + max-height: 400px; + max-width: 400px; + min-height: 300px; + min-width: 300px; + padding: 8px; + -webkit-transform: translate(0, 35px) rotate(7deg); + -ms-transform: translate(0, 35px) rotate(7deg); + transform: translate(0, 35px) rotate(7deg); + } + .images-wrapper-journey._2 { + -webkit-transform: translate(0, 35px) rotate(-7deg); + -ms-transform: translate(0, 35px) rotate(-7deg); + transform: translate(0, 35px) rotate(-7deg); + } + .year-text { + font-size: 12vw; + } + .text-wrapper-journey { + width: 60vw; + height: 30vw; + max-height: 330px; + max-width: 400px; + min-height: 200px; + min-width: 300px; + padding: 20px; + -webkit-transform: rotate(-6deg); + -ms-transform: rotate(-6deg); + transform: rotate(-6deg); + } + .text-wrapper-journey._2 { + -webkit-transform: rotate(6deg); + -ms-transform: rotate(6deg); + transform: rotate(6deg); + } + .div-block-35 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + } + .div-block-36 { + margin-bottom: 15px; + } + .clouds-mobile { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + margin-bottom: 15%; + } + .benefit-mobile { + margin-bottom: 50px; + } + .div-block-38 { + margin-top: 10%; + padding: 40px 21px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + } + .div-block-39 { + margin-top: 3%; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .element-absolute-bottom { + left: -7%; + bottom: -6%; + } + .div-block-40 { + height: 70vw; + max-height: 450px; + min-height: 400px; + } + .element-absolute-2 { + display: none; + } + .why-mobile { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + padding: 5px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .why-img-mobile { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 80%; + margin-top: -9%; + margin-bottom: 10px; + } + .lottie-loop-sun { + min-width: 170%; + } + .list-item { + text-align: left; + } + .badge-line-top { + left: -180px; + top: -356px; + } + .badge-line-top.marek { + left: -217px; + top: -230px; + } + .badge-line-top.andrej { + left: 169px; + top: -361px; + } + .badge-line-top.adam { + left: 311px; + top: -354px; + } + .lottie-roadmap-mobile { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + min-height: 100vh; + min-width: 110vw; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .div-block-41 { + z-index: 4; + margin-top: 10%; + } + .menu-text { + font-size: 50px; + } + .badge-line-bottom { + left: -262px; + top: -344px; + } + .badge-line-bottom.andrej { + left: 296px; + top: -223px; + } + .badge-line-bottom.adam { + left: 393px; + top: -180px; + } + .badge-line-bottom.marek { + left: -270px; + top: -337px; + } + .roadmap-paragraph { + width: 90%; + max-width: 27ch; + font-size: 20px; + line-height: 1.05; + } + .text-span { + font-size: 26px; + } + .roadmap-year { + padding-top: 40px; + font-size: 200px; + } +} +@media screen and (max-width: 479px) { + h2 { + font-size: 38vw; + } + h3 { + font-size: 29vw; + } + h4 { + font-size: 27.5vw; + } + .landing { + padding-top: 25%; + } + .heading { + font-size: 27.5vw; + } + .navbar { + padding-top: 18px; + padding-bottom: 8px; + } + .paragraph-wrapper { + width: 90vw; + } + .paragraph { + font-size: 17px; + } + .button { + width: 90%; + } + .benefit-lottie-wrapper { + margin-top: 33%; + } + .paragraph-2 { + font-size: 16px; + } + .paragraph-2-wrapper { + max-width: 38ch; + } + .question-title { + -webkit-box-flex: 1; + -webkit-flex: 1; + -ms-flex: 1; + flex: 1; + } + .c-lottie { + height: 300vh; + } + .c-header { + height: 200vh; + } + .text-distribution { + margin-top: 15px; + margin-bottom: 50px; + font-size: 13vw; + } + .team { + padding-top: 47%; + } + .paragraph-2-copy { + font-size: 15px; + line-height: 1.3; + } + .wrapper-team-link { + max-width: 430px; + } + .link-block-linkedin { + width: 250px; + height: 370px; + -webkit-transform: rotate(6deg); + -ms-transform: rotate(6deg); + transform: rotate(6deg); + } + .link-block-linkedin._2 { + -webkit-transform: rotate(-4deg); + -ms-transform: rotate(-4deg); + transform: rotate(-4deg); + } + .link-block-linkedin._4 { + -webkit-transform: rotate(3deg); + -ms-transform: rotate(3deg); + transform: rotate(3deg); + } + .position-team-member { + padding: 17px; + } + .distribution-icon { + width: 70vw; + max-width: 220px; + min-width: 140px; + } + .nft-lottie { + width: 50vw; + height: 50vw; + } + .lottie-loop { + min-width: 220%; + } + .container-lottie-loop { + padding-left: 20px; + } + .wrapper-distribution-info { + margin-top: 10%; + padding-right: 0; + } + .icon-distribution { + max-width: 100px; + min-width: 90px; + margin-right: 5px; + } + .text-distribution-numbers { + font-size: 30vw; + } + .why-text { + width: 90%; + } + .hidden-overflow-mask-benefits { + padding-top: 40%; + } + .eth-icon { + margin-top: 0; + margin-right: -10px; + margin-left: -10px; + } + .space-lottie { + min-width: 220%; + } + .images-wrapper-journey { + width: 80vw; + min-width: 200px; + } + .text-wrapper-journey { + width: 80vw; + max-width: 400px; + min-width: 200px; + } + .text-wrapper-journey._2 { + -webkit-transform: rotate(14deg); + -ms-transform: rotate(14deg); + transform: rotate(14deg); + } + .clouds-mobile { + margin-bottom: 20%; + } + .benefit-mobile { + margin-bottom: 42px; + } + .div-block-38 { + padding: 30px 15px; + } + .div-block-40 { + width: 90%; + height: 60vw; + max-width: 350px; + min-height: 350px; + min-width: 230px; + } + .element-absolute-2 { + display: none; + } + .why-mobile { + width: 90%; + } + .lottie-loop-sun { + min-width: 180%; + } + .badge-line-top { + left: -163px; + top: -323px; + } + .badge-line-top.marek { + left: 193px; + top: -214px; + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); + } + .badge-line-top.andrej { + left: 153px; + top: -335px; + } + .badge-line-top.adam { + left: 276px; + top: -333px; + } + .lottie-roadmap-mobile { + min-width: 110vw; + } + .div-block-41 { + z-index: 4; + } + .menu-text { + font-size: 45px; + } + .menu-icon { + width: 60px; + } + .badge-line-bottom { + top: -308px; + } + .badge-line-bottom.andrej { + left: -198px; + } + .badge-line-bottom.adam { + left: 347px; + } + .badge-line-bottom.marek { + left: 143px; + -webkit-transform: none; + -ms-transform: none; + transform: none; + } + .roadmap-paragraph { + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + font-size: 15px; + } + .text-span { + font-size: 25px; + } + .roadmap-year { + font-size: 130px; + } +} +@media screen and (max-width: 991px) { + #w-node-_186d9a16-c287-96e2-bdc1-dcfc5d979e22-b93d6be0 { + -ms-grid-column-align: center; + justify-self: center; + -ms-grid-column-span: 1; + grid-column-end: 2; + -ms-grid-column: 1; + grid-column-start: 1; + -ms-grid-row-span: 1; + grid-row-end: 2; + -ms-grid-row: 1; + grid-row-start: 1; + } + #w-node-_2d5abd64-ac4a-c44f-624f-9b7dd35c503c-b93d6be0 { + -ms-grid-column: 2; + grid-column-start: 2; + -ms-grid-column-span: 1; + grid-column-end: 3; + -ms-grid-row: 2; + grid-row-start: 2; + -ms-grid-row-span: 2; + grid-row-end: 4; + } + #w-node-af78221c-cfab-9951-f905-5110fdf761d0-b93d6be0 { + -ms-grid-column-span: 0; + grid-column-end: 2; + -ms-grid-column: 2; + grid-column-start: 2; + -ms-grid-row-span: 1; + grid-row-end: 2; + -ms-grid-row: 1; + grid-row-start: 1; + } +} +@media screen and (max-width: 767px) { + #w-node-_186d9a16-c287-96e2-bdc1-dcfc5d979e22-b93d6be0 { + -ms-grid-column: 1; + grid-column-start: 1; + -ms-grid-column-span: 1; + grid-column-end: 2; + -ms-grid-row: 2; + grid-row-start: 2; + -ms-grid-row-span: 1; + grid-row-end: 3; + } + #w-node-_2d5abd64-ac4a-c44f-624f-9b7dd35c503c-b93d6be0 { + -ms-grid-column-span: 1; + grid-column-end: 2; + -ms-grid-column: 1; + grid-column-start: 1; + -ms-grid-row-span: 1; + grid-row-end: 4; + -ms-grid-row: 3; + grid-row-start: 3; + } + #w-node-af78221c-cfab-9951-f905-5110fdf761d0-b93d6be0 { + -ms-grid-column-span: 1; + grid-column-end: 2; + -ms-grid-column: 1; + grid-column-start: 1; + -ms-grid-row-span: 1; + grid-row-end: 2; + -ms-grid-row: 1; + grid-row-start: 1; + } + #w-node-df9f7bd0-5090-1ce0-d84e-3104d28c60ab-b93d6be0 { + -ms-grid-column-span: 1; + grid-column-end: 2; + -ms-grid-column: 1; + grid-column-start: 1; + -ms-grid-row-span: 1; + grid-row-end: 5; + -ms-grid-row: 4; + grid-row-start: 4; + } +} +@font-face { + font-family: "Longinus"; + src: url("https://uploads-ssl.webflow.com/62c7ea6fad2d0134623d6bde/62c7ea6fad2d01823d3d6be6_Longinus.otf") + format("opentype"); + font-weight: 400; + font-style: normal; + font-display: swap; +} + + +@media only screen and (max-width:991px){ + .journey-step{ + min-height: 5vw !important; + } +} +@media only screen and (min-width:991px){ + .text-wrapper-journey{ + left: 20rem !important; + } + .text-wrapper-journey._2{ + left: -15rem !important; + } + .journey-step{ + position: relative !important; + left: -5rem !important; + } +} \ No newline at end of file diff --git a/flow/static/css/teams.css b/flow/static/css/teams.css new file mode 100644 index 0000000..95ecbbc --- /dev/null +++ b/flow/static/css/teams.css @@ -0,0 +1,140 @@ +@media (min-width: 992px) { + html.w-mod-js:not(.w-mod-ix) + [data-w-id="fb8333d5-9008-b2c9-1816-1d9f6ea49822"] { + -webkit-transform: translate3d(0, 200%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -moz-transform: translate3d(0, 200%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -ms-transform: translate3d(0, 200%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + transform: translate3d(0, 200%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + opacity: 0; + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="9689ed16-fab9-9743-744e-d5e5035cfce6"] { + opacity: 0; + -webkit-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -moz-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -ms-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="6c0da014-00cd-1789-f8d5-c173de44e435"] { + opacity: 0; + -webkit-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -moz-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -ms-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="84842d5b-3b76-358f-f70e-e6c65edded4a"] { + opacity: 0; + -webkit-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -moz-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -ms-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="fa864d07-89c4-309f-f9ea-32f52dd6180b"] { + opacity: 0; + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="43f8e971-a690-9060-e101-3943dc71b03e"] { + opacity: 0; + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="52c0daad-0247-a6d7-0a85-9e080f0c9283"] { + opacity: 0; + } + } + @media (max-width: 991px) and (min-width: 768px) { + html.w-mod-js:not(.w-mod-ix) + [data-w-id="fb8333d5-9008-b2c9-1816-1d9f6ea49822"] { + -webkit-transform: translate3d(0, 200%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -moz-transform: translate3d(0, 200%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -ms-transform: translate3d(0, 200%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + transform: translate3d(0, 200%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + opacity: 0; + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="9689ed16-fab9-9743-744e-d5e5035cfce6"] { + opacity: 0; + -webkit-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -moz-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -ms-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="6c0da014-00cd-1789-f8d5-c173de44e435"] { + opacity: 0; + -webkit-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -moz-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -ms-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="84842d5b-3b76-358f-f70e-e6c65edded4a"] { + opacity: 0; + -webkit-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -moz-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + -ms-transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + transform: translate3d(0, 300%, 0) scale3d(1, 1, 1) rotateX(0) + rotateY(0) rotateZ(0) skew(0, 0); + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="fa864d07-89c4-309f-f9ea-32f52dd6180b"] { + opacity: 0; + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="43f8e971-a690-9060-e101-3943dc71b03e"] { + opacity: 0; + } + html.w-mod-js:not(.w-mod-ix) + [data-w-id="52c0daad-0247-a6d7-0a85-9e080f0c9283"] { + opacity: 0; + } + } + /*General Scrollbar Styling */ + ::-webkit-scrollbar { + width: 0px; + } + + ::-webkit-scrollbar-track { + -webkit-border-radius: 0px; + border-radius: 0px; + background: rgb(29, 28, 27); + } + + ::-webkit-scrollbar-thumb { + -webkit-border-radius: 0px; + border-radius: 0px; + background: rgb(235, 222, 212); + } \ No newline at end of file diff --git a/flow/static/css/teams/teams.css b/flow/static/css/teams/teams.css deleted file mode 100644 index f732735..0000000 --- a/flow/static/css/teams/teams.css +++ /dev/null @@ -1,1196 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=Lato:400,700"); -@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Gruppo&display=swap'); - -html { - width: 100%; - } - - body{ - display: flex; - justify-content: center; - width: inherit; - margin: 0; - height: 100%; - position: absolute; - } - - .hologram{ - position: absolute; - bottom: -130px; - text-align: center; - width: 50vw; - justify-content: center; - display: flex; - min-width: 450px; - } - - .bg{ - background: url("../../img/teamsbg.png") no-repeat center center; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; - display: flex; - align-items: center; - width: 100vw; - overflow: hidden; - } - - .headgear{ - position: absolute; - bottom: -130px; - width: 40vw; - max-width: 600px; - min-width: 300px; - height: 40vh; - } - - .glitch, .glitch__layer{ - /* position: absolute; */ - width: calc(70px + 6vw); - height: calc(50px + 7vh); - margin-top: 10px; - margin-left: 2px; - margin-right: 2px; - background-size: cover; - background-repeat: no-repeat; - -webkit-animation: float 1s infinite alternate; - animation: float 1s infinite alternate; - overflow: hidden; - border-radius: 10px; - } - - .glitch__layer{ - display: none; - } - - .white{ - -webkit-animation: white 2s infinite; - } - - .card img{ - height: 100%; - width: 100%; - filter: saturate(50%); - border-radius: 10px; - overflow: hidden; - margin: 0; - } - - .cards{ - display: flex; - flex-direction: row-reverse; - flex-wrap: wrap; - justify-content: space-evenly; - text-align: right; - position: absolute; - bottom: 50vh; - /* max-width: 600px; */ - min-width: 300px; - width: 50vw; - } - - @media only screen and (max-width:576px){ - .cards{ - bottom: 40vh; - height: 400px; - overflow-y: scroll !important; - scrollbar-width: none; /* Firefox */ - -ms-overflow-style: none; /* IE 10+ */ - } - .cards::-webkit-scrollbar { /* WebKit */ - width: 0px; - } - } - - .card .holo { - /* position: relative; */ - bottom: 0; - } - - .team-details{ - color: white; - position: fixed; - top: 0; - justify-content: center; - display: flex; - flex-direction: column; - flex-wrap: wrap; - text-align: center; - } - - .team-category{ - font-size: calc(20px + 2vw); - position: relative; - bottom:-80vh; - font-family: 'Gruppo', cursive; - font-weight: bolder; - } - - .member-details{ - display: none; - justify-content: center; - flex-direction: column; - flex-wrap: wrap; - text-align: center; - position: fixed; - bottom: 0; - } - - .member-details .member-name{ - margin-bottom: -20px; - font-size: calc(15px + 1vh); - line-height: calc(15px + 0vh); - position: relative; - } - - .member-details .member-position{ - margin-bottom: -15px; - font-size: calc(10px + 1vh); - line-height: calc(1px + 3vh); - position: relative; - } - - .member-details .member-club{ - margin-bottom: -5px; - font-size: calc(10px + 1vh); - line-height: calc(1px + 2vh); - position: relative; - } - - .holo { - position: absolute; - bottom: 35vh; - z-index: 2; - width: 39vw; - max-width: 590px; - min-width: 290px; - height: .5vh; - margin: -5px auto 0; - background-color: rgba(0, 252, 252, 0.35); - border-radius: 100%; - filter: blur(1.5px); - transform: perspective(170px) rotateX(-30deg); - transform-style: preserve-3d; - -webkit-animation: holographic 1.5s infinite alternate; - animation: holographic 1.5s infinite alternate; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - } - .holo:after { - /* position: absolute; */ - left: -10px; - right: -10px; - content: ""; - height: 10px; - background-color: rgba(0, 252, 252, 0.5); - border-radius: 100%; - filter: blur(2.5px); - } - .holo + .holo { - -webkit-animation-duration: 0.75s; - animation-duration: 0.75s; - opacity: 0.5; - } - - @-webkit-keyframes float { - from { - will-change: unset; - transform: translateY(-10px); - } - to { - will-change: transform; - transform: translateY(-30px); - } - } - - @keyframes float { - from { - will-change: unset; - transform: translateY(-10px); - } - to { - will-change: transform; - transform: translateY(-30px); - } - } - @-webkit-keyframes holographic { - from { - will-change: box-shadow; - box-shadow: 0 -75px 5px rgba(0, 252, 252, 0.15), 0 -1px 2px rgba(0, 252, 252, 0.5), 0 -45px 5px rgba(0, 252, 252, 0.15), 0 -2px 3px rgba(0, 252, 252, 0.5), 0 -3px 4px rgba(0, 252, 252, 0.5), 0 -4px 6px rgba(0, 252, 252, 0.5), 0 -5px 10px rgba(0, 252, 252, 0.75), 0 -7px 20px rgba(0, 252, 252, 0.75), 0 -10px 30px rgba(0, 252, 252, 0.75), 0 -15px 40px rgba(0, 252, 252, 0.75), 0 -25px 50px rgba(0, 252, 252, 0.75), 0 -35px 60px rgba(0, 252, 252, 0.85), 0 -45px 70px rgba(0, 252, 252, 0.95), 0 -65px 80px #00fcfc, 0 -75px 90px #00fcfc; - } - to { - will-change: unset; - box-shadow: 0 -1px 5px rgba(0, 252, 252, 0.15), 0 -1px 2px rgba(0, 252, 252, 0.5), 0 -1px 5px rgba(0, 252, 252, 0.15), 0 -2px 3px rgba(0, 252, 252, 0.5), 0 -3px 4px rgba(0, 252, 252, 0.5), 0 -4px 6px rgba(0, 252, 252, 0.5), 0 -5px 7px rgba(0, 252, 252, 0.75), 0 -7px 10px rgba(0, 252, 252, 0.75), 0 -10px 15px rgba(0, 252, 252, 0.75), 0 -15px 20px rgba(0, 252, 252, 0.75), 0 -25px 25px rgba(0, 252, 252, 0.75), 0 -35px 30px rgba(0, 252, 252, 0.85), 0 -45px 35px rgba(0, 252, 252, 0.95), 0 -65px 40px #00fcfc, 0 -75px 50px #00fcfc; - } - } - @keyframes holographic { - from { - will-change: box-shadow; - box-shadow: 0 -75px 5px rgba(0, 252, 252, 0.15), 0 -1px 2px rgba(0, 252, 252, 0.5), 0 -45px 5px rgba(0, 252, 252, 0.15), 0 -2px 3px rgba(0, 252, 252, 0.5), 0 -3px 4px rgba(0, 252, 252, 0.5), 0 -4px 6px rgba(0, 252, 252, 0.5), 0 -5px 10px rgba(0, 252, 252, 0.75), 0 -7px 20px rgba(0, 252, 252, 0.75), 0 -10px 30px rgba(0, 252, 252, 0.75), 0 -15px 40px rgba(0, 252, 252, 0.75), 0 -25px 50px rgba(0, 252, 252, 0.75), 0 -35px 60px rgba(0, 252, 252, 0.85), 0 -45px 70px rgba(0, 252, 252, 0.95), 0 -65px 80px #00fcfc, 0 -75px 90px #00fcfc; - } - to { - will-change: unset; - box-shadow: 0 -1px 5px rgba(0, 252, 252, 0.15), 0 -1px 2px rgba(0, 252, 252, 0.5), 0 -1px 5px rgba(0, 252, 252, 0.15), 0 -2px 3px rgba(0, 252, 252, 0.5), 0 -3px 4px rgba(0, 252, 252, 0.5), 0 -4px 6px rgba(0, 252, 252, 0.5), 0 -5px 7px rgba(0, 252, 252, 0.75), 0 -7px 10px rgba(0, 252, 252, 0.75), 0 -10px 15px rgba(0, 252, 252, 0.75), 0 -15px 20px rgba(0, 252, 252, 0.75), 0 -25px 25px rgba(0, 252, 252, 0.75), 0 -35px 30px rgba(0, 252, 252, 0.85), 0 -45px 35px rgba(0, 252, 252, 0.95), 0 -65px 40px #00fcfc, 0 -75px 50px #00fcfc; - } - } - - /* glitch effect */ - - -.glitch { - /* position: relative; */ - /* overflow: hidden; */ -} -/* .glitch img { - position: relative; - z-index: 1; - display: block; -} */ - -@keyframes glitch-anim-1 { - 0% { - clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%); - } - 10% { - clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); - } - 20% { - clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); - } - 30% { - clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); - } - 40% { - clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%); - } - 50% { - clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%); - } - 60% { - clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%); - } - 70% { - clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); - } - 80% { - clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); - } - 90% { - clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); - } - 100% { - clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%); - } -} -@keyframes glitch-anim-2 { - 0% { - clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%); - } - 15% { - clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); - } - 25% { - clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%); - } - 30% { - clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); - } - 45% { - clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%); - } - 50% { - clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%); - } - 65% { - clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); - } - 75% { - clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); - } - 80% { - clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%); - } - 95% { - clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%); - } - 100% { - clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%); - } -} -@keyframes glitch-anim-flash { - 0% { - opacity: .2; - } - 30%, 100% { - opacity: 0; - } -} - -/* White Shadow */ -@-moz-keyframes white { - 0%, 100% { - -moz-box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); - box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); } - - 50% { - -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); - box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } } - - @-webkit-keyframes white { - 0%, 100% { - -webkit-box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); - box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); } - - 50% { - -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); - box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } } - - @-o-keyframes white { - 0%, 100% { - box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); } - - 50% { - box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } } - - @keyframes white { - 0%, 100% { - box-shadow: 1px 0px 7px 2px rgba(255, 255, 255, 0.7), inset 0px 0px 6px rgba(255, 255, 255, 0.5); } - - 50% { - box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } } - - - .text-glitch { - color: transparent; - --text-glitch-y1: 30%; - --text-glitch-y2: 35%; - --text-glitch-y3: 50%; - /* --text-glitch-y4: 55%; */ - /* animation: glitch 0.2s infinite; */ - } - @keyframes glitch { - 100% { - --text-glitch-y1: 10%; - --text-glitch-y2: 50%; - --text-glitch-y3: 70%; - --text-glitch-y4: 95%; - } - } - .text-glitch:before, .text-glitch:after { - content: attr(data-text); - position: absolute; - left: 0; - top: 0; - color: white; - } - .text-glitch:before { - clip-path: polygon(0% 0%, 100% 0%, 100% var(--text-glitch-y1), 0% var(--text-glitch-y1), 0% var(--text-glitch-y2), 100% var(--text-glitch-y2), 100% var(--text-glitch-y3), 0% var(--text-glitch-y3), 0% var(--text-glitch-y4), 100% var(--text-glitch-y4), 100% 100%, 0% 100%); - animation: glitch-right var(--text-glitch-time, 1s) infinite; - } - @keyframes glitch-right { - 0%, 10% { - transform: translateX(5px); - text-shadow: 5px 0 cyan; - } - 11% { - transform: none; - text-shadow: none; - } - } - .text-glitch:after { - clip-path: polygon(0% var(--text-glitch-y1), 100% var(--text-glitch-y1), 100% var(--text-glitch-y2), 0% var(--text-glitch-y2), 0% var(--text-glitch-y3), 100% var(--text-glitch-y3), 100% var(--text-glitch-y4), 0% var(--text-glitch-y4)); - animation: glitch-left var(--text-glitch-time, 1s) infinite; - } - @keyframes glitch-left { - 0%, 10% { - transform: translateX(5px); - text-shadow: -5px 0 red; - } - 11% { - transform: none; - text-shadow: none; - } - } - - /* hologram effect */ - - .sparkle { - background-size: cover; - background-repeat: no-repeat; - background-position: center; - border-radius: 15px; - box-shadow: -3px -3px 3px 0 rgba(38, 230, 247, 0.3), 3px 3px 3px 0 rgba(247, 89, 228, 0.3), 0 0 6px 2px rgba(255, 231, 89, 0.3), 0 35px 25px -15px rgba(0, 0, 0, 0.3); - overflow: hidden; - display: inline-block; - vertical-align: middle; - -webkit-animation: holoCard 15s ease infinite; - animation: holoCard 15s ease infinite; - } - - .sparkle:before, - .sparkle:after { - content: ""; - position: absolute; - left: 0; - right: 0; - bottom: 0; - top: 0; - background-image: linear-gradient(115deg, transparent 0%, #00e7ff 30%, #ff00e7 70%, transparent 100%); - background-position: 0% 0%; - background-repeat: no-repeat; - background-size: 300% 300%; - mix-blend-mode: color-dodge; - opacity: 0.2; - z-index: 1; - -webkit-animation: holoGradient 15s ease infinite; - animation: holoGradient 15s ease infinite; - } - - .sparkle:after { - background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/13471/sparkles.gif"); - background-position: center; - background-size: 180%; - mix-blend-mode: color-dodge; - opacity: 1; - z-index: 2; - -webkit-animation: holoSparkle 15s ease infinite; - animation: holoSparkle 15s ease infinite; - } - - .sparkle.active:before { - opacity: 1; - -webkit-animation: none; - animation: none; - transition: none; - background-image: linear-gradient(115deg, transparent 0%, transparent 25%, rgba(0, 231, 255, 0.7) 45%, rgba(255, 0, 231, 0.7) 55%, transparent 70%, transparent 100%); - } - - .sparkle.active:before, - .sparkle.active:after { - -webkit-animation: none; - animation: none; - } - - @-webkit-keyframes holoSparkle { - 0%, 5% { - opacity: 0.1; - } - 20% { - opacity: 1; - } - 100% { - opacity: 0.1; - } - } - - @keyframes holoSparkle { - 0%, 5% { - opacity: 0.1; - } - 20% { - opacity: 1; - } - 100% { - opacity: 0.1; - } - } - @-webkit-keyframes holoGradient { - 0%, 100% { - opacity: 0; - background-position: 0% 0%; - } - 8% { - opacity: 0; - } - 10% { - background-position: 0% 0%; - } - 19% { - background-position: 100% 100%; - opacity: 0.5; - } - 35% { - background-position: 100% 100%; - } - 55% { - background-position: 0% 0%; - opacity: 0.3; - } - 75% { - opacity: 0; - } - } - @keyframes holoGradient { - 0%, 100% { - opacity: 0; - background-position: 0% 0%; - } - 8% { - opacity: 0; - } - 10% { - background-position: 0% 0%; - } - 19% { - background-position: 100% 100%; - opacity: 0.5; - } - 35% { - background-position: 100% 100%; - } - 55% { - background-position: 0% 0%; - opacity: 0.3; - } - 75% { - opacity: 0; - } - } - @-webkit-keyframes holoCard { - 0%, 100% { - transform: none; - } - 25% { - transform: rotateZ(-3deg) rotateX(-7deg) rotateY(6deg); - } - 66% { - transform: rotateZ(3deg) rotateX(7deg) rotateY(-6deg); - } - } - @keyframes holoCard { - 0%, 100% { - transform: none; - } - 25% { - transform: rotateZ(-3deg) rotateX(-7deg) rotateY(6deg); - } - 66% { - transform: rotateZ(3deg) rotateX(7deg) rotateY(-6deg); - } - } - - /* text glitch effectt */ - - .glitch1 { - animation: glitch-skew 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s infinite; - font-family: orbitron, sans-serif; - font-weight: 900; - line-height: 1; - position: relative; - text-align: center; - text-transform: uppercase; - transform-origin: center top; - } - .glitch1__main { - color: #FFF; - } - .glitch1__color { - height: 100%; - left: 0; - opacity: 0.8; - position: absolute; - top: 0; - transform-origin: center center; - width: 100%; - z-index: -1; - } - .glitch1__color--red { - animation: glitch 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite; - color: red; - } - .glitch1__color--blue { - animation: glitch 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite reverse; - color: blue; - } - .glitch1__color--green { - animation: glitch 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms infinite; - color: #00FF0B; - } - .glitch1__line { - animation: glitch-line 2s linear infinite; - background: #000; - content: ""; - height: 1px; - left: 0; - position: absolute; - top: 0; - width: 100%; - z-index: 1; - } - .glitch1__line--first { - animation: glitch-line 2s linear infinite; - } - .glitch1__line--second { - animation: glitch-line 1s linear 1s infinite; - } - - @keyframes glitch { - 0% { - transform: translate(0); - } - 20% { - transform: translate(-8px, 8px); - } - 40% { - transform: translate(-8px, -8px); - } - 60% { - transform: translate(8px, 8px); - } - 80% { - transform: translate(8px, -8px); - } - 100% { - transform: translate(0); - } - } - @keyframes glitch-skew { - 0% { - transform: skew(0deg, 0deg); - } - 48% { - transform: skew(0deg, 0deg); - filter: blur(0); - } - 50% { - transform: skew(-20deg, 0deg); - filter: blur(4px); - } - 52% { - transform: skew(20deg, 0deg); - } - 54% { - transform: skew(0deg, 0deg); - filter: blur(0); - } - 100% { - transform: skew(0deg, 0deg); - } - } - @keyframes glitch-line { - 0% { - top: 0; - } - 100% { - top: 100%; - } - } - .stars { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - } - .stars__star { - border-radius: 50%; - box-shadow: 0 0 4px 1px #FFF; - height: 1px; - position: absolute; - width: 1px; - z-index: 100; - } - .stars__star:nth-child(1) { - top: 31%; - left: 93%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(2) { - top: 55%; - left: 28%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(3) { - top: 93%; - left: 80%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(4) { - top: 91%; - left: 82%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(5) { - top: 96%; - left: 26%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(6) { - top: 51%; - left: 38%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(7) { - top: 65%; - left: 37%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(8) { - top: 53%; - left: 60%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(9) { - top: 26%; - left: 15%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(10) { - top: 71%; - left: 74%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(11) { - top: 49%; - left: 32%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(12) { - top: 59%; - left: 43%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(13) { - top: 28%; - left: 89%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(14) { - top: 19%; - left: 76%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(15) { - top: 80%; - left: 48%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(16) { - top: 72%; - left: 49%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(17) { - top: 90%; - left: 98%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(18) { - top: 49%; - left: 24%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(19) { - top: 77%; - left: 1%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(20) { - top: 98%; - left: 82%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(21) { - top: 63%; - left: 14%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(22) { - top: 40%; - left: 30%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(23) { - top: 27%; - left: 65%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(24) { - top: 100%; - left: 51%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(25) { - top: 41%; - left: 66%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(26) { - top: 19%; - left: 70%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(27) { - top: 15%; - left: 16%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(28) { - top: 39%; - left: 30%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(29) { - top: 76%; - left: 92%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(30) { - top: 65%; - left: 51%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(31) { - top: 33%; - left: 52%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(32) { - top: 9%; - left: 89%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(33) { - top: 88%; - left: 65%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(34) { - top: 40%; - left: 38%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(35) { - top: 76%; - left: 30%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(36) { - top: 61%; - left: 26%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(37) { - top: 6%; - left: 66%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(38) { - top: 44%; - left: 10%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(39) { - top: 70%; - left: 69%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(40) { - top: 27%; - left: 27%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(41) { - top: 51%; - left: 27%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(42) { - top: 19%; - left: 5%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(43) { - top: 22%; - left: 52%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(44) { - top: 92%; - left: 11%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(45) { - top: 29%; - left: 79%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(46) { - top: 85%; - left: 59%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(47) { - top: 24%; - left: 1%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(48) { - top: 60%; - left: 83%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(49) { - top: 86%; - left: 64%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(50) { - top: 10%; - left: 68%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(51) { - top: 49%; - left: 92%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(52) { - top: 84%; - left: 55%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(53) { - top: 78%; - left: 57%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(54) { - top: 85%; - left: 85%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(55) { - top: 18%; - left: 67%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(56) { - top: 99%; - left: 76%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(57) { - top: 15%; - left: 52%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(58) { - top: 5%; - left: 79%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(59) { - top: 24%; - left: 53%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(60) { - top: 41%; - left: 49%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(61) { - top: 92%; - left: 30%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(62) { - top: 46%; - left: 94%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(63) { - top: 49%; - left: 33%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(64) { - top: 33%; - left: 84%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(65) { - top: 38%; - left: 91%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(66) { - top: 60%; - left: 20%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(67) { - top: 56%; - left: 51%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(68) { - top: 9%; - left: 81%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(69) { - top: 68%; - left: 93%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(70) { - top: 55%; - left: 57%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(71) { - top: 98%; - left: 49%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(72) { - top: 6%; - left: 76%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(73) { - top: 73%; - left: 98%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(74) { - top: 31%; - left: 32%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(75) { - top: 23%; - left: 34%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(76) { - top: 79%; - left: 58%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(77) { - top: 97%; - left: 83%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(78) { - top: 87%; - left: 1%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(79) { - top: 24%; - left: 98%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(80) { - top: 20%; - left: 42%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(81) { - top: 31%; - left: 10%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(82) { - top: 46%; - left: 62%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(83) { - top: 81%; - left: 81%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(84) { - top: 54%; - left: 62%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(85) { - top: 51%; - left: 46%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(86) { - top: 36%; - left: 81%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(87) { - top: 93%; - left: 51%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(88) { - top: 86%; - left: 17%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(89) { - top: 1%; - left: 26%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(90) { - top: 89%; - left: 50%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(91) { - top: 6%; - left: 8%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(92) { - top: 4%; - left: 77%; - box-shadow: 0 0 4px 1px #FFF; - } - .stars__star:nth-child(93) { - top: 32%; - left: 55%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(94) { - top: 65%; - left: 61%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(95) { - top: 46%; - left: 78%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(96) { - top: 40%; - left: 2%; - box-shadow: 0 0 4px 3px #FFF; - } - .stars__star:nth-child(97) { - top: 59%; - left: 82%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(98) { - top: 9%; - left: 64%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(99) { - top: 82%; - left: 52%; - box-shadow: 0 0 4px 2px #FFF; - } - .stars__star:nth-child(100) { - top: 16%; - left: 18%; - box-shadow: 0 0 4px 2px #FFF; - } - - - \ No newline at end of file diff --git a/flow/static/css/teams/teams1.css b/flow/static/css/teams/teams1.css deleted file mode 100644 index dc342aa..0000000 --- a/flow/static/css/teams/teams1.css +++ /dev/null @@ -1,27 +0,0 @@ -.holo { - background-color: rgba(252, 0, 42, 0.35); - } - .holo:after { - background-color: rgba(252, 0, 42, 0.5); - } - - @-webkit-keyframes holographic { - from { - will-change: box-shadow; - box-shadow: 0 -75px 5px rgba(252, 0, 42, 0.15), 0 -1px 2px rgba(252, 0, 42, 0.5), 0 -45px 5px rgba(252, 0, 42, 0.15), 0 -2px 3px rgba(252, 0, 42, 0.5), 0 -3px 4px rgba(252, 0, 42, 0.5), 0 -4px 6px rgba(252, 0, 42, 0.5), 0 -5px 10px rgba(252, 0, 42, 0.75), 0 -7px 20px rgba(252, 0, 42, 0.75), 0 -10px 30px rgba(252, 0, 42, 0.75), 0 -15px 40px rgba(252, 0, 42, 0.75), 0 -25px 50px rgba(252, 0, 42, 0.75), 0 -35px 60px rgba(252, 0, 42, 0.85), 0 -45px 70px rgba(252, 0, 42, 0.95), 0 -65px 80px #fc003f, 0 -75px 90px #fc003f; - } - to { - will-change: unset; - box-shadow: 0 -1px 5px rgba(252, 0, 42, 0.15), 0 -1px 2px rgba(252, 0, 42, 0.5), 0 -1px 5px rgba(252, 0, 42, 0.15), 0 -2px 3px rgba(252, 0, 42, 0.5), 0 -3px 4px rgba(252, 0, 42, 0.5), 0 -4px 6px rgba(252, 0, 42, 0.5), 0 -5px 7px rgba(252, 0, 42, 0.75), 0 -7px 10px rgba(252, 0, 42, 0.75), 0 -10px 15px rgba(252, 0, 42, 0.75), 0 -15px 20px rgba(252, 0, 42, 0.75), 0 -25px 25px rgba(252, 0, 42, 0.75), 0 -35px 30px rgba(252, 0, 42, 0.85), 0 -45px 35px rgba(252, 0, 42, 0.95), 0 -65px 40px #fc003f, 0 -75px 50px #fc003f; - } - } - @keyframes holographic { - from { - will-change: box-shadow; - box-shadow: 0 -75px 5px rgba(252, 0, 42, 0.15), 0 -1px 2px rgba(252, 0, 42, 0.5), 0 -45px 5px rgba(252, 0, 42, 0.15), 0 -2px 3px rgba(252, 0, 42, 0.5), 0 -3px 4px rgba(252, 0, 42, 0.5), 0 -4px 6px rgba(252, 0, 42, 0.5), 0 -5px 10px rgba(252, 0, 42, 0.75), 0 -7px 20px rgba(252, 0, 42, 0.75), 0 -10px 30px rgba(252, 0, 42, 0.75), 0 -15px 40px rgba(252, 0, 42, 0.75), 0 -25px 50px rgba(252, 0, 42, 0.75), 0 -35px 60px rgba(252, 0, 42, 0.85), 0 -45px 70px rgba(252, 0, 42, 0.95), 0 -65px 80px #fc003f, 0 -75px 90px #fc003f; - } - to { - will-change: unset; - box-shadow: 0 -1px 5px rgba(252, 0, 42, 0.15), 0 -1px 2px rgba(252, 0, 42, 0.5), 0 -1px 5px rgba(252, 0, 42, 0.15), 0 -2px 3px rgba(252, 0, 42, 0.5), 0 -3px 4px rgba(252, 0, 42, 0.5), 0 -4px 6px rgba(252, 0, 42, 0.5), 0 -5px 7px rgba(252, 0, 42, 0.75), 0 -7px 10px rgba(252, 0, 42, 0.75), 0 -10px 15px rgba(252, 0, 42, 0.75), 0 -15px 20px rgba(252, 0, 42, 0.75), 0 -25px 25px rgba(252, 0, 42, 0.75), 0 -35px 30px rgba(252, 0, 42, 0.85), 0 -45px 35px rgba(252, 0, 42, 0.95), 0 -65px 40px #fc003f, 0 -75px 50px #fc003f; - } - } \ No newline at end of file diff --git a/flow/static/css/teams/teams2.css b/flow/static/css/teams/teams2.css deleted file mode 100644 index 8982996..0000000 --- a/flow/static/css/teams/teams2.css +++ /dev/null @@ -1,27 +0,0 @@ -.holo { - background-color: rgba(0, 252, 252, 0.35); - } - .holo:after { - background-color: rgba(0, 252, 252, 0.5); - } - - @-webkit-keyframes holographic { - from { - will-change: box-shadow; - box-shadow: 0 -75px 5px rgba(0, 252, 252, 0.15), 0 -1px 2px rgba(0, 252, 252, 0.5), 0 -45px 5px rgba(0, 252, 252, 0.15), 0 -2px 3px rgba(0, 252, 252, 0.5), 0 -3px 4px rgba(0, 252, 252, 0.5), 0 -4px 6px rgba(0, 252, 252, 0.5), 0 -5px 10px rgba(0, 252, 252, 0.75), 0 -7px 20px rgba(0, 252, 252, 0.75), 0 -10px 30px rgba(0, 252, 252, 0.75), 0 -15px 40px rgba(0, 252, 252, 0.75), 0 -25px 50px rgba(0, 252, 252, 0.75), 0 -35px 60px rgba(0, 252, 252, 0.85), 0 -45px 70px rgba(0, 252, 252, 0.95), 0 -65px 80px #00fcfc, 0 -75px 90px #00fcfc; - } - to { - will-change: unset; - box-shadow: 0 -1px 5px rgba(0, 252, 252, 0.15), 0 -1px 2px rgba(0, 252, 252, 0.5), 0 -1px 5px rgba(0, 252, 252, 0.15), 0 -2px 3px rgba(0, 252, 252, 0.5), 0 -3px 4px rgba(0, 252, 252, 0.5), 0 -4px 6px rgba(0, 252, 252, 0.5), 0 -5px 7px rgba(0, 252, 252, 0.75), 0 -7px 10px rgba(0, 252, 252, 0.75), 0 -10px 15px rgba(0, 252, 252, 0.75), 0 -15px 20px rgba(0, 252, 252, 0.75), 0 -25px 25px rgba(0, 252, 252, 0.75), 0 -35px 30px rgba(0, 252, 252, 0.85), 0 -45px 35px rgba(0, 252, 252, 0.95), 0 -65px 40px #00fcfc, 0 -75px 50px #00fcfc; - } - } - @keyframes holographic { - from { - will-change: box-shadow; - box-shadow: 0 -75px 5px rgba(0, 252, 252, 0.15), 0 -1px 2px rgba(0, 252, 252, 0.5), 0 -45px 5px rgba(0, 252, 252, 0.15), 0 -2px 3px rgba(0, 252, 252, 0.5), 0 -3px 4px rgba(0, 252, 252, 0.5), 0 -4px 6px rgba(0, 252, 252, 0.5), 0 -5px 10px rgba(0, 252, 252, 0.75), 0 -7px 20px rgba(0, 252, 252, 0.75), 0 -10px 30px rgba(0, 252, 252, 0.75), 0 -15px 40px rgba(0, 252, 252, 0.75), 0 -25px 50px rgba(0, 252, 252, 0.75), 0 -35px 60px rgba(0, 252, 252, 0.85), 0 -45px 70px rgba(0, 252, 252, 0.95), 0 -65px 80px #00fcfc, 0 -75px 90px #00fcfc; - } - to { - will-change: unset; - box-shadow: 0 -1px 5px rgba(0, 252, 252, 0.15), 0 -1px 2px rgba(0, 252, 252, 0.5), 0 -1px 5px rgba(0, 252, 252, 0.15), 0 -2px 3px rgba(0, 252, 252, 0.5), 0 -3px 4px rgba(0, 252, 252, 0.5), 0 -4px 6px rgba(0, 252, 252, 0.5), 0 -5px 7px rgba(0, 252, 252, 0.75), 0 -7px 10px rgba(0, 252, 252, 0.75), 0 -10px 15px rgba(0, 252, 252, 0.75), 0 -15px 20px rgba(0, 252, 252, 0.75), 0 -25px 25px rgba(0, 252, 252, 0.75), 0 -35px 30px rgba(0, 252, 252, 0.85), 0 -45px 35px rgba(0, 252, 252, 0.95), 0 -65px 40px #00fcfc, 0 -75px 50px #00fcfc; - } - } \ No newline at end of file diff --git a/flow/static/css/teams/teams3.css b/flow/static/css/teams/teams3.css deleted file mode 100644 index ab01758..0000000 --- a/flow/static/css/teams/teams3.css +++ /dev/null @@ -1,27 +0,0 @@ -.holo { - background-color: rgba(0, 252, 42, 0.35); - } - .holo:after { - background-color: rgba(0, 252, 42, 0.5); - } - - @-webkit-keyframes holographic { - from { - will-change: box-shadow; - box-shadow: 0 -75px 5px rgba(0, 252, 42, 0.15), 0 -1px 2px rgba(0, 252, 42, 0.5), 0 -45px 5px rgba(0, 252, 42, 0.15), 0 -2px 3px rgba(0, 252, 42, 0.5), 0 -3px 4px rgba(0, 252, 42, 0.5), 0 -4px 6px rgba(0, 252, 42, 0.5), 0 -5px 10px rgba(0, 252, 42, 0.75), 0 -7px 20px rgba(0, 252, 42, 0.75), 0 -10px 30px rgba(0, 252, 42, 0.75), 0 -15px 40px rgba(0, 252, 42, 0.75), 0 -25px 50px rgba(0, 252, 42, 0.75), 0 -35px 60px rgba(0, 252, 42, 0.85), 0 -45px 70px rgba(0, 252, 42, 0.95), 0 -65px 80px #5cfc00, 0 -75px 90px #5cfc00; - } - to { - will-change: unset; - box-shadow: 0 -1px 5px rgba(0, 252, 42, 0.15), 0 -1px 2px rgba(0, 252, 42, 0.5), 0 -1px 5px rgba(0, 252, 42, 0.15), 0 -2px 3px rgba(0, 252, 42, 0.5), 0 -3px 4px rgba(0, 252, 42, 0.5), 0 -4px 6px rgba(0, 252, 42, 0.5), 0 -5px 7px rgba(0, 252, 42, 0.75), 0 -7px 10px rgba(0, 252, 42, 0.75), 0 -10px 15px rgba(0, 252, 42, 0.75), 0 -15px 20px rgba(0, 252, 42, 0.75), 0 -25px 25px rgba(0, 252, 42, 0.75), 0 -35px 30px rgba(0, 252, 42, 0.85), 0 -45px 35px rgba(0, 252, 42, 0.95), 0 -65px 40px #5cfc00, 0 -75px 50px #5cfc00; - } - } - @keyframes holographic { - from { - will-change: box-shadow; - box-shadow: 0 -75px 5px rgba(0, 252, 42, 0.15), 0 -1px 2px rgba(0, 252, 42, 0.5), 0 -45px 5px rgba(0, 252, 42, 0.15), 0 -2px 3px rgba(0, 252, 42, 0.5), 0 -3px 4px rgba(0, 252, 42, 0.5), 0 -4px 6px rgba(0, 252, 42, 0.5), 0 -5px 10px rgba(0, 252, 42, 0.75), 0 -7px 20px rgba(0, 252, 42, 0.75), 0 -10px 30px rgba(0, 252, 42, 0.75), 0 -15px 40px rgba(0, 252, 42, 0.75), 0 -25px 50px rgba(0, 252, 42, 0.75), 0 -35px 60px rgba(0, 252, 42, 0.85), 0 -45px 70px rgba(0, 252, 42, 0.95), 0 -65px 80px #5cfc00, 0 -75px 90px #5cfc00; - } - to { - will-change: unset; - box-shadow: 0 -1px 5px rgba(0, 252, 42, 0.15), 0 -1px 2px rgba(0, 252, 42, 0.5), 0 -1px 5px rgba(0, 252, 42, 0.15), 0 -2px 3px rgba(0, 252, 42, 0.5), 0 -3px 4px rgba(0, 252, 42, 0.5), 0 -4px 6px rgba(0, 252, 42, 0.5), 0 -5px 7px rgba(0, 252, 42, 0.75), 0 -7px 10px rgba(0, 252, 42, 0.75), 0 -10px 15px rgba(0, 252, 42, 0.75), 0 -15px 20px rgba(0, 252, 42, 0.75), 0 -25px 25px rgba(0, 252, 42, 0.75), 0 -35px 30px rgba(0, 252, 42, 0.85), 0 -45px 35px rgba(0, 252, 42, 0.95), 0 -65px 40px #5cfc00, 0 -75px 50px #5cfc00; - } - } \ No newline at end of file diff --git a/flow/static/css/techmela.css b/flow/static/css/techmela.css deleted file mode 100644 index 80fc4da..0000000 --- a/flow/static/css/techmela.css +++ /dev/null @@ -1,544 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap'); - -body { - background-color: #101313; - font-family: 'Roboto'; -} - - -.nav-item > .active { - background-color: #F7413E !important; -} - -.detailsButton { - z-index: 99999999; -} - -.prjVideo { - width: 35vw; - height: 40vh; -} - -.sectionHeading { - font-size: 3rem; - font-family: "Roboto"; - margin-top: 3%; - margin-bottom: 4%; - color: white; -} - -.mainHeading { - font-size: 4rem; - font-family: "Roboto"; - margin-top: 3%; - margin-bottom: 1%; -} - -.techmelaTitleImg { - width: 30vw; - height: auto; - margin-left: -2%; -} - -.mainSubheading { - font-size: 2rem; - margin-bottom: 2%; - font-weight: bold; - color: white; -} - -.nav-link { - font-size: 1.5rem; - font-family: "Roboto"; - color: black; - background-color: #FCCF59 !important; - margin-left: 1vw; - margin-right: 1vw; -} - -#pills-tab { - margin-left: 26vw; -} - -.footerInfo{ - color: white; - text-align: center; - padding-bottom: 3%; - margin-top: 3%; - font-size: 20px; -} - -@media only screen and (max-width: 600px) { - .prjVideo { - width: 80vw; - height: auto; - margin-bottom: 10%; - } - - .nav-link { - font-size: 1rem; - margin-top: 1vh; - } - - #pills-tab { - margin-left: unset; - } - - .mainSubheading { - font-size: 1rem; - } - - .techmelaTitleImg { - width: 60vw; - height: auto; - margin-left: unset; - } - - .sectionHeading{ - font-size: 2rem; - } -} - -@media only screen and (max-width: 800px) { - #pills-tab { - margin-left: unset; - } -} - - -:root { - --d: 700ms; - --e: cubic-bezier(0.19, 1, 0.22, 1); - --font-sans: "Roboto"; - --font-serif: "Roboto"; -} - -* { - box-sizing: border-box; -} - -html, body { - height: 100%; -} - -.page-content { - display: grid; - grid-gap: 1rem; - padding: 1rem; - max-width: 1024px; - margin-left: -2%; - font-family: var(--font-sans); -} - -@media (min-width: 600px) { - .page-content { - grid-template-columns: repeat(3, 1fr); - } -} - -@media (min-width: 800px) { - .page-content { - grid-template-columns: repeat(4, 1fr); - } -} - -.card { - position: relative; - display: flex; - align-items: flex-end; - overflow: hidden; - padding: 1rem; - width: 100%; - text-align: center; - color: whitesmoke; - background-color: whitesmoke; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1); -} - -@media (min-width: 600px) { - .card { - height: 48vh; - width: 20vw; - } -} - -.card:before { - content: ""; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 110%; - background-size: cover; - background-position: 0 0; - transition: transform calc(var(--d) * 1.5) var(--e); - pointer-events: none; -} - -.card:after { - content: ""; - display: block; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 200%; - pointer-events: none; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%); - transform: translateY(-50%); - transition: transform calc(var(--d) * 2) var(--e); -} - -.content { - position: relative; - display: flex; - flex-direction: column; - align-items: center; - width: 100%; - padding: 1rem; - transition: transform var(--d) var(--e); - z-index: 1; -} - -.content > * + * { - margin-top: 1rem; -} - -.title { - font-size: 1.3rem; - font-weight: bold; - line-height: 1.2; -} - -.copy { - font-family: var(--font-serif); - font-size: 1.125rem; - font-style: italic; - line-height: 1.35; -} - -.btn { - cursor: pointer; - margin-top: 1.5rem; - padding: 0.75rem 1.5rem; - font-size: 0.65rem; - font-weight: bold; - letter-spacing: 0.025rem; - text-transform: uppercase; - color: white; - background-color: black; - border: none; -} - -.btn:hover { - background-color: #0d0d0d; -} - -.btn:focus { - outline: 1px dashed yellow; - outline-offset: 3px; -} - -@media (hover: hover) and (min-width: 600px) { - .card:after { - transform: translateY(0); - } - - .content { - transform: translateY(calc(100% - 4.5rem)); - } - - .content > *:not(.title) { - opacity: 0; - transform: translateY(1rem); - transition: transform var(--d) var(--e), opacity var(--d) var(--e); - } - - .card:hover, - .card:focus-within { - align-items: center; - } - - .card:hover:before, - .card:focus-within:before { - transform: translateY(-4%); - } - - .card:hover:after, - .card:focus-within:after { - transform: translateY(-50%); - } - - .card:hover .content, - .card:focus-within .content { - transform: translateY(0); - } - - .card:hover .content > *:not(.title), - .card:focus-within .content > *:not(.title) { - opacity: 1; - transform: translateY(0); - transition-delay: calc(var(--d) / 8); - } - - .card:focus-within:before, .card:focus-within:after, - .card:focus-within .content, - .card:focus-within .content > *:not(.title) { - transition-duration: 0s; - } -} - -.detailsButton:hover { - color: deepskyblue; -} - -*, *:before, *:after { - position: relative; - box-sizing: border-box; -} - -:root { - - --color-heart: #ea442b; - --easing: cubic-bezier(0.7, 0, 0.3, 1); - --duration: 0.5s; -} - -.like-button { - font-size: 35vmin; - appearance: none; - border: none; - - background: transparent; - - padding: 0; - margin: 0; - outline: none; - z-index: 2; - transition: transform var(--duration) var(--easing); - cursor: pointer; - width: 60px; - height: 60px; - margin-top: -14vh; - margin-left: -3vw; -} - -@media screen and (max-width: 800px) { - .like-button { - margin-top: -7vh; - margin-left: 0vw; - } -} - -.like-button:before { - z-index: -1; - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - - border-radius: inherit; - transition: inherit; -} - -.like-button:after { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - - border-radius: inherit; - z-index: -1; -} - -.like-button:active:before { - animation: depress-shadow var(--duration) var(--easing) both; -} - -.like-button:focus:after { - animation: depress var(--duration) var(--easing) both; -} - -@keyframes depress { - from, to { - transform: none; - } - 50% { - transform: translateY(5%) scale(0.9); - } -} - -@keyframes depress-shadow { - from, to { - transform: none; - } - 50% { - transform: scale(0.5); - } -} - -.body { - align-items: center; - justify-content: center; -} - -.like-wrapper { - display: grid; - align-items: center; - justify-content: center; - z-index: 1; - width: 0px; - - -} - -.like-wrapper > * { - margin: auto; - grid-area: 1; -} - -.heart { - width: 0.2em; - height: 0.2em; - display: block; - transform-origin: center 80%; - - -} - -@media screen and (max-width: 800px) { - .heart { - margin-left: 14vw; - } -} - -.heart > path { - stroke: var(--color-heart); - stroke-width: 2; - fill: transparent; - transition: fill var(--duration) var(--easing); -} - -.like-button:focus .heart > path { - fill: var(--color-heart); -} - -.like-button:focus .heart { - animation: heart-bounce var(--duration) var(--easing); -} - -@keyframes heart-bounce { - 40% { - transform: scale(0.7); - } - 0%, 80%, 100% { - transform: scale(1); - } -} - -/* Added wrapper to prevent layout jank with resizing particles */ -.particles { - width: 1px; - height: 1px; -} - -.particle { - position: absolute; - top: 0; - left: 0; - height: 0.1em; - width: 0.1em; - border-radius: 0.05em; - background-color: var(--color); - --percentage: calc(var(--i) / var(--total-particles)); - --Θ: calc(var(--percentage) * 1turn); - transform: translate(-50%, -50%) rotate(var(--Θ)) translateY(0) scaleY(0); - transition: all var(--duration) var(--easing); -} - -.like-button:focus .particle { - animation: particles-out calc(var(--duration) * 1.2) var(--easing) forwards; -} - -@keyframes particles-out { - 50% { - height: 0.3em; - } - 50%, 60% { - height: 0.3em; - transform: translate(-50%, -50%) rotate(var(--Θ)) translateY(0.8em) scale(1); - } - 60% { - height: 0.2em; - } - 100% { - transform: translate(-50%, -50%) rotate(var(--Θ)) translateY(1em) scale(0); - } -} - -.ripple { - width: 1em; - height: 1em; - border-radius: 50%; - overflow: hidden; - z-index: 1; - margin-right: -9vw; - -} - -@media (max-width: 800px) { - .ripple { - margin-right: -35vw; - } -} - -.ripple:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: 0.4em solid var(--color-heart); - border-radius: inherit; - transform: scale(0); -} - -.like-button:focus .ripple:before { - animation: ripple-out var(--duration) var(--easing); -} - -@keyframes ripple-out { - from { - transform: scale(0); - } - to { - transform: scale(5); - } -} - -/* Reset the animation when clicking again! */ -.like-button:focus { - pointer-events: none; - cursor: normal; -} - - -.no { - position: relative; - font-size: 20px; - color: #fff; - z-index: 999; - margin-left: -2vw; -} - -@media (max-width: 800px) { - .no { - margin-left: 0vw; - } - -} diff --git a/flow/static/css/workshop.css b/flow/static/css/workshop.css deleted file mode 100644 index bf3eff3..0000000 --- a/flow/static/css/workshop.css +++ /dev/null @@ -1,63 +0,0 @@ -/* workshops styles */ -.section { - background: #010936; - background: -webkit-linear-gradient(top, #010936, #3c0136); - background: -moz-linear-gradient(top, #010936, #3c0136); - background: linear-gradient(to bottom, #010936, #3c0136); -} -.workshop { - width: 100%; -} -.title { - width: 100%; - text-align: left; - color: #ffffff; - margin-bottom: 10px; - margin-top: 130px; - padding-left: 100px; -} -@media(max-width:640px){ - .title { - padding-left: 0; - margin-bottom: 1.25rem !important; - text-align: center; - } -} -.swiper { - width: 100%; - padding: 50px 0 !important; -} -.swiper-slide { - height: 390px !important; - width: 380px !important; - position: relative; - border: none; - z-index: 3; - border-radius: 10px; - transition: transform 0.8s ease-in-out; - text-decoration: none; -} -.swiper-slide a { - display: block; - width: 100%; - height: 100%; - object-fit: cover; -} -.swiper-slide a img { - display: block; - width: 100%; - height: 100%; - object-fit: cover; - border-radius: 12px; - box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.05); -} -@media(max-width:600px){ - .swiper-slide{ - max-width: 90vw !important; - height: unset !important; - } - .swiper { - padding: 0 0 !important; - margin-top: 80px !important; - } -} \ No newline at end of file diff --git a/flow/static/events22.css b/flow/static/events22.css deleted file mode 100644 index d3c3c97..0000000 --- a/flow/static/events22.css +++ /dev/null @@ -1,384 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap'); - -* { - box-sizing: border-box; - margin: 0; - padding: 0; -} - -body { - background-color: #201830; - color: #fff; - max-width: 1440px; - margin: 0 auto; - position: relative; - z-index: 0; - font-family: 'Outfit', sans-serif; -} - -#myVideo { - position: fixed; - z-index: -10; - width: 100vw; - height: 100vh; - object-fit: cover; - top: 0; - left: 0; -} -.bg_blur { - /* backdrop-filter: blur(2px); */ - background-color: rgba(32, 0, 15, 0.356); - z-index: -8; - position: fixed; - width: 100vw; - height: 100vh; - top: 0; - left: 0; -} -.bg_grain { - position: fixed; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: -8; - /* display: none; */ - width: 100vw; - height: 100vh; - background-image: url(/static/grain.png); - background-position: 0px 0px; - background-size: 200px; -} -.days { - display: flex; - width: 100%; - justify-content: center; - margin: 30px auto; - margin-top: 100px; - - -} - -.days h3 { - margin: 10px; - font-size: 1.17rem !important; -} -.day { - width: 160px; - height: 43px; - margin: 10px; - margin-bottom: 0px; - display: flex; - justify-content: center; - align-items: center; - transform: skew(-5deg); - z-index: 40000; - border: 2px solid #ff009d; - cursor: pointer; - clip-path: polygon( - 83% 100%, - 86% 98%, - 99% 78%, - 100% 71%, - 100% 8%, - 99% 4%, - 98% 1%, - 94% 0, - 4% 0, - 2% 2%, - 1% 5%, - 0 8%, - 0 92%, - 1% 97%, - 2% 98%, - 4% 100% - ); -} - -/* .line { - background: rgb(255, 26, 133); - box-shadow: 0px 0px 20px 2px rgba(255, 26, 133, 0.555); - width: 1200px; - height: 2px; - margin: 0 auto; -} */ - -.offcanvas { - z-index: 100009; -} - -.active { - background: rgb(255, 26, 133); - z-index: 40000; - box-shadow: 0px 0px 40px 5px rgba(255, 26, 133, 0.555); -} - -.cards { - display: flex; - flex-wrap: wrap; - justify-content: center; - - height: calc(100vh - 183px); - overflow-y: auto; -} -.carddisplay { - position: absolute; - z-index: 0; -} -.card { - background-color: rgba(73, 0, 61, 0.671); - width: 306px; - height: 400px; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - position: relative; - border-radius: 15px; - margin: 18px 6.5px; - z-index: 10000; - /* backdrop-filter: blur(2px); */ -} -.card::before { - content: ""; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - border-radius: 15px; - padding: 2px; - background: linear-gradient(-120deg, #00c0c7, #ff009d); - -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); - -webkit-mask-composite: destination-out; - mask-composite: exclude; -} -.card img { - width: 285px; - height: 285px; - object-fit: cover; - border-radius: 15px; -} -.event { - display: flex; - justify-content: space-between; - align-items: center; - width: 285px; - margin: 8px 0px 4px 0px; -} -.event h1 { - font-size: 18px; - margin: 0px; - background: -webkit-linear-gradient(-120deg, #00c0c7, #ff009d); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; -} -.card h2 { - margin: 0px; - font-size: 13px; -} -.buttons { - display: flex; - justify-content: space-between; -} - -.button { - margin-top: 15px; - width: 75px; - height: 21px; - border-radius: 15px; - font-size: 9px; - display: flex; - justify-content: center; - align-items: center; - cursor: pointer; - color: #fff; -} - -.know { - border: 0.5px solid #ffffff; -} -.register { - background: rgb(255, 26, 133); - box-shadow: 0px 0px 20px 2px rgba(255, 26, 133, 0.555); -} - -.modal { - display: none; - flex-wrap: wrap; - justify-content: center; - align-items: center; - overflow-x: hidden; - top: 0; - left: 0; - backdrop-filter: blur(2px); - background-color: rgba(32, 0, 15, 0.356); -} -.modaldisplay{ - display: flex !important; - width: 100vw; - height: 100vh; - z-index: 100000; - position: fixed; -} -.modalCard { - background-color: rgba(73, 0, 61, 0.671); - width: 1000px; - height: 590px; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - position: relative; - border-radius: 15px; - margin: 18px 6.5px; - z-index: 1000000; - backdrop-filter: blur(2px); -} -.modalCard::before { - content: ""; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - border-radius: 15px; - padding: 2px; - background: linear-gradient(-120deg, #00c0c7, #ff009d); - -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); - -webkit-mask-composite: destination-out; - mask-composite: exclude; -} - -.cross { - width: 24px !important; - height: 24px !important; - cursor: pointer; - -} -.close { - display: flex; - justify-content: flex-end; - align-items: flex-end; - width: 100%; - margin-right: 50px; - margin-top: -20px; -} - -.modalCardWrapper img { - width: 500px; - height: 500px; - border-radius: 15px; - margin-right: 41px; - object-fit: cover; -} - -.modalCardWrapper { - display: flex; - align-items: center; -} -.modalCardWrapper p { - font-size: 18px; - line-height: 25px; - text-transform: uppercase; - width: 400px; - height: 300px; -} - -.modalCardWrapper h1 { - margin-top: 41px; - background: -webkit-linear-gradient(-120deg, #00c0c7, #ff009d); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; -} -.time { - display: flex; -} -.time h3 { - margin: 15px 26px; - margin-left: 0px; -} - -.modalbutton { - margin-top: 15px; - width: 301px; - height: 54px; - border-radius: 38.5px; - font-size: 24px; - display: flex; - justify-content: center; - align-items: center; - cursor: pointer; - background: rgb(255, 26, 133); - box-shadow: 0px 0px 20px 2px rgba(255, 26, 133, 0.555); - color: #fff; - } - - @media screen and (max-width: 1020px) { - .modalCardWrapper { - flex-direction: column; - align-items: center; - justify-content: center; - margin: 18px 6.5px; - text-align: center; - - } - .modalCardWrapper p{ - margin: 18px 6.5px; - width : 500px; - height: auto; - } - .modalCardWrapper h1 { - margin-top: 20px; - } - .modalCard { - height: auto; - width: 550px; - } - .modalCard img{ - margin-right: 0px; - } - .time{ - justify-content: center; - } - .modalbutton { - margin: 0 auto; - } - .close { - margin-top: 15px; - margin-right: 20px; - margin-bottom: -10px; - } - - .day { - font-size: 12px; - } - } - - - @media screen and (max-width: 600px) { - .modalCardWrapper img { - width: 300px; - height: auto; - } - .modalCard { - height: auto; - width: 340px; - } - .modalCardWrapper p{ - width : 300px; - font-size: 12px; - line-height: 18px; - } - .modalCardWrapper h1 { - font-size: 20px; - } - .modalbutton { - width: 201px; - height: 40px; - border-radius: 25px; - font-size: 18px; - } - } \ No newline at end of file diff --git a/flow/static/events_day.css b/flow/static/events_day.css deleted file mode 100644 index 8148821..0000000 --- a/flow/static/events_day.css +++ /dev/null @@ -1,548 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One"); -body { - margin: 0; - padding: 0; -} - -* { - box-sizing: border-box; -} - -html, body { - height: 100%; -} - -.page { - height: 100%; - background-color: #584E4A; -} - -.content { - height: 200%; - min-width: 1280px; - transform-origin: top right; - transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1); - background-color: #141615; - color: wheat; - overflow: hidden; -} - -.content_inner { - height: 50%; - overflow-y: auto; - /* padding: 50px 20%; */ -} - -.sc { - overflow-y: scroll; -} - -.content_innermost { - padding: 50px 20%; -} - -/* basically all styling from now on */ - -.menu_toggle { - z-index: 900; - position: fixed; - top: 0; - right: 0; - display: block; - cursor: pointer; - width: 100px; - height: 80px; - background-color: transparent; - border-bottom-right-radius: 100%; -} - -.menu_close { - color: teal !important; -} - -.menu_open { - color: teal !important; -} - -.menu_toggle:active i { - opacity: 0.8; -} - -.menu_toggle i { - color: #f0f0f0; -} - -.menu_toggle .menu_open, .menu_toggle .menu_close { - position: absolute; - top: 50%; - left: 50%; - margin-top: -15px; - margin-left: -12px; - transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1); -} - -.menu_toggle .menu_open { - transform-origin: -100px -100px; -} - -.menu_toggle .menu_close { - transform: rotate(20deg); - transform-origin: 100px 180px; -} - -.menu_items { - position: fixed; - bottom: 0; - right: 25px; - list-style-type: none; - margin: 0; - padding: 0; -} - -.menu_items li { - height: 60px; - margin-bottom: 30px; - margin-left: 10px; - transform: translateX(-300px); - transition: transform 0.7s 0s cubic-bezier(1, 0.005, 0.24, 1); - color: #584E4A !important; -} - -.menu_items li:nth-child(2) { - margin-left: -10px; -} - -.menu_items li:nth-child(3) { - margin-left: -40px; -} - -.menu_items li:nth-child(4) { - margin-left: -70px; -} - -.menu_items li:nth-child(5) { - margin-left: -100px; -} - -.menu_items a { - display: block; - font-family: "Pathway Gothic One", sans-serif; - text-decoration: none; - text-transform: uppercase; - letter-spacing: 2px; - color: black; - transition: color 0.2s; -} - -.menu_items a .icon { - position: relative; - display: inline-block; - margin-right: 25px; - color: black; -} - -.menu_items a .icon:after { - position: absolute; - top: 50%; - left: 50%; - content: ""; - display: block; - width: 60px; - height: 60px; - margin-left: -33px; - margin-top: -32px; - border-radius: 100%; - border: 2px solid black; - transition: border-color 0.2s; -} - -.menu_items a:hover { - color: #f0f0f0; -} - -.menu_items a:hover .icon:after { - border-color: #30D692; -} - -.menu_items a:active .icon { - color: #30D692; -} - -.shazam { - position: absolute; - z-index: 1001; -} - -.shazam .content { - transform: rotate(20deg); -} - -.shazam .menu_open { - transform: rotate(-20deg); - color: black; -} - -.shazam .menu_close { - transform: rotate(0); -} - -.shazam .menu_items li { - transform: translateX(0); - transition: transform 0.35s 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275); -} - -.shazam .menu_items li:nth-child(2) { - transition-delay: 0.47s; -} - -.shazam .menu_items li:nth-child(3) { - transition-delay: 0.48s; -} - -h1 { - padding-bottom: 15px; - border-bottom: 1px solid #ddd; -} - -body { - background-color: #54be9f; -} - -.timeline { - display: flex; - margin: 0 auto; - flex-wrap: wrap; - flex-direction: column; - max-width: 700px; - position: relative; -} - -.timeline__content-title { - font-weight: normal; - font-size: 40px; - margin: -10px 0 0 0; - transition: 0.4s; - padding: 0 10px; - box-sizing: border-box; - font-family: "Pathway Gothic One", sans-serif; - color: #fff; -} - -.timeline__content-desc { - margin: 0; - font-size: 15px; - letter-spacing: 0.12ch; - word-spacing: 0.18ch; - box-sizing: border-box; - color: rgba(255, 255, 255, 0.7); - font-family: "Pathway Gothic One", sans-serif; - font-weight: normal; - line-height: 25px; -} - -.timeline:before { - position: absolute; - left: 50%; - width: 2px; - height: 100%; - margin-left: -1px; - content: ""; - background: rgba(255, 255, 255, 0.07); -} - -@media only screen and (max-width: 767px) { - .timeline:before { - left: 40px; - } -} - -.timeline-item { - padding: 40px 0; - opacity: 0.3; - filter: blur(2px); - transition: 0.5s; - box-sizing: border-box; - width: calc(50% - 40px); - display: flex; - position: relative; - transform: translateY(-80px); -} - -.timeline-item:before { - content: attr(data-text); - letter-spacing: 3px; - width: 100%; - position: absolute; - color: rgba(255, 255, 255, 0.5); - font-size: 25px; - font-weight: 800; - font-family: "Pathway Gothic One", sans-serif; - border-left: 2px solid rgba(255, 255, 255, 0.5); - top: 70%; - margin-top: -5px; - padding-left: 15px; - opacity: 0; - right: calc(-100% - 56px); -} - -.timeline-item:nth-child(even) { - align-self: flex-end; -} - -.timeline-item:nth-child(even):before { - right: auto; - text-align: right; - left: calc(-100% - 56px); - padding-left: 0; - border-left: none; - border-right: 2px solid rgba(255, 255, 255, 0.5); - padding-right: 15px; -} - -.timeline-item--active { - opacity: 1; - transform: translateY(0); - filter: blur(0px); -} - -.timeline-item--active:before { - top: 50%; - transition: 0.3s all 0.2s; - opacity: 1; -} - -.timeline-item--active .timeline__content-title { - margin: 0 0 20px 0; -} - -@media only screen and (max-width: 767px) { - .timeline-item { - align-self: baseline !important; - width: 100%; - padding: 0 30px 150px 80px; - } - .timeline-item:before { - left: 6px !important; - padding: 0 !important; - top: 50px; - font-size: 18px; - font-weight: 800; - color: rgba(255, 255, 255, 1); - text-align: center !important; - width: 60px; - border: none !important; - } - .timeline-item:last-child { - padding-bottom: 40px; - } -} - -.timeline__img { - max-width: 100%; - box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4); -} - -/* .content{ -transform-origin: top left; -transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1); -background-color: #141615; -color: wheat; - -} */ - -.timeline-container { - width: 100%; - position: relative; - padding: 80px 0; - transform-origin: top left; - transition: 0.3s ease 0s; - /* background-attachment: fixed; */ - background-size: contain; -} - -.timeline-container:before { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - background: rgba(99, 99, 99, 0.8); - content: ""; -} - -.timeline-header { - width: 100%; - text-align: center; - margin-bottom: 80px; - position: relative; -} - -.timeline-header__title { - color: #fff; - font-size: 46px; - font-family: "Pathway Gothic One", sans-serif; - font-weight: normal; - margin: 0; -} - -.timeline-header__subtitle { - color: rgba(255, 255, 255, 0.5); - font-family: "Pathway Gothic One", sans-serif; - font-size: 16px; - letter-spacing: 5px; - margin: 10px 0 0 0; - font-weight: normal; -} - -.demo-footer { - padding: 60px 0; - text-align: center; -} - -.demo-footer a { - color: #999; - display: inline-block; - font-family: Cardo; -} - -.slide { - overflow: hidden; -} - -.button6 { - cursor: pointer; - height: 40px; - width: 100px; - border: 0; - font-size: 16px; - outline: 0; - letter-spacing: 0.12ch; - background-color: transparent; - border: 2px solid #fff; - border-radius: 2px; - font-family: "Pathway Gothic One", sans-serif; - font-weight: 700; - color: #fff; - transition: 300ms; - opacity: 0.8; - z-index: 1; -} - -.button6div { - height: 40px; - width: 150px; - position: absolute; - top: 40px; - left: 0; - background: rgba(255, 255, 255, 0.8); - z-index: 0; - transition: 300ms; -} - -.slide:hover .button6div { - top: 0; -} - -.slide:hover .button6 { - color: #303030; -} - -.button-wrapper { - margin: 20px 0; - position: relative; - display: inline-block; -} - -@media only screen and (max-width:576px) { - .content { - min-width: fit-content; - min-width: -moz-fit-content; - } - .menu_items a .icon:after { - width: 60px; - height: 60px; - margin-left: -33px; - margin-top: -32px; - border-radius: 100%; - border: 2px solid black; - transition: border-color 0.2s; - } - .shazam .content { - transform: rotate(35deg); - } -} - -@media only screen and (min-width: 577px) { - .wrapper { - overflow-x: hidden; - } - .content { - min-width: 577px; - } - .shazam .content { - transform: rotate(30deg); - } -} - -@media only screen and (min-width: 800px) { - .wrapper { - overflow-x: hidden; - } - .content { - min-width: 800px; - } - .shazam .content { - transform: rotate(30deg); - } -} - - -@media only screen and (min-width: 1200px) { - .wrapper { - overflow-x: hidden; - } - .content { - min-width: 1380px; - } - .shazam .content { - transform: rotate(35deg); - } -} - -@media only screen and (min-width: 1440px) { - .wrapper { - overflow-x: hidden; - } - .content { - min-width: 1540px; - } - .shazam .content { - transform: rotate(35deg); - } -} - - -@media only screen and (min-width: 1600px) { - .wrapper { - overflow-x: hidden; - } - .content { - min-width: 1720px; - } - .shazam .content { - transform: rotate(25deg); - } -} - - -@media only screen and (min-width: 1920px) { - .wrapper { - overflow-x: hidden; - } - .content { - min-width: 2050px; - } - .shazam .content { - transform: rotate(30deg); - } -} diff --git a/flow/static/events_day.js b/flow/static/events_day.js deleted file mode 100644 index 0ba2aae..0000000 --- a/flow/static/events_day.js +++ /dev/null @@ -1,71 +0,0 @@ -(function ($) { - $.fn.timeline = function () { - var selectors = { - id: $(this), - item: $(this).find(".timeline-item"), - activeClass: "timeline-item--active", - img: ".timeline__img", - }; - selectors.item.eq(0).addClass(selectors.activeClass); - selectors.id.css( - "background-image", - "url(" + selectors.item.first().find(selectors.img).attr("src") + ")" - ); - var itemLength = selectors.item.length; - $(window).scroll(function () { - var max, min; - var pos = $(this).scrollTop(); - selectors.item.each(function (i) { - min = $(this).offset().top; - max = $(this).height() + $(this).offset().top; - var that = $(this); - if (i == itemLength - 2 && pos > min + $(this).height() / 2) { - selectors.item.removeClass(selectors.activeClass); - selectors.id.css( - "background-image", - "url(" + selectors.item.last().find(selectors.img).attr("src") + ")" - ); - selectors.item.last().addClass(selectors.activeClass); - } else if (pos <= max - 40 && pos >= min) { - selectors.id.css( - "background-image", - "url(" + $(this).find(selectors.img).attr("src") + ")" - ); - selectors.item.removeClass(selectors.activeClass); - $(this).addClass(selectors.activeClass); - } - }); - }); - }; -})(jQuery); - -$("#timeline-1").timeline(); - -var $page = $(".wrapper"); -let pos = 0; -$(".menu_toggle").on("click", function () { - $page.toggleClass("shazam"); - var wrapper = document.getElementById("wrapper"); - wrapper.style.overflow = "hidden"; - document.documentElement.scrollTop = 0; - pos = document.getElementsByClassName("timeline-item--active")[0].id; - console.log(pos); - if(!($page.hasClass("shazam"))){ - setTimeout(function(){ document.getElementById(pos).scrollIntoView(); - var wrapper = document.getElementById("wrapper"); - wrapper.style.overflow = "auto";}, 700); - } -}); -$(".content").on("click", function () { - // let pos = document.getElementsByClassName("timeline-item--active")[0].id; - document.getElementById(pos).scrollIntoView(); - $page.removeClass("shazam"); - // var wrapper = document.getElementById("wrapper"); - // wrapper.style.overflow = "auto"; -}); - -$(".content").hover( function () { - console.log("hi!") - // let pos = document.getElementsByClassName("timeline-item--active")[0].id; - -}); diff --git a/flow/static/favicons/img-favicon.png b/flow/static/favicons/img-favicon.png deleted file mode 100644 index 38cef9e..0000000 Binary files a/flow/static/favicons/img-favicon.png and /dev/null differ diff --git a/flow/static/favicons/img-favicon2x.png b/flow/static/favicons/img-favicon2x.png deleted file mode 100644 index c6b9577..0000000 Binary files a/flow/static/favicons/img-favicon2x.png and /dev/null differ diff --git a/flow/static/font/fonts-battling-bold-webfont.eot b/flow/static/font/fonts-battling-bold-webfont.eot deleted file mode 100644 index ce83063..0000000 Binary files a/flow/static/font/fonts-battling-bold-webfont.eot and /dev/null differ diff --git a/flow/static/font/fonts-battling-bold-webfont.ttf b/flow/static/font/fonts-battling-bold-webfont.ttf deleted file mode 100644 index e380320..0000000 Binary files a/flow/static/font/fonts-battling-bold-webfont.ttf and /dev/null differ diff --git a/flow/static/font/fonts-battling-bold-webfont.woff b/flow/static/font/fonts-battling-bold-webfont.woff deleted file mode 100644 index 239045b..0000000 Binary files a/flow/static/font/fonts-battling-bold-webfont.woff and /dev/null differ diff --git a/flow/static/font/fonts-battling-bold-webfont.woff2 b/flow/static/font/fonts-battling-bold-webfont.woff2 deleted file mode 100644 index a45de49..0000000 Binary files a/flow/static/font/fonts-battling-bold-webfont.woff2 and /dev/null differ diff --git a/flow/static/font/fonts-battling-medium-webfont.eot b/flow/static/font/fonts-battling-medium-webfont.eot deleted file mode 100644 index 1a88475..0000000 Binary files a/flow/static/font/fonts-battling-medium-webfont.eot and /dev/null differ diff --git a/flow/static/font/fonts-battling-medium-webfont.ttf b/flow/static/font/fonts-battling-medium-webfont.ttf deleted file mode 100644 index 0b0965c..0000000 Binary files a/flow/static/font/fonts-battling-medium-webfont.ttf and /dev/null differ diff --git a/flow/static/font/fonts-battling-medium-webfont.woff b/flow/static/font/fonts-battling-medium-webfont.woff deleted file mode 100644 index 1190845..0000000 Binary files a/flow/static/font/fonts-battling-medium-webfont.woff and /dev/null differ diff --git a/flow/static/font/fonts-battling-medium-webfont.woff2 b/flow/static/font/fonts-battling-medium-webfont.woff2 deleted file mode 100644 index ab074e2..0000000 Binary files a/flow/static/font/fonts-battling-medium-webfont.woff2 and /dev/null differ diff --git a/flow/static/font/fonts-battling-regular-webfont.eot b/flow/static/font/fonts-battling-regular-webfont.eot deleted file mode 100644 index 7d4511f..0000000 Binary files a/flow/static/font/fonts-battling-regular-webfont.eot and /dev/null differ diff --git a/flow/static/font/fonts-battling-regular-webfont.ttf b/flow/static/font/fonts-battling-regular-webfont.ttf deleted file mode 100644 index 512e010..0000000 Binary files a/flow/static/font/fonts-battling-regular-webfont.ttf and /dev/null differ diff --git a/flow/static/font/fonts-battling-regular-webfont.woff b/flow/static/font/fonts-battling-regular-webfont.woff deleted file mode 100644 index 672bcd3..0000000 Binary files a/flow/static/font/fonts-battling-regular-webfont.woff and /dev/null differ diff --git a/flow/static/font/fonts-battling-regular-webfont.woff2 b/flow/static/font/fonts-battling-regular-webfont.woff2 deleted file mode 100644 index dc3dca3..0000000 Binary files a/flow/static/font/fonts-battling-regular-webfont.woff2 and /dev/null differ diff --git a/flow/static/font/fonts-futuredeluxeprowebfont.eot b/flow/static/font/fonts-futuredeluxeprowebfont.eot deleted file mode 100644 index 33c7d30..0000000 Binary files a/flow/static/font/fonts-futuredeluxeprowebfont.eot and /dev/null differ diff --git a/flow/static/font/fonts-futuredeluxeprowebfont.ttf b/flow/static/font/fonts-futuredeluxeprowebfont.ttf deleted file mode 100644 index e10100e..0000000 Binary files a/flow/static/font/fonts-futuredeluxeprowebfont.ttf and /dev/null differ diff --git a/flow/static/font/fonts-futuredeluxeprowebfont.woff b/flow/static/font/fonts-futuredeluxeprowebfont.woff deleted file mode 100644 index d4a695f..0000000 Binary files a/flow/static/font/fonts-futuredeluxeprowebfont.woff and /dev/null differ diff --git a/flow/static/font/fonts-futuredeluxeprowebfont.woff2 b/flow/static/font/fonts-futuredeluxeprowebfont.woff2 deleted file mode 100644 index ff77c6a..0000000 Binary files a/flow/static/font/fonts-futuredeluxeprowebfont.woff2 and /dev/null differ diff --git a/flow/static/font/fonts-sourdoreille.eot b/flow/static/font/fonts-sourdoreille.eot deleted file mode 100644 index 8c59eb8..0000000 Binary files a/flow/static/font/fonts-sourdoreille.eot and /dev/null differ diff --git a/flow/static/font/fonts-sourdoreille.ttf b/flow/static/font/fonts-sourdoreille.ttf deleted file mode 100644 index 574a100..0000000 Binary files a/flow/static/font/fonts-sourdoreille.ttf and /dev/null differ diff --git a/flow/static/font/fonts-sourdoreille.woff b/flow/static/font/fonts-sourdoreille.woff deleted file mode 100644 index cddb9af..0000000 Binary files a/flow/static/font/fonts-sourdoreille.woff and /dev/null differ diff --git a/flow/static/fonts/Konexy.otf b/flow/static/fonts/Konexy.otf deleted file mode 100644 index 9449ae7..0000000 Binary files a/flow/static/fonts/Konexy.otf and /dev/null differ diff --git a/flow/static/fonts/MonumentExtended-Regular.otf b/flow/static/fonts/MonumentExtended-Regular.otf deleted file mode 100644 index 0673962..0000000 Binary files a/flow/static/fonts/MonumentExtended-Regular.otf and /dev/null differ diff --git a/flow/static/fonts/Muller/FFF EULA License ver2.1.pdf b/flow/static/fonts/Muller/FFF EULA License ver2.1.pdf new file mode 100644 index 0000000..d1505e2 Binary files /dev/null and b/flow/static/fonts/Muller/FFF EULA License ver2.1.pdf differ diff --git a/flow/static/fonts/Muller/MullerDemo-ExtraBold.otf b/flow/static/fonts/Muller/MullerDemo-ExtraBold.otf new file mode 100644 index 0000000..6c24d77 Binary files /dev/null and b/flow/static/fonts/Muller/MullerDemo-ExtraBold.otf differ diff --git a/flow/static/fonts/Muller/MullerDemo-Thin.otf b/flow/static/fonts/Muller/MullerDemo-Thin.otf new file mode 100644 index 0000000..e7be594 Binary files /dev/null and b/flow/static/fonts/Muller/MullerDemo-Thin.otf differ diff --git a/flow/static/fonts/Muller/MullerNarrowDemo-ExtraBold.otf b/flow/static/fonts/Muller/MullerNarrowDemo-ExtraBold.otf new file mode 100644 index 0000000..59b491e Binary files /dev/null and b/flow/static/fonts/Muller/MullerNarrowDemo-ExtraBold.otf differ diff --git a/flow/static/fonts/Muller/MullerNarrowDemo-ExtraBoldItalic.otf b/flow/static/fonts/Muller/MullerNarrowDemo-ExtraBoldItalic.otf new file mode 100644 index 0000000..3ee3472 Binary files /dev/null and b/flow/static/fonts/Muller/MullerNarrowDemo-ExtraBoldItalic.otf differ diff --git a/flow/static/fonts/Muller/MullerNarrowDemo-Light.otf b/flow/static/fonts/Muller/MullerNarrowDemo-Light.otf new file mode 100644 index 0000000..4ee3336 Binary files /dev/null and b/flow/static/fonts/Muller/MullerNarrowDemo-Light.otf differ diff --git a/flow/static/fonts/Muller/MullerNarrowDemo-LightItalic.otf b/flow/static/fonts/Muller/MullerNarrowDemo-LightItalic.otf new file mode 100644 index 0000000..6fdc7f2 Binary files /dev/null and b/flow/static/fonts/Muller/MullerNarrowDemo-LightItalic.otf differ diff --git a/flow/static/fonts/Muller/__MACOSX/._FFF EULA License ver2.1.pdf b/flow/static/fonts/Muller/__MACOSX/._FFF EULA License ver2.1.pdf new file mode 100644 index 0000000..2d388f3 Binary files /dev/null and b/flow/static/fonts/Muller/__MACOSX/._FFF EULA License ver2.1.pdf differ diff --git a/flow/static/fonts/Muller/__MACOSX/._MullerDemo-ExtraBold.otf b/flow/static/fonts/Muller/__MACOSX/._MullerDemo-ExtraBold.otf new file mode 100644 index 0000000..75ee2c9 Binary files /dev/null and b/flow/static/fonts/Muller/__MACOSX/._MullerDemo-ExtraBold.otf differ diff --git a/flow/static/fonts/Muller/__MACOSX/._MullerDemo-Thin.otf b/flow/static/fonts/Muller/__MACOSX/._MullerDemo-Thin.otf new file mode 100644 index 0000000..75ee2c9 Binary files /dev/null and b/flow/static/fonts/Muller/__MACOSX/._MullerDemo-Thin.otf differ diff --git a/flow/static/footer.css b/flow/static/footer.css deleted file mode 100644 index 0d9de13..0000000 --- a/flow/static/footer.css +++ /dev/null @@ -1,124 +0,0 @@ - .footer { - bottom: 0; - display: flex; - flex-flow: row wrap; - padding: 30px 30px 20px 30px !important; - color: #fff; - background-color: #121212; - } - - .footer > * { - flex: 1 100%; - } - - .footer__addr { - margin-right: 1.25em; - margin-bottom: 2em; - } - - .footer__logo { - font-family: 'Montserrat'; - font-size: 1.5rem; - } - - .footer__addr h2 { - margin-top: 1.3em; - font-size: 15px; - font-weight: 400; - } - - .nav__title { - font-weight: 400; - font-size: 15px; - } - - .footer address { - font-style: normal; - color: #999; - } - - .footer__btn { - display: flex; - align-items: center; - justify-content: center; - height: 36px; - max-width: max-content; - background-color: #fff; - border-radius: 100px; - color: #2f2f2f; - line-height: 0; - margin: 0.6em 0; - font-size: 1rem; - padding: 0 1.3em; - } - - .footer ul { - list-style: none; - padding-left: 0; - } - - .footer li { - line-height: 2em; - } - - .footer a { - text-decoration: none; - } - - .footer__nav { - display: flex; - flex-flow: row wrap; - } - - .footer__nav > * { - flex: 1 50%; - margin-right: 1.25em; - } - - .nav__ul a { - color: #999; - } - - .nav__ul--extra { - column-count: 2; - column-gap: 1.25em; - } - - .legal { - display: flex; - flex-wrap: wrap; - color: #999; - } - - .legal__links { - display: flex; - align-items: center; - } - - .heart { - color: #2f2f2f; - } - - @media screen and (min-width: 24.375em) { - .legal .legal__links { - margin-left: auto; - } - } - - @media screen and (min-width: 40.375em) { - .footer__nav > * { - flex: 1; - } - - .nav__item--extra { - flex-grow: 2; - } - - .footer__addr { - flex: 1 0px; - } - - .footer__nav { - flex: 2 0px; - } - } \ No newline at end of file diff --git a/flow/static/glitch.js b/flow/static/glitch.js deleted file mode 100644 index f5c0dee..0000000 --- a/flow/static/glitch.js +++ /dev/null @@ -1,44 +0,0 @@ -$(document).ready(function () { - - function second_passed() { - $('.clock').removeClass('is-off'); - } - setTimeout(second_passed, 2000) - - $('.switcher').on('click', function(e) { - e.preventDefault(); - $('.screen').toggleClass('glitch'); - }); - const second = 1000, - minute = second * 60, - hour = minute * 60, - day = hour * 24; - - let birthday = "Apr 1, 2021 00:00:00", - countDown = new Date(birthday).getTime(), - x = setInterval(function() { - - let now = new Date().getTime(), - distance = countDown - now; - - document.getElementById("days").innerText = Math.floor(distance / (day)), - document.getElementById("hours").innerText = Math.floor((distance % (day)) / (hour)), - document.getElementById("minutes").innerText = Math.floor((distance % (hour)) / (minute)), - document.getElementById("seconds").innerText = Math.floor((distance % (minute)) / second); - - //do something later when date is reached - if (distance < 0) { - let headline = document.getElementById("headline"), - countdown = document.getElementById("countdown"), - content = document.getElementById("content"); - - - countdown.style.display = "none"; - content.style.display = "block"; - - clearInterval(x); - } - //seconds - }, 0) - }); - \ No newline at end of file diff --git a/flow/static/grain.png b/flow/static/grain.png deleted file mode 100644 index c0f6241..0000000 Binary files a/flow/static/grain.png and /dev/null differ diff --git a/flow/static/header.css b/flow/static/header.css deleted file mode 100644 index ff8ea9a..0000000 --- a/flow/static/header.css +++ /dev/null @@ -1,175 +0,0 @@ -* { - box-sizing: border-box; - } - - html, - body { - height: 100%; - overflow: hidden; - } - - .page { - height: 100%; - background-color: #584E4A; - } - - .content { - height: 200%; - transform-origin: top left; - transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1); - background-color: #141615; - color: wheat; - } - - .content_inner { - height: 50%; - overflow-y: auto; - /* padding: 50px 20%; */ - - } - - .content_innermost { - padding: 50px 20%; - } - /* basically all styling from now on */ - .menu_toggle { - z-index: 900; - position: fixed; - top: 0; - left: 0; - display: block; - cursor: pointer; - width: 100px; - height: 80px; - background-color:transparent; - border-bottom-right-radius: 100%; - } - .menu_close{ - color: teal !important; - } - .menu_open{ - color:teal !important; - } - .menu_toggle:active i { - opacity: 0.8; - } - .menu_toggle i { - color: #f0f0f0; - } - .menu_toggle .menu_open, - .menu_toggle .menu_close { - position: absolute; - top: 50%; - left: 50%; - margin-top: -15px; - margin-left: -12px; - transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1); - } - .menu_toggle .menu_open { - transform-origin: -100px -100px; - } - .menu_toggle .menu_close { - transform: rotate(20deg); - transform-origin: -100px -160px; - } - - .menu_items { - position: fixed; - bottom: 0; - left: 25px; - list-style-type: none; - margin: 0; - padding: 0; - } - .menu_items li { - height: 60px; - margin-bottom: 30px; - transform: translateX(-300px); - transition: transform 0.7s 0s cubic-bezier(1, 0.005, 0.24, 1); - color:#584E4A !important; - } - .menu_items li:nth-child(2) { - margin-left: 20px; - } - .menu_items li:nth-child(3) { - margin-left: 50px; - } - .menu_items li:nth-child(4) { - margin-left: 80px; - } - .menu_items li:nth-child(5) { - margin-left: 110px; - } - .menu_items a { - display: block; - text-decoration: none; - text-transform: uppercase; - letter-spacing: 2px; - color: black; - transition: color 0.2s; - } - .menu_items a .icon { - position: relative; - display: inline-block; - margin-right: 25px; - color: black; - } - .menu_items a .icon:after { - position: absolute; - top: 50%; - left: 50%; - content: ""; - display: block; - width: 60px; - height: 60px; - margin-left: -33px; - margin-top: -32px; - border-radius: 100%; - border: 2px solid black; - transition: border-color 0.2s; - } - .menu_items a:hover { - color: #f0f0f0; - } - .menu_items a:hover .icon:after { - border-color: #30D692; - } - .menu_items a:active .icon { - color: #30D692; - } - - /* Let's open up the menu */ - .shazam { - /*.content_inner { - height: 100%; - }*/ - } - .shazam .content { - transform: rotate(-30deg); - } - .shazam .menu_open { - transform: rotate(-20deg); - color:black; - } - .shazam .menu_close { - transform: rotate(0); - } - .shazam .menu_items li { - transform: translateX(0); - transition: transform 0.35s 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275); - } - .shazam .menu_items li:nth-child(2) { - transition-delay: 0.47s; - } - .shazam .menu_items li:nth-child(3) { - transition-delay: 0.48s; - } - - h1 { - padding-bottom: 15px; - border-bottom: 1px solid #ddd; - } - - body { - background-color: #54be9f; - } \ No newline at end of file diff --git a/flow/static/header.js b/flow/static/header.js deleted file mode 100644 index fa31e88..0000000 --- a/flow/static/header.js +++ /dev/null @@ -1,8 +0,0 @@ -var $page = $('.wrapper'); - -$('.menu_toggle').on('click', function(){ - $page.toggleClass('shazam'); -}); -$('.content').on('click', function(){ - $page.removeClass('shazam'); -}); \ No newline at end of file diff --git a/flow/static/images/central-illust.png b/flow/static/images/central-illust.png deleted file mode 100644 index 9caf82f..0000000 Binary files a/flow/static/images/central-illust.png and /dev/null differ diff --git a/flow/static/images/central-illust2.png b/flow/static/images/central-illust2.png deleted file mode 100644 index cae3f7d..0000000 Binary files a/flow/static/images/central-illust2.png and /dev/null differ diff --git a/flow/static/images/hover-text-ir.png b/flow/static/images/hover-text-ir.png deleted file mode 100644 index f4a0ea8..0000000 Binary files a/flow/static/images/hover-text-ir.png and /dev/null differ diff --git a/flow/static/images/hover-text-li.png b/flow/static/images/hover-text-li.png deleted file mode 100644 index 21a4abd..0000000 Binary files a/flow/static/images/hover-text-li.png and /dev/null differ diff --git a/flow/static/images/hover-text-re.png b/flow/static/images/hover-text-re.png deleted file mode 100644 index f4a0ea8..0000000 Binary files a/flow/static/images/hover-text-re.png and /dev/null differ diff --git a/flow/static/images/hover-text-vo.png b/flow/static/images/hover-text-vo.png deleted file mode 100644 index 21a4abd..0000000 Binary files a/flow/static/images/hover-text-vo.png and /dev/null differ diff --git a/flow/static/images/img-gradiant-festival-blue-dark.png b/flow/static/images/img-gradiant-festival-blue-dark.png deleted file mode 100644 index 6aa3700..0000000 Binary files a/flow/static/images/img-gradiant-festival-blue-dark.png and /dev/null differ diff --git a/flow/static/images/img-gradiant-festival-blue-light.png b/flow/static/images/img-gradiant-festival-blue-light.png deleted file mode 100644 index dde4777..0000000 Binary files a/flow/static/images/img-gradiant-festival-blue-light.png and /dev/null differ diff --git a/flow/static/images/matrix.gif b/flow/static/images/matrix.gif deleted file mode 100644 index 9e0bfbe..0000000 Binary files a/flow/static/images/matrix.gif and /dev/null differ diff --git a/flow/static/img/.DS_Store b/flow/static/img/.DS_Store new file mode 100644 index 0000000..3ca6daa Binary files /dev/null and b/flow/static/img/.DS_Store differ diff --git a/flow/static/img/1.jpeg b/flow/static/img/1.jpeg deleted file mode 100644 index f95d6f0..0000000 Binary files a/flow/static/img/1.jpeg and /dev/null differ diff --git a/flow/static/img/2.jpeg b/flow/static/img/2.jpeg deleted file mode 100644 index 7a47068..0000000 Binary files a/flow/static/img/2.jpeg and /dev/null differ diff --git a/flow/static/img/3.jpeg b/flow/static/img/3.jpeg deleted file mode 100644 index 88b2be1..0000000 Binary files a/flow/static/img/3.jpeg and /dev/null differ diff --git a/flow/static/img/4.jpeg b/flow/static/img/4.jpeg deleted file mode 100644 index 7acfd03..0000000 Binary files a/flow/static/img/4.jpeg and /dev/null differ diff --git a/flow/static/img/5.jpeg b/flow/static/img/5.jpeg deleted file mode 100644 index 3285f25..0000000 Binary files a/flow/static/img/5.jpeg and /dev/null differ diff --git a/flow/static/img/6.jpeg b/flow/static/img/6.jpeg deleted file mode 100644 index 2693f22..0000000 Binary files a/flow/static/img/6.jpeg and /dev/null differ diff --git a/flow/static/img/New Folder With Items/1.png b/flow/static/img/New Folder With Items/1.png new file mode 100644 index 0000000..10812d3 Binary files /dev/null and b/flow/static/img/New Folder With Items/1.png differ diff --git a/flow/static/img/New Folder With Items/2.png b/flow/static/img/New Folder With Items/2.png new file mode 100644 index 0000000..d9d80e2 Binary files /dev/null and b/flow/static/img/New Folder With Items/2.png differ diff --git a/flow/static/img/New Folder With Items/3.png b/flow/static/img/New Folder With Items/3.png new file mode 100644 index 0000000..251a5a2 Binary files /dev/null and b/flow/static/img/New Folder With Items/3.png differ diff --git a/flow/static/img/New Folder With Items/4.png b/flow/static/img/New Folder With Items/4.png new file mode 100644 index 0000000..9b3e35e Binary files /dev/null and b/flow/static/img/New Folder With Items/4.png differ diff --git a/flow/static/img/New Folder With Items/5.png b/flow/static/img/New Folder With Items/5.png new file mode 100644 index 0000000..7db94f9 Binary files /dev/null and b/flow/static/img/New Folder With Items/5.png differ diff --git a/flow/static/img/New Folder With Items/6.png b/flow/static/img/New Folder With Items/6.png new file mode 100644 index 0000000..5465c6f Binary files /dev/null and b/flow/static/img/New Folder With Items/6.png differ diff --git a/flow/static/img/New Folder With Items/Aarohan-2019-Header.png b/flow/static/img/New Folder With Items/Aarohan-2019-Header.png new file mode 100644 index 0000000..b1da605 Binary files /dev/null and b/flow/static/img/New Folder With Items/Aarohan-2019-Header.png differ diff --git a/flow/static/img/New Folder With Items/Accomodation, Traveling and Hospitality.png b/flow/static/img/New Folder With Items/Accomodation, Traveling and Hospitality.png new file mode 100644 index 0000000..6443ed8 Binary files /dev/null and b/flow/static/img/New Folder With Items/Accomodation, Traveling and Hospitality.png differ diff --git a/flow/static/img/New Folder With Items/Arena Management.png b/flow/static/img/New Folder With Items/Arena Management.png new file mode 100644 index 0000000..47c0d53 Binary files /dev/null and b/flow/static/img/New Folder With Items/Arena Management.png differ diff --git a/flow/static/img/New Folder With Items/CENTRE.png b/flow/static/img/New Folder With Items/CENTRE.png new file mode 100644 index 0000000..1f77e0e Binary files /dev/null and b/flow/static/img/New Folder With Items/CENTRE.png differ diff --git a/flow/static/img/New Folder With Items/Corporate Communication.png b/flow/static/img/New Folder With Items/Corporate Communication.png new file mode 100644 index 0000000..388c0e8 Binary files /dev/null and b/flow/static/img/New Folder With Items/Corporate Communication.png differ diff --git a/flow/static/img/New Folder With Items/Events and Workshop Management.png b/flow/static/img/New Folder With Items/Events and Workshop Management.png new file mode 100644 index 0000000..68405bc Binary files /dev/null and b/flow/static/img/New Folder With Items/Events and Workshop Management.png differ diff --git a/flow/static/img/New Folder With Items/Exhibition.png b/flow/static/img/New Folder With Items/Exhibition.png new file mode 100644 index 0000000..d0ecc58 Binary files /dev/null and b/flow/static/img/New Folder With Items/Exhibition.png differ diff --git a/flow/static/img/New Folder With Items/General Secretary (Permissions).png b/flow/static/img/New Folder With Items/General Secretary (Permissions).png new file mode 100644 index 0000000..4db5c13 Binary files /dev/null and b/flow/static/img/New Folder With Items/General Secretary (Permissions).png differ diff --git a/flow/static/img/New Folder With Items/Graphic Designer.png b/flow/static/img/New Folder With Items/Graphic Designer.png new file mode 100644 index 0000000..86a6b19 Binary files /dev/null and b/flow/static/img/New Folder With Items/Graphic Designer.png differ diff --git a/flow/static/img/New Folder With Items/Graphics Design.png b/flow/static/img/New Folder With Items/Graphics Design.png new file mode 100644 index 0000000..a9a8e90 Binary files /dev/null and b/flow/static/img/New Folder With Items/Graphics Design.png differ diff --git a/flow/static/img/New Folder With Items/Grey Camouflage.jpg b/flow/static/img/New Folder With Items/Grey Camouflage.jpg new file mode 100644 index 0000000..2630e85 Binary files /dev/null and b/flow/static/img/New Folder With Items/Grey Camouflage.jpg differ diff --git a/flow/static/img/New Folder With Items/HN Logo_Final.png b/flow/static/img/New Folder With Items/HN Logo_Final.png new file mode 100644 index 0000000..319f888 Binary files /dev/null and b/flow/static/img/New Folder With Items/HN Logo_Final.png differ diff --git a/flow/static/img/New Folder With Items/Hackathon.png b/flow/static/img/New Folder With Items/Hackathon.png new file mode 100644 index 0000000..0f0acc4 Binary files /dev/null and b/flow/static/img/New Folder With Items/Hackathon.png differ diff --git a/flow/static/img/New Folder With Items/Lectures (Inspirati and Ignitia).png b/flow/static/img/New Folder With Items/Lectures (Inspirati and Ignitia).png new file mode 100644 index 0000000..095e4e0 Binary files /dev/null and b/flow/static/img/New Folder With Items/Lectures (Inspirati and Ignitia).png differ diff --git a/flow/static/img/New Folder With Items/Lectures.png b/flow/static/img/New Folder With Items/Lectures.png new file mode 100644 index 0000000..0fb0ef1 Binary files /dev/null and b/flow/static/img/New Folder With Items/Lectures.png differ diff --git a/flow/static/img/New Folder With Items/Logistics.png b/flow/static/img/New Folder With Items/Logistics.png new file mode 100644 index 0000000..73e6048 Binary files /dev/null and b/flow/static/img/New Folder With Items/Logistics.png differ diff --git a/flow/static/img/New Folder With Items/Mark_Zuckerberg.jpeg b/flow/static/img/New Folder With Items/Mark_Zuckerberg.jpeg new file mode 100644 index 0000000..1ab6bb3 Binary files /dev/null and b/flow/static/img/New Folder With Items/Mark_Zuckerberg.jpeg differ diff --git a/flow/static/img/New Folder With Items/Media and Publicity (Online).png b/flow/static/img/New Folder With Items/Media and Publicity (Online).png new file mode 100644 index 0000000..8674984 Binary files /dev/null and b/flow/static/img/New Folder With Items/Media and Publicity (Online).png differ diff --git a/flow/static/img/New Folder With Items/Media and Publicity.png b/flow/static/img/New Folder With Items/Media and Publicity.png new file mode 100644 index 0000000..ca376bf Binary files /dev/null and b/flow/static/img/New Folder With Items/Media and Publicity.png differ diff --git a/flow/static/img/New Folder With Items/Operations (Inventory - Events and Arena).png b/flow/static/img/New Folder With Items/Operations (Inventory - Events and Arena).png new file mode 100644 index 0000000..525ddb8 Binary files /dev/null and b/flow/static/img/New Folder With Items/Operations (Inventory - Events and Arena).png differ diff --git a/flow/static/img/New Folder With Items/Overall Coordinators.png b/flow/static/img/New Folder With Items/Overall Coordinators.png new file mode 100644 index 0000000..8c86e66 Binary files /dev/null and b/flow/static/img/New Folder With Items/Overall Coordinators.png differ diff --git a/flow/static/img/New Folder With Items/Production Team.png b/flow/static/img/New Folder With Items/Production Team.png new file mode 100644 index 0000000..40dcc00 Binary files /dev/null and b/flow/static/img/New Folder With Items/Production Team.png differ diff --git a/flow/static/img/New Folder With Items/Public Relations.png b/flow/static/img/New Folder With Items/Public Relations.png new file mode 100644 index 0000000..1a36272 Binary files /dev/null and b/flow/static/img/New Folder With Items/Public Relations.png differ diff --git a/flow/static/img/New Folder With Items/Robotics.png b/flow/static/img/New Folder With Items/Robotics.png new file mode 100644 index 0000000..e3b9bcb Binary files /dev/null and b/flow/static/img/New Folder With Items/Robotics.png differ diff --git a/flow/static/img/New Folder With Items/Showbiz.png b/flow/static/img/New Folder With Items/Showbiz.png new file mode 100644 index 0000000..70ba127 Binary files /dev/null and b/flow/static/img/New Folder With Items/Showbiz.png differ diff --git a/flow/static/img/New Folder With Items/Sniper Pointer.jpeg b/flow/static/img/New Folder With Items/Sniper Pointer.jpeg new file mode 100644 index 0000000..0e82e21 Binary files /dev/null and b/flow/static/img/New Folder With Items/Sniper Pointer.jpeg differ diff --git a/flow/static/img/New Folder With Items/Social Responsibility.png b/flow/static/img/New Folder With Items/Social Responsibility.png new file mode 100644 index 0000000..cd64ce0 Binary files /dev/null and b/flow/static/img/New Folder With Items/Social Responsibility.png differ diff --git a/flow/static/img/New Folder With Items/Startup Expo.png b/flow/static/img/New Folder With Items/Startup Expo.png new file mode 100644 index 0000000..b351b05 Binary files /dev/null and b/flow/static/img/New Folder With Items/Startup Expo.png differ diff --git a/flow/static/img/New Folder With Items/Steve-Jobs.jpg b/flow/static/img/New Folder With Items/Steve-Jobs.jpg new file mode 100644 index 0000000..96e41fd Binary files /dev/null and b/flow/static/img/New Folder With Items/Steve-Jobs.jpg differ diff --git a/flow/static/img/New Folder With Items/Tech Team.png b/flow/static/img/New Folder With Items/Tech Team.png new file mode 100644 index 0000000..e349aed Binary files /dev/null and b/flow/static/img/New Folder With Items/Tech Team.png differ diff --git a/flow/static/img/New Folder With Items/Treasurer.png b/flow/static/img/New Folder With Items/Treasurer.png new file mode 100644 index 0000000..8dce11b Binary files /dev/null and b/flow/static/img/New Folder With Items/Treasurer.png differ diff --git a/flow/static/img/New Folder With Items/WORKSHOP1.png b/flow/static/img/New Folder With Items/WORKSHOP1.png new file mode 100644 index 0000000..37ca488 Binary files /dev/null and b/flow/static/img/New Folder With Items/WORKSHOP1.png differ diff --git a/flow/static/img/New Folder With Items/WORKSHOP2.png b/flow/static/img/New Folder With Items/WORKSHOP2.png new file mode 100644 index 0000000..04e6a76 Binary files /dev/null and b/flow/static/img/New Folder With Items/WORKSHOP2.png differ diff --git a/flow/static/img/New Folder With Items/Website BG Mobile.png b/flow/static/img/New Folder With Items/Website BG Mobile.png new file mode 100644 index 0000000..826814d Binary files /dev/null and b/flow/static/img/New Folder With Items/Website BG Mobile.png differ diff --git a/flow/static/img/New Folder With Items/Website BG.png b/flow/static/img/New Folder With Items/Website BG.png new file mode 100644 index 0000000..8999941 Binary files /dev/null and b/flow/static/img/New Folder With Items/Website BG.png differ diff --git a/flow/static/img/New Folder With Items/a2.png b/flow/static/img/New Folder With Items/a2.png new file mode 100644 index 0000000..3490365 Binary files /dev/null and b/flow/static/img/New Folder With Items/a2.png differ diff --git a/flow/static/img/New Folder With Items/a4png.png b/flow/static/img/New Folder With Items/a4png.png new file mode 100644 index 0000000..0192fa9 Binary files /dev/null and b/flow/static/img/New Folder With Items/a4png.png differ diff --git a/flow/static/img/New Folder With Items/about-us2.png b/flow/static/img/New Folder With Items/about-us2.png new file mode 100644 index 0000000..910ee1a Binary files /dev/null and b/flow/static/img/New Folder With Items/about-us2.png differ diff --git a/flow/static/img/New Folder With Items/adobe.jpeg b/flow/static/img/New Folder With Items/adobe.jpeg new file mode 100644 index 0000000..a5ac9a9 Binary files /dev/null and b/flow/static/img/New Folder With Items/adobe.jpeg differ diff --git a/flow/static/img/New Folder With Items/airtel.jpeg b/flow/static/img/New Folder With Items/airtel.jpeg new file mode 100644 index 0000000..0a025c6 Binary files /dev/null and b/flow/static/img/New Folder With Items/airtel.jpeg differ diff --git a/flow/static/img/New Folder With Items/allahabadbank.jpeg b/flow/static/img/New Folder With Items/allahabadbank.jpeg new file mode 100644 index 0000000..8cd9074 Binary files /dev/null and b/flow/static/img/New Folder With Items/allahabadbank.jpeg differ diff --git a/flow/static/img/New Folder With Items/aquatica.jpeg b/flow/static/img/New Folder With Items/aquatica.jpeg new file mode 100644 index 0000000..f629fee Binary files /dev/null and b/flow/static/img/New Folder With Items/aquatica.jpeg differ diff --git a/flow/static/img/New Folder With Items/arhn_header.png b/flow/static/img/New Folder With Items/arhn_header.png new file mode 100644 index 0000000..2064d9f Binary files /dev/null and b/flow/static/img/New Folder With Items/arhn_header.png differ diff --git a/flow/static/img/New Folder With Items/arihants.jpeg b/flow/static/img/New Folder With Items/arihants.jpeg new file mode 100644 index 0000000..151e908 Binary files /dev/null and b/flow/static/img/New Folder With Items/arihants.jpeg differ diff --git a/flow/static/img/New Folder With Items/armageddon.jpg b/flow/static/img/New Folder With Items/armageddon.jpg new file mode 100644 index 0000000..dc4d7be Binary files /dev/null and b/flow/static/img/New Folder With Items/armageddon.jpg differ diff --git a/flow/static/img/New Folder With Items/armydisplay.jpeg b/flow/static/img/New Folder With Items/armydisplay.jpeg new file mode 100644 index 0000000..0df2d81 Binary files /dev/null and b/flow/static/img/New Folder With Items/armydisplay.jpeg differ diff --git a/flow/static/img/New Folder With Items/ath.png b/flow/static/img/New Folder With Items/ath.png new file mode 100644 index 0000000..24957ef Binary files /dev/null and b/flow/static/img/New Folder With Items/ath.png differ diff --git a/flow/static/img/New Folder With Items/avaya.jpeg b/flow/static/img/New Folder With Items/avaya.jpeg new file mode 100644 index 0000000..778d108 Binary files /dev/null and b/flow/static/img/New Folder With Items/avaya.jpeg differ diff --git a/flow/static/img/New Folder With Items/balaniinfotech.jpeg b/flow/static/img/New Folder With Items/balaniinfotech.jpeg new file mode 100644 index 0000000..d3574ed Binary files /dev/null and b/flow/static/img/New Folder With Items/balaniinfotech.jpeg differ diff --git a/flow/static/img/New Folder With Items/bandperformance.jpg b/flow/static/img/New Folder With Items/bandperformance.jpg new file mode 100644 index 0000000..fa514f9 Binary files /dev/null and b/flow/static/img/New Folder With Items/bandperformance.jpg differ diff --git a/flow/static/img/New Folder With Items/bg.jpg b/flow/static/img/New Folder With Items/bg.jpg new file mode 100644 index 0000000..e06f0a8 Binary files /dev/null and b/flow/static/img/New Folder With Items/bg.jpg differ diff --git a/flow/static/img/New Folder With Items/bg1.jpg b/flow/static/img/New Folder With Items/bg1.jpg new file mode 100644 index 0000000..32b4f45 Binary files /dev/null and b/flow/static/img/New Folder With Items/bg1.jpg differ diff --git a/flow/static/img/New Folder With Items/bg1.png b/flow/static/img/New Folder With Items/bg1.png new file mode 100644 index 0000000..62c8db0 Binary files /dev/null and b/flow/static/img/New Folder With Items/bg1.png differ diff --git a/flow/static/img/New Folder With Items/billgates.jpg b/flow/static/img/New Folder With Items/billgates.jpg new file mode 100644 index 0000000..b675b5c Binary files /dev/null and b/flow/static/img/New Folder With Items/billgates.jpg differ diff --git a/flow/static/img/New Folder With Items/bob.jpg b/flow/static/img/New Folder With Items/bob.jpg new file mode 100644 index 0000000..403331b Binary files /dev/null and b/flow/static/img/New Folder With Items/bob.jpg differ diff --git a/flow/static/img/New Folder With Items/bplan.jpg b/flow/static/img/New Folder With Items/bplan.jpg new file mode 100644 index 0000000..7b101af Binary files /dev/null and b/flow/static/img/New Folder With Items/bplan.jpg differ diff --git a/flow/static/img/New Folder With Items/calloutsherlock.jpg b/flow/static/img/New Folder With Items/calloutsherlock.jpg new file mode 100644 index 0000000..a27a259 Binary files /dev/null and b/flow/static/img/New Folder With Items/calloutsherlock.jpg differ diff --git a/flow/static/img/New Folder With Items/case_study_challenge.jpg b/flow/static/img/New Folder With Items/case_study_challenge.jpg new file mode 100644 index 0000000..f14c435 Binary files /dev/null and b/flow/static/img/New Folder With Items/case_study_challenge.jpg differ diff --git a/flow/static/img/New Folder With Items/cesc.jpeg b/flow/static/img/New Folder With Items/cesc.jpeg new file mode 100644 index 0000000..ea5e543 Binary files /dev/null and b/flow/static/img/New Folder With Items/cesc.jpeg differ diff --git a/flow/static/img/New Folder With Items/cntct_us.png b/flow/static/img/New Folder With Items/cntct_us.png new file mode 100644 index 0000000..2905bb0 Binary files /dev/null and b/flow/static/img/New Folder With Items/cntct_us.png differ diff --git a/flow/static/img/New Folder With Items/coin.png b/flow/static/img/New Folder With Items/coin.png new file mode 100644 index 0000000..c6f53dd Binary files /dev/null and b/flow/static/img/New Folder With Items/coin.png differ diff --git a/flow/static/img/New Folder With Items/crosshair3.png b/flow/static/img/New Folder With Items/crosshair3.png new file mode 100644 index 0000000..7d11a90 Binary files /dev/null and b/flow/static/img/New Folder With Items/crosshair3.png differ diff --git a/flow/static/img/New Folder With Items/cyclestuntshow.jpeg b/flow/static/img/New Folder With Items/cyclestuntshow.jpeg new file mode 100644 index 0000000..171ac4e Binary files /dev/null and b/flow/static/img/New Folder With Items/cyclestuntshow.jpeg differ diff --git a/flow/static/img/New Folder With Items/decathlon.jpg b/flow/static/img/New Folder With Items/decathlon.jpg new file mode 100644 index 0000000..4475aa9 Binary files /dev/null and b/flow/static/img/New Folder With Items/decathlon.jpg differ diff --git a/flow/static/img/New Folder With Items/developercircle.jpeg b/flow/static/img/New Folder With Items/developercircle.jpeg new file mode 100644 index 0000000..3699c98 Binary files /dev/null and b/flow/static/img/New Folder With Items/developercircle.jpeg differ diff --git a/flow/static/img/New Folder With Items/dominos.jpeg b/flow/static/img/New Folder With Items/dominos.jpeg new file mode 100644 index 0000000..9b51b0e Binary files /dev/null and b/flow/static/img/New Folder With Items/dominos.jpeg differ diff --git a/flow/static/img/New Folder With Items/electra.jpeg b/flow/static/img/New Folder With Items/electra.jpeg new file mode 100644 index 0000000..9e07a0b Binary files /dev/null and b/flow/static/img/New Folder With Items/electra.jpeg differ diff --git a/flow/static/img/New Folder With Items/eureka.jpg b/flow/static/img/New Folder With Items/eureka.jpg new file mode 100644 index 0000000..1978fd3 Binary files /dev/null and b/flow/static/img/New Folder With Items/eureka.jpg differ diff --git a/flow/static/img/New Folder With Items/events.png b/flow/static/img/New Folder With Items/events.png new file mode 100644 index 0000000..06a741b Binary files /dev/null and b/flow/static/img/New Folder With Items/events.png differ diff --git a/flow/static/img/New Folder With Items/fantasyfootball.jpg b/flow/static/img/New Folder With Items/fantasyfootball.jpg new file mode 100644 index 0000000..7a5425a Binary files /dev/null and b/flow/static/img/New Folder With Items/fantasyfootball.jpg differ diff --git a/flow/static/img/New Folder With Items/festpav.jpeg b/flow/static/img/New Folder With Items/festpav.jpeg new file mode 100644 index 0000000..59e2843 Binary files /dev/null and b/flow/static/img/New Folder With Items/festpav.jpeg differ diff --git a/flow/static/img/New Folder With Items/flipkart.jpeg b/flow/static/img/New Folder With Items/flipkart.jpeg new file mode 100644 index 0000000..6f1e323 Binary files /dev/null and b/flow/static/img/New Folder With Items/flipkart.jpeg differ diff --git a/flow/static/img/New Folder With Items/focus.png b/flow/static/img/New Folder With Items/focus.png new file mode 100644 index 0000000..f134af8 Binary files /dev/null and b/flow/static/img/New Folder With Items/focus.png differ diff --git a/flow/static/img/New Folder With Items/gamingarena.jpeg b/flow/static/img/New Folder With Items/gamingarena.jpeg new file mode 100644 index 0000000..88ebf69 Binary files /dev/null and b/flow/static/img/New Folder With Items/gamingarena.jpeg differ diff --git a/flow/static/img/New Folder With Items/godrej.jpeg b/flow/static/img/New Folder With Items/godrej.jpeg new file mode 100644 index 0000000..253e0a9 Binary files /dev/null and b/flow/static/img/New Folder With Items/godrej.jpeg differ diff --git a/flow/static/img/New Folder With Items/hindustanpetrol.jpeg b/flow/static/img/New Folder With Items/hindustanpetrol.jpeg new file mode 100644 index 0000000..1996058 Binary files /dev/null and b/flow/static/img/New Folder With Items/hindustanpetrol.jpeg differ diff --git a/flow/static/img/New Folder With Items/hindustantimes.jpeg b/flow/static/img/New Folder With Items/hindustantimes.jpeg new file mode 100644 index 0000000..23f28f7 Binary files /dev/null and b/flow/static/img/New Folder With Items/hindustantimes.jpeg differ diff --git a/flow/static/img/New Folder With Items/hp.jpeg b/flow/static/img/New Folder With Items/hp.jpeg new file mode 100644 index 0000000..6fb6c76 Binary files /dev/null and b/flow/static/img/New Folder With Items/hp.jpeg differ diff --git a/flow/static/img/New Folder With Items/ibm.jpeg b/flow/static/img/New Folder With Items/ibm.jpeg new file mode 100644 index 0000000..da0d0d9 Binary files /dev/null and b/flow/static/img/New Folder With Items/ibm.jpeg differ diff --git a/flow/static/img/New Folder With Items/igniteengineers.jpeg b/flow/static/img/New Folder With Items/igniteengineers.jpeg new file mode 100644 index 0000000..ca5e0cd Binary files /dev/null and b/flow/static/img/New Folder With Items/igniteengineers.jpeg differ diff --git a/flow/static/img/New Folder With Items/ignitia.jpeg b/flow/static/img/New Folder With Items/ignitia.jpeg new file mode 100644 index 0000000..1a21022 Binary files /dev/null and b/flow/static/img/New Folder With Items/ignitia.jpeg differ diff --git a/flow/static/img/New Folder With Items/ims.jpeg b/flow/static/img/New Folder With Items/ims.jpeg new file mode 100644 index 0000000..df2f44f Binary files /dev/null and b/flow/static/img/New Folder With Items/ims.jpeg differ diff --git a/flow/static/img/New Folder With Items/inquest.jpg b/flow/static/img/New Folder With Items/inquest.jpg new file mode 100644 index 0000000..3e85480 Binary files /dev/null and b/flow/static/img/New Folder With Items/inquest.jpg differ diff --git a/flow/static/img/New Folder With Items/internshala.jpeg b/flow/static/img/New Folder With Items/internshala.jpeg new file mode 100644 index 0000000..7517ef9 Binary files /dev/null and b/flow/static/img/New Folder With Items/internshala.jpeg differ diff --git a/flow/static/img/New Folder With Items/itc.jpeg b/flow/static/img/New Folder With Items/itc.jpeg new file mode 100644 index 0000000..25816e9 Binary files /dev/null and b/flow/static/img/New Folder With Items/itc.jpeg differ diff --git a/flow/static/img/New Folder With Items/jet brains.png b/flow/static/img/New Folder With Items/jet brains.png new file mode 100644 index 0000000..84856df Binary files /dev/null and b/flow/static/img/New Folder With Items/jet brains.png differ diff --git a/flow/static/img/New Folder With Items/jio.jpg b/flow/static/img/New Folder With Items/jio.jpg new file mode 100644 index 0000000..e08356a Binary files /dev/null and b/flow/static/img/New Folder With Items/jio.jpg differ diff --git a/flow/static/img/New Folder With Items/khulamaidan.jpg b/flow/static/img/New Folder With Items/khulamaidan.jpg new file mode 100644 index 0000000..36956a7 Binary files /dev/null and b/flow/static/img/New Folder With Items/khulamaidan.jpg differ diff --git a/flow/static/img/New Folder With Items/knowafest.jpeg b/flow/static/img/New Folder With Items/knowafest.jpeg new file mode 100644 index 0000000..272c44b Binary files /dev/null and b/flow/static/img/New Folder With Items/knowafest.jpeg differ diff --git a/flow/static/img/New Folder With Items/linux.jpg b/flow/static/img/New Folder With Items/linux.jpg new file mode 100644 index 0000000..792948c Binary files /dev/null and b/flow/static/img/New Folder With Items/linux.jpg differ diff --git a/flow/static/img/New Folder With Items/load.gif b/flow/static/img/New Folder With Items/load.gif new file mode 100644 index 0000000..168e1dc Binary files /dev/null and b/flow/static/img/New Folder With Items/load.gif differ diff --git a/flow/static/img/New Folder With Items/logo.png b/flow/static/img/New Folder With Items/logo.png new file mode 100644 index 0000000..d3053d6 Binary files /dev/null and b/flow/static/img/New Folder With Items/logo.png differ diff --git a/flow/static/img/New Folder With Items/mascot.png b/flow/static/img/New Folder With Items/mascot.png new file mode 100644 index 0000000..51636a0 Binary files /dev/null and b/flow/static/img/New Folder With Items/mascot.png differ diff --git a/flow/static/img/New Folder With Items/microsoft_PNG4.png b/flow/static/img/New Folder With Items/microsoft_PNG4.png new file mode 100644 index 0000000..148fe0d Binary files /dev/null and b/flow/static/img/New Folder With Items/microsoft_PNG4.png differ diff --git a/flow/static/img/New Folder With Items/niccopark.jpeg b/flow/static/img/New Folder With Items/niccopark.jpeg new file mode 100644 index 0000000..8cfd847 Binary files /dev/null and b/flow/static/img/New Folder With Items/niccopark.jpeg differ diff --git a/flow/static/img/New Folder With Items/nightdragon.jpg b/flow/static/img/New Folder With Items/nightdragon.jpg new file mode 100644 index 0000000..12ef436 Binary files /dev/null and b/flow/static/img/New Folder With Items/nightdragon.jpg differ diff --git a/flow/static/img/New Folder With Items/nitdlogo.jpeg b/flow/static/img/New Folder With Items/nitdlogo.jpeg new file mode 100644 index 0000000..b86e391 Binary files /dev/null and b/flow/static/img/New Folder With Items/nitdlogo.jpeg differ diff --git a/flow/static/img/New Folder With Items/nitdlogo_black.png b/flow/static/img/New Folder With Items/nitdlogo_black.png new file mode 100644 index 0000000..7b06181 Binary files /dev/null and b/flow/static/img/New Folder With Items/nitdlogo_black.png differ diff --git a/flow/static/img/New Folder With Items/nokia.jpeg b/flow/static/img/New Folder With Items/nokia.jpeg new file mode 100644 index 0000000..ea437b8 Binary files /dev/null and b/flow/static/img/New Folder With Items/nokia.jpeg differ diff --git a/flow/static/img/New Folder With Items/nvidia.jpeg b/flow/static/img/New Folder With Items/nvidia.jpeg new file mode 100644 index 0000000..d74139a Binary files /dev/null and b/flow/static/img/New Folder With Items/nvidia.jpeg differ diff --git a/flow/static/img/New Folder With Items/openingceremony.jpeg b/flow/static/img/New Folder With Items/openingceremony.jpeg new file mode 100644 index 0000000..a4b42c6 Binary files /dev/null and b/flow/static/img/New Folder With Items/openingceremony.jpeg differ diff --git a/flow/static/img/New Folder With Items/overnightgaming.jpeg b/flow/static/img/New Folder With Items/overnightgaming.jpeg new file mode 100644 index 0000000..5cb1e36 Binary files /dev/null and b/flow/static/img/New Folder With Items/overnightgaming.jpeg differ diff --git a/flow/static/img/New Folder With Items/paint.jpg b/flow/static/img/New Folder With Items/paint.jpg new file mode 100644 index 0000000..495dc5d Binary files /dev/null and b/flow/static/img/New Folder With Items/paint.jpg differ diff --git a/flow/static/img/New Folder With Items/patron.png b/flow/static/img/New Folder With Items/patron.png new file mode 100644 index 0000000..0eb1b0d Binary files /dev/null and b/flow/static/img/New Folder With Items/patron.png differ diff --git a/flow/static/img/New Folder With Items/pepsi.jpeg b/flow/static/img/New Folder With Items/pepsi.jpeg new file mode 100644 index 0000000..22d9b1d Binary files /dev/null and b/flow/static/img/New Folder With Items/pepsi.jpeg differ diff --git a/flow/static/img/New Folder With Items/peri2.png b/flow/static/img/New Folder With Items/peri2.png new file mode 100644 index 0000000..4caa184 Binary files /dev/null and b/flow/static/img/New Folder With Items/peri2.png differ diff --git a/flow/static/img/New Folder With Items/permissions.png b/flow/static/img/New Folder With Items/permissions.png new file mode 100644 index 0000000..5e1ad4a Binary files /dev/null and b/flow/static/img/New Folder With Items/permissions.png differ diff --git a/flow/static/img/New Folder With Items/pizzahut.jpeg b/flow/static/img/New Folder With Items/pizzahut.jpeg new file mode 100644 index 0000000..9f04dbb Binary files /dev/null and b/flow/static/img/New Folder With Items/pizzahut.jpeg differ diff --git a/flow/static/img/New Folder With Items/red.jpeg b/flow/static/img/New Folder With Items/red.jpeg new file mode 100644 index 0000000..31ea833 Binary files /dev/null and b/flow/static/img/New Folder With Items/red.jpeg differ diff --git a/flow/static/img/New Folder With Items/redfm.jpeg b/flow/static/img/New Folder With Items/redfm.jpeg new file mode 100644 index 0000000..ce64e50 Binary files /dev/null and b/flow/static/img/New Folder With Items/redfm.jpeg differ diff --git a/flow/static/img/New Folder With Items/satellite.jpg b/flow/static/img/New Folder With Items/satellite.jpg new file mode 100644 index 0000000..953649a Binary files /dev/null and b/flow/static/img/New Folder With Items/satellite.jpg differ diff --git a/flow/static/img/New Folder With Items/sbi.jpeg b/flow/static/img/New Folder With Items/sbi.jpeg new file mode 100644 index 0000000..1fafde3 Binary files /dev/null and b/flow/static/img/New Folder With Items/sbi.jpeg differ diff --git a/flow/static/img/New Folder With Items/scene1.jpg b/flow/static/img/New Folder With Items/scene1.jpg new file mode 100644 index 0000000..7661fc2 Binary files /dev/null and b/flow/static/img/New Folder With Items/scene1.jpg differ diff --git a/flow/static/img/New Folder With Items/selldom.jpg b/flow/static/img/New Folder With Items/selldom.jpg new file mode 100644 index 0000000..8794f39 Binary files /dev/null and b/flow/static/img/New Folder With Items/selldom.jpg differ diff --git a/flow/static/img/New Folder With Items/standup.jpg b/flow/static/img/New Folder With Items/standup.jpg new file mode 100644 index 0000000..3799ca6 Binary files /dev/null and b/flow/static/img/New Folder With Items/standup.jpg differ diff --git a/flow/static/img/New Folder With Items/tata.jpeg b/flow/static/img/New Folder With Items/tata.jpeg new file mode 100644 index 0000000..14099cb Binary files /dev/null and b/flow/static/img/New Folder With Items/tata.jpeg differ diff --git a/flow/static/img/New Folder With Items/tatasteel.jpeg b/flow/static/img/New Folder With Items/tatasteel.jpeg new file mode 100644 index 0000000..e8d32f0 Binary files /dev/null and b/flow/static/img/New Folder With Items/tatasteel.jpeg differ diff --git a/flow/static/img/New Folder With Items/teach for india.png b/flow/static/img/New Folder With Items/teach for india.png new file mode 100644 index 0000000..36b4eef Binary files /dev/null and b/flow/static/img/New Folder With Items/teach for india.png differ diff --git a/flow/static/img/New Folder With Items/telegraph.jpeg b/flow/static/img/New Folder With Items/telegraph.jpeg new file mode 100644 index 0000000..982c0d5 Binary files /dev/null and b/flow/static/img/New Folder With Items/telegraph.jpeg differ diff --git a/flow/static/img/New Folder With Items/thehindu.jpg b/flow/static/img/New Folder With Items/thehindu.jpg new file mode 100644 index 0000000..6033ed1 Binary files /dev/null and b/flow/static/img/New Folder With Items/thehindu.jpg differ diff --git a/flow/static/img/New Folder With Items/time.jpeg b/flow/static/img/New Folder With Items/time.jpeg new file mode 100644 index 0000000..18dfd48 Binary files /dev/null and b/flow/static/img/New Folder With Items/time.jpeg differ diff --git a/flow/static/img/New Folder With Items/water_image.png b/flow/static/img/New Folder With Items/water_image.png new file mode 100644 index 0000000..371594d Binary files /dev/null and b/flow/static/img/New Folder With Items/water_image.png differ diff --git a/flow/static/img/New Folder With Items/workshop.png b/flow/static/img/New Folder With Items/workshop.png new file mode 100644 index 0000000..0c686dd Binary files /dev/null and b/flow/static/img/New Folder With Items/workshop.png differ diff --git a/flow/static/img/New Folder With Items/xoxoday.jpeg b/flow/static/img/New Folder With Items/xoxoday.jpeg new file mode 100644 index 0000000..b51ba1a Binary files /dev/null and b/flow/static/img/New Folder With Items/xoxoday.jpeg differ diff --git a/flow/static/img/SAVE_20230228_135222.png b/flow/static/img/SAVE_20230228_135222.png new file mode 100644 index 0000000..f4d5bd4 Binary files /dev/null and b/flow/static/img/SAVE_20230228_135222.png differ diff --git a/flow/static/img/TEAMS.png b/flow/static/img/TEAMS.png new file mode 100644 index 0000000..c0bd0b6 Binary files /dev/null and b/flow/static/img/TEAMS.png differ diff --git a/flow/static/img/TEAMS_white.png b/flow/static/img/TEAMS_white.png new file mode 100644 index 0000000..0417210 Binary files /dev/null and b/flow/static/img/TEAMS_white.png differ diff --git a/flow/static/img/aarohan 2023 text.png b/flow/static/img/aarohan 2023 text.png new file mode 100644 index 0000000..ef2ff59 Binary files /dev/null and b/flow/static/img/aarohan 2023 text.png differ diff --git a/flow/static/img/aarohan_logo1-01.png b/flow/static/img/aarohan_logo1-01.png new file mode 100644 index 0000000..5da4893 Binary files /dev/null and b/flow/static/img/aarohan_logo1-01.png differ diff --git a/flow/static/img/animated-text-fill.png b/flow/static/img/animated-text-fill.png deleted file mode 100644 index 2ca7e13..0000000 Binary files a/flow/static/img/animated-text-fill.png and /dev/null differ diff --git a/flow/static/img/asteroid.png b/flow/static/img/asteroid.png new file mode 100644 index 0000000..d1db047 Binary files /dev/null and b/flow/static/img/asteroid.png differ diff --git a/flow/static/img/bg.jpeg b/flow/static/img/bg.jpeg deleted file mode 100644 index 6065a75..0000000 Binary files a/flow/static/img/bg.jpeg and /dev/null differ diff --git a/flow/static/img/bg.png b/flow/static/img/bg.png new file mode 100644 index 0000000..41a6072 Binary files /dev/null and b/flow/static/img/bg.png differ diff --git a/flow/static/img/bg__ 1.png b/flow/static/img/bg__ 1.png new file mode 100644 index 0000000..44012e7 Binary files /dev/null and b/flow/static/img/bg__ 1.png differ diff --git a/flow/static/img/big _left_planet.png b/flow/static/img/big _left_planet.png new file mode 100644 index 0000000..a4f5daa Binary files /dev/null and b/flow/static/img/big _left_planet.png differ diff --git a/flow/static/img/big_right_planet.png b/flow/static/img/big_right_planet.png new file mode 100644 index 0000000..ecb8ccc Binary files /dev/null and b/flow/static/img/big_right_planet.png differ diff --git a/flow/static/img/central-illust.png b/flow/static/img/central-illust.png deleted file mode 100644 index 9caf82f..0000000 Binary files a/flow/static/img/central-illust.png and /dev/null differ diff --git a/flow/static/img/central-illust2.png b/flow/static/img/central-illust2.png deleted file mode 100644 index cae3f7d..0000000 Binary files a/flow/static/img/central-illust2.png and /dev/null differ diff --git a/flow/static/img/clouds.svg b/flow/static/img/clouds.svg new file mode 100644 index 0000000..b4c7756 --- /dev/null +++ b/flow/static/img/clouds.svg @@ -0,0 +1,3 @@ + + + diff --git a/flow/static/img/clouds2.svg b/flow/static/img/clouds2.svg new file mode 100644 index 0000000..8cb7b29 --- /dev/null +++ b/flow/static/img/clouds2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/flow/static/img/contact-us-phone.jpg b/flow/static/img/contact-us-phone.jpg deleted file mode 100644 index f98150d..0000000 Binary files a/flow/static/img/contact-us-phone.jpg and /dev/null differ diff --git a/flow/static/img/contact-us.jpg b/flow/static/img/contact-us.jpg deleted file mode 100644 index 5694ad4..0000000 Binary files a/flow/static/img/contact-us.jpg and /dev/null differ diff --git a/flow/static/img/d2.svg b/flow/static/img/d2.svg deleted file mode 100644 index 8d13ab3..0000000 --- a/flow/static/img/d2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -Layer 1 \ No newline at end of file diff --git a/flow/static/img/downArrow.svg b/flow/static/img/downArrow.svg deleted file mode 100644 index a07cc7e..0000000 --- a/flow/static/img/downArrow.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/flow/static/img/fast-forward.png b/flow/static/img/fast-forward.png deleted file mode 100644 index c70e8a8..0000000 Binary files a/flow/static/img/fast-forward.png and /dev/null differ diff --git a/flow/static/img/final-logo.png b/flow/static/img/final-logo.png deleted file mode 100644 index 6b3211e..0000000 Binary files a/flow/static/img/final-logo.png and /dev/null differ diff --git a/flow/static/img/green1.jpg b/flow/static/img/green1.jpg deleted file mode 100644 index 3fed94f..0000000 Binary files a/flow/static/img/green1.jpg and /dev/null differ diff --git a/flow/static/img/hamburger icon.png b/flow/static/img/hamburger icon.png new file mode 100644 index 0000000..ace1860 Binary files /dev/null and b/flow/static/img/hamburger icon.png differ diff --git a/flow/static/img/headgear.png b/flow/static/img/headgear.png deleted file mode 100644 index 976f3bd..0000000 Binary files a/flow/static/img/headgear.png and /dev/null differ diff --git a/flow/static/img/logo_square.jpg b/flow/static/img/logo_square.jpg deleted file mode 100644 index b49942f..0000000 Binary files a/flow/static/img/logo_square.jpg and /dev/null differ diff --git a/flow/static/img/matrix.gif b/flow/static/img/matrix.gif deleted file mode 100644 index 9e0bfbe..0000000 Binary files a/flow/static/img/matrix.gif and /dev/null differ diff --git a/flow/static/img/phonebg.png b/flow/static/img/phonebg.png new file mode 100644 index 0000000..44012e7 Binary files /dev/null and b/flow/static/img/phonebg.png differ diff --git a/flow/static/img/rocket.svg b/flow/static/img/rocket.svg new file mode 100644 index 0000000..9ab2c23 --- /dev/null +++ b/flow/static/img/rocket.svg @@ -0,0 +1 @@ +{"v":"5.6.9","fr":25,"ip":0,"op":100,"w":1935,"h":1736,"nm":"nuvole e razzo","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":7,"ty":0,"nm":"Corpo Navicella","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[181,408.5,0],"ix":2},"a":{"a":0,"k":[181,408.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":362,"h":817,"ip":0,"op":99,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.672,700.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[59,-13],[-59,-13],[-59,13],[59,13]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":99,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.173,157.047,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[40.857,26.219],[16.071,-62.641]],"o":[[-16.07,-62.641],[-40.858,26.219],[0,0]],"v":[[83.243,69.953],[0,-69.953],[-83.243,69.953]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":99,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[180.672,673.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72,-13.75],[-60,13.75],[58.5,13.75],[72,-13.75]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.991,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":99,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.172,373.547,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[32.328,20.745],[16.252,-45.295],[4.411,-56.734],[-12.466,-78.324],[0,0],[8.805,113.264],[16.295,45.416]],"o":[[-32.328,20.745],[-16.295,45.416],[-8.805,113.264],[0,0],[12.466,-78.324],[-4.41,-56.734],[-16.252,-45.295]],"v":[[0,-286.453],[-71.807,-184.122],[-101.776,-27.558],[-87.573,286.453],[87.573,286.453],[101.776,-27.558],[71.807,-184.122]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":99,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"maschera oblò 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.172,373.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[130.4,83.2],[-25,-156.667]],"o":[[25,-156.667],[-130.4,83.2],[0,0]],"v":[[88,287],[0,-287],[-88,287]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":99,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Livello forma 1","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[302,408.5,0],"to":[-20.167,0,0],"ti":[20.167,0,0]},{"t":50,"s":[181,408.5,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0.418,-69.37],[11,-106]],"o":[[17,66],[-0.5,83],[0,0]],"v":[[-36,-180.5],[-14.5,26.5],[-28,249.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[0,0],[0.418,-69.37],[0,-107]],"o":[[0,65],[-0.5,83],[0,0]],"v":[[1,-180.5],[0.5,26.5],[-1,249.5]],"c":false}]},{"t":99,"s":[{"i":[[0,0],[0.418,-69.37],[-13.25,-104.75]],"o":[[-16,65.5],[-0.5,83],[0,0]],"v":[[-82,-180.5],[-104.5,26.5],[-86.75,251.25]],"c":false}]}],"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.040802600337,0.040802600337,0.040802600337,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Forma 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":99,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"maschera oblò 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.172,373.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[130.4,83.2],[-25,-156.667]],"o":[[25,-156.667],[-130.4,83.2],[0,0]],"v":[[88,287],[0,-287],[-88,287]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":50,"op":99,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"oblò 2","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[182,352.5,0],"to":[30.167,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[363,352.5,0],"to":[0,0,0],"ti":[30.167,0,0]},{"t":99,"s":[182,352.5,0]}],"ix":2},"a":{"a":0,"k":[1.643,-53.018,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[120.001,120.001],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Tracciato ellisse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":17,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":19,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 2","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[1.643,-53.018],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Ellisse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50,"op":99,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"maschera oblò","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.172,373.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[130.4,83.2],[-25,-156.667]],"o":[[25,-156.667],[-130.4,83.2],[0,0]],"v":[[88,287],[0,-287],[-88,287]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":50,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"oblò","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[182,352.5,0],"to":[-30.167,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[1,352.5,0],"to":[0,0,0],"ti":[-30.167,0,0]},{"t":99,"s":[182,352.5,0]}],"ix":2},"a":{"a":0,"k":[1.643,-53.018,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[120.001,120.001],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Tracciato ellisse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":17,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":19,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 2","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[1.643,-53.018],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Ellisse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":50,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"maschera logo 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[366,407.5,0],"to":[-30.167,0,0],"ti":[30.167,0,0]},{"t":98,"s":[185,407.5,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[111.243,111.243],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Tracciato ellisse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1.004021020029,0.279145992503,0.01484300015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.624,-55.61],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Ellisse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50,"op":99,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"logo metachors 2","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[182,375,0],"to":[-0.167,3.667,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[181,397,0],"to":[0,0,0],"ti":[-0.167,3.667,0]},{"t":99,"s":[182,375,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[22.849,22.849,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.151,-1.151],[0,0],[0,0],[0.288,1.439]],"o":[[1.151,1.007],[0,0],[0,0],[-0.432,-1.151],[0,-0.144]],"v":[[-82.014,-67.253],[-78.417,-63.656],[-78.273,-63.512],[-81.87,-62.362],[-83.165,-66.39]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-4.029,0],[0,0]],"o":[[0,0],[1.87,-4.172]],"v":[[-87.05,-72.863],[-96.114,-69.411]],"c":true},"ix":2},"nm":"Tracciato 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0.432],[0,0],[0,0]],"o":[[0,-0.575],[0,0],[0,0],[0,0]],"v":[[-94.963,-21.363],[-94.963,-22.801],[-81.007,-21.219],[-81.007,-20.068]],"c":true},"ix":2},"nm":"Tracciato 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.144,6.042],[0,0],[0.432,-0.575],[3.453,-3.309]],"o":[[0,0],[0.144,0.863],[-2.878,3.74],[3.453,-4.028]],"v":[[-41.008,67.683],[-39.856,67.396],[-39.713,70.129],[-49.353,80.63]],"c":true},"ix":2},"nm":"Tracciato 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.288,-0.863],[0.576,-2.158],[0.863,2.446],[-0.288,0],[-1.439,-0.144]],"o":[[-0.576,2.158],[-0.719,-2.158],[-0.288,-0.719],[1.439,0],[-0.144,0.863]],"v":[[-81.726,-47.688],[-83.453,-41.215],[-86.043,-47.976],[-85.467,-50.422],[-81.151,-50.134]],"c":true},"ix":2},"nm":"Tracciato 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[4.46,4.891],[0,0],[0,0.288],[-0.576,-0.144],[-0.288,0]],"o":[[0,0],[0,0],[-5.18,2.158],[0,0],[0,-0.432],[0.576,0.432],[0.432,0.144],[0,0]],"v":[[-137.696,106.237],[-137.409,105.805],[-134.675,106.093],[-155.825,103.216],[-147.768,105.517],[-147.768,104.51],[-146.185,105.661],[-144.89,105.086]],"c":true},"ix":2},"nm":"Tracciato 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[-12.086,-12.659],[0,0],[2.014,1.439],[2.158,1.726],[2.302,1.582],[3.597,2.302],[-0.576,0],[1.87,0.863],[0.432,0.575],[1.583,2.014],[0.144,0.432]],"o":[[0,0],[-1.439,-1.582],[-2.014,-1.582],[-2.302,-1.87],[-3.453,-2.446],[-0.432,0],[-2.59,-1.295],[-0.576,-0.288],[-1.727,-2.014],[-0.144,-0.432],[16.834,7.337]],"v":[[-64.029,-72],[-64.748,-70.993],[-69.065,-75.452],[-74.676,-79.912],[-81.295,-85.378],[-91.798,-92.427],[-92.23,-92.427],[-98.704,-95.448],[-100.143,-96.743],[-105.035,-102.785],[-105.467,-104.08]],"c":true},"ix":2},"nm":"Tracciato 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,2.158],[0,0],[-0.288,-1.295],[0,0],[0,0],[1.295,8.056]],"o":[[0,0],[0.576,2.877],[0,0],[0,0],[-3.309,-6.33],[0.144,-1.726]],"v":[[-65.611,-66.533],[-53.381,-55.025],[-52.23,-48.983],[-52.518,-45.962],[-54.676,-42.366],[-66.043,-61.211]],"c":true},"ix":2},"nm":"Tracciato 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[2.302,1.439],[1.007,1.007],[0.288,5.179],[-1.727,-0.863],[-3.453,-2.446],[-0.288,-0.288],[-0.144,-0.288],[-0.144,-0.432],[0,-0.432],[0.144,-0.432],[0.144,-0.288],[0.288,-0.288],[0.288,-0.288]],"o":[[-1.295,-0.863],[2.302,-5.898],[1.727,0.575],[3.597,2.158],[0.288,0.288],[0.288,0.288],[0.144,0.432],[0.144,0.432],[0,0.432],[0,0.432],[-0.144,0.288],[-0.144,0.288],[-2.878,2.733]],"v":[[20.862,82.069],[17.409,79.192],[12.373,66.101],[17.552,68.259],[28.2,74.876],[28.919,75.739],[29.495,76.746],[29.782,77.897],[29.926,79.048],[29.782,80.199],[29.495,81.35],[28.919,82.357],[28.2,83.22]],"c":true},"ix":2},"nm":"Tracciato 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-1.583,0.863],[0,0],[3.741,0.575],[0.863,0.863],[0.432,1.151],[-3.885,4.747],[-2.734,1.726],[-0.432,-0.575],[0.863,-3.309],[0,0],[0,0],[0,0],[0,0],[-0.432,-1.295]],"o":[[0,0],[-3.885,0.288],[-1.295,-0.575],[-1.007,-0.863],[-1.583,-5.323],[2.158,-2.302],[0.288,-0.144],[2.878,4.028],[0,0],[-0.288,1.295],[0,0],[0,0],[0.719,1.151],[0.432,1.726]],"v":[[-68.921,51.284],[-64.748,54.593],[-76.259,54.305],[-79.424,52.147],[-81.438,48.982],[-79.856,33.302],[-72.374,27.26],[-70.359,28.411],[-71.079,39.344],[-77.697,39.775],[-77.985,41.933],[-76.834,45.242],[-76.403,44.954],[-74.532,48.551]],"c":true},"ix":2},"nm":"Tracciato 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[-0.288,0.432],[0.288,0.719],[0,0],[0,0],[0,0],[2.302,0],[2.878,0],[1.583,1.295],[1.583,2.446],[1.007,2.733],[0.432,2.877],[-0.288,2.877],[0,0],[-0.144,-1.87],[-6.619,-2.877],[-0.432,-0.144],[-0.576,0],[-0.576,0.144],[-0.432,0.144],[-0.432,0.288],[-0.432,0.288],[-0.288,0.432]],"o":[[0.288,-0.719],[0,0],[0,0],[0,0],[-2.446,-0.288],[-2.878,0],[-2.014,0],[-2.014,-2.014],[-1.439,-2.446],[-1.007,-2.733],[-0.288,-2.733],[0,0],[-0.432,1.87],[1.87,6.186],[0.432,0.288],[0.432,0.144],[0.576,0.144],[0.432,-0.144],[0.576,-0.144],[0.432,-0.288],[0.288,-0.432],[0.432,-0.432]],"v":[[-68.921,-37.331],[-68.921,-39.633],[-62.158,-31.721],[-69.928,-28.556],[-67.626,-26.542],[-74.532,-26.829],[-83.309,-26.254],[-88.776,-28.268],[-94.1,-34.885],[-97.841,-42.51],[-99.855,-50.853],[-99.999,-59.341],[-89.784,-55.025],[-90.071,-49.271],[-79.424,-33.878],[-77.985,-33.303],[-76.546,-33.015],[-74.964,-33.015],[-73.525,-33.447],[-72.086,-34.022],[-70.791,-34.885],[-69.784,-36.036]],"c":true},"ix":2},"nm":"Tracciato 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[3.885,3.309],[-1.151,-1.151],[-1.439,-1.439],[0,0],[0,0],[0,0],[-3.597,-2.446],[-2.446,-2.302],[4.604,-0.719],[4.173,0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[3.597,-2.589],[1.439,1.151],[1.151,1.151],[0,0],[0,0],[0,0],[6.475,-0.432],[2.734,2.014],[-4.46,1.582],[-4.173,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-34.389,80.63],[-39.713,77.753],[-39.281,77.609],[-36.116,66.245],[-31.799,69.553],[-28.202,73.581],[-27.914,72.574],[-25.324,75.02],[-25.324,75.308],[-15.828,84.514],[-8.202,90.988],[-21.871,94.44],[-34.389,93.146],[-37.986,88.686],[-36.403,88.686],[-35.828,87.823],[-40.432,84.658],[-39.425,81.925],[-38.418,82.213],[-38.849,81.206]],"c":true},"ix":2},"nm":"Tracciato 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-3.453,3.165],[-2.158,1.726],[0,0],[0,0],[0,0],[0,0],[-2.878,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.295,0.432],[-0.576,-0.575],[0.432,-0.719],[1.87,-1.582],[1.439,-0.719],[3.165,-2.446],[3.309,-2.158],[4.173,-1.726],[2.878,-0.288],[-0.288,0.288]],"o":[[2.014,-1.87],[0,0],[0,0],[0,0],[0.719,0.719],[2.878,-1.439],[0,0],[0,-1.007],[0,0],[0,0],[0,0],[0,0],[1.151,-0.719],[0.719,-0.144],[0.288,0.863],[-1.439,1.87],[-1.439,0.863],[-3.165,2.158],[-3.165,2.589],[-3.885,2.446],[-2.734,0.863],[-0.288,0],[3.165,-3.309]],"v":[[-169.638,132.706],[-163.307,127.527],[-163.163,128.102],[-152.516,122.348],[-152.948,120.19],[-151.509,121.629],[-143.164,117.169],[-142.876,117.745],[-142.876,116.306],[-136.257,114.724],[-136.257,112.422],[-135.682,112.422],[-135.25,113.861],[-131.653,112.135],[-129.639,112.854],[-129.927,115.299],[-134.963,120.622],[-139.279,123.068],[-148.631,129.685],[-157.984,137.453],[-170.07,143.639],[-178.415,145.365],[-179.566,142.488]],"c":true},"ix":2},"nm":"Tracciato 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[-0.719,0.863],[0,0],[0,0],[0,0],[2.734,-1.151],[-0.576,0.575],[-1.007,1.439],[-1.583,1.439],[-7.626,4.891],[-7.338,2.158],[-2.59,-0.575],[2.734,-1.295],[2.878,-2.014],[1.439,2.733],[0,-0.719],[1.439,-2.733],[2.878,-4.028],[2.446,-1.295],[4.173,-1.87],[0.576,0],[-0.576,1.007]],"o":[[0,0],[0,0],[0,0],[-3.165,-2.877],[0.576,-0.432],[1.007,-1.295],[1.007,-1.87],[7.05,-5.754],[6.762,-3.596],[1.87,-0.575],[-3.165,1.151],[-3.165,1.295],[-2.158,1.726],[0.288,1.726],[0.288,4.028],[-2.446,4.316],[-1.727,2.158],[-4.029,2.446],[-0.432,0.432],[0.288,-1.007],[0.719,-0.863]],"v":[[-122.301,95.16],[-121.582,95.16],[-121.725,95.304],[-120.718,93.146],[-128.488,93.865],[-126.761,92.426],[-123.74,88.255],[-119.855,83.22],[-97.841,67.252],[-76.834,58.764],[-69.928,60.059],[-78.705,63.224],[-87.769,68.115],[-92.23,66.389],[-91.942,69.553],[-97.265,76.89],[-105.323,89.405],[-111.654,94.728],[-124.028,100.77],[-125.754,100.77],[-124.459,97.749]],"c":true},"ix":2},"nm":"Tracciato 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0.719,-0.144],[0.719,-0.575],[0,0],[0,0],[0,0],[-0.432,0.432],[-1.439,2.446],[-0.432,2.877],[-1.439,0.863],[-5.611,2.302],[-3.022,-0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.165,2.733],[-0.288,2.014],[0,1.151],[0,0],[-2.59,-1.726],[-0.863,0],[-1.583,-0.288],[0,0],[0,0],[0,0],[3.885,-3.453],[3.309,-2.733],[2.158,-1.439],[6.331,-3.596],[2.302,-0.144],[0,-0.288],[3.453,-1.726],[4.029,-0.863],[-0.144,1.295],[0.288,1.007],[0,0],[0.719,0],[0,1.007],[-0.144,0.288],[0,0],[-1.295,0.719],[-4.604,2.589],[-3.597,1.582],[-1.583,0.288],[0,0.432]],"o":[[-0.576,0.144],[0,0],[0,0],[0,0],[0.432,-1.151],[2.302,-1.726],[1.439,-2.446],[0.432,-1.582],[5.324,-2.877],[2.878,-0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.453,-2.158],[1.295,-1.295],[0.144,-0.432],[0,0],[1.727,1.582],[0.432,0.288],[1.583,0.144],[0,0],[0,0],[0,0],[-4.604,4.028],[-3.165,2.733],[-2.014,1.582],[-6.187,4.028],[-2.302,0.863],[-0.576,0.144],[-1.151,5.323],[-3.885,1.582],[0.432,-1.151],[-0.144,-1.007],[0,0],[-0.576,0.288],[0,-1.151],[0,-0.288],[0,0],[1.727,-1.007],[4.604,-2.589],[3.309,-1.726],[1.583,-0.575],[0.432,-0.288],[-0.432,-0.432]],"v":[[-92.373,88.111],[-94.244,89.549],[-94.244,88.974],[-94.532,88.111],[-98.129,90.844],[-97.122,88.542],[-91.51,82.213],[-88.633,74.301],[-85.755,70.704],[-69.208,62.936],[-60.144,62.217],[-61.295,66.389],[-60.144,65.813],[-59.424,66.389],[-63.453,70.992],[-64.029,70.56],[-62.59,68.259],[-67.482,69.553],[-65.324,71.136],[-65.611,74.301],[-55.684,66.964],[-53.957,60.922],[-55.252,58.62],[-52.374,59.052],[-45.756,64.231],[-43.166,63.368],[-38.562,63.943],[-48.202,66.389],[-47.914,67.54],[-44.029,67.54],[-56.403,78.472],[-66.187,86.672],[-72.518,91.132],[-91.079,103.072],[-97.985,104.654],[-99.711,105.23],[-109.352,111.991],[-121.15,115.587],[-120.287,111.991],[-121.006,109.114],[-123.884,110.264],[-125.754,110.84],[-125.466,107.675],[-124.891,106.812],[-124.171,107.244],[-119.999,104.654],[-106.33,96.886],[-96.114,91.563],[-91.366,90.269],[-90.791,89.118]],"c":true},"ix":2},"nm":"Tracciato 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0.719,-0.575],[-4.029,4.747],[0,0],[-0.863,2.014],[-0.576,1.007],[0,0],[0,0],[4.46,-1.295],[0,0],[0.432,-0.288],[0.288,-0.719],[0.863,-3.596]],"o":[[1.727,-6.186],[0,0],[1.007,-2.014],[0.432,-1.007],[0,0],[0,0],[-1.151,2.446],[0,0],[-0.576,0.144],[-0.576,0.575],[-1.007,3.596],[0,0.432]],"v":[[-48.633,-38.482],[-44.173,-55.6],[-45.324,-56.464],[-42.59,-62.649],[-41.151,-65.67],[-37.842,-62.793],[-40.144,-61.786],[-43.022,-54.018],[-41.295,-52.867],[-42.734,-52.148],[-44.605,-50.278],[-47.338,-39.633]],"c":true},"ix":2},"nm":"Tracciato 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-1.295,4.46],[-2.302,4.316],[0.863,3.021],[-0.719,1.007],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0.144],[0.863,0.432],[0.719,0.575],[-0.863,0.144],[-1.007,-0.144],[1.295,0.863],[1.295,0.719],[-0.432,0],[-2.734,0.863],[-2.446,1.726],[0.432,0],[-3.885,-1.007],[-3.022,1.007],[-3.597,2.158],[-0.863,-0.575],[-1.151,3.309],[0.432,0.288],[0.144,0.288],[-0.288,0.432],[-0.144,0.575],[-0.144,0.575],[0.432,1.295],[0,0],[0,0],[1.007,1.439],[6.187,3.165],[1.439,0.288],[0.719,0],[1.87,-0.288],[-9.64,-5.035],[0.863,-0.575],[1.007,-0.432],[1.007,-0.288],[1.151,-0.144],[1.151,0],[1.007,0.288],[1.007,0.432],[1.007,0.575],[-0.288,0.432],[0.288,0],[2.446,1.582],[1.295,1.582],[0,0],[0,0],[0,0],[0.432,6.761],[0,0],[0,0],[0,0],[0,0],[-8.345,-5.323],[-7.626,-5.61],[0,0],[-1.295,0],[-0.432,-0.432],[-3.885,-3.596],[-2.878,-2.302],[-3.309,-2.014],[0,0],[0.719,0.719],[3.309,2.733],[4.316,4.028],[-1.727,3.453],[0.576,0.432],[2.158,1.582],[6.762,4.172],[7.77,4.747],[0,2.158],[-0.863,0],[-2.59,-0.432],[0,-0.863],[0,0],[0,0.288],[-2.446,3.453],[0.288,2.589],[-0.288,1.151],[1.583,1.295],[0,0],[0,0],[0,0],[0,0],[0,-0.432],[0,0],[0.288,1.726],[0,0],[3.165,-1.295],[0,0],[0,0],[0,0],[0,0],[3.022,6.761],[-3.165,4.891],[0.288,0.288],[1.439,2.302],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.87,-0.719],[-0.288,1.87],[-0.719,0.575],[-2.59,1.582],[-4.892,2.733],[-4.029,1.87],[-2.734,0.719],[0,0],[-1.151,0.863],[-1.007,1.439],[0,0],[0,0],[-0.576,0],[-0.719,0.432],[-0.576,2.877],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0],[2.878,1.151],[2.878,-0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.863,0],[0.863,-0.288],[2.446,-0.863],[0.288,-0.144],[0,0],[0,-0.432],[3.597,-1.007],[1.151,-1.151],[0,0],[0,0],[-1.007,-2.589],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,1.007],[0,2.158],[0,0],[0,0.719],[0,0],[0,0],[0,0],[0,0],[0,-1.295],[0,0],[0,0],[0.144,-0.288],[0.863,-2.877],[0,-0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.446,2.302],[0.288,-1.726],[-1.295,-1.151],[0,0],[0,0],[0,0],[-0.144,-2.158],[-0.576,-2.589],[-1.87,-4.46],[-1.439,-3.309],[-2.014,-3.021],[0.863,-0.575],[2.878,-2.446],[0.719,-1.151],[-0.576,-0.719],[-2.158,-1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0.144],[0.288,0],[0.863,0],[-0.576,0.575],[-1.727,1.151],[-2.59,1.295],[-0.719,-0.288],[0,0],[-0.144,1.007],[0.576,1.151],[-2.446,-0.575],[-0.863,-0.575],[-0.719,-0.719],[-0.576,-0.719],[-0.432,-0.863],[-0.288,-0.863],[-0.144,-1.007],[0,-1.007],[0.144,-1.007],[4.748,2.877],[0.719,0.432],[3.309,1.295],[1.727,-2.733],[0,-1.295],[-0.863,1.007],[-0.432,-0.288],[-0.576,-0.863],[-0.288,-1.007],[0,-1.007],[0.432,-0.863],[1.007,-0.432],[1.439,-0.288],[0,0],[2.302,-2.589],[3.022,-1.726],[4.173,2.733],[0,0.432],[1.583,3.884],[0.576,2.014],[3.309,1.726],[0.863,1.151],[3.597,-2.733],[0,0],[6.475,-1.007],[0,0],[0,0],[-0.576,0.144],[0,0.288],[0,0],[-1.007,2.014],[-0.719,1.87],[0,1.726],[3.597,4.028],[-0.432,1.007],[-0.432,0.863],[4.029,0.575],[0,0],[0,0],[0,0],[1.007,1.726],[1.295,1.582],[0,0],[0,0],[0,0],[0,0],[-1.151,-1.295],[0,0],[0,0],[0,0],[-0.288,1.151],[-0.288,1.007],[0.144,1.87],[0.576,2.733],[0.432,0.432],[0,0],[0,0],[1.727,1.295],[0,0],[0.432,-0.575],[1.007,-2.302],[0,0],[2.302,3.021],[2.446,2.733],[2.59,2.446],[1.583,1.151],[1.439,1.295],[8.633,2.877],[1.151,-0.719],[-1.007,-0.575],[-1.151,-1.87],[0,0],[-0.432,-0.575],[-2.734,-2.446],[-2.158,-2.446],[1.439,-2.158],[0.288,-2.877],[0,0],[0,0],[-2.014,-0.719],[-1.87,-0.575],[0,-3.596],[-0.863,-3.74],[-1.87,-3.309],[-2.014,-3.021],[1.727,0],[3.597,0],[0.863,-0.575],[-0.863,-1.007],[-1.439,-0.863],[0,0],[-0.576,-0.288],[-2.014,-0.432],[-2.878,-0.432],[-3.165,-0.144],[-4.029,0.432],[-1.295,0.432],[0,0],[-0.576,0],[-0.576,0.288],[-0.288,0.432],[-0.144,0.575],[-0.288,0.144],[-1.151,0.575],[0,0],[3.022,4.028],[-0.288,0.288],[0,0],[0,0],[0,0],[0.288,-1.295],[0,-1.295],[-0.576,-2.446],[0,-1.582],[0.576,-1.439],[4.604,-11.508],[2.158,-7.049],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.899,-11.796],[0,0],[0,0],[0,-0.575],[0.144,-1.151],[0.863,-0.144],[1.151,0.144],[4.604,0.719],[4.316,4.747],[0.719,2.302],[-0.288,2.446],[-2.734,1.295],[-1.87,1.295],[-1.87,1.439],[0.719,0.719],[0,-1.007],[1.151,-0.575],[5.611,-4.316],[5.899,0.575],[1.007,3.884],[-1.727,2.446],[-2.59,1.87],[-12.662,2.446],[-1.87,-0.432],[-0.719,-0.288],[0,0],[1.007,0],[3.741,-0.863],[5.324,-2.877],[3.597,-3.165],[2.158,-1.87],[1.583,-2.877],[-0.576,-0.432],[-3.309,-1.007],[-2.446,0.288],[0,0],[-1.439,4.028],[0,0],[0,0],[0,0],[-11.223,-7.624],[0,0],[-1.007,-0.575],[-0.432,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.719],[3.165,-6.042],[0.288,-1.582],[-0.288,-1.726],[-2.878,0],[-1.151,0.863],[0,0],[0,0],[0,0],[0,0],[0.432,-0.719],[2.302,-3.453],[1.727,-4.891],[-1.007,-1.582],[-1.151,0],[-1.151,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.576,0.575],[-1.439,1.151],[-2.158,1.87],[-3.885,3.309],[-2.878,2.302],[0,0],[0,0],[1.727,-3.309],[3.597,-7.48],[3.597,-8.919],[0,-2.158],[0,0],[-1.007,1.87],[-1.151,1.582],[-3.022,3.596],[0,0],[0,0],[0,0],[0,0],[1.583,-2.733],[3.165,-3.74],[2.734,-2.446],[0,0],[-1.007,1.87],[-2.734,5.466],[-1.87,3.884],[-2.158,3.596],[-1.151,1.87],[0,0.432],[0,0],[0,1.87],[2.158,-1.582],[1.295,-1.151],[0.719,-1.439],[0.863,-0.575],[2.158,-1.726],[0,0],[0,0],[2.014,-1.726],[4.46,-3.453],[4.748,-3.309],[1.295,0],[-0.432,1.007],[-4.46,5.754],[-3.453,3.309],[-3.453,3.596],[-2.878,-0.288],[-4.029,1.87],[-5.899,3.021],[-0.576,-0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.583,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-6.187,-1.87],[-0.432,-0.144],[-1.439,-0.432],[0,0],[1.727,-10.645],[1.151,-2.014],[1.439,-2.446],[3.597,-5.898],[1.151,-1.295],[0,0],[0,0],[-1.87,4.603],[0,0],[0.863,-3.74],[1.151,-8.344],[0.144,-7.193],[-1.295,-3.884],[-4.604,-0.432],[1.007,2.589],[0,4.747],[-1.151,4.603],[-1.151,6.042],[-1.151,6.042],[-0.432,3.884],[-0.288,2.014],[-1.007,2.302],[-3.022,-6.905],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-0.144,-4.747],[1.151,-4.603],[1.295,-2.446],[-0.288,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,0.144],[-0.863,-0.288],[-0.719,-0.575],[0.863,-0.432],[1.007,-0.144],[-0.863,-0.719],[-1.295,-0.863],[0.863,-0.144],[2.878,-0.288],[2.734,-1.295],[0.432,0],[3.597,1.726],[3.165,0.575],[3.741,-1.726],[1.295,-0.575],[4.173,2.302],[-1.007,-0.432],[-0.432,-0.288],[0,-0.288],[0.288,-0.575],[0.576,-0.288],[0.144,-0.575],[0,0],[0,-1.007],[3.165,-2.446],[-4.173,-6.186],[-1.439,-0.575],[-0.863,-0.288],[-1.87,0],[5.899,9.207],[-0.863,0.719],[-0.863,0.575],[-0.863,0.432],[-1.007,0.288],[-1.151,0.144],[-1.151,0],[-1.151,-0.288],[-1.151,-0.432],[0.288,-0.288],[0,0],[-2.59,-1.439],[-1.583,-1.295],[0,0],[0,0],[0,0],[9.64,-4.028],[0,0],[0,0],[0,0],[0,0],[8.633,4.747],[8.345,5.323],[0,0],[1.151,-0.144],[0.719,0],[4.029,3.884],[2.59,2.589],[3.022,2.446],[0,0],[-0.576,-0.863],[-3.453,-2.733],[-4.46,-3.74],[-1.727,-1.582],[-1.007,0.288],[-2.158,-1.439],[-6.475,-4.603],[-7.77,-4.747],[-1.007,-0.575],[0,-0.288],[2.302,0.288],[0,-0.719],[0,0],[0.719,0],[2.158,-2.877],[-0.432,-2.733],[0,-1.726],[1.151,-3.74],[0,0],[0,0],[0,0],[0,0],[0.288,0.432],[0,0],[-0.144,-1.007],[0,0],[0.288,-3.596],[0,0],[0,0],[0,0],[0,0],[-2.59,-6.473],[-3.022,-6.761],[0.144,-0.144],[-1.727,-2.733],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.014,0],[2.446,1.582],[0.288,-1.151],[2.302,-1.87],[4.748,-2.733],[3.885,-2.014],[2.59,-1.007],[0,0],[1.439,0.144],[1.151,-1.151],[0,0],[0,0],[-0.288,-0.144],[0.576,0],[1.583,1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,-0.144],[-2.446,0],[-2.878,-0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,0],[-1.007,-0.144],[-2.446,0.719],[-0.288,0.144],[0,0],[0,-0.432],[-4.604,-1.87],[-0.863,0.144],[0,0],[0,0],[-4.173,-1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0.144,-0.144],[-0.576,-0.863],[-0.144,-2.302],[0,0],[0.144,-1.151],[0,0],[0,0],[0,0],[0,0],[0.144,1.151],[0,0],[0,0],[0.144,0.432],[-0.719,2.877],[0,0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,3.021],[-0.863,1.439],[0,0.719],[0,0],[0,0],[0,0],[1.007,1.87],[0,2.589],[1.439,4.603],[1.439,3.309],[-2.014,0.575],[-1.007,0],[-3.165,2.302],[-1.007,1.007],[-0.863,1.439],[0.863,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,-0.288],[-0.288,-0.144],[-0.863,0.144],[0.863,0.288],[1.295,-1.439],[2.302,-1.439],[0.288,-0.288],[0,0],[0.432,-0.863],[0,-0.863],[2.446,0],[1.007,0.432],[0.863,0.432],[0.576,0.719],[0.576,0.719],[0.432,0.863],[0.288,0.863],[0.144,1.007],[0,1.007],[-1.007,6.186],[-0.576,-0.432],[-1.87,-2.877],[-4.173,-1.007],[-0.432,0.719],[1.295,-0.719],[0.863,-1.007],[0.863,0.575],[0.576,0.863],[0.288,0.863],[-0.144,1.007],[-0.576,1.007],[-1.295,0.432],[0,0],[-1.295,3.165],[-2.302,2.589],[-2.878,1.87],[0.576,-0.863],[-1.295,-4.028],[-0.863,-1.87],[-1.151,-4.172],[-1.439,-0.719],[-2.878,-3.74],[0,0],[-5.468,-2.446],[0,0],[0,0],[0.576,0],[0.288,-0.144],[0,0],[1.295,-2.302],[1.007,-2.014],[0.719,-1.726],[0,-3.453],[-0.432,-0.432],[0.432,-1.007],[2.158,-4.46],[0,0],[0,0],[0,0],[1.727,-2.158],[-1.007,-1.726],[0,0],[0,0],[0,0],[0.288,0],[1.151,1.439],[0,0],[0,0],[0,0],[0.144,-1.151],[0.432,-1.151],[0.432,-1.87],[-0.288,-2.877],[0,-0.288],[0,0],[0,0],[-1.439,-0.863],[-0.144,-0.144],[-1.727,0],[-1.295,2.158],[0,0],[-2.014,-2.733],[-2.302,-2.877],[-2.446,-2.733],[-1.727,-1.439],[-1.439,-1.151],[-6.762,-5.898],[-0.863,-0.432],[-0.288,0.144],[1.007,2.158],[0,0],[-0.863,1.726],[2.446,2.733],[2.734,2.877],[-1.87,0.719],[-1.439,2.158],[0,0],[0,0],[2.014,1.007],[2.014,0.575],[1.87,0.575],[-0.144,3.884],[0.863,3.74],[2.158,3.453],[-1.583,0.288],[-3.885,-0.144],[-1.007,0.144],[0.719,1.151],[1.151,1.151],[0,0],[0.432,1.151],[1.727,0.719],[2.878,0.575],[3.165,0.719],[4.173,-0.144],[1.295,-0.288],[0,0],[0.576,0.288],[0.576,0],[0.576,-0.288],[0.288,-0.432],[0.144,-0.432],[1.007,-0.432],[0,0],[-0.719,-3.884],[0,-0.144],[0,0],[0,0],[0,0],[-0.144,0.863],[-0.288,1.295],[-0.719,2.446],[0.719,1.295],[0.144,1.582],[-5.18,11.652],[-6.331,-5.179],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-4.173,-2.014],[0,0],[0,0],[0,0.719],[0.288,1.151],[-0.432,0.863],[-1.151,0.144],[-4.748,0.144],[-6.619,-1.582],[-1.439,-1.87],[-0.719,-2.302],[0,-2.733],[2.014,-1.007],[2.158,-1.439],[-0.144,-0.144],[-1.439,-1.582],[-1.151,0.575],[-5.899,3.596],[-4.46,3.165],[-3.597,-0.288],[-0.719,-2.446],[2.014,-2.589],[9.784,-7.912],[1.87,-0.144],[0.863,0.144],[0,0],[-1.007,-0.432],[-3.885,0],[-5.899,1.87],[-3.885,2.589],[-2.446,1.582],[-2.302,2.302],[-1.007,1.726],[2.734,2.014],[2.446,0.288],[0,0],[2.59,1.87],[0,0],[0,0],[0,0],[-4.316,11.94],[0,0],[0.719,0.863],[0.432,0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.863],[-6.043,4.172],[-0.576,1.582],[-0.288,1.726],[1.295,4.747],[1.151,0.144],[0,0],[0,0],[0,0],[0,0],[-0.144,0.719],[-2.59,3.165],[-2.59,4.46],[-0.288,1.87],[0.432,0.719],[1.151,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.576,-0.575],[1.439,-1.151],[2.158,-1.726],[3.885,-3.309],[2.878,-2.446],[0,0],[0,0],[-0.719,3.74],[-3.885,7.624],[-4.173,8.775],[-0.432,2.014],[1.007,-0.432],[2.734,2.589],[1.151,-1.87],[2.734,-4.028],[0,0],[0,0],[0,0],[0,0],[-3.597,0.575],[-2.734,4.172],[-2.014,3.021],[0,0],[0.863,-2.158],[3.022,-5.466],[2.158,-4.028],[2.014,-3.884],[1.151,-1.87],[0,-0.432],[0,0],[0,-1.582],[-0.288,-2.589],[-1.439,0.863],[-1.007,1.295],[-1.007,0.288],[-2.302,1.726],[0,0],[0,0],[-2.158,2.014],[-4.46,4.028],[-4.604,3.453],[-1.007,0.575],[0,-1.151],[4.173,-5.898],[3.022,-3.884],[3.597,-3.453],[2.158,-2.302],[4.46,0],[6.187,-2.446],[0.288,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.288],[2.014,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.576,3.021],[0.432,1.007],[1.439,0.575],[0,0],[-3.741,10.501],[-1.439,2.733],[-1.439,2.446],[-3.309,5.898],[-1.007,1.295],[0,0],[0,0],[3.309,-3.74],[0,0],[-0.144,3.74],[-1.583,8.344],[-1.007,7.193],[0,4.172],[0.863,2.733],[-1.295,-2.446],[-1.151,-4.603],[0,-4.747],[1.151,-6.33],[1.151,-6.042],[0.719,-3.884],[0,-2.014],[0.719,-2.446],[-1.295,7.193],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.907,141.913],[-22.878,134.576],[-23.886,134.288],[-32.95,146.66],[-31.367,132.85],[-26.332,119.471],[-24.173,112.278],[-22.159,109.114],[-21.296,109.689],[-21.296,108.394],[-18.562,110.696],[-11.656,109.833],[-14.821,108.107],[-17.843,108.107],[-20.576,107.1],[-22.735,105.373],[-20.145,104.51],[-17.123,104.51],[-19.857,102.496],[-23.886,100.195],[-22.159,100.626],[-13.814,99.044],[-6.044,94.584],[-5.325,94.584],[5.898,98.612],[15.106,97.893],[26.041,92.139],[30.07,91.276],[35.538,90.412],[32.804,88.974],[31.797,87.967],[32.66,86.96],[33.379,85.234],[34.818,84.514],[34.099,82.069],[33.523,84.514],[33.523,82.788],[32.516,77.178],[14.963,66.389],[10.646,65.094],[8.344,63.655],[2.733,64.231],[22.444,88.111],[19.855,90.125],[16.977,91.707],[13.955,92.858],[10.79,93.433],[7.481,93.577],[4.171,93.146],[1.006,92.139],[-2.016,90.7],[-1.152,89.693],[-1.728,89.118],[-9.21,84.658],[-13.382,80.199],[-8.49,79.623],[-8.49,78.616],[-12.951,76.315],[5.61,54.305],[14.963,62.648],[16.833,61.929],[7.768,53.586],[8.2,53.154],[34.099,67.827],[57.839,84.946],[55.825,87.823],[59.422,87.535],[61.436,87.823],[73.091,99.044],[81.436,106.38],[91.22,112.422],[92.083,111.415],[90.069,108.97],[79.709,100.914],[66.472,89.262],[63.451,82.932],[60.429,83.795],[54.098,78.904],[34.387,65.382],[10.646,51.859],[10.358,45.674],[12.948,44.954],[20.286,46.249],[20.286,46.681],[22.301,44.81],[23.883,44.81],[30.646,35.46],[29.639,27.692],[28.487,23.088],[24.89,18.341],[25.754,16.903],[24.89,17.622],[24.027,14.601],[23.308,15.176],[23.595,16.471],[23.164,16.471],[22.588,12.875],[21.437,16.039],[17.265,12.443],[18.128,10.429],[15.97,10.717],[5.898,8.415],[5.61,9.134],[-2.303,-10.43],[-3.023,-25.679],[-3.31,-26.829],[-8.202,-34.454],[-11.08,-34.166],[-11.656,-33.015],[-12.663,-33.015],[-12.663,-39.633],[-11.799,-37.762],[-8.202,-43.373],[-2.447,-42.51],[3.452,-41.359],[6.474,-42.941],[7.193,-46.394],[14.531,-51.573],[29.207,-59.485],[40.717,-65.67],[48.631,-68.26],[47.912,-67.54],[51.796,-68.691],[54.962,-72.575],[54.098,-68.547],[62.156,-71.137],[63.307,-70.705],[65.177,-71.712],[81.724,-80.631],[81.724,-80.056],[89.925,-83.652],[88.342,-84.803],[89.925,-86.098],[87.479,-86.529],[86.184,-89.694],[85.609,-89.406],[85.609,-88.975],[82.731,-89.263],[75.393,-89.263],[66.76,-88.831],[66.76,-89.55],[64.17,-88.112],[64.026,-88.543],[60.429,-86.673],[60.142,-88.112],[57.695,-86.385],[60.717,-85.522],[57.983,-85.522],[55.106,-86.098],[47.624,-83.508],[46.76,-83.077],[42.156,-80.487],[42.156,-79.768],[31.221,-76.603],[28.487,-74.158],[25.898,-73.87],[26.761,-72.863],[24.603,-69.267],[22.013,-72],[20.574,-71.137],[21.006,-70.274],[11.078,-65.67],[8.776,-73.151],[8.2,-73.151],[7.049,-75.884],[6.905,-82.645],[2.733,-80.2],[2.876,-82.789],[1.869,-83.508],[-6.044,-75.452],[-1.872,-75.021],[-4.03,-74.445],[-3.598,-70.849],[-5.325,-71.712],[-6.764,-68.116],[-6.764,-67.109],[-9.354,-58.478],[-9.354,-57.183],[-8.346,-57.902],[-7.915,-57.614],[-10.505,-54.737],[-10.217,-54.306],[-8.059,-56.032],[-10.073,-49.415],[-10.648,-50.278],[-12.807,-47.545],[-12.807,-46.106],[-13.526,-46.394],[-14.965,-43.517],[-15.684,-46.25],[-16.26,-46.25],[-16.26,-44.236],[-17.555,-45.243],[-17.986,-41.647],[-20.001,-44.524],[-22.159,-40.64],[-20.864,-40.64],[-22.015,-37.043],[-19.281,-33.878],[-21.008,-29.131],[-18.13,-26.542],[-17.843,-27.405],[-15.54,-22.801],[-12.375,-28.268],[-10.505,-22.082],[-9.497,-14.314],[-4.03,-0.936],[0.43,8.99],[-2.879,11.004],[-6.332,11.292],[-15.253,18.629],[-17.843,21.794],[-20.001,26.397],[-14.677,29.993],[-14.102,24.671],[-13.238,24.671],[-14.102,28.123],[-8.922,27.116],[-9.641,25.246],[-8.778,25.534],[-9.497,24.958],[-10.505,24.815],[-13.094,25.246],[-11.943,23.52],[-7.339,19.492],[-0.001,15.32],[1.869,16.327],[6.186,18.485],[7.049,15.752],[5.898,13.018],[13.38,13.882],[15.97,15.32],[18.272,17.046],[20.142,19.204],[21.725,21.65],[22.876,24.239],[23.595,26.972],[23.739,29.849],[23.452,32.727],[13.092,38.625],[11.222,37.33],[3.452,31],[-3.886,37.042],[-3.454,40.639],[-1.44,38.337],[1.438,35.891],[3.452,38.049],[4.603,40.782],[4.891,43.66],[4.171,46.537],[1.725,48.694],[-2.303,49.845],[0.287,53.442],[-5.181,62.217],[-13.094,68.834],[-23.598,70.417],[-22.015,68.259],[-26.332,56.319],[-29.641,50.852],[-37.411,43.516],[-41.583,41.502],[-50.792,39.775],[-46.763,51.428],[-61.151,43.803],[-63.022,45.386],[-59.856,37.186],[-57.986,36.898],[-57.41,36.035],[-58.705,35.316],[-55.108,28.555],[-52.518,22.369],[-49.784,17.19],[-47.914,7.552],[-47.482,4.819],[-45.612,2.229],[-48.058,-4.676],[-46.475,-10.142],[-42.159,-8.704],[-45.036,-12.156],[-45.9,-18.198],[-49.497,-22.945],[-47.914,-23.521],[-47.482,-26.11],[-43.022,-27.261],[-42.015,-27.261],[-38.418,-23.089],[-36.835,-24.096],[-33.957,-31.721],[-33.526,-31.433],[-32.95,-34.885],[-31.224,-37.906],[-30.648,-43.66],[-31.943,-52.004],[-32.806,-53.155],[-30.792,-53.155],[-35.828,-66.821],[-40.576,-70.418],[-41.583,-69.842],[-45.612,-69.842],[-49.209,-63.225],[-50.792,-62.649],[-56.835,-70.705],[-63.885,-79.48],[-71.654,-86.817],[-76.69,-91.277],[-81.582,-94.441],[-104.747,-107.676],[-108.344,-106.525],[-107.337,-104.223],[-104.028,-98.469],[-105.035,-98.901],[-107.625,-93.866],[-99.855,-86.098],[-92.517,-77.754],[-99.568,-74.733],[-100.575,-65.958],[-117.697,-67.253],[-118.272,-65.239],[-112.229,-62.649],[-106.042,-61.355],[-101.582,-57.183],[-100.431,-45.818],[-96.258,-35.173],[-89.64,-25.535],[-94.532,-24.959],[-105.754,-25.679],[-108.632,-24.672],[-106.33,-21.507],[-102.445,-18.63],[-110.934,-20.212],[-109.783,-17.623],[-104.172,-16.04],[-95.395,-14.458],[-85.899,-13.163],[-73.669,-13.882],[-69.784,-15.033],[-67.626,-16.184],[-65.899,-15.753],[-64.173,-16.04],[-62.734,-17.047],[-61.87,-18.486],[-61.151,-19.349],[-57.986,-20.788],[-57.554,-20.212],[-55.252,-28.843],[-54.676,-29.563],[-53.381,-30.714],[-52.95,-29.994],[-50.36,-30.57],[-50.792,-27.98],[-51.079,-24.096],[-51.367,-16.76],[-50.216,-12.444],[-50.935,-7.984],[-65.18,26.541],[-83.884,30.713],[-84.892,29.849],[-88.489,41.933],[-86.33,49.27],[-85.467,48.694],[-84.316,51.14],[-86.043,51.14],[-82.733,54.449],[-82.733,55.6],[-92.805,59.915],[-133.092,96.023],[-130.502,97.893],[-129.783,96.311],[-129.783,98.181],[-129.495,101.489],[-131.509,103.072],[-135.106,103.072],[-149.063,102.065],[-163.739,89.981],[-167.048,83.651],[-167.768,76.602],[-164.746,70.417],[-158.991,66.82],[-152.804,62.361],[-154.243,60.634],[-162.3,60.922],[-165.897,62.648],[-183.739,73.869],[-198.415,79.623],[-207.623,76.027],[-204.458,67.683],[-197.551,61.066],[-164.602,43.66],[-158.847,44.235],[-156.545,44.81],[-156.257,43.803],[-159.423,42.365],[-170.933,43.66],[-187.767,50.852],[-198.99,59.34],[-206.04,64.375],[-211.939,72.143],[-213.378,77.753],[-204.314,82.213],[-196.976,82.213],[-200.573,90.125],[-195.681,87.248],[-192.659,83.795],[-181.724,78.76],[-169.782,73.294],[-151.221,109.114],[-151.077,108.251],[-148.487,110.264],[-146.905,109.833],[-142.013,111.559],[-142.588,113.429],[-143.308,112.422],[-151.365,117.026],[-151.797,116.45],[-163.883,123.643],[-165.466,126.089],[-166.473,124.938],[-166.473,125.513],[-181.293,139.036],[-182.731,143.783],[-182.731,148.961],[-174.674,151.263],[-171.077,148.818],[-170.645,150.112],[-151.221,138.46],[-151.509,138.029],[-147.912,134.864],[-148.775,137.022],[-156.113,146.804],[-162.588,160.758],[-161.437,165.936],[-158.128,167.087],[-154.531,166.656],[-154.531,165.505],[-152.66,166.512],[-148.487,162.628],[-147.912,163.203],[-147.912,161.908],[-147.049,162.484],[-145.322,160.614],[-140.862,157.305],[-134.675,151.695],[-123.164,141.769],[-114.675,134.72],[-114.963,134.72],[-102.877,125.225],[-106.474,135.871],[-118.128,158.168],[-129.639,184.638],[-130.358,190.823],[-128.632,190.392],[-124.603,188.809],[-121.725,183.343],[-112.805,171.978],[-112.805,172.122],[-108.344,165.649],[-103.452,158.312],[-104.316,157.449],[-110.215,163.635],[-118.992,175.431],[-126.042,183.774],[-122.445,175.719],[-119.711,169.964],[-110.934,153.565],[-105.179,141.049],[-98.848,129.829],[-95.251,124.362],[-95.251,123.068],[-97.553,124.506],[-97.553,119.327],[-101.87,117.601],[-105.898,120.622],[-108.488,124.65],[-111.366,125.801],[-117.841,131.123],[-121.725,135.295],[-122.013,134.432],[-127.768,140.33],[-141.437,151.695],[-155.25,161.908],[-159.279,162.484],[-158.703,159.319],[-145.898,141.625],[-136.114,130.836],[-125.179,120.91],[-118.416,119.615],[-105.754,116.738],[-87.769,108.107],[-86.762,107.819],[-48.058,86.816],[-35.252,97.749],[-37.411,100.195],[-37.123,100.626],[-33.813,98.756],[-33.813,100.626],[-28.202,100.626],[-24.893,102.209],[-25.756,104.223],[-29.353,104.942],[-45.9,98.468],[-41.439,97.318],[-41.439,96.598],[-51.367,95.447],[-45.756,100.338],[-44.749,102.496],[-40.288,103.791],[-27.483,107.387],[-39.569,138.604],[-43.166,145.365],[-47.626,152.702],[-58.273,170.396],[-61.439,174.28],[-59.137,176.006],[-51.511,164.498],[-43.885,151.839],[-43.022,149.825],[-44.605,161.045],[-49.065,186.076],[-50.792,207.798],[-48.921,219.882],[-42.303,226.212],[-45.612,218.875],[-47.338,204.921],[-45.612,190.967],[-42.015,171.834],[-38.418,153.853],[-36.979,142.056],[-36.547,135.871],[-34.101,128.678],[-34.101,149.825],[-32.662,150.112],[-28.202,142.632],[-27.195,143.351],[-27.627,141.481]],"c":true},"ix":2},"nm":"Tracciato 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0],[0.144,-0.432],[0,-1.151],[0.432,-5.179],[0,-9.063],[-1.727,-4.603],[-1.87,-1.87],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.151,14.386],[0,0.288],[0,0],[0,0],[0,0],[-14.388,-18.27],[0,0],[0,0],[-0.432,0.575],[-0.288,0.719],[0,0.719],[0.288,0.719],[0.144,0.863],[0.576,3.165],[0.432,2.733],[0,2.733],[0,0],[0,0],[0,0],[0,0],[-4.748,-4.891],[-6.043,-3.453],[-0.576,-0.144],[0,0],[-0.576,2.302],[0.288,2.589],[1.007,2.446],[0.432,3.596],[1.007,1.582],[0,0],[0,0],[0,0],[0,0],[-1.007,-0.863],[-2.302,-1.726],[-4.892,-2.877],[-0.576,5.61],[-0.144,1.295],[0,0],[-0.288,0.288],[1.439,-0.288],[0,-0.288],[0,0.432],[0,0],[0,0],[0,0],[-6.619,-2.446],[-3.309,-0.863],[-5.468,2.446],[0,0],[0,0],[-0.288,2.733],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0],[2.446,0.719],[0,0],[0.432,0],[0.719,-0.144],[2.302,1.007],[-0.288,0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.158,-2.302],[-1.439,-2.733],[-1.295,-3.309],[-1.727,-4.891],[0.288,-1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[1.295,1.151],[2.158,0.432],[0.144,-0.575],[-1.439,-2.733],[0,-4.316],[-1.295,-2.877],[-0.719,-7.912],[0.432,-0.719],[0,0],[0,0],[4.748,4.316],[3.741,5.323],[0,0],[0,0],[0,0],[0,-1.726],[-0.432,-3.884],[0,-3.596],[0,-1.295],[0,0],[-0.144,-2.446],[-0.719,-4.46],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,-1.87],[-0.288,-2.158],[-0.288,-4.46],[-0.288,-3.453],[-0.288,-6.042],[3.453,-6.905],[4.748,6.761],[0.719,5.179],[-0.719,6.33],[0.432,1.295],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,-0.432],[-0.432,0.144],[-0.288,1.151],[-0.719,5.179],[-0.719,8.919],[0.432,4.891],[1.151,2.446],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[8.345,-12.515],[-0.144,-0.432],[0,0],[0,0],[0,0],[13.237,20.284],[0,0],[0,0],[0.576,-0.432],[0.432,-0.575],[0.288,-0.719],[0,-0.863],[-0.288,-0.863],[-0.719,-3.165],[-0.432,-2.302],[-0.432,-2.733],[0,0],[0,0],[0,0],[0,0],[4.029,5.61],[5.468,4.316],[0.144,0],[0.432,0.288],[1.727,-2.014],[0.432,-2.589],[-0.288,-2.733],[-0.863,-3.453],[-0.288,-0.719],[0,0],[0,0],[0,0],[0,0],[1.151,0.432],[2.014,2.014],[4.748,3.021],[4.892,2.877],[0.144,-1.295],[0,0],[0.288,-0.288],[1.151,-0.863],[0,0.288],[0,0.144],[0,0],[0,0],[0,0],[6.762,2.589],[3.165,1.151],[4.604,1.151],[0,0],[0,0],[0.144,-1.87],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.432,0.575],[-2.446,-0.575],[0,0],[-0.432,-0.288],[-0.719,0],[-2.446,-1.007],[0,-0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.878,1.295],[2.158,2.302],[1.727,3.165],[2.014,4.891],[0.288,1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,-1.726],[-1.295,-1.151],[0.288,1.151],[-1.151,3.165],[1.439,2.733],[0,2.877],[3.597,7.049],[0,0.719],[0,0],[0,0],[-5.611,-3.309],[-4.748,-4.46],[0,0],[0,0],[0,0],[-1.151,2.302],[0,3.453],[0.432,3.884],[0.144,1.151],[0,0],[-0.144,2.446],[0.576,4.46],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,1.582],[0.432,2.158],[0.576,4.316],[0.144,3.453],[0.432,6.042],[0.144,7.624],[-4.173,9.063],[-3.022,-4.172],[-0.144,-6.473],[0,-1.295],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.755,163.06],[-24.46,160.614],[-25.18,159.464],[-22.302,160.758],[-27.338,154.716],[-27.914,156.011],[-28.921,154.429],[-29.64,155.723],[-30.503,154.86],[-31.367,155.579],[-31.654,159.032],[-33.957,174.424],[-35.108,201.613],[-31.798,215.855],[-27.338,222.328],[-26.619,221.609],[-26.619,222.184],[-23.453,224.486],[-18.993,225.349],[-18.993,226.068],[-13.957,226.068],[-13.957,226.5],[-10.072,223.767],[-9.353,224.198],[-1.008,183.343],[-1.727,182.337],[2.446,176.295],[-2.159,177.014],[-1.008,155.004],[38.272,213.553],[40.43,211.539],[41.006,214.272],[42.589,212.69],[43.596,210.676],[44.028,208.374],[43.74,206.073],[43.164,203.483],[41.15,193.989],[40.287,187.084],[39.855,178.884],[39.279,178.884],[39.279,168.67],[42.876,176.582],[43.308,176.007],[56.401,191.687],[73.667,203.339],[74.531,203.339],[75.969,203.915],[80.717,197.729],[81.005,189.961],[78.991,182.337],[76.977,171.691],[74.962,168.814],[73.379,165.362],[78.128,169.39],[78.415,168.958],[76.113,166.944],[79.423,168.814],[86.041,174.424],[100.717,182.912],[110.213,178.452],[110.789,174.568],[109.926,174.568],[110.789,173.705],[99.998,150.832],[99.998,151.552],[99.998,151.552],[97.12,142.489],[95.969,142.776],[96.688,140.475],[116.688,148.099],[126.472,151.12],[140.86,153.566],[141.58,155.004],[145.177,153.422],[145.752,146.804],[144.313,147.955],[145.033,144.359],[144.169,144.071],[141.867,146.66],[141.148,144.503],[139.709,146.373],[138.558,145.366],[137.263,147.236],[129.925,145.222],[122.875,143.208],[121.58,142.489],[119.422,142.776],[112.515,139.755],[112.515,139.899],[102.875,135.871],[101.293,134.145],[100.429,136.447],[97.408,132.85],[90.07,132.131],[89.638,130.261],[88.631,136.447],[94.098,144.071],[98.271,154.141],[104.17,168.814],[104.026,174.137],[104.89,174.712],[102.3,173.993],[102.012,175.575],[100.573,174.712],[99.854,175.288],[95.25,172.123],[95.25,172.41],[83.163,163.779],[82.876,163.779],[78.271,160.471],[77.84,160.471],[69.639,151.695],[69.639,153.997],[69.207,153.997],[69.207,150.976],[68.2,152.559],[65.754,148.387],[65.034,149.969],[62.732,144.646],[56.833,143.064],[57.409,145.51],[59.855,152.271],[65.61,159.032],[69.926,167.519],[76.401,189.817],[75.394,192.119],[74.387,191.831],[73.523,196.003],[58.128,184.494],[45.466,169.965],[42.445,163.204],[42.013,163.492],[35.97,148.818],[33.092,154.716],[34.531,165.074],[34.963,176.295],[35.395,179.891],[35.395,183.487],[35.395,190.824],[37.409,204.346],[36.833,204.346],[-5.612,137.166],[-6.475,137.598],[-6.475,140.331],[-7.338,138.605],[-8.058,143.783],[-6.043,150.113],[-5.036,163.348],[-4.892,173.705],[-3.31,191.687],[-8.202,213.409],[-25.755,216.718],[-31.223,202.764],[-30.36,183.487],[-31.079,179.603],[-30.503,179.747],[-28.489,159.032],[-25.324,162.916]],"c":false},"ix":2},"nm":"Tracciato 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[1.727,-1.582],[0,0],[0,0],[0,0],[0,0],[-0.576,0.575],[-0.432,0.719],[-0.432,0.719],[-0.863,2.589],[-0.288,1.007],[0.288,2.014],[0.719,0.575],[0.719,0],[0,1.151],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.151,-0.144],[0.719,0],[-1.439,-6.33],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.144,-0.144],[1.583,-0.719],[2.014,-0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.158,-2.589],[2.734,-2.877],[-1.007,2.014],[-3.309,5.466],[-2.878,5.61],[-0.288,2.302],[0.719,2.158],[0,0],[1.151,-1.007],[0.576,-1.439],[0,0],[0,0],[0,0],[1.151,-1.007],[-0.144,-0.288],[0.432,-0.575],[1.439,-2.014],[2.734,-4.316],[2.59,-4.46],[0.288,-0.288],[0,0.432],[0,1.151],[-0.144,-1.726],[-0.719,-1.151],[-0.863,1.151],[-2.302,3.884],[-1.87,3.165],[0,0],[0,0],[-2.158,2.446],[-2.158,2.446],[0,0],[3.165,-5.179],[2.014,-3.596],[3.165,-7.193],[-2.446,-0.288],[-1.007,1.007],[-2.446,2.877],[-4.46,5.179],[-0.719,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.59,2.158],[-2.59,2.158],[-4.316,3.165],[-3.309,1.582],[-1.87,0.863],[-4.029,0.575],[-4.604,-0.432],[-0.432,-0.144],[-0.432,-0.288],[-0.432,-0.288],[-0.288,-0.432],[-0.144,-0.432],[-0.144,-0.432],[0,-0.575],[0.144,-0.432],[0.288,0],[-0.432,0],[1.727,-0.719],[1.295,-1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.432,-0.288],[2.878,-2.446],[2.158,-2.877],[0.432,-1.582],[-0.288,-1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,0.432],[-0.288,1.295],[0.288,-0.144],[2.446,-1.582],[0,0],[0,0],[0,0],[0,0],[0,-1.007],[0,0],[0,0],[0,0],[0,-0.288],[-2.014,0.575],[-1.727,1.439],[0,0],[0,0],[0,0],[-1.727,1.151],[0,0],[0,0],[0,0],[-1.295,0],[-0.144,-0.432],[0,0],[0,0],[0,0]],"o":[[-3.597,-1.007],[0,0],[0,0],[0,0],[0,0],[0.863,-0.432],[0.576,-0.719],[0.432,-0.575],[1.007,-2.446],[0.576,-0.863],[0.144,-2.014],[-0.144,-0.863],[-0.576,-0.432],[0,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.151,0.144],[-0.863,0.144],[-2.446,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.863],[0,0],[0,0],[0,0],[-0.144,0.144],[-1.295,1.151],[-1.87,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.158,2.589],[-2.158,2.589],[0.719,-2.014],[2.878,-4.891],[3.309,-5.466],[1.295,-1.87],[0.432,-2.158],[0,0],[-1.295,0.719],[-0.576,0.719],[0,0],[0,0],[0,0],[-0.863,1.295],[-0.144,0.144],[-0.432,0.288],[-1.439,2.014],[-2.734,3.596],[-2.734,4.172],[-0.144,0.288],[-0.144,-0.288],[0,-1.151],[-1.151,1.295],[0.288,1.295],[1.151,-0.863],[2.446,-3.74],[1.87,-3.165],[0,0],[0,0],[2.302,-2.589],[2.158,-2.446],[0,0],[-2.878,5.323],[-2.158,3.596],[-3.741,6.761],[-1.727,3.74],[1.295,-0.863],[2.302,-2.733],[4.46,-5.179],[0.432,-0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.734,-2.302],[2.59,-2.158],[4.029,-3.453],[3.022,-1.87],[1.727,-1.151],[3.885,-1.295],[4.46,-0.432],[0.576,0],[0.432,0.144],[0.432,0.288],[0.288,0.432],[0.288,0.432],[0.144,0.432],[0.144,0.575],[0,0.432],[0,0.863],[-0.288,0],[-2.878,-0.575],[-1.727,0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,0],[-3.022,2.014],[-2.734,2.446],[-1.007,1.151],[-0.432,1.439],[0,0],[0,0],[0,0],[0,0],[0,0],[0.432,-0.575],[0.576,-1.151],[-0.432,-0.288],[-1.87,1.151],[0,0],[0,0],[0,0],[0,0],[-0.144,0.719],[0,0],[0,0],[0,0],[-0.288,-1.007],[2.158,-0.144],[2.014,-1.007],[0,0],[0,0],[0,0],[1.87,-1.151],[0,0],[0,0],[0,0],[1.583,-0.288],[0.144,0],[0,0],[0,0],[0,0],[0,0]],"v":[[120.717,-180.611],[114.817,-176.583],[117.839,-176.439],[118.271,-174.712],[126.04,-179.747],[127.911,-183.2],[130.069,-184.638],[131.364,-186.652],[132.659,-188.523],[135.392,-196.147],[136.544,-198.88],[136.4,-205.066],[135.105,-207.368],[132.659,-207.799],[132.659,-210.676],[127.191,-213.553],[126.616,-212.69],[126.184,-213.985],[122.875,-212.834],[122.587,-214.416],[111.652,-212.978],[113.235,-210.676],[110.357,-210.389],[110.069,-209.525],[110.069,-210.82],[106.472,-210.389],[104.314,-209.382],[99.278,-204.49],[97.264,-208.518],[90.501,-202.045],[88.055,-204.347],[88.487,-200.894],[87.192,-202.333],[87.192,-200.894],[85.465,-201.613],[85.897,-199.312],[84.458,-200.75],[83.883,-200.175],[79.566,-197.298],[73.667,-196.291],[73.667,-195.859],[68.056,-194.133],[68.631,-191.4],[67.049,-193.989],[58.991,-184.495],[58.559,-184.782],[30.071,-155.004],[31.366,-155.148],[24.603,-147.38],[17.265,-139.324],[19.711,-145.366],[28.92,-159.752],[38.272,-176.151],[40.718,-182.337],[40.286,-188.954],[35.826,-186.94],[32.229,-184.351],[30.934,-181.042],[25.61,-175.288],[25.61,-175],[16.546,-163.348],[13.524,-159.895],[14.244,-158.457],[12.517,-157.45],[8.489,-151.408],[0.431,-140.475],[-7.339,-127.384],[-8.346,-126.665],[-8.921,-127.816],[-8.921,-131.124],[-10.216,-126.521],[-8.633,-122.925],[-5.036,-125.514],[2.014,-137.022],[7.481,-146.517],[7.913,-146.229],[24.028,-168.527],[30.79,-176.151],[37.409,-183.488],[38.56,-182.625],[29.639,-166.8],[22.589,-156.443],[12.229,-135.44],[14.388,-128.679],[17.841,-131.412],[24.747,-140.043],[37.984,-155.58],[40.143,-156.443],[40.43,-155.58],[48.2,-164.067],[46.042,-165.937],[49.207,-164.499],[49.783,-166.513],[52.229,-166.513],[52.66,-170.109],[57.84,-170.972],[56.545,-172.699],[58.847,-174.569],[59.135,-172.699],[66.473,-178.884],[74.099,-185.502],[86.329,-195.715],[95.969,-201.038],[101.436,-204.059],[113.379,-206.936],[127.047,-206.936],[128.63,-206.792],[130.069,-206.217],[131.364,-205.354],[132.371,-204.203],[133.09,-202.908],[133.522,-201.47],[133.666,-199.887],[133.378,-198.449],[131.22,-196.003],[130.644,-196.003],[123.738,-197.01],[119.709,-192.119],[118.558,-193.701],[115.393,-191.831],[115.393,-192.551],[106.616,-187.803],[107.192,-187.084],[105.609,-185.789],[104.746,-186.796],[104.17,-186.509],[104.889,-183.919],[101.724,-184.207],[93.091,-178.884],[87.48,-174.137],[88.199,-172.555],[86.041,-172.555],[77.264,-165.937],[69.926,-158.025],[67.624,-153.997],[67.336,-149.394],[72.084,-151.983],[71.653,-153.422],[74.818,-152.415],[75.394,-153.997],[82.156,-157.594],[84.17,-158.457],[85.465,-162.053],[84.027,-162.341],[77.696,-158.457],[79.566,-161.19],[80.142,-161.19],[81.293,-165.074],[81.725,-165.074],[81.437,-162.485],[94.53,-172.986],[93.667,-173.993],[92.516,-172.555],[92.228,-174.137],[98.559,-175.144],[104.17,-178.74],[103.019,-179.891],[103.595,-178.453],[111.508,-183.488],[116.832,-187.084],[117.119,-186.221],[122.731,-189.817],[122.731,-189.53],[127.047,-190.249],[127.623,-188.954],[126.472,-189.53],[122.443,-183.919],[121.58,-184.638]],"c":true},"ix":2},"nm":"Tracciato 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.244,-38.626],[62.733,-27.693],[62.446,-27.836],[59.856,-28.556],[52.805,-30.57],[53.381,-32.008],[54.82,-31.145],[55.108,-34.022],[55.683,-34.022],[56.115,-32.44],[64.028,-37.187],[64.892,-36.755],[64.892,-37.475]],"c":true},"ix":2},"nm":"Tracciato 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0.719,-2.446],[0.719,-0.575],[1.583,-0.575],[2.158,-0.719],[2.158,-0.575],[0.863,-0.719],[0,0],[0,0],[0.288,4.028],[-0.432,-0.863],[-0.719,-0.575],[-0.863,-0.288],[-1.007,0],[-0.863,0.288],[-0.288,-0.144],[-1.439,5.466],[-0.576,2.733],[0.432,-2.589]],"o":[[-0.288,0.863],[-1.727,-0.144],[-2.59,0.719],[-2.158,0.719],[-1.151,0.432],[0,0],[0,0],[-0.288,-3.884],[0.144,0],[0.432,0.719],[0.719,0.575],[0.863,0.288],[1.007,0],[0.288,-0.144],[5.036,1.87],[0.719,-2.877],[3.022,0.144],[-0.576,2.589]],"v":[[75.97,-43.085],[74.388,-40.927],[69.208,-40.496],[61.582,-37.331],[55.108,-36.036],[52.086,-34.454],[52.374,-35.173],[50.503,-34.598],[49.64,-46.394],[51.798,-45.099],[53.669,-43.085],[56.115,-41.79],[58.848,-41.359],[61.582,-41.934],[62.446,-41.934],[71.51,-46.825],[73.524,-55.313],[77.409,-50.709]],"c":true},"ix":2},"nm":"Tracciato 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.87,0.863],[2.158,0.432],[3.165,0.432],[0,0],[0,0],[0,0],[17.554,-16.112],[-1.007,-0.144],[-1.007,0.144],[-0.863,0.432],[-0.576,0.719],[-0.432,0],[-2.734,-1.007],[-1.87,-0.288],[-0.863,0.863],[-1.007,1.295],[0,0],[0,0],[0,0],[1.439,0.432],[1.295,0.719],[-0.432,0.719],[-0.144,0.575],[-2.158,1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0.144,-1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.59,-1.151],[-2.158,0.144],[-0.288,0],[-1.151,0.432],[-3.022,1.87],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.727,-1.007],[-2.158,-0.719],[-1.87,-0.288],[0,0],[0,0],[0,0],[-20.287,8.919],[0.863,0.288],[1.007,0.144],[1.007,-0.144],[0.863,-0.575],[0.144,-0.288],[-0.719,3.453],[1.727,0.863],[1.007,0.144],[1.151,-1.151],[0,0],[0,0],[0,0],[-1.583,-0.288],[-1.439,-0.575],[0.576,-0.575],[0.144,-0.575],[3.453,2.302],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[1.727,2.158],[2.158,0.432],[-0.288,-0.144],[1.151,-0.288],[4.173,-0.144],[0,0],[0,0]],"v":[[78.273,-35.605],[79.136,-35.029],[80.287,-38.338],[81.294,-36.612],[83.452,-48.552],[83.165,-48.839],[86.186,-56.751],[85.898,-57.039],[85.611,-55.457],[85.898,-56.895],[80.287,-59.628],[73.812,-61.355],[66.762,-62.218],[71.222,-63.512],[67.625,-67.397],[63.021,-68.835],[3.598,-35.029],[6.332,-34.31],[9.209,-34.454],[11.943,-35.461],[14.101,-37.331],[15.396,-37.331],[19.569,-31.289],[25.036,-29.563],[28.202,-31.289],[31.367,-34.885],[37.554,-32.296],[39.856,-32.296],[41.295,-34.741],[36.691,-35.892],[32.662,-37.906],[34.101,-39.92],[34.532,-41.646],[41.007,-44.524],[41.583,-39.633],[42.302,-42.078],[45.036,-40.064],[44.029,-42.51],[44.748,-42.51],[44.173,-37.331],[43.741,-37.331],[44.173,-34.022],[42.158,-34.885],[41.295,-31.864],[48.345,-29.275],[54.964,-24.24],[61.582,-23.665],[62.014,-23.377],[65.323,-24.528],[74.819,-30.426],[78.273,-33.734]],"c":true},"ix":2},"nm":"Tracciato 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,-0.432],[-4.316,4.747],[0.432,0.575],[0.144,0.719],[-0.144,0.719],[-0.432,0.575],[1.439,0.575],[0.432,-3.596],[0.144,-0.432],[-0.144,0.863],[0.432,0.575],[1.151,-0.575],[3.597,-1.295],[0.432,-0.863],[3.022,2.014],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-6.331,3.596],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,0.288],[-0.144,0.575],[0,0],[0,0.288],[3.309,3.596],[1.007,0],[0.432,0.432],[1.151,2.158],[0,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[9.352,5.179],[1.87,0.575],[0.144,0],[0.144,-0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.576,0],[-3.885,-0.575],[-3.165,-0.575],[-1.007,-0.432],[0,0],[-1.439,-0.432],[-0.288,0],[0,-0.575],[0.432,0],[0.719,0],[0,0],[0,0],[0,0],[0,-0.719],[0.576,0.575],[0.863,-2.446],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.295,-1.295],[-0.432,0],[-1.87,-0.575],[-1.87,0],[-0.576,-0.575],[-0.288,-0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.288],[0,0],[0.288,0],[1.007,-0.719],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.288],[5.468,0],[-0.576,-0.432],[-0.288,-0.719],[-0.144,-0.719],[0.144,-0.719],[-1.439,-0.288],[-2.878,-1.726],[-0.144,0.432],[-0.144,-0.863],[-0.144,-0.719],[-1.151,0.432],[-1.87,-1.439],[-0.576,0.144],[-0.288,-5.754],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[7.338,-2.158],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0],[0.432,-0.288],[0,0],[0.144,-0.288],[-0.288,-5.754],[-0.432,-0.719],[-0.576,0],[-1.007,-1.582],[-0.288,1.439],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-9.64,-2.877],[-1.87,-0.144],[-0.576,-0.144],[-0.144,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.432,1.295],[3.885,0.575],[3.165,0.432],[1.151,0.288],[0,0],[1.295,0.432],[0.288,0.144],[0.288,0.575],[0,0.288],[-0.719,0.288],[0,0],[0,0],[0,0],[0,0.719],[-1.151,0],[-3.022,-2.877],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,1.151],[0.144,0.144],[1.439,1.151],[1.87,0.575],[0.863,-0.144],[0.432,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.288],[0,0],[0,-0.144],[-1.151,0.575],[0,0],[0,0]],"v":[[168.055,-5.539],[167.767,-5.251],[167.479,-2.23],[168.199,-3.237],[170.501,1.942],[173.666,-1.367],[174.098,0.935],[182.011,-0.36],[182.011,-0.36],[196.687,-2.374],[195.248,-3.956],[194.529,-5.97],[194.529,-8.128],[195.248,-10.142],[190.932,-11.581],[187.623,-9.854],[187.191,-8.704],[187.191,-11.437],[186.328,-13.451],[182.875,-12.012],[175.968,-15.177],[174.817,-12.731],[165.897,-18.63],[165.321,-17.047],[163.738,-19.349],[161.868,-20.068],[161.436,-17.91],[156.976,-20.787],[156.4,-18.773],[155.537,-22.37],[159.853,-23.808],[160.429,-22.801],[181.867,-26.254],[186.04,-25.103],[186.04,-25.822],[193.378,-25.822],[196.975,-24.528],[196.831,-25.535],[207.478,-21.219],[209.349,-28.987],[210.212,-28.699],[209.205,-27.117],[225.032,-27.117],[224.6,-28.412],[227.478,-28.843],[228.197,-30.857],[228.917,-30.426],[229.205,-31.433],[221.147,-44.092],[218.126,-44.523],[216.687,-45.243],[213.665,-50.421],[213.378,-48.983],[209.349,-51.716],[209.349,-52.004],[208.342,-51.428],[210.644,-47.832],[208.486,-48.264],[207.622,-45.387],[211.219,-43.373],[211.507,-43.948],[222.011,-34.31],[222.586,-34.885],[223.162,-31.72],[205.896,-31.72],[175.824,-39.345],[170.357,-40.639],[168.63,-41.359],[168.055,-40.352],[166.76,-40.783],[166.328,-38.769],[166.04,-40.495],[155.969,-42.509],[156.544,-41.071],[152.228,-41.646],[139.998,-42.222],[141.58,-40.208],[153.379,-38.625],[162.875,-37.187],[166.04,-36.18],[163.594,-33.303],[167.911,-32.008],[168.774,-32.296],[169.35,-30.426],[168.342,-29.563],[166.184,-29.131],[165.033,-30.426],[164.458,-29.419],[160.429,-30.713],[160.429,-28.556],[157.264,-28.556],[152.659,-26.829],[149.926,-26.829],[149.638,-24.384],[146.76,-23.664],[147.48,-21.65],[149.35,-23.089],[149.782,-22.657],[148.775,-21.075],[149.926,-18.486],[150.357,-19.493],[153.81,-15.465],[155.105,-15.752],[159.997,-13.019],[165.609,-12.156],[167.767,-11.437],[168.486,-9.135],[169.781,-10.286],[170.069,-12.444],[170.932,-10.717],[171.508,-12.012],[171.94,-11.724],[170.501,-9.854],[180.86,-7.697],[180.86,-6.977],[174.529,-6.977],[173.666,-7.553],[170.357,-5.539],[168.342,-6.114]],"c":false},"ix":2},"nm":"Tracciato 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[-4.748,6.33],[0,0]],"o":[[0,0],[0.719,-10.214]],"v":[[1.294,-185.933],[-14.389,-168.383]],"c":true},"ix":2},"nm":"Tracciato 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.87,2.302],[1.583,3.021],[0,0],[-0.144,0.719],[-0.288,0.575],[0.432,0],[4.029,-1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.151],[0,0],[1.151,-1.007],[0.144,-0.863],[1.439,-1.007],[2.158,-1.726],[1.007,-0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,4.316],[-1.583,8.919],[1.007,2.446],[0,0],[0,0],[1.727,-0.719],[1.439,-1.295],[2.59,-2.733],[0.863,-1.726],[0.576,-0.863],[2.878,-5.898],[2.59,-7.337],[-0.576,-0.144],[-1.007,0.432],[0,0.719],[-0.863,1.87],[-4.173,7.049],[-4.316,5.035],[-3.885,3.309],[0,-1.582],[0.863,-4.028],[1.87,-7.337],[0.288,-2.733],[0.144,-0.863],[1.007,-1.582],[2.158,-2.302],[0.432,-0.575],[1.439,-1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.295,0],[-1.583,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,0.288],[-2.302,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,0.575],[-1.583,1.87]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[2.014,-3.165],[1.87,-2.302],[0,0],[0.144,-0.719],[0.144,-0.575],[-0.576,-0.288],[-4.029,1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.288],[0,0],[-1.439,0],[-0.576,0.575],[-1.583,0.719],[-2.158,1.726],[-0.863,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,-3.884],[2.014,-8.919],[-0.144,-2.733],[0,0],[0,0],[-1.87,0],[-1.727,0.719],[-2.734,2.733],[-1.295,1.439],[-1.151,0.863],[-3.453,5.61],[-3.309,6.761],[-0.288,0.863],[1.007,0.144],[-0.432,-1.726],[0.576,-2.014],[3.741,-7.337],[3.597,-5.754],[3.453,-3.74],[0.432,1.582],[-0.576,4.028],[-1.727,7.48],[-0.576,2.733],[-0.432,0.863],[-0.432,1.726],[-1.87,2.589],[-0.432,0.432],[-1.295,1.439],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0.575],[1.727,-0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0],[2.446,-1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.863,-0.432],[1.583,-1.87],[0,0]],"v":[[27.193,-179.603],[33.38,-187.947],[36.977,-193.269],[35.682,-193.269],[35.682,-193.557],[36.833,-193.557],[42.876,-202.476],[45.898,-212.834],[44.603,-210.388],[44.891,-212.546],[45.466,-214.128],[43.884,-214.416],[31.797,-210.388],[32.085,-209.237],[33.38,-208.806],[33.38,-208.374],[30.503,-208.95],[29.927,-206.936],[29.639,-206.936],[29.639,-208.662],[22.301,-200.894],[18.416,-199.455],[17.265,-197.297],[12.805,-194.708],[6.618,-189.385],[3.884,-187.947],[3.884,-187.659],[-3.885,-184.494],[-2.159,-183.2],[-5.756,-183.2],[-10.936,-178.596],[-12.374,-179.459],[-9.209,-191.975],[-3.598,-218.732],[-5.468,-226.5],[-6.763,-224.486],[-7.338,-225.493],[-12.806,-224.342],[-17.41,-221.321],[-25.755,-213.409],[-28.921,-208.662],[-31.798,-206.36],[-41.439,-189.242],[-49.928,-167.807],[-49.064,-164.498],[-45.899,-164.93],[-46.762,-168.239],[-44.604,-174.137],[-33.093,-196.147],[-21.295,-212.402],[-10.36,-222.904],[-9.641,-218.3],[-11.799,-206.073],[-17.698,-183.775],[-18.849,-175.719],[-19.712,-173.274],[-21.871,-168.095],[-28.345,-161.046],[-29.209,-159.32],[-33.237,-154.86],[-33.669,-154.86],[-33.237,-153.278],[-34.964,-152.99],[-36.403,-147.811],[-23.597,-163.779],[-20,-161.765],[-15.108,-162.916],[-14.389,-161.621],[-2.59,-174.712],[4.46,-182.193],[6.906,-184.35],[6.906,-185.645],[7.769,-184.926],[24.028,-198.017],[24.603,-197.729],[28.2,-202.764],[31.222,-203.195],[38.272,-207.655],[38.992,-207.08],[25.179,-182.624],[24.316,-181.186],[23.596,-181.761],[17.121,-170.54],[18.56,-169.821],[21.294,-175],[19.999,-172.698],[22.589,-174.137],[27.337,-179.603]],"c":false},"ix":2},"nm":"Tracciato 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0.432,0],[1.151,-0.288],[0,0],[0,-0.432],[-0.432,-2.302],[-1.439,-0.432],[-0.576,0.719],[0,0],[0,0],[0,0],[0,0.719],[0,0],[0,0],[0,0],[0,0],[1.007,-0.288],[0,-0.288],[-0.432,-0.288],[-3.597,-2.014],[-3.885,-3.453],[-3.453,-5.466],[-0.432,-0.288],[0,0],[0,0],[0,0],[0,-3.453],[1.295,-5.466],[1.295,-1.726],[-2.878,-1.87],[5.036,13.091],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[8.057,5.466],[0,0],[0,0],[0,-0.432],[-0.144,-0.575],[0,0],[-0.432,-0.288],[-4.173,-1.726],[-3.022,-1.151],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.878,3.884],[0.288,0.863],[0,0.863],[-0.144,0.863],[-0.432,0.863],[-0.719,0.719],[-0.863,0.432],[-1.007,0.144],[-1.007,-0.144],[-4.316,-1.007],[-2.158,-0.432],[0,0],[-1.87,-1.439],[-0.144,-0.863],[1.007,0.432],[0.576,-0.288],[0,0.288],[0,0],[0.432,0],[1.151,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.439,-0.144],[-3.453,-7.768],[0,1.726],[1.295,1.726],[0.432,0.144],[1.583,0.719],[2.014,1.295],[4.604,1.439],[1.151,-0.144],[2.158,0],[0.863,-0.719],[0,0],[0,0],[0,-0.288],[0.288,-1.007],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,-1.726],[-0.719,-2.302],[-0.863,-1.726],[-0.863,-1.726],[-0.576,-0.288],[-0.863,-0.144],[0,0],[0,0],[0,0],[0,0],[-0.288,-0.719],[-0.863,-1.582],[0,0],[0,0],[0,4.028],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0.575],[1.151,0.144],[1.151,-0.288],[1.007,-0.575],[0,0],[0,0]],"o":[[-1.151,0.144],[0,0],[-0.432,0.432],[-0.144,2.302],[0.288,1.007],[0.432,0.144],[0,0],[0,0],[0,0],[-0.288,-1.726],[0,0],[0,0],[0,0],[0,0],[-1.439,0.288],[-0.288,0.144],[0,0.432],[4.029,1.726],[4.748,2.158],[4.029,4.891],[0.144,0.288],[0,0],[0,0],[0,0],[0.719,3.453],[-0.576,5.61],[-0.432,2.158],[-2.734,3.596],[5.18,-11.221],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-4.604,-8.344],[0,0],[0,0],[0,0.432],[0,0.432],[0,0],[0.288,0.432],[4.029,1.726],[3.022,1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.165,-3.596],[-0.576,-0.719],[-0.288,-0.863],[0,-0.863],[0.144,-0.863],[0.432,-0.863],[0.719,-0.719],[0.863,-0.575],[1.007,-0.144],[4.173,0.575],[1.727,0.288],[0,0],[2.446,0.432],[0.863,0.719],[-1.007,-0.575],[-0.432,-0.144],[0,-0.432],[0,0],[0,0.144],[-1.007,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.439,-0.288],[4.46,0.863],[1.295,-2.589],[0,-1.87],[-0.719,-0.288],[-1.727,-0.432],[-1.87,-1.582],[-4.316,-1.87],[-1.151,-0.144],[-2.158,-0.288],[-0.863,0],[0,0],[0,0],[-0.576,-0.144],[-0.432,1.007],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,1.726],[0.144,2.302],[0.432,1.295],[0.863,1.726],[0.288,0.432],[0.863,0.288],[0,0],[0,0],[0,0],[0,0],[-0.288,1.007],[0.719,1.726],[0,0],[0,0],[-1.87,0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,-0.863],[-1.007,-0.575],[-1.151,-0.144],[-1.151,0.144],[0,0],[0,0],[-0.576,-0.288]],"v":[[-192.947,-86.385],[-196.256,-85.81],[-195.536,-84.515],[-196.688,-83.22],[-196.256,-76.315],[-192.371,-74.301],[-190.501,-76.459],[-191.076,-76.891],[-192.947,-75.596],[-192.227,-76.891],[-192.515,-80.055],[-193.666,-81.062],[-192.227,-79.911],[-190.788,-82.357],[-186.472,-81.638],[-190.069,-80.775],[-190.788,-79.911],[-190.069,-78.761],[-178.127,-73.726],[-165.177,-65.238],[-153.955,-49.702],[-152.803,-48.983],[-149.494,-38.337],[-149.063,-38.337],[-149.063,-38.913],[-147.911,-28.555],[-150.789,-11.868],[-153.235,-6.114],[-153.235,0.216],[-145.897,-35.029],[-148.343,-44.235],[-147.911,-44.667],[-156.257,-56.032],[-155.249,-56.607],[-162.587,-66.965],[-164.314,-66.245],[-164.314,-66.533],[-163.451,-66.821],[-185.465,-82.213],[-177.12,-80.631],[-176.112,-83.22],[-176.112,-81.782],[-175.825,-80.199],[-175.105,-80.775],[-173.81,-79.768],[-161.436,-74.589],[-152.228,-70.992],[-152.228,-73.006],[-148.631,-74.445],[-154.674,-82.069],[-155.537,-80.055],[-156.113,-82.932],[-158.271,-82.069],[-158.271,-82.357],[-156.976,-84.371],[-158.99,-85.953],[-165.609,-93.722],[-175.105,-104.655],[-176.4,-107.1],[-176.976,-109.833],[-176.688,-112.567],[-175.681,-115.156],[-174.098,-117.602],[-171.796,-119.328],[-169.062,-120.335],[-166.184,-120.335],[-153.523,-117.314],[-148.199,-116.451],[-147.48,-114.868],[-141.005,-111.991],[-140.142,-108.682],[-143.019,-110.121],[-144.746,-109.258],[-144.746,-110.265],[-151.077,-109.689],[-151.077,-111.272],[-154.386,-111.703],[-154.386,-110.984],[-151.509,-110.409],[-152.947,-108.682],[-154.386,-109.258],[-155.106,-108.539],[-150.789,-103.504],[-148.775,-108.395],[-148.343,-108.395],[-149.063,-106.093],[-144.746,-106.237],[-131.077,-102.641],[-128.056,-108.826],[-131.653,-114.293],[-133.092,-115.444],[-138.127,-117.17],[-144.027,-121.342],[-157.552,-126.089],[-160.861,-126.089],[-167.336,-126.521],[-169.925,-124.363],[-170.645,-124.938],[-172.084,-122.493],[-173.954,-122.924],[-175.249,-120.047],[-175.681,-121.486],[-176.688,-121.629],[-177.983,-116.163],[-178.702,-116.882],[-179.134,-115.731],[-179.853,-116.882],[-179.853,-111.847],[-178.558,-104.798],[-175.968,-100.914],[-173.666,-95.592],[-171.94,-94.585],[-169.35,-94.009],[-167.767,-94.009],[-169.35,-92.139],[-167.048,-88.974],[-163.451,-88.543],[-164.17,-85.953],[-161.868,-81.062],[-163.163,-80.487],[-163.738,-82.645],[-168.055,-84.515],[-169.782,-83.22],[-170.789,-85.522],[-171.364,-85.234],[-170.933,-84.227],[-171.796,-83.364],[-172.659,-85.378],[-174.098,-84.227],[-174.961,-85.81],[-177.407,-84.227],[-180.285,-86.241],[-183.594,-87.248],[-187.047,-87.104],[-190.213,-85.953],[-190.644,-87.104],[-191.364,-85.666]],"c":true},"ix":2},"nm":"Tracciato 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0.288,0.863],[-0.288,0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.295],[0.432,-0.575],[0,-0.432],[0.719,0],[1.583,-0.575],[-0.432,-0.863],[-4.029,-3.309],[-2.302,-1.726],[0,0],[0,0],[0,0],[2.878,-0.575],[0.432,0],[1.295,-0.432],[0,0],[0,0],[0,0],[0,0],[0.863,-2.302],[-0.432,-0.719],[-2.59,-3.309],[-1.007,-0.863],[0,0],[0,0],[-0.719,-0.575],[-0.863,-0.863],[-1.151,-1.87],[-1.151,-1.87],[-0.576,-0.863],[-0.863,-1.87],[0,0],[0,0],[-0.288,-1.87],[0,0],[0,0],[0,0],[0,0],[4.029,0.719],[6.475,4.46],[0,0],[0,0],[0,0],[0,0],[0,0.432],[-1.439,-1.007],[-0.432,0],[0,0],[-4.604,1.151],[0.719,3.021],[1.583,1.87],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.432],[0,0],[0,0],[0,0],[0,-1.007],[0.719,1.295]],"o":[[0,-0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.007],[-0.432,0.432],[-0.288,0.288],[-0.576,-0.288],[-1.727,0.144],[-0.144,0.863],[3.885,3.453],[2.014,1.726],[0,0],[0,0],[0,0],[0,-4.747],[-0.432,-0.719],[-1.295,0.144],[0,0],[0,0],[0,0],[0,0],[-1.007,2.302],[-0.576,1.007],[2.302,3.453],[0.863,1.007],[0,0],[0,0],[0,0.863],[0.863,0.863],[1.439,2.014],[1.151,1.87],[0.719,1.151],[0.576,0.719],[0,0],[0,0],[0.432,3.309],[0,0],[0,0],[0,0],[0,0],[0.719,-3.165],[0.863,-3.884],[0,0],[0,0],[0,0],[0,0],[0,0],[1.727,1.439],[0.432,0.288],[0,0],[-0.576,3.309],[-0.144,-3.021],[-1.007,-2.158],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.719],[0,0],[0,0],[0,0],[0,1.007],[-0.863,-1.439],[-0.576,-0.863]],"v":[[166.758,1.223],[167.046,-0.791],[163.737,-4.531],[166.039,-3.812],[167.622,-6.401],[167.909,-6.689],[165.895,-8.128],[165.895,-5.107],[165.032,-7.984],[163.593,-5.682],[161.866,-8.128],[160.14,-3.237],[160.14,-6.258],[158.701,-4.819],[158.701,-3.524],[156.83,-4.1],[151.795,-3.093],[152.082,-0.503],[164.168,9.71],[170.643,14.601],[170.931,14.601],[181.434,23.377],[180.715,26.973],[174.672,23.377],[173.233,21.506],[169.348,22.513],[167.622,21.219],[161.291,23.233],[160.859,21.794],[159.852,21.506],[156.974,28.268],[156.399,31.576],[163.737,41.646],[166.614,44.523],[165.895,45.099],[165.176,43.66],[166.183,45.818],[168.773,48.407],[172.801,54.018],[176.111,59.916],[178.413,62.937],[180.283,66.533],[183.017,70.849],[183.017,65.382],[184.024,72.719],[185.751,73.438],[186.039,72.143],[188.772,75.308],[190.643,73.726],[187.046,66.965],[165.607,35.029],[165.895,36.324],[165.32,36.324],[163.593,30.426],[175.967,27.98],[175.967,28.268],[180.427,31.864],[181.722,32.152],[186.039,31.864],[198.7,39.92],[197.405,30.713],[193.52,24.671],[193.089,25.103],[190.355,20.787],[190.067,21.363],[182.154,14.026],[181.147,15.033],[181.147,13.163],[174.672,8.703],[174.96,8.703],[170.068,5.107],[170.068,7.84],[167.909,3.812]],"c":true},"ix":2},"nm":"Tracciato 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-2.014,0],[-0.288,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,0],[-0.576,-0.144],[0,0],[0,0],[0,0],[-0.288,0],[-1.007,1.007],[-1.007,1.87],[0,0],[-0.288,2.014],[0.863,0.863],[0.863,0],[1.87,0],[0.719,0.144],[0.719,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.87,-0.288],[0,-0.432],[0,0],[0,0],[0.863,0],[1.583,-0.719],[0,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.87],[0,0],[-1.87,-3.596],[0.863,-1.007],[2.158,-3.884],[0,0],[0,0],[-0.576,0],[-8.201,2.158],[0,0],[-2.446,0.432],[-0.719,0.575],[0,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.863],[0.288,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[1.87,0.288],[0.288,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,-0.719],[0.432,-0.144],[0,0],[0,0],[0,0],[-0.288,0],[1.151,-0.719],[1.151,-1.726],[0.144,0.144],[0.432,-1.87],[0,-1.151],[-0.719,-0.575],[-1.727,0],[0,0],[-0.576,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.583,-0.863],[-0.144,0],[0,0],[0,0],[-1.007,-0.575],[-1.727,0.432],[-0.288,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.863],[0,0],[-3.453,-0.432],[-3.453,-4.46],[-2.734,3.453],[0,0],[0,0],[1.007,0.432],[6.187,-1.87],[0,0],[2.446,-0.288],[0.863,-0.288],[0,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.144],[-0.288,0],[0,0],[0,0],[0,0]],"v":[[137.983,-140.762],[138.846,-137.454],[139.709,-138.317],[139.709,-137.31],[145.608,-136.734],[146.472,-138.461],[147.479,-137.166],[149.781,-140.475],[150.5,-138.029],[151.508,-139.899],[152.659,-138.317],[153.378,-139.755],[154.961,-139.755],[153.954,-139.036],[154.385,-138.461],[159.133,-141.194],[159.565,-141.194],[162.874,-143.927],[166.184,-149.394],[165.752,-149.681],[166.759,-155.58],[165.464,-158.457],[163.018,-159.176],[157.695,-159.176],[156.687,-158.169],[154.817,-159.607],[154.241,-159.32],[156.112,-156.011],[154.529,-155.292],[153.234,-161.046],[151.22,-158.313],[150.932,-160.614],[146.616,-160.614],[146.184,-159.176],[145.752,-159.176],[145.752,-160.039],[139.421,-160.039],[139.421,-158.457],[138.702,-161.19],[135.824,-160.183],[134.961,-161.478],[134.098,-157.881],[133.235,-160.614],[129.925,-157.737],[124.602,-158.744],[124.17,-157.45],[121.005,-158.313],[120.717,-156.443],[117.839,-158.025],[112.947,-156.299],[112.659,-155.58],[110.357,-157.45],[110.07,-155.723],[109.062,-157.018],[104.027,-154.86],[102.444,-151.839],[102.156,-153.134],[98.847,-152.702],[98.847,-157.018],[100.142,-154.429],[99.71,-156.874],[101.149,-159.464],[102.156,-159.464],[103.307,-162.053],[101.868,-162.485],[101.868,-162.916],[103.019,-162.916],[102.732,-166.225],[99.134,-161.046],[97.84,-155.436],[91.653,-154.573],[84.315,-143.64],[85.322,-142.92],[86.041,-143.496],[88.487,-142.489],[108.919,-148.387],[128.774,-152.271],[136.112,-153.278],[138.414,-154.716],[138.414,-152.99],[142.011,-154.141],[143.306,-152.271],[143.306,-155.292],[144.313,-152.99],[146.04,-157.45],[145.608,-153.853],[155.968,-153.134],[161.435,-150.976],[161.723,-149.969],[157.838,-145.078],[157.838,-146.517],[156.831,-146.517],[143.738,-142.92],[137.695,-141.05]],"c":false},"ix":2},"nm":"Tracciato 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0.144,-1.726],[0,0],[1.583,-0.575],[1.583,-0.432],[1.295,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.432],[0,0],[0,0],[0,0],[-1.295,-0.432],[-1.151,0.575],[0,0],[-0.719,0],[-1.151,-0.863],[0,0],[0,-0.432],[0,0],[-0.863,-0.144],[-0.719,-0.863],[1.295,-3.884],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.863,5.179],[0,0],[0,0],[0,1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.719,0.288],[1.583,0.144],[0,0],[0,0],[0,0],[0,0],[-0.288,0.432],[0.144,1.439],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.727,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.151],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-0.144,0.863],[0,0],[-2.302,0.575],[-1.583,0.575],[-1.295,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,-1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.863],[0,0],[0,0],[0,0],[1.007,0.288],[0.719,0.144],[0,0],[1.583,-0.863],[1.439,0.432],[0,0],[0,0.432],[0,0],[0.863,0.144],[1.727,0],[1.439,1.439],[-0.144,0.144],[0,0.144],[0,0],[0,0],[0,0],[0,0],[3.022,-1.007],[0,0],[0,0],[3.597,-1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.719,-0.575],[-1.439,-0.288],[0,0],[0,0],[0,0],[0,0],[1.007,-0.144],[0.432,-1.439],[0,0],[0,0],[0,0],[0,0],[0,0],[0.863,-2.877],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.007],[0,0],[0,0],[0,0]],"v":[[138.271,-141.481],[137.551,-142.344],[136.688,-140.762],[135.681,-142.344],[135.249,-139.036],[134.53,-142.201],[127.911,-140.474],[123.307,-138.173],[119.278,-138.604],[118.559,-140.762],[117.264,-139.18],[114.386,-139.755],[114.674,-138.173],[113.379,-137.309],[114.818,-136.59],[113.235,-133.713],[112.804,-138.748],[112.228,-138.748],[112.228,-135.871],[112.084,-135.871],[111.94,-137.741],[109.638,-137.453],[107.912,-134.432],[106.473,-130.548],[110.07,-127.527],[112.66,-125.226],[112.66,-126.089],[120.429,-122.78],[120.429,-123.787],[124.89,-122.924],[128.343,-120.91],[131.508,-122.205],[133.81,-119.759],[137.12,-121.342],[141.005,-119.471],[141.436,-120.191],[141.436,-118.896],[147.048,-118.464],[149.781,-118.033],[154.673,-118.033],[158.99,-112.998],[159.853,-112.135],[160.141,-112.279],[159.853,-113.717],[161.292,-113.286],[161.292,-116.594],[163.594,-111.847],[170.213,-118.033],[171.795,-119.759],[170.644,-120.478],[170.069,-123.499],[169.781,-122.924],[163.162,-125.513],[162.443,-124.075],[158.27,-125.801],[158.27,-125.082],[140.717,-127.959],[140.717,-127.24],[138.559,-128.534],[134.098,-129.254],[122.444,-130.98],[123.019,-128.247],[122.444,-128.247],[121.293,-132.275],[124.17,-132.706],[124.602,-136.878],[126.472,-138.173],[124.746,-133.425],[125.465,-133.138],[126.185,-134.432],[127.192,-133.282],[130.213,-135.583],[128.631,-134.289],[128.918,-133.282],[135.105,-135.008],[135.105,-134.72],[135.681,-134.72],[136.544,-138.316],[137.12,-135.008],[137.839,-135.008],[137.839,-138.316],[137.264,-138.316],[137.839,-140.906]],"c":false},"ix":2},"nm":"Tracciato 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0,0],[0.144,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,-0.432],[2.59,-0.288],[0,-3.309],[-0.576,-1.726],[-1.007,-1.439],[-0.576,-0.288],[0,0],[0,0],[0,0],[0,0],[0,-1.151],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.576,0.432],[0.432,0.432],[2.59,2.302],[0.576,0],[0,0],[0,0],[0,0],[0,-0.719],[0,0],[0,0],[0,0],[1.007,0.144],[6.043,1.726],[6.762,2.877],[2.734,2.302],[1.87,3.021],[-3.597,0.863],[-6.331,1.007],[-3.165,-0.288],[-2.302,-0.288],[-2.734,-1.007],[0,0]],"o":[[0,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.151,0],[-2.014,3.596],[-3.309,0.432],[0,1.87],[0.576,1.726],[0.432,0.432],[0,0],[0,0],[0,0],[0,0],[0,0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.439,0.288],[1.295,-1.007],[-2.302,-2.589],[-0.144,-0.288],[0,0],[0,0],[0,0],[0,1.295],[0,0],[0,0],[0,0],[-1.007,0.144],[-5.899,-1.295],[-7.05,-2.014],[-3.309,-1.295],[-2.734,-2.302],[-1.295,-2.302],[6.187,-1.582],[3.165,-0.288],[2.302,-0.144],[2.734,0.719],[0,0],[0,-0.288]],"v":[[-171.94,-51.141],[-172.083,-51.86],[-172.803,-51.86],[-171.22,-54.449],[-173.522,-54.018],[-173.235,-54.881],[-184.889,-58.621],[-185.177,-59.484],[-192.946,-59.916],[-194.529,-57.183],[-193.954,-61.067],[-194.817,-59.916],[-208.054,-59.196],[-211.651,-59.196],[-219.852,-56.895],[-229.205,-48.839],[-228.485,-43.66],[-226.039,-39.057],[-224.457,-37.906],[-224.744,-37.474],[-210.068,-27.836],[-209.781,-29.275],[-209.061,-29.275],[-209.061,-26.541],[-207.91,-27.692],[-208.342,-26.541],[-182.443,-18.342],[-181.436,-20.212],[-180.716,-18.773],[-174.961,-18.054],[-160.573,-11.868],[-160.285,-12.875],[-156.4,-12.012],[-153.81,-16.184],[-161.148,-23.52],[-162.587,-23.089],[-162.012,-22.082],[-162.443,-21.794],[-164.745,-26.398],[-164.745,-23.952],[-166.904,-25.534],[-167.623,-25.103],[-165.321,-20.787],[-168.486,-20.787],[-186.759,-25.103],[-207.478,-32.439],[-216.543,-37.762],[-223.449,-45.818],[-221.867,-51.572],[-203.018,-55.6],[-193.522,-55.6],[-186.616,-55.312],[-178.414,-52.867],[-177.839,-52.004]],"c":true},"ix":2},"nm":"Tracciato 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.288],[2.014,-7.48],[2.014,-5.323],[2.446,-5.035],[-0.288,-7.193],[-0.432,-0.575],[-0.719,-0.432],[-0.863,0],[-0.863,0.144],[-0.719,0.432],[-0.576,0.575],[-2.878,3.309],[-3.022,4.028],[0,0],[0,0],[0,0],[-0.144,0.288],[-1.583,2.446],[-0.719,0.575],[0,0],[0,0],[1.007,-2.014],[1.295,-1.87],[0,0],[0,0],[2.878,-3.021],[3.597,-2.877],[2.158,-1.007],[0,0.288],[-1.007,4.172],[-2.302,6.473],[-2.734,10.645],[0.576,5.179],[1.151,0],[0.432,-1.007],[0,0],[0,0],[0,0],[-1.727,-5.179],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0.288],[1.439,8.2],[-1.439,5.179],[-2.014,5.323],[-2.734,6.473],[0,0.863],[0.432,0.719],[0.719,0.288],[0.863,0.144],[0.719,-0.144],[0.719,-0.432],[3.309,-2.877],[3.309,-3.74],[0.144,0],[0,0],[0,0],[0.432,-0.288],[1.583,-2.302],[0.576,-0.719],[0,0],[-0.288,-0.288],[-0.863,1.726],[-1.007,2.158],[0,0],[0,0],[-2.734,3.309],[-3.165,3.165],[-1.87,1.439],[-0.432,0.288],[0.432,-4.316],[1.87,-6.761],[3.597,-10.358],[1.295,-4.747],[-0.144,-0.432],[-0.288,0],[0,0],[0,0],[0,0],[-1.151,3.453],[0,0],[0,0]],"v":[[-104.171,158.456],[-103.739,159.175],[-99.135,153.277],[-94.531,149.106],[-92.373,144.646],[-91.941,145.365],[-82.589,137.022],[-82.013,137.741],[-86.617,160.614],[-92.66,175.575],[-98.272,191.543],[-101.869,212.114],[-101.149,214.272],[-99.567,215.854],[-97.121,216.286],[-94.675,216.142],[-92.373,215.279],[-90.358,213.84],[-81.006,204.634],[-72.085,192.694],[-71.654,192.694],[-70.934,193.413],[-66.618,186.364],[-65.467,185.645],[-60.862,178.308],[-58.992,176.438],[-61.294,174.712],[-62.445,174.424],[-65.035,179.747],[-68.632,185.501],[-68.92,185.213],[-71.366,188.234],[-79.567,198.16],[-89.639,207.223],[-95.538,210.819],[-97.552,209.812],[-95.394,197.153],[-88.775,177.445],[-78.128,146.229],[-78.992,130.548],[-82.301,129.829],[-83.452,131.987],[-84.459,131.411],[-99.135,148.099],[-99.711,147.811],[-104.89,157.305],[-104.027,158.168]],"c":false},"ix":2},"nm":"Tracciato 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0,0],[-1.007,0.144],[-0.288,0.719],[0.144,0.432],[0.432,0.288],[8.201,4.747],[4.46,2.446],[3.165,2.302],[0.719,1.151],[-1.151,0.288],[-4.748,0.432],[-6.906,-0.719],[-6.762,-2.446],[-3.309,-3.021],[-0.863,-2.446],[0,-0.719],[0,0],[0.576,0.432],[-2.014,1.87],[0.432,1.295],[0,0],[2.734,-1.87],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.288],[0,0],[1.583,-0.288],[1.583,-0.719],[0.863,-1.151],[-0.576,-1.295],[-1.151,-1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[9.065,-2.589],[-1.87,-3.309],[-3.022,-2.733],[-0.719,-0.288],[0,0],[0,0],[0,0],[-0.288,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0.575],[2.302,2.302],[3.597,3.596],[1.295,2.014],[-0.144,0.432],[-0.432,-0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.719,0.575],[1.007,-0.144],[0,-0.575],[-0.144,-0.575],[-7.914,-5.035],[-4.46,-2.589],[-3.453,-1.87],[-1.007,-0.863],[1.007,-0.863],[4.748,-1.295],[6.906,-0.432],[7.05,1.007],[4.029,1.726],[1.583,1.87],[0.288,0.719],[0,0],[-0.288,-0.719],[-1.439,-1.151],[0.288,-0.144],[0,0],[-0.576,-3.74],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.288],[0,0],[-1.583,0.144],[-1.583,0.288],[-1.439,0.432],[-0.576,1.295],[0.863,1.87],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.914,-2.158],[1.295,3.596],[2.446,3.309],[0.576,0.432],[0,0],[0,0],[0,0],[-4.46,2.733],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,-0.575],[-2.158,-2.446],[-3.597,-3.596],[-1.583,-1.726],[-0.144,-0.288],[0.288,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-103.451,-127.671],[-101.581,-125.945],[-98.991,-127.384],[-99.279,-128.966],[-100.142,-130.261],[-124.026,-145.222],[-137.839,-151.695],[-147.767,-158.025],[-150.357,-161.19],[-147.191,-163.491],[-132.947,-166.081],[-112.228,-165.649],[-91.365,-160.614],[-80.43,-153.565],[-76.689,-147.092],[-76.258,-144.934],[-74.819,-146.229],[-75.682,-148.53],[-76.402,-152.558],[-77.121,-155.148],[-77.984,-152.702],[-98.847,-165.218],[-99.998,-164.786],[-99.71,-165.793],[-118.703,-169.533],[-120.573,-168.095],[-121.437,-169.533],[-122.732,-168.526],[-128.199,-169.102],[-128.199,-169.533],[-138.271,-168.382],[-143.019,-167.663],[-147.767,-166.081],[-151.22,-163.635],[-151.22,-159.607],[-148.055,-154.572],[-147.767,-155.004],[-143.738,-151.983],[-144.17,-153.565],[-137.12,-148.818],[-137.12,-149.681],[-131.796,-146.229],[-130.501,-144.502],[-130.501,-145.941],[-119.566,-138.173],[-143.451,-141.769],[-138.846,-131.412],[-130.501,-122.349],[-128.487,-121.198],[-123.163,-118.033],[-122.732,-118.609],[-118.559,-112.71],[-122.732,-109.114],[-121.293,-110.265],[-121.005,-109.402],[-116.832,-111.272],[-117.12,-112.279],[-114.818,-112.279],[-115.394,-113.861],[-122.012,-120.91],[-132.947,-131.843],[-137.12,-137.454],[-137.12,-138.604],[-135.969,-138.892],[-127.048,-136.447],[-118.847,-134.145],[-118.847,-133.426],[-117.696,-134.72],[-116.545,-132.706],[-115.25,-134.001],[-115.106,-132.706],[-103.451,-127.671],[-103.307,-127.959]],"c":false},"ix":2},"nm":"Tracciato 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[0,0],[0.576,1.87],[1.87,3.596],[1.727,1.87],[3.165,3.021],[2.878,-3.165],[0,0],[0,0],[-1.295,-0.432],[-1.007,-1.295],[0,0],[0,0],[0,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.165,-1.87],[-0.288,-0.432],[-2.878,2.733],[-0.432,0],[0,0.432],[0.432,1.87],[0,1.295],[0.288,0],[0,0]],"o":[[-0.288,-1.87],[-1.727,-3.884],[-1.007,-2.302],[-3.597,-3.309],[-3.165,-3.021],[0,0],[0,0],[1.439,-0.432],[1.295,0.432],[0,0],[0,0],[0,-0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,0.144],[1.151,2.733],[0.432,0.432],[1.007,1.726],[0.288,0],[1.151,-0.432],[0,-1.87],[-0.288,-1.295],[0,0],[0,0],[0,0]],"v":[[172.657,113.286],[171.219,107.675],[165.895,96.455],[161.722,90.269],[150.787,81.206],[143.018,81.206],[146.183,83.939],[144.6,86.816],[148.773,85.522],[151.795,89.118],[152.37,88.399],[158.701,97.03],[158.701,95.735],[159.852,97.462],[161.866,101.777],[163.449,104.942],[163.881,104.655],[166.327,115.587],[161.579,111.703],[161.291,112.135],[164.456,120.335],[165.463,121.629],[170.068,123.356],[171.506,123.356],[174.384,122.061],[173.809,116.594],[173.233,112.567],[172.801,112.567],[172.514,113.43]],"c":false},"ix":2},"nm":"Tracciato 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-98.705,18.054],[-102.733,22.945],[-108.92,25.246],[-109.352,24.383],[-99.28,17.766]],"c":true},"ix":2},"nm":"Tracciato 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[0,0],[-1.007,1.007],[0.144,0.719],[0.719,-0.144],[2.302,-1.295],[2.878,-1.726],[5.755,-3.165],[0,0.432],[1.007,3.309],[1.007,4.747],[0.576,0.288],[0.288,-0.288],[-0.144,-0.575],[-0.863,-3.021],[-1.151,-2.877],[-1.87,-2.589],[0,0],[0,0],[0,0],[-2.59,-1.582],[0,0],[0,0],[0,0],[0.576,-0.719],[-1.007,0.144],[-0.719,1.151],[0.432,2.014],[0,0.719],[-0.288,0.719],[-0.432,0.575],[-0.576,0.432],[-0.863,1.151],[-1.727,2.589],[0,0],[0,0],[0,0],[0,0]],"o":[[1.007,-0.719],[0.432,-0.575],[-0.576,-0.432],[-2.59,0.719],[-2.878,1.726],[-5.611,3.309],[-0.576,0.288],[-1.583,-3.021],[-1.439,-4.747],[-0.144,-0.432],[-0.288,-0.144],[0.144,0.575],[1.007,3.453],[0.719,3.165],[1.295,2.877],[0,0],[0,0],[0,0],[0.576,-5.035],[0,0],[0,0],[0,0],[-0.719,0.719],[1.007,0.144],[1.151,-0.575],[1.583,-2.302],[-0.288,-0.719],[0,-0.719],[0.288,-0.719],[0.576,-0.575],[1.007,-1.007],[1.87,-2.446],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-79.424,9.71],[-76.403,7.121],[-75.971,5.107],[-77.842,4.531],[-85.18,7.552],[-93.381,13.45],[-110.503,23.089],[-112.661,22.801],[-116.69,13.306],[-119.855,-1.079],[-121.294,-2.23],[-122.301,-1.942],[-121.87,-0.216],[-118.704,9.998],[-116.834,19.348],[-112.086,27.548],[-106.618,27.548],[-111.366,37.186],[-109.496,38.337],[-102.446,30.281],[-104.892,31.432],[-101.582,32.871],[-108.345,40.207],[-110.215,42.509],[-107.05,42.509],[-104.172,39.92],[-100,32.871],[-100.287,30.713],[-99.856,28.555],[-98.705,26.685],[-96.978,25.246],[-93.957,22.082],[-88.489,14.601],[-85.899,11.005],[-86.619,10.429],[-79.856,7.121],[-79.856,9.854]],"c":false},"ix":2},"nm":"Tracciato 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0.719,0],[0,0],[0,0],[3.885,3.165],[0.576,0],[-0.288,-0.432],[-9.64,-1.007],[-2.878,6.617],[0,3.453],[0.144,0.719],[0.288,0.719],[0.432,0.575],[0.576,0.432],[0.719,0.288],[0.719,0.144],[0.719,-0.144],[0.719,-0.288],[2.014,-1.295],[0,0],[-0.576,0.288],[-2.878,-5.898],[0.719,-2.302],[2.302,-1.726],[2.59,0.144]],"o":[[0,0],[0,0],[-3.885,-3.165],[-0.432,-0.288],[0.144,0.575],[5.611,6.33],[7.194,0.719],[1.151,-3.309],[0.144,-0.719],[-0.144,-0.719],[-0.288,-0.719],[-0.432,-0.575],[-0.576,-0.432],[-0.719,-0.288],[-0.719,-0.144],[-0.719,0],[-2.014,1.007],[0,0],[0.576,-0.144],[6.475,-1.87],[0.863,2.302],[-0.719,2.733],[-1.87,0.863],[-0.576,0]],"v":[[90.933,88.399],[85.034,85.521],[84.314,86.241],[72.66,76.746],[70.79,76.746],[71.221,78.473],[91.509,92.858],[107.192,85.953],[108.918,75.739],[108.918,73.581],[108.343,71.424],[107.192,69.554],[105.609,68.115],[103.739,67.108],[101.58,66.533],[99.422,66.533],[97.264,67.108],[91.221,70.561],[91.94,71.855],[93.811,71.424],[104.458,75.452],[104.746,82.213],[100.285,88.83],[92.804,88.399]],"c":true},"ix":2},"nm":"Tracciato 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-0.719],[-0.144,-5.323],[-1.727,-2.877],[-0.863,-0.144],[-0.576,0.719],[-0.719,0.719],[-1.151,3.021],[-0.719,6.042],[0.288,0.575],[0.576,0.432],[0.576,-0.863],[0.288,-1.295],[0,0],[0,0],[-2.734,3.74],[-0.432,0.288],[-0.144,-0.719],[1.151,-2.877],[1.87,-2.446],[1.295,-0.288],[0.288,1.007],[0.144,2.302],[0,5.754],[0,0]],"o":[[0,0],[0.432,0.863],[-0.288,5.323],[0.576,3.309],[0.432,0.863],[0.576,0],[1.007,0.144],[2.158,-2.589],[1.439,-5.898],[0,-0.575],[-0.288,-0.575],[-0.576,-0.288],[-0.719,1.295],[0,0],[0,0],[3.309,-3.165],[0.288,-0.432],[0.288,0.575],[-0.288,3.021],[-1.007,2.877],[-0.719,1.151],[-0.719,0],[-0.719,-2.302],[0,-5.61],[0,0],[0,0]],"v":[[-4.749,111.416],[-3.598,112.279],[-2.447,114.725],[-2.591,130.836],[1.006,140.043],[3.021,141.482],[4.747,139.755],[7.193,138.748],[12.085,130.261],[15.395,112.279],[14.963,110.553],[13.812,109.114],[10.79,110.553],[9.208,114.437],[8.488,113.574],[1.438,126.809],[10.647,116.451],[11.941,115.3],[12.517,117.17],[10.503,126.089],[6.186,134.145],[3.021,136.303],[0.863,133.57],[-0.432,126.665],[-0.432,109.546],[-2.159,108.683]],"c":true},"ix":2},"nm":"Tracciato 37","mn":"ADBE Vector Shape - Group","hd":false},{"ind":37,"ty":"sh","ix":38,"ks":{"a":0,"k":{"i":[[3.597,7.624],[1.007,-0.719],[0,0],[0,0],[0,0],[-3.309,-4.747],[-2.302,-3.884],[-2.878,-5.898],[-2.302,-4.747],[-0.576,-0.432],[0.288,0.575],[1.439,3.596],[-0.144,0.719]],"o":[[-4.316,-8.2],[0,0],[0,0],[0,0],[3.453,4.603],[2.59,3.74],[3.309,5.898],[2.446,4.891],[0.288,0.575],[0.288,-0.863],[-1.295,-3.453],[0,0.719],[-3.885,-6.761]],"v":[[-68.344,-168.383],[-83.596,-190.393],[-86.761,-195.571],[-91.941,-197.01],[-89.063,-193.413],[-78.704,-179.46],[-71.078,-167.951],[-61.15,-150.113],[-54.532,-135.44],[-52.805,-134.001],[-51.942,-136.447],[-56.114,-147.236],[-56.114,-146.804]],"c":true},"ix":2},"nm":"Tracciato 38","mn":"ADBE Vector Shape - Group","hd":false},{"ind":38,"ty":"sh","ix":39,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.144,0],[0.863,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0],[1.439,0.144],[3.309,-0.863],[1.727,-1.582],[-0.288,-1.151],[-1.295,0.575],[0.288,0.719],[-2.302,0.288],[-1.87,0.288],[-0.432,-0.432],[-0.288,0],[0,0],[-0.719,0],[-2.59,-0.575],[-3.165,-1.87],[-0.863,2.589]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,-0.432],[-0.863,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,0],[-1.439,-0.432],[-3.453,0.144],[-2.302,0.719],[-0.432,0.288],[1.439,-0.432],[-0.144,-0.719],[1.87,-0.144],[1.439,-0.144],[0.288,0.575],[0.288,0.144],[0,0],[0.576,0],[2.734,0.144],[3.453,1.151],[2.302,1.295],[0,0]],"v":[[187.477,-59.772],[187.477,-60.348],[188.772,-63.512],[186.182,-61.355],[185.319,-63.656],[183.448,-63.225],[182.729,-64.232],[180.283,-63.8],[179.995,-65.095],[178.988,-64.232],[177.261,-66.389],[176.542,-64.663],[174.671,-67.253],[174.384,-66.821],[164.024,-68.403],[163.161,-68.403],[158.844,-69.267],[148.773,-67.684],[142.73,-64.088],[143.449,-60.923],[147.622,-62.505],[146.902,-64.663],[153.233,-65.095],[157.981,-65.814],[159.276,-64.519],[160.571,-65.095],[162.873,-64.519],[164.887,-63.944],[172.945,-62.793],[182.873,-58.334],[187.477,-59.628]],"c":false},"ix":2},"nm":"Tracciato 39","mn":"ADBE Vector Shape - Group","hd":false},{"ind":39,"ty":"sh","ix":40,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.611,-2.302],[1.583,-0.432],[1.583,0],[1.583,0.432],[1.439,0.719],[-2.59,0.144],[-3.597,0.432],[-2.014,0.863],[-1.007,0.863],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.468,2.877],[-1.439,0.863],[-1.583,0.432],[-1.727,-0.144],[-1.583,-0.432],[-0.288,2.446],[3.885,-0.288],[2.158,-0.144],[1.151,-0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[133.235,99.908],[134.242,98.038],[134.098,98.325],[131.077,97.606],[131.077,98.613],[130.214,97.894],[127.624,101.202],[127.336,100.627],[111.077,108.971],[106.473,110.697],[101.581,111.272],[96.689,110.553],[92.085,108.683],[97.984,113.286],[109.207,112.711],[115.394,111.128],[118.703,108.827],[118.271,110.553],[122.3,107.244],[125.178,104.799],[125.609,105.374],[132.947,99.476]],"c":true},"ix":2},"nm":"Tracciato 40","mn":"ADBE Vector Shape - Group","hd":false},{"ind":40,"ty":"sh","ix":41,"ks":{"a":0,"k":{"i":[[0,0],[-1.151,1.295],[0,0],[1.583,-0.575],[1.439,0.432],[2.014,1.726],[0,-1.007],[0,0],[0,0],[-2.158,-2.158],[-1.583,-2.589],[1.151,0],[0.144,-0.432],[-0.144,-0.432],[0,0],[0,0],[0,0]],"o":[[0,4.603],[0,0],[-1.583,0.288],[-1.727,0.432],[-2.302,-1.151],[0,0.288],[0,0],[0,0],[-1.583,1.582],[1.87,2.302],[-1.007,-0.144],[-0.432,0.144],[-0.144,0.432],[0,0],[0,0],[0,0],[0,0]],"v":[[77.839,23.808],[81.292,26.254],[82.875,17.622],[78.559,18.629],[73.235,20.068],[66.76,15.896],[66.76,18.342],[66.185,18.342],[65.753,14.026],[65.178,18.917],[70.501,26.254],[67.336,25.966],[66.329,26.685],[66.329,27.98],[78.99,27.98],[75.825,26.11],[77.839,23.664]],"c":false},"ix":2},"nm":"Tracciato 41","mn":"ADBE Vector Shape - Group","hd":false},{"ind":41,"ty":"sh","ix":42,"ks":{"a":0,"k":{"i":[[2.59,3.884],[0,0],[1.439,0.575],[1.727,-0.575],[0,0],[0.576,-0.288],[1.583,-0.719],[2.158,-1.151],[-0.288,-0.575],[-0.432,0],[-1.151,0.575],[-1.007,0.719],[-0.576,0.144],[-3.597,0.719],[0,-0.719],[0.288,-0.719],[0.576,-0.575],[0.719,-0.432],[0.719,-0.288],[-0.288,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.165,0.288],[-2.734,1.439]],"o":[[0,0],[-1.439,-0.719],[-1.727,0.144],[0,0],[-0.576,0.432],[-1.727,0.575],[-2.158,1.151],[-0.576,0.288],[0.288,0.575],[1.151,-0.144],[1.007,-0.575],[0.432,-0.144],[3.597,-1.007],[0.576,-0.144],[-0.144,0.863],[-0.288,0.719],[-0.576,0.575],[-0.719,0.432],[-0.719,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[3.022,0.863],[3.165,-0.432],[5.324,-2.733]],"v":[[-144.027,19.204],[-144.027,19.204],[-148.487,17.334],[-153.667,18.341],[-153.954,17.766],[-155.681,18.773],[-160.573,20.499],[-166.904,24.095],[-168.055,25.246],[-166.76,26.685],[-163.163,25.534],[-160.141,23.664],[-158.559,23.088],[-147.624,20.355],[-145.465,22.801],[-146.185,25.102],[-147.48,27.116],[-149.35,28.699],[-151.508,29.706],[-152.66,30.425],[-158.846,29.993],[-158.846,30.856],[-154.818,31.288],[-154.818,32.439],[-169.494,34.884],[-160.285,35.604],[-151.508,32.87]],"c":true},"ix":2},"nm":"Tracciato 42","mn":"ADBE Vector Shape - Group","hd":false},{"ind":42,"ty":"sh","ix":43,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.432],[-0.288,-0.432],[-0.432,-0.288],[-0.432,-0.144],[-1.007,-0.288],[-1.295,-0.863],[-1.151,0.288],[0,0],[0,0],[0,0],[0,0],[0,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.144,0.575],[0.144,0.432],[0.144,0.432],[0.288,0.288],[1.007,0.144],[1.151,0.863],[1.151,0.288],[0,0],[0,0],[0,0],[0,0],[-0.288,-1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[187.767,-59.628],[187.623,-58.189],[188.054,-56.895],[188.918,-55.744],[190.069,-55.024],[193.09,-54.305],[196.687,-51.716],[199.997,-51.716],[203.45,-48.119],[203.737,-48.119],[208.054,-45.386],[208.917,-48.263],[208.629,-52.867],[207.766,-53.154],[206.327,-50.421],[201.867,-54.449],[198.414,-57.47],[197.982,-56.895],[195.392,-59.772],[194.385,-57.47],[190.069,-62.217],[187.479,-60.203],[187.479,-59.628]],"c":false},"ix":2},"nm":"Tracciato 43","mn":"ADBE Vector Shape - Group","hd":false},{"ind":43,"ty":"sh","ix":44,"ks":{"a":0,"k":{"i":[[8.633,3.453],[3.309,2.158],[0,0],[0,0],[-8.345,-3.309],[-6.762,-1.007],[-0.719,0.288],[0,0],[0,0],[2.014,1.151],[1.87,-0.432],[0,0],[0,0],[1.727,0.575]],"o":[[-3.597,-1.726],[0,0],[0,0],[7.914,4.028],[6.475,2.014],[0.576,0.144],[0,0],[0,0],[-1.727,-1.582],[-1.87,-0.288],[0,0],[0,0],[-1.727,-0.288],[-8.921,-3.165]],"v":[[20.43,-19.061],[10.07,-24.959],[9.063,-23.52],[10.214,-22.801],[34.243,-11.005],[54.098,-6.402],[56.113,-7.265],[55.537,-7.984],[56.544,-8.991],[50.933,-13.019],[45.322,-12.875],[52.66,-9.423],[52.084,-8.128],[46.76,-9.423]],"c":true},"ix":2},"nm":"Tracciato 44","mn":"ADBE Vector Shape - Group","hd":false},{"ind":44,"ty":"sh","ix":45,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.576,0.863],[-0.719,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.432,0.863],[0.719,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.863,-1.007],[0.576,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,-0.863],[-0.144,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[150.069,-109.546],[150.069,-105.949],[150.932,-105.518],[152.371,-106.381],[154.673,-104.798],[154.673,-101.777],[155.393,-103.216],[158.99,-101.777],[159.278,-103.791],[159.853,-103.791],[159.853,-101.777],[161.148,-102.065],[160.716,-100.914],[161.58,-103.648],[164.026,-105.518],[162.299,-100.77],[164.457,-100.77],[163.594,-102.641],[165.177,-102.641],[165.465,-100.195],[169.062,-105.23],[169.925,-103.648],[169.205,-108.826],[167.479,-107.819],[166.903,-108.539],[164.314,-106.812],[163.45,-109.402],[161.436,-108.97],[162.299,-108.682],[159.422,-108.395],[155.824,-109.546],[155.824,-108.97],[152.659,-110.696],[152.371,-112.71],[150.501,-109.546]],"c":true},"ix":2},"nm":"Tracciato 45","mn":"ADBE Vector Shape - Group","hd":false},{"ind":45,"ty":"sh","ix":46,"ks":{"a":0,"k":{"i":[[1.007,1.439],[0.288,0],[-1.439,-13.522],[0,3.165],[0.719,4.891],[0.576,1.726],[0.576,1.582]],"o":[[-0.288,-0.575],[5.18,12.659],[0.719,-3.021],[-0.288,-5.035],[-0.288,-1.87],[-0.432,-1.726],[-0.576,-1.726]],"v":[[99.134,-45.386],[97.408,-45.961],[105.033,-6.401],[106.041,-15.608],[104.17,-30.425],[102.731,-35.748],[101.436,-40.783]],"c":true},"ix":2},"nm":"Tracciato 46","mn":"ADBE Vector Shape - Group","hd":false},{"ind":46,"ty":"sh","ix":47,"ks":{"a":0,"k":{"i":[[0,-0.719],[0,0],[0,0],[1.87,-2.446],[0,0],[0,0],[-1.007,-0.144],[-2.59,0.288]],"o":[[0,0],[0,0],[-1.007,-1.295],[0,0],[0,0],[1.007,0.432],[2.59,-0.144],[0,0.863]],"v":[[136.111,-103.072],[141.291,-111.56],[136.399,-110.553],[123.881,-107.388],[126.471,-106.381],[125.32,-105.086],[128.341,-104.223],[136.111,-105.086]],"c":true},"ix":2},"nm":"Tracciato 47","mn":"ADBE Vector Shape - Group","hd":false},{"ind":47,"ty":"sh","ix":48,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.432,0.288],[-6.043,4.028],[-0.288,0.863],[0.576,-0.432],[6.043,-4.747]],"o":[[0,0],[0.576,0],[6.043,-4.028],[0.576,-0.432],[-1.007,-0.288],[-6.043,4.603],[0,0]],"v":[[170.356,91.563],[170.788,92.282],[172.514,92.282],[190.787,80.343],[191.794,78.041],[188.773,77.322],[170.5,91.563]],"c":false},"ix":2},"nm":"Tracciato 48","mn":"ADBE Vector Shape - Group","hd":false},{"ind":48,"ty":"sh","ix":49,"ks":{"a":0,"k":{"i":[[0.288,-0.575],[0.863,-2.158],[0,-0.432],[-2.878,3.596],[-0.576,1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,4.028],[0.719,-0.575],[1.583,-1.007],[1.87,-2.446],[0,0],[0,0]],"o":[[-1.151,2.158],[0.144,0.719],[3.022,-3.309],[1.007,-1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.87,-3.74],[-0.432,0.863],[-1.727,0.719],[-2.014,2.158],[0,0],[0,0],[-0.719,0.288]],"v":[[-20,128.246],[-22.878,134.72],[-22.734,136.734],[-13.525,126.089],[-11.079,121.197],[-11.079,122.492],[-10.504,122.492],[-10.216,118.896],[-9.497,122.204],[-8.202,118.033],[-7.914,118.033],[-8.346,120.91],[-3.454,112.135],[-4.893,114.724],[-9.785,117.457],[-15.54,124.506],[-15.971,122.636],[-17.698,127.383]],"c":true},"ix":2},"nm":"Tracciato 49","mn":"ADBE Vector Shape - Group","hd":false},{"ind":49,"ty":"sh","ix":50,"ks":{"a":0,"k":{"i":[[0,0],[0.288,-0.288],[2.59,-3.309],[0,-1.726],[0,0],[0,0],[0,0],[-1.295,1.007],[0.288,5.466],[0,0],[0,0]],"o":[[-0.432,0.144],[-2.878,2.877],[-0.863,1.582],[0,0],[0,0],[0,0],[1.007,-1.007],[3.165,-2.589],[0,0],[0,0],[0,0]],"v":[[115.249,-176.439],[114.098,-176.007],[105.897,-166.657],[104.602,-161.622],[105.465,-163.204],[107.192,-161.622],[106.041,-163.636],[109.638,-166.945],[117.264,-176.439],[117.264,-176.727],[114.817,-176.583]],"c":false},"ix":2},"nm":"Tracciato 50","mn":"ADBE Vector Shape - Group","hd":false},{"ind":50,"ty":"sh","ix":51,"ks":{"a":0,"k":{"i":[[1.151,1.726],[1.87,3.74],[-0.432,-1.582],[-0.719,-1.295],[-1.007,-1.151],[-1.151,-1.007],[-1.295,-0.719],[-1.439,-0.432],[-1.439,-0.144],[-1.439,0.144],[0.863,0.288],[1.583,0.144],[1.727,1.151]],"o":[[-2.446,-3.453],[0.144,1.439],[0.432,1.439],[0.719,1.295],[1.007,1.151],[1.007,0.863],[1.151,0.719],[1.295,0.432],[1.439,0.144],[-1.295,-1.295],[-1.583,-0.575],[-1.87,-0.288],[-1.727,-1.151]],"v":[[49.207,18.198],[42.732,7.409],[43.596,11.868],[45.178,15.896],[47.48,19.493],[50.502,22.657],[53.955,25.103],[57.84,26.829],[62.012,27.836],[66.329,27.98],[63.595,25.534],[58.847,24.527],[53.379,22.37]],"c":true},"ix":2},"nm":"Tracciato 51","mn":"ADBE Vector Shape - Group","hd":false},{"ind":51,"ty":"sh","ix":52,"ks":{"a":0,"k":{"i":[[0,0],[1.295,-0.144],[0.288,0],[0.576,-0.432],[1.007,-1.007],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.295,-0.144],[-0.719,0.144],[-1.151,0.288],[-1.151,0.863],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-158.559,7.984],[-162.444,7.984],[-164.027,9.135],[-166.761,9.423],[-170.07,12.3],[-169.063,14.026],[-150.214,8.128],[-150.214,4.532],[-158.703,8.128]],"c":false},"ix":2},"nm":"Tracciato 52","mn":"ADBE Vector Shape - Group","hd":false},{"ind":52,"ty":"sh","ix":53,"ks":{"a":0,"k":{"i":[[1.007,0],[0,-0.288],[-1.151,-1.295],[-0.719,-1.295],[-1.007,-1.87],[-1.007,-0.575],[0,1.151],[1.007,1.295],[2.158,2.302]],"o":[[0,0.144],[0.719,1.007],[1.007,1.151],[1.007,1.87],[0.432,0.863],[0.288,-1.151],[-0.288,-1.582],[-1.87,-2.589],[-0.432,-0.432]],"v":[[-171.939,-51.716],[-171.94,-51.141],[-169.493,-47.976],[-166.328,-44.667],[-164.17,-38.625],[-161.292,-36.755],[-160.86,-40.064],[-162.731,-44.379],[-168.918,-51.716]],"c":true},"ix":2},"nm":"Tracciato 53","mn":"ADBE Vector Shape - Group","hd":false},{"ind":53,"ty":"sh","ix":54,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[149.637,-105.518],[150.069,-105.95],[150.213,-105.95],[149.637,-107.964],[147.911,-108.395],[148.918,-109.978],[143.019,-110.553],[141.436,-110.265],[138.99,-104.943],[144.314,-104.224],[144.745,-105.518],[145.465,-103.792],[146.04,-105.231],[151.076,-104.224],[151.364,-105.231]],"c":true},"ix":2},"nm":"Tracciato 54","mn":"ADBE Vector Shape - Group","hd":false},{"ind":54,"ty":"sh","ix":55,"ks":{"a":0,"k":{"i":[[0.719,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[1.87,-1.295],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[-2.302,-3.596],[-0.144,-0.288],[-1.151,0.432]],"v":[[45.897,88.831],[35.825,88.831],[36.689,92.427],[53.667,89.55],[53.667,88.975],[55.393,87.968],[49.494,88.399],[48.919,87.536]],"c":true},"ix":2},"nm":"Tracciato 55","mn":"ADBE Vector Shape - Group","hd":false},{"ind":55,"ty":"sh","ix":56,"ks":{"a":0,"k":{"i":[[0,0],[-5.324,-0.575],[0,0],[0,0],[0,0],[0,0]],"o":[[3.165,2.733],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.323,162.772],[-14.1,169.677],[-21.151,162.341],[-20.143,161.765],[-24.028,160.471],[-25.324,162.916]],"c":false},"ix":2},"nm":"Tracciato 56","mn":"ADBE Vector Shape - Group","hd":false},{"ind":56,"ty":"sh","ix":57,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-0.288],[-2.158,-7.337],[-0.863,-1.151]],"o":[[0,0],[0,0],[-0.288,0.719],[2.014,7.337],[0.576,1.295],[0,0]],"v":[[-127.911,35.172],[-127.479,34.597],[-135.968,7.839],[-136.256,9.278],[-129.925,31.288],[-127.767,34.884]],"c":false},"ix":2},"nm":"Tracciato 57","mn":"ADBE Vector Shape - Group","hd":false},{"ind":57,"ty":"sh","ix":58,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,2.014],[0,0],[0.432,0.144]],"o":[[0,0],[0,0],[0,0],[0,0],[0,-1.295],[0,0],[-1.151,-0.432],[0,0]],"v":[[168.917,-108.97],[169.636,-103.791],[172.082,-101.633],[171.794,-101.058],[174.96,-100.626],[174.672,-105.086],[173.665,-106.812],[171.65,-107.531]],"c":true},"ix":2},"nm":"Tracciato 58","mn":"ADBE Vector Shape - Group","hd":false},{"ind":58,"ty":"sh","ix":59,"ks":{"a":0,"k":{"i":[[0,-0.432],[0,0],[0,0],[-0.576,1.582],[-1.007,3.596],[-0.288,0.575],[0,0],[0.288,-0.719]],"o":[[0,0],[0,0],[0.863,-1.439],[1.151,-3.596],[0.144,-0.575],[-0.288,0],[-0.576,0.719],[-0.144,0.432]],"v":[[-45.034,-131.555],[-48.919,-117.745],[-48.344,-117.458],[-46.042,-122.061],[-43.02,-132.994],[-42.445,-134.72],[-43.452,-134.72],[-44.747,-132.706]],"c":true},"ix":2},"nm":"Tracciato 59","mn":"ADBE Vector Shape - Group","hd":false},{"ind":59,"ty":"sh","ix":60,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[133.091,96.454],[134.242,98.037],[141.148,93.002],[142.875,88.255]],"c":true},"ix":2},"nm":"Tracciato 60","mn":"ADBE Vector Shape - Group","hd":false},{"ind":60,"ty":"sh","ix":61,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.719,-0.863],[-0.719,-0.863],[0,0.575],[0.576,0.863],[1.295,0.719],[0,0]],"o":[[0,0],[0.719,1.295],[0.719,1.007],[0.432,-0.575],[0,-1.007],[-1.007,-1.007],[0,0],[0,0]],"v":[[139.135,133.857],[139.854,137.741],[142.012,140.906],[144.17,143.495],[145.322,141.625],[144.458,138.892],[141.005,136.303],[139.566,133.425]],"c":true},"ix":2},"nm":"Tracciato 61","mn":"ADBE Vector Shape - Group","hd":false},{"ind":61,"ty":"sh","ix":62,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[156.543,-113.142],[155.536,-112.567],[155.968,-111.848],[156.975,-112.711]],"c":true},"ix":2},"nm":"Tracciato 62","mn":"ADBE Vector Shape - Group","hd":false},{"ind":62,"ty":"sh","ix":63,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.432],[-0.432,0.432],[-2.302,1.726],[-5.324,3.021],[1.295,-0.144],[2.734,-0.863],[3.597,-4.172]],"o":[[0,0.432],[0.576,-0.144],[2.014,-2.158],[5.468,-3.453],[-1.151,-0.432],[-2.59,1.007],[-5.899,1.87],[0,0]],"v":[[-96.113,123.068],[-96.113,124.363],[-94.243,123.788],[-87.912,118.033],[-71.509,108.539],[-75.106,108.251],[-82.876,112.135],[-95.825,123.068]],"c":false},"ix":2},"nm":"Tracciato 63","mn":"ADBE Vector Shape - Group","hd":false},{"ind":63,"ty":"sh","ix":64,"ks":{"a":0,"k":{"i":[[1.439,-0.719],[0,0],[-0.719,0.144],[-1.151,0.288],[-0.288,0.719],[0.719,-0.288]],"o":[[0,0],[0.432,-0.288],[1.151,-0.144],[0.432,-0.288],[-0.863,-0.144],[-1.439,0.575]],"v":[[-51.654,118.464],[-50.934,120.478],[-49.352,119.759],[-45.755,119.039],[-44.747,116.882],[-47.193,116.45]],"c":true},"ix":2},"nm":"Tracciato 64","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":66,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.022823318781,0.022823318781,0.022823318781,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":50,"op":99,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"maschera logo","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[181.357,408.018,0],"to":[-30.167,0,0],"ti":[30.167,0,0]},{"t":50,"s":[0.357,408.018,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[111.243,111.243],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Tracciato ellisse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1.004021020029,0.279145992503,0.01484300015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.624,-55.61],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Ellisse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":50,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"logo metachors","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[182,375,0],"to":[-0.167,3.667,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[181,397,0],"to":[0,0,0],"ti":[-0.167,3.667,0]},{"t":99,"s":[182,375,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[22.849,22.849,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.151,-1.151],[0,0],[0,0],[0.288,1.439]],"o":[[1.151,1.007],[0,0],[0,0],[-0.432,-1.151],[0,-0.144]],"v":[[-82.014,-67.253],[-78.417,-63.656],[-78.273,-63.512],[-81.87,-62.362],[-83.165,-66.39]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-4.029,0],[0,0]],"o":[[0,0],[1.87,-4.172]],"v":[[-87.05,-72.863],[-96.114,-69.411]],"c":true},"ix":2},"nm":"Tracciato 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0.432],[0,0],[0,0]],"o":[[0,-0.575],[0,0],[0,0],[0,0]],"v":[[-94.963,-21.363],[-94.963,-22.801],[-81.007,-21.219],[-81.007,-20.068]],"c":true},"ix":2},"nm":"Tracciato 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.144,6.042],[0,0],[0.432,-0.575],[3.453,-3.309]],"o":[[0,0],[0.144,0.863],[-2.878,3.74],[3.453,-4.028]],"v":[[-41.008,67.683],[-39.856,67.396],[-39.713,70.129],[-49.353,80.63]],"c":true},"ix":2},"nm":"Tracciato 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.288,-0.863],[0.576,-2.158],[0.863,2.446],[-0.288,0],[-1.439,-0.144]],"o":[[-0.576,2.158],[-0.719,-2.158],[-0.288,-0.719],[1.439,0],[-0.144,0.863]],"v":[[-81.726,-47.688],[-83.453,-41.215],[-86.043,-47.976],[-85.467,-50.422],[-81.151,-50.134]],"c":true},"ix":2},"nm":"Tracciato 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[4.46,4.891],[0,0],[0,0.288],[-0.576,-0.144],[-0.288,0]],"o":[[0,0],[0,0],[-5.18,2.158],[0,0],[0,-0.432],[0.576,0.432],[0.432,0.144],[0,0]],"v":[[-137.696,106.237],[-137.409,105.805],[-134.675,106.093],[-155.825,103.216],[-147.768,105.517],[-147.768,104.51],[-146.185,105.661],[-144.89,105.086]],"c":true},"ix":2},"nm":"Tracciato 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[-12.086,-12.659],[0,0],[2.014,1.439],[2.158,1.726],[2.302,1.582],[3.597,2.302],[-0.576,0],[1.87,0.863],[0.432,0.575],[1.583,2.014],[0.144,0.432]],"o":[[0,0],[-1.439,-1.582],[-2.014,-1.582],[-2.302,-1.87],[-3.453,-2.446],[-0.432,0],[-2.59,-1.295],[-0.576,-0.288],[-1.727,-2.014],[-0.144,-0.432],[16.834,7.337]],"v":[[-64.029,-72],[-64.748,-70.993],[-69.065,-75.452],[-74.676,-79.912],[-81.295,-85.378],[-91.798,-92.427],[-92.23,-92.427],[-98.704,-95.448],[-100.143,-96.743],[-105.035,-102.785],[-105.467,-104.08]],"c":true},"ix":2},"nm":"Tracciato 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,2.158],[0,0],[-0.288,-1.295],[0,0],[0,0],[1.295,8.056]],"o":[[0,0],[0.576,2.877],[0,0],[0,0],[-3.309,-6.33],[0.144,-1.726]],"v":[[-65.611,-66.533],[-53.381,-55.025],[-52.23,-48.983],[-52.518,-45.962],[-54.676,-42.366],[-66.043,-61.211]],"c":true},"ix":2},"nm":"Tracciato 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[2.302,1.439],[1.007,1.007],[0.288,5.179],[-1.727,-0.863],[-3.453,-2.446],[-0.288,-0.288],[-0.144,-0.288],[-0.144,-0.432],[0,-0.432],[0.144,-0.432],[0.144,-0.288],[0.288,-0.288],[0.288,-0.288]],"o":[[-1.295,-0.863],[2.302,-5.898],[1.727,0.575],[3.597,2.158],[0.288,0.288],[0.288,0.288],[0.144,0.432],[0.144,0.432],[0,0.432],[0,0.432],[-0.144,0.288],[-0.144,0.288],[-2.878,2.733]],"v":[[20.862,82.069],[17.409,79.192],[12.373,66.101],[17.552,68.259],[28.2,74.876],[28.919,75.739],[29.495,76.746],[29.782,77.897],[29.926,79.048],[29.782,80.199],[29.495,81.35],[28.919,82.357],[28.2,83.22]],"c":true},"ix":2},"nm":"Tracciato 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-1.583,0.863],[0,0],[3.741,0.575],[0.863,0.863],[0.432,1.151],[-3.885,4.747],[-2.734,1.726],[-0.432,-0.575],[0.863,-3.309],[0,0],[0,0],[0,0],[0,0],[-0.432,-1.295]],"o":[[0,0],[-3.885,0.288],[-1.295,-0.575],[-1.007,-0.863],[-1.583,-5.323],[2.158,-2.302],[0.288,-0.144],[2.878,4.028],[0,0],[-0.288,1.295],[0,0],[0,0],[0.719,1.151],[0.432,1.726]],"v":[[-68.921,51.284],[-64.748,54.593],[-76.259,54.305],[-79.424,52.147],[-81.438,48.982],[-79.856,33.302],[-72.374,27.26],[-70.359,28.411],[-71.079,39.344],[-77.697,39.775],[-77.985,41.933],[-76.834,45.242],[-76.403,44.954],[-74.532,48.551]],"c":true},"ix":2},"nm":"Tracciato 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[-0.288,0.432],[0.288,0.719],[0,0],[0,0],[0,0],[2.302,0],[2.878,0],[1.583,1.295],[1.583,2.446],[1.007,2.733],[0.432,2.877],[-0.288,2.877],[0,0],[-0.144,-1.87],[-6.619,-2.877],[-0.432,-0.144],[-0.576,0],[-0.576,0.144],[-0.432,0.144],[-0.432,0.288],[-0.432,0.288],[-0.288,0.432]],"o":[[0.288,-0.719],[0,0],[0,0],[0,0],[-2.446,-0.288],[-2.878,0],[-2.014,0],[-2.014,-2.014],[-1.439,-2.446],[-1.007,-2.733],[-0.288,-2.733],[0,0],[-0.432,1.87],[1.87,6.186],[0.432,0.288],[0.432,0.144],[0.576,0.144],[0.432,-0.144],[0.576,-0.144],[0.432,-0.288],[0.288,-0.432],[0.432,-0.432]],"v":[[-68.921,-37.331],[-68.921,-39.633],[-62.158,-31.721],[-69.928,-28.556],[-67.626,-26.542],[-74.532,-26.829],[-83.309,-26.254],[-88.776,-28.268],[-94.1,-34.885],[-97.841,-42.51],[-99.855,-50.853],[-99.999,-59.341],[-89.784,-55.025],[-90.071,-49.271],[-79.424,-33.878],[-77.985,-33.303],[-76.546,-33.015],[-74.964,-33.015],[-73.525,-33.447],[-72.086,-34.022],[-70.791,-34.885],[-69.784,-36.036]],"c":true},"ix":2},"nm":"Tracciato 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[3.885,3.309],[-1.151,-1.151],[-1.439,-1.439],[0,0],[0,0],[0,0],[-3.597,-2.446],[-2.446,-2.302],[4.604,-0.719],[4.173,0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[3.597,-2.589],[1.439,1.151],[1.151,1.151],[0,0],[0,0],[0,0],[6.475,-0.432],[2.734,2.014],[-4.46,1.582],[-4.173,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-34.389,80.63],[-39.713,77.753],[-39.281,77.609],[-36.116,66.245],[-31.799,69.553],[-28.202,73.581],[-27.914,72.574],[-25.324,75.02],[-25.324,75.308],[-15.828,84.514],[-8.202,90.988],[-21.871,94.44],[-34.389,93.146],[-37.986,88.686],[-36.403,88.686],[-35.828,87.823],[-40.432,84.658],[-39.425,81.925],[-38.418,82.213],[-38.849,81.206]],"c":true},"ix":2},"nm":"Tracciato 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-3.453,3.165],[-2.158,1.726],[0,0],[0,0],[0,0],[0,0],[-2.878,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.295,0.432],[-0.576,-0.575],[0.432,-0.719],[1.87,-1.582],[1.439,-0.719],[3.165,-2.446],[3.309,-2.158],[4.173,-1.726],[2.878,-0.288],[-0.288,0.288]],"o":[[2.014,-1.87],[0,0],[0,0],[0,0],[0.719,0.719],[2.878,-1.439],[0,0],[0,-1.007],[0,0],[0,0],[0,0],[0,0],[1.151,-0.719],[0.719,-0.144],[0.288,0.863],[-1.439,1.87],[-1.439,0.863],[-3.165,2.158],[-3.165,2.589],[-3.885,2.446],[-2.734,0.863],[-0.288,0],[3.165,-3.309]],"v":[[-169.638,132.706],[-163.307,127.527],[-163.163,128.102],[-152.516,122.348],[-152.948,120.19],[-151.509,121.629],[-143.164,117.169],[-142.876,117.745],[-142.876,116.306],[-136.257,114.724],[-136.257,112.422],[-135.682,112.422],[-135.25,113.861],[-131.653,112.135],[-129.639,112.854],[-129.927,115.299],[-134.963,120.622],[-139.279,123.068],[-148.631,129.685],[-157.984,137.453],[-170.07,143.639],[-178.415,145.365],[-179.566,142.488]],"c":true},"ix":2},"nm":"Tracciato 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[-0.719,0.863],[0,0],[0,0],[0,0],[2.734,-1.151],[-0.576,0.575],[-1.007,1.439],[-1.583,1.439],[-7.626,4.891],[-7.338,2.158],[-2.59,-0.575],[2.734,-1.295],[2.878,-2.014],[1.439,2.733],[0,-0.719],[1.439,-2.733],[2.878,-4.028],[2.446,-1.295],[4.173,-1.87],[0.576,0],[-0.576,1.007]],"o":[[0,0],[0,0],[0,0],[-3.165,-2.877],[0.576,-0.432],[1.007,-1.295],[1.007,-1.87],[7.05,-5.754],[6.762,-3.596],[1.87,-0.575],[-3.165,1.151],[-3.165,1.295],[-2.158,1.726],[0.288,1.726],[0.288,4.028],[-2.446,4.316],[-1.727,2.158],[-4.029,2.446],[-0.432,0.432],[0.288,-1.007],[0.719,-0.863]],"v":[[-122.301,95.16],[-121.582,95.16],[-121.725,95.304],[-120.718,93.146],[-128.488,93.865],[-126.761,92.426],[-123.74,88.255],[-119.855,83.22],[-97.841,67.252],[-76.834,58.764],[-69.928,60.059],[-78.705,63.224],[-87.769,68.115],[-92.23,66.389],[-91.942,69.553],[-97.265,76.89],[-105.323,89.405],[-111.654,94.728],[-124.028,100.77],[-125.754,100.77],[-124.459,97.749]],"c":true},"ix":2},"nm":"Tracciato 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0.719,-0.144],[0.719,-0.575],[0,0],[0,0],[0,0],[-0.432,0.432],[-1.439,2.446],[-0.432,2.877],[-1.439,0.863],[-5.611,2.302],[-3.022,-0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.165,2.733],[-0.288,2.014],[0,1.151],[0,0],[-2.59,-1.726],[-0.863,0],[-1.583,-0.288],[0,0],[0,0],[0,0],[3.885,-3.453],[3.309,-2.733],[2.158,-1.439],[6.331,-3.596],[2.302,-0.144],[0,-0.288],[3.453,-1.726],[4.029,-0.863],[-0.144,1.295],[0.288,1.007],[0,0],[0.719,0],[0,1.007],[-0.144,0.288],[0,0],[-1.295,0.719],[-4.604,2.589],[-3.597,1.582],[-1.583,0.288],[0,0.432]],"o":[[-0.576,0.144],[0,0],[0,0],[0,0],[0.432,-1.151],[2.302,-1.726],[1.439,-2.446],[0.432,-1.582],[5.324,-2.877],[2.878,-0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.453,-2.158],[1.295,-1.295],[0.144,-0.432],[0,0],[1.727,1.582],[0.432,0.288],[1.583,0.144],[0,0],[0,0],[0,0],[-4.604,4.028],[-3.165,2.733],[-2.014,1.582],[-6.187,4.028],[-2.302,0.863],[-0.576,0.144],[-1.151,5.323],[-3.885,1.582],[0.432,-1.151],[-0.144,-1.007],[0,0],[-0.576,0.288],[0,-1.151],[0,-0.288],[0,0],[1.727,-1.007],[4.604,-2.589],[3.309,-1.726],[1.583,-0.575],[0.432,-0.288],[-0.432,-0.432]],"v":[[-92.373,88.111],[-94.244,89.549],[-94.244,88.974],[-94.532,88.111],[-98.129,90.844],[-97.122,88.542],[-91.51,82.213],[-88.633,74.301],[-85.755,70.704],[-69.208,62.936],[-60.144,62.217],[-61.295,66.389],[-60.144,65.813],[-59.424,66.389],[-63.453,70.992],[-64.029,70.56],[-62.59,68.259],[-67.482,69.553],[-65.324,71.136],[-65.611,74.301],[-55.684,66.964],[-53.957,60.922],[-55.252,58.62],[-52.374,59.052],[-45.756,64.231],[-43.166,63.368],[-38.562,63.943],[-48.202,66.389],[-47.914,67.54],[-44.029,67.54],[-56.403,78.472],[-66.187,86.672],[-72.518,91.132],[-91.079,103.072],[-97.985,104.654],[-99.711,105.23],[-109.352,111.991],[-121.15,115.587],[-120.287,111.991],[-121.006,109.114],[-123.884,110.264],[-125.754,110.84],[-125.466,107.675],[-124.891,106.812],[-124.171,107.244],[-119.999,104.654],[-106.33,96.886],[-96.114,91.563],[-91.366,90.269],[-90.791,89.118]],"c":true},"ix":2},"nm":"Tracciato 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0.719,-0.575],[-4.029,4.747],[0,0],[-0.863,2.014],[-0.576,1.007],[0,0],[0,0],[4.46,-1.295],[0,0],[0.432,-0.288],[0.288,-0.719],[0.863,-3.596]],"o":[[1.727,-6.186],[0,0],[1.007,-2.014],[0.432,-1.007],[0,0],[0,0],[-1.151,2.446],[0,0],[-0.576,0.144],[-0.576,0.575],[-1.007,3.596],[0,0.432]],"v":[[-48.633,-38.482],[-44.173,-55.6],[-45.324,-56.464],[-42.59,-62.649],[-41.151,-65.67],[-37.842,-62.793],[-40.144,-61.786],[-43.022,-54.018],[-41.295,-52.867],[-42.734,-52.148],[-44.605,-50.278],[-47.338,-39.633]],"c":true},"ix":2},"nm":"Tracciato 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-1.295,4.46],[-2.302,4.316],[0.863,3.021],[-0.719,1.007],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0.144],[0.863,0.432],[0.719,0.575],[-0.863,0.144],[-1.007,-0.144],[1.295,0.863],[1.295,0.719],[-0.432,0],[-2.734,0.863],[-2.446,1.726],[0.432,0],[-3.885,-1.007],[-3.022,1.007],[-3.597,2.158],[-0.863,-0.575],[-1.151,3.309],[0.432,0.288],[0.144,0.288],[-0.288,0.432],[-0.144,0.575],[-0.144,0.575],[0.432,1.295],[0,0],[0,0],[1.007,1.439],[6.187,3.165],[1.439,0.288],[0.719,0],[1.87,-0.288],[-9.64,-5.035],[0.863,-0.575],[1.007,-0.432],[1.007,-0.288],[1.151,-0.144],[1.151,0],[1.007,0.288],[1.007,0.432],[1.007,0.575],[-0.288,0.432],[0.288,0],[2.446,1.582],[1.295,1.582],[0,0],[0,0],[0,0],[0.432,6.761],[0,0],[0,0],[0,0],[0,0],[-8.345,-5.323],[-7.626,-5.61],[0,0],[-1.295,0],[-0.432,-0.432],[-3.885,-3.596],[-2.878,-2.302],[-3.309,-2.014],[0,0],[0.719,0.719],[3.309,2.733],[4.316,4.028],[-1.727,3.453],[0.576,0.432],[2.158,1.582],[6.762,4.172],[7.77,4.747],[0,2.158],[-0.863,0],[-2.59,-0.432],[0,-0.863],[0,0],[0,0.288],[-2.446,3.453],[0.288,2.589],[-0.288,1.151],[1.583,1.295],[0,0],[0,0],[0,0],[0,0],[0,-0.432],[0,0],[0.288,1.726],[0,0],[3.165,-1.295],[0,0],[0,0],[0,0],[0,0],[3.022,6.761],[-3.165,4.891],[0.288,0.288],[1.439,2.302],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.87,-0.719],[-0.288,1.87],[-0.719,0.575],[-2.59,1.582],[-4.892,2.733],[-4.029,1.87],[-2.734,0.719],[0,0],[-1.151,0.863],[-1.007,1.439],[0,0],[0,0],[-0.576,0],[-0.719,0.432],[-0.576,2.877],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0],[2.878,1.151],[2.878,-0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.863,0],[0.863,-0.288],[2.446,-0.863],[0.288,-0.144],[0,0],[0,-0.432],[3.597,-1.007],[1.151,-1.151],[0,0],[0,0],[-1.007,-2.589],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,1.007],[0,2.158],[0,0],[0,0.719],[0,0],[0,0],[0,0],[0,0],[0,-1.295],[0,0],[0,0],[0.144,-0.288],[0.863,-2.877],[0,-0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.446,2.302],[0.288,-1.726],[-1.295,-1.151],[0,0],[0,0],[0,0],[-0.144,-2.158],[-0.576,-2.589],[-1.87,-4.46],[-1.439,-3.309],[-2.014,-3.021],[0.863,-0.575],[2.878,-2.446],[0.719,-1.151],[-0.576,-0.719],[-2.158,-1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0.144],[0.288,0],[0.863,0],[-0.576,0.575],[-1.727,1.151],[-2.59,1.295],[-0.719,-0.288],[0,0],[-0.144,1.007],[0.576,1.151],[-2.446,-0.575],[-0.863,-0.575],[-0.719,-0.719],[-0.576,-0.719],[-0.432,-0.863],[-0.288,-0.863],[-0.144,-1.007],[0,-1.007],[0.144,-1.007],[4.748,2.877],[0.719,0.432],[3.309,1.295],[1.727,-2.733],[0,-1.295],[-0.863,1.007],[-0.432,-0.288],[-0.576,-0.863],[-0.288,-1.007],[0,-1.007],[0.432,-0.863],[1.007,-0.432],[1.439,-0.288],[0,0],[2.302,-2.589],[3.022,-1.726],[4.173,2.733],[0,0.432],[1.583,3.884],[0.576,2.014],[3.309,1.726],[0.863,1.151],[3.597,-2.733],[0,0],[6.475,-1.007],[0,0],[0,0],[-0.576,0.144],[0,0.288],[0,0],[-1.007,2.014],[-0.719,1.87],[0,1.726],[3.597,4.028],[-0.432,1.007],[-0.432,0.863],[4.029,0.575],[0,0],[0,0],[0,0],[1.007,1.726],[1.295,1.582],[0,0],[0,0],[0,0],[0,0],[-1.151,-1.295],[0,0],[0,0],[0,0],[-0.288,1.151],[-0.288,1.007],[0.144,1.87],[0.576,2.733],[0.432,0.432],[0,0],[0,0],[1.727,1.295],[0,0],[0.432,-0.575],[1.007,-2.302],[0,0],[2.302,3.021],[2.446,2.733],[2.59,2.446],[1.583,1.151],[1.439,1.295],[8.633,2.877],[1.151,-0.719],[-1.007,-0.575],[-1.151,-1.87],[0,0],[-0.432,-0.575],[-2.734,-2.446],[-2.158,-2.446],[1.439,-2.158],[0.288,-2.877],[0,0],[0,0],[-2.014,-0.719],[-1.87,-0.575],[0,-3.596],[-0.863,-3.74],[-1.87,-3.309],[-2.014,-3.021],[1.727,0],[3.597,0],[0.863,-0.575],[-0.863,-1.007],[-1.439,-0.863],[0,0],[-0.576,-0.288],[-2.014,-0.432],[-2.878,-0.432],[-3.165,-0.144],[-4.029,0.432],[-1.295,0.432],[0,0],[-0.576,0],[-0.576,0.288],[-0.288,0.432],[-0.144,0.575],[-0.288,0.144],[-1.151,0.575],[0,0],[3.022,4.028],[-0.288,0.288],[0,0],[0,0],[0,0],[0.288,-1.295],[0,-1.295],[-0.576,-2.446],[0,-1.582],[0.576,-1.439],[4.604,-11.508],[2.158,-7.049],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.899,-11.796],[0,0],[0,0],[0,-0.575],[0.144,-1.151],[0.863,-0.144],[1.151,0.144],[4.604,0.719],[4.316,4.747],[0.719,2.302],[-0.288,2.446],[-2.734,1.295],[-1.87,1.295],[-1.87,1.439],[0.719,0.719],[0,-1.007],[1.151,-0.575],[5.611,-4.316],[5.899,0.575],[1.007,3.884],[-1.727,2.446],[-2.59,1.87],[-12.662,2.446],[-1.87,-0.432],[-0.719,-0.288],[0,0],[1.007,0],[3.741,-0.863],[5.324,-2.877],[3.597,-3.165],[2.158,-1.87],[1.583,-2.877],[-0.576,-0.432],[-3.309,-1.007],[-2.446,0.288],[0,0],[-1.439,4.028],[0,0],[0,0],[0,0],[-11.223,-7.624],[0,0],[-1.007,-0.575],[-0.432,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.719],[3.165,-6.042],[0.288,-1.582],[-0.288,-1.726],[-2.878,0],[-1.151,0.863],[0,0],[0,0],[0,0],[0,0],[0.432,-0.719],[2.302,-3.453],[1.727,-4.891],[-1.007,-1.582],[-1.151,0],[-1.151,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.576,0.575],[-1.439,1.151],[-2.158,1.87],[-3.885,3.309],[-2.878,2.302],[0,0],[0,0],[1.727,-3.309],[3.597,-7.48],[3.597,-8.919],[0,-2.158],[0,0],[-1.007,1.87],[-1.151,1.582],[-3.022,3.596],[0,0],[0,0],[0,0],[0,0],[1.583,-2.733],[3.165,-3.74],[2.734,-2.446],[0,0],[-1.007,1.87],[-2.734,5.466],[-1.87,3.884],[-2.158,3.596],[-1.151,1.87],[0,0.432],[0,0],[0,1.87],[2.158,-1.582],[1.295,-1.151],[0.719,-1.439],[0.863,-0.575],[2.158,-1.726],[0,0],[0,0],[2.014,-1.726],[4.46,-3.453],[4.748,-3.309],[1.295,0],[-0.432,1.007],[-4.46,5.754],[-3.453,3.309],[-3.453,3.596],[-2.878,-0.288],[-4.029,1.87],[-5.899,3.021],[-0.576,-0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.583,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-6.187,-1.87],[-0.432,-0.144],[-1.439,-0.432],[0,0],[1.727,-10.645],[1.151,-2.014],[1.439,-2.446],[3.597,-5.898],[1.151,-1.295],[0,0],[0,0],[-1.87,4.603],[0,0],[0.863,-3.74],[1.151,-8.344],[0.144,-7.193],[-1.295,-3.884],[-4.604,-0.432],[1.007,2.589],[0,4.747],[-1.151,4.603],[-1.151,6.042],[-1.151,6.042],[-0.432,3.884],[-0.288,2.014],[-1.007,2.302],[-3.022,-6.905],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-0.144,-4.747],[1.151,-4.603],[1.295,-2.446],[-0.288,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,0.144],[-0.863,-0.288],[-0.719,-0.575],[0.863,-0.432],[1.007,-0.144],[-0.863,-0.719],[-1.295,-0.863],[0.863,-0.144],[2.878,-0.288],[2.734,-1.295],[0.432,0],[3.597,1.726],[3.165,0.575],[3.741,-1.726],[1.295,-0.575],[4.173,2.302],[-1.007,-0.432],[-0.432,-0.288],[0,-0.288],[0.288,-0.575],[0.576,-0.288],[0.144,-0.575],[0,0],[0,-1.007],[3.165,-2.446],[-4.173,-6.186],[-1.439,-0.575],[-0.863,-0.288],[-1.87,0],[5.899,9.207],[-0.863,0.719],[-0.863,0.575],[-0.863,0.432],[-1.007,0.288],[-1.151,0.144],[-1.151,0],[-1.151,-0.288],[-1.151,-0.432],[0.288,-0.288],[0,0],[-2.59,-1.439],[-1.583,-1.295],[0,0],[0,0],[0,0],[9.64,-4.028],[0,0],[0,0],[0,0],[0,0],[8.633,4.747],[8.345,5.323],[0,0],[1.151,-0.144],[0.719,0],[4.029,3.884],[2.59,2.589],[3.022,2.446],[0,0],[-0.576,-0.863],[-3.453,-2.733],[-4.46,-3.74],[-1.727,-1.582],[-1.007,0.288],[-2.158,-1.439],[-6.475,-4.603],[-7.77,-4.747],[-1.007,-0.575],[0,-0.288],[2.302,0.288],[0,-0.719],[0,0],[0.719,0],[2.158,-2.877],[-0.432,-2.733],[0,-1.726],[1.151,-3.74],[0,0],[0,0],[0,0],[0,0],[0.288,0.432],[0,0],[-0.144,-1.007],[0,0],[0.288,-3.596],[0,0],[0,0],[0,0],[0,0],[-2.59,-6.473],[-3.022,-6.761],[0.144,-0.144],[-1.727,-2.733],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.014,0],[2.446,1.582],[0.288,-1.151],[2.302,-1.87],[4.748,-2.733],[3.885,-2.014],[2.59,-1.007],[0,0],[1.439,0.144],[1.151,-1.151],[0,0],[0,0],[-0.288,-0.144],[0.576,0],[1.583,1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,-0.144],[-2.446,0],[-2.878,-0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,0],[-1.007,-0.144],[-2.446,0.719],[-0.288,0.144],[0,0],[0,-0.432],[-4.604,-1.87],[-0.863,0.144],[0,0],[0,0],[-4.173,-1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0.144,-0.144],[-0.576,-0.863],[-0.144,-2.302],[0,0],[0.144,-1.151],[0,0],[0,0],[0,0],[0,0],[0.144,1.151],[0,0],[0,0],[0.144,0.432],[-0.719,2.877],[0,0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,3.021],[-0.863,1.439],[0,0.719],[0,0],[0,0],[0,0],[1.007,1.87],[0,2.589],[1.439,4.603],[1.439,3.309],[-2.014,0.575],[-1.007,0],[-3.165,2.302],[-1.007,1.007],[-0.863,1.439],[0.863,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,-0.288],[-0.288,-0.144],[-0.863,0.144],[0.863,0.288],[1.295,-1.439],[2.302,-1.439],[0.288,-0.288],[0,0],[0.432,-0.863],[0,-0.863],[2.446,0],[1.007,0.432],[0.863,0.432],[0.576,0.719],[0.576,0.719],[0.432,0.863],[0.288,0.863],[0.144,1.007],[0,1.007],[-1.007,6.186],[-0.576,-0.432],[-1.87,-2.877],[-4.173,-1.007],[-0.432,0.719],[1.295,-0.719],[0.863,-1.007],[0.863,0.575],[0.576,0.863],[0.288,0.863],[-0.144,1.007],[-0.576,1.007],[-1.295,0.432],[0,0],[-1.295,3.165],[-2.302,2.589],[-2.878,1.87],[0.576,-0.863],[-1.295,-4.028],[-0.863,-1.87],[-1.151,-4.172],[-1.439,-0.719],[-2.878,-3.74],[0,0],[-5.468,-2.446],[0,0],[0,0],[0.576,0],[0.288,-0.144],[0,0],[1.295,-2.302],[1.007,-2.014],[0.719,-1.726],[0,-3.453],[-0.432,-0.432],[0.432,-1.007],[2.158,-4.46],[0,0],[0,0],[0,0],[1.727,-2.158],[-1.007,-1.726],[0,0],[0,0],[0,0],[0.288,0],[1.151,1.439],[0,0],[0,0],[0,0],[0.144,-1.151],[0.432,-1.151],[0.432,-1.87],[-0.288,-2.877],[0,-0.288],[0,0],[0,0],[-1.439,-0.863],[-0.144,-0.144],[-1.727,0],[-1.295,2.158],[0,0],[-2.014,-2.733],[-2.302,-2.877],[-2.446,-2.733],[-1.727,-1.439],[-1.439,-1.151],[-6.762,-5.898],[-0.863,-0.432],[-0.288,0.144],[1.007,2.158],[0,0],[-0.863,1.726],[2.446,2.733],[2.734,2.877],[-1.87,0.719],[-1.439,2.158],[0,0],[0,0],[2.014,1.007],[2.014,0.575],[1.87,0.575],[-0.144,3.884],[0.863,3.74],[2.158,3.453],[-1.583,0.288],[-3.885,-0.144],[-1.007,0.144],[0.719,1.151],[1.151,1.151],[0,0],[0.432,1.151],[1.727,0.719],[2.878,0.575],[3.165,0.719],[4.173,-0.144],[1.295,-0.288],[0,0],[0.576,0.288],[0.576,0],[0.576,-0.288],[0.288,-0.432],[0.144,-0.432],[1.007,-0.432],[0,0],[-0.719,-3.884],[0,-0.144],[0,0],[0,0],[0,0],[-0.144,0.863],[-0.288,1.295],[-0.719,2.446],[0.719,1.295],[0.144,1.582],[-5.18,11.652],[-6.331,-5.179],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-4.173,-2.014],[0,0],[0,0],[0,0.719],[0.288,1.151],[-0.432,0.863],[-1.151,0.144],[-4.748,0.144],[-6.619,-1.582],[-1.439,-1.87],[-0.719,-2.302],[0,-2.733],[2.014,-1.007],[2.158,-1.439],[-0.144,-0.144],[-1.439,-1.582],[-1.151,0.575],[-5.899,3.596],[-4.46,3.165],[-3.597,-0.288],[-0.719,-2.446],[2.014,-2.589],[9.784,-7.912],[1.87,-0.144],[0.863,0.144],[0,0],[-1.007,-0.432],[-3.885,0],[-5.899,1.87],[-3.885,2.589],[-2.446,1.582],[-2.302,2.302],[-1.007,1.726],[2.734,2.014],[2.446,0.288],[0,0],[2.59,1.87],[0,0],[0,0],[0,0],[-4.316,11.94],[0,0],[0.719,0.863],[0.432,0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.863],[-6.043,4.172],[-0.576,1.582],[-0.288,1.726],[1.295,4.747],[1.151,0.144],[0,0],[0,0],[0,0],[0,0],[-0.144,0.719],[-2.59,3.165],[-2.59,4.46],[-0.288,1.87],[0.432,0.719],[1.151,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.576,-0.575],[1.439,-1.151],[2.158,-1.726],[3.885,-3.309],[2.878,-2.446],[0,0],[0,0],[-0.719,3.74],[-3.885,7.624],[-4.173,8.775],[-0.432,2.014],[1.007,-0.432],[2.734,2.589],[1.151,-1.87],[2.734,-4.028],[0,0],[0,0],[0,0],[0,0],[-3.597,0.575],[-2.734,4.172],[-2.014,3.021],[0,0],[0.863,-2.158],[3.022,-5.466],[2.158,-4.028],[2.014,-3.884],[1.151,-1.87],[0,-0.432],[0,0],[0,-1.582],[-0.288,-2.589],[-1.439,0.863],[-1.007,1.295],[-1.007,0.288],[-2.302,1.726],[0,0],[0,0],[-2.158,2.014],[-4.46,4.028],[-4.604,3.453],[-1.007,0.575],[0,-1.151],[4.173,-5.898],[3.022,-3.884],[3.597,-3.453],[2.158,-2.302],[4.46,0],[6.187,-2.446],[0.288,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.288],[2.014,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.576,3.021],[0.432,1.007],[1.439,0.575],[0,0],[-3.741,10.501],[-1.439,2.733],[-1.439,2.446],[-3.309,5.898],[-1.007,1.295],[0,0],[0,0],[3.309,-3.74],[0,0],[-0.144,3.74],[-1.583,8.344],[-1.007,7.193],[0,4.172],[0.863,2.733],[-1.295,-2.446],[-1.151,-4.603],[0,-4.747],[1.151,-6.33],[1.151,-6.042],[0.719,-3.884],[0,-2.014],[0.719,-2.446],[-1.295,7.193],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.907,141.913],[-22.878,134.576],[-23.886,134.288],[-32.95,146.66],[-31.367,132.85],[-26.332,119.471],[-24.173,112.278],[-22.159,109.114],[-21.296,109.689],[-21.296,108.394],[-18.562,110.696],[-11.656,109.833],[-14.821,108.107],[-17.843,108.107],[-20.576,107.1],[-22.735,105.373],[-20.145,104.51],[-17.123,104.51],[-19.857,102.496],[-23.886,100.195],[-22.159,100.626],[-13.814,99.044],[-6.044,94.584],[-5.325,94.584],[5.898,98.612],[15.106,97.893],[26.041,92.139],[30.07,91.276],[35.538,90.412],[32.804,88.974],[31.797,87.967],[32.66,86.96],[33.379,85.234],[34.818,84.514],[34.099,82.069],[33.523,84.514],[33.523,82.788],[32.516,77.178],[14.963,66.389],[10.646,65.094],[8.344,63.655],[2.733,64.231],[22.444,88.111],[19.855,90.125],[16.977,91.707],[13.955,92.858],[10.79,93.433],[7.481,93.577],[4.171,93.146],[1.006,92.139],[-2.016,90.7],[-1.152,89.693],[-1.728,89.118],[-9.21,84.658],[-13.382,80.199],[-8.49,79.623],[-8.49,78.616],[-12.951,76.315],[5.61,54.305],[14.963,62.648],[16.833,61.929],[7.768,53.586],[8.2,53.154],[34.099,67.827],[57.839,84.946],[55.825,87.823],[59.422,87.535],[61.436,87.823],[73.091,99.044],[81.436,106.38],[91.22,112.422],[92.083,111.415],[90.069,108.97],[79.709,100.914],[66.472,89.262],[63.451,82.932],[60.429,83.795],[54.098,78.904],[34.387,65.382],[10.646,51.859],[10.358,45.674],[12.948,44.954],[20.286,46.249],[20.286,46.681],[22.301,44.81],[23.883,44.81],[30.646,35.46],[29.639,27.692],[28.487,23.088],[24.89,18.341],[25.754,16.903],[24.89,17.622],[24.027,14.601],[23.308,15.176],[23.595,16.471],[23.164,16.471],[22.588,12.875],[21.437,16.039],[17.265,12.443],[18.128,10.429],[15.97,10.717],[5.898,8.415],[5.61,9.134],[-2.303,-10.43],[-3.023,-25.679],[-3.31,-26.829],[-8.202,-34.454],[-11.08,-34.166],[-11.656,-33.015],[-12.663,-33.015],[-12.663,-39.633],[-11.799,-37.762],[-8.202,-43.373],[-2.447,-42.51],[3.452,-41.359],[6.474,-42.941],[7.193,-46.394],[14.531,-51.573],[29.207,-59.485],[40.717,-65.67],[48.631,-68.26],[47.912,-67.54],[51.796,-68.691],[54.962,-72.575],[54.098,-68.547],[62.156,-71.137],[63.307,-70.705],[65.177,-71.712],[81.724,-80.631],[81.724,-80.056],[89.925,-83.652],[88.342,-84.803],[89.925,-86.098],[87.479,-86.529],[86.184,-89.694],[85.609,-89.406],[85.609,-88.975],[82.731,-89.263],[75.393,-89.263],[66.76,-88.831],[66.76,-89.55],[64.17,-88.112],[64.026,-88.543],[60.429,-86.673],[60.142,-88.112],[57.695,-86.385],[60.717,-85.522],[57.983,-85.522],[55.106,-86.098],[47.624,-83.508],[46.76,-83.077],[42.156,-80.487],[42.156,-79.768],[31.221,-76.603],[28.487,-74.158],[25.898,-73.87],[26.761,-72.863],[24.603,-69.267],[22.013,-72],[20.574,-71.137],[21.006,-70.274],[11.078,-65.67],[8.776,-73.151],[8.2,-73.151],[7.049,-75.884],[6.905,-82.645],[2.733,-80.2],[2.876,-82.789],[1.869,-83.508],[-6.044,-75.452],[-1.872,-75.021],[-4.03,-74.445],[-3.598,-70.849],[-5.325,-71.712],[-6.764,-68.116],[-6.764,-67.109],[-9.354,-58.478],[-9.354,-57.183],[-8.346,-57.902],[-7.915,-57.614],[-10.505,-54.737],[-10.217,-54.306],[-8.059,-56.032],[-10.073,-49.415],[-10.648,-50.278],[-12.807,-47.545],[-12.807,-46.106],[-13.526,-46.394],[-14.965,-43.517],[-15.684,-46.25],[-16.26,-46.25],[-16.26,-44.236],[-17.555,-45.243],[-17.986,-41.647],[-20.001,-44.524],[-22.159,-40.64],[-20.864,-40.64],[-22.015,-37.043],[-19.281,-33.878],[-21.008,-29.131],[-18.13,-26.542],[-17.843,-27.405],[-15.54,-22.801],[-12.375,-28.268],[-10.505,-22.082],[-9.497,-14.314],[-4.03,-0.936],[0.43,8.99],[-2.879,11.004],[-6.332,11.292],[-15.253,18.629],[-17.843,21.794],[-20.001,26.397],[-14.677,29.993],[-14.102,24.671],[-13.238,24.671],[-14.102,28.123],[-8.922,27.116],[-9.641,25.246],[-8.778,25.534],[-9.497,24.958],[-10.505,24.815],[-13.094,25.246],[-11.943,23.52],[-7.339,19.492],[-0.001,15.32],[1.869,16.327],[6.186,18.485],[7.049,15.752],[5.898,13.018],[13.38,13.882],[15.97,15.32],[18.272,17.046],[20.142,19.204],[21.725,21.65],[22.876,24.239],[23.595,26.972],[23.739,29.849],[23.452,32.727],[13.092,38.625],[11.222,37.33],[3.452,31],[-3.886,37.042],[-3.454,40.639],[-1.44,38.337],[1.438,35.891],[3.452,38.049],[4.603,40.782],[4.891,43.66],[4.171,46.537],[1.725,48.694],[-2.303,49.845],[0.287,53.442],[-5.181,62.217],[-13.094,68.834],[-23.598,70.417],[-22.015,68.259],[-26.332,56.319],[-29.641,50.852],[-37.411,43.516],[-41.583,41.502],[-50.792,39.775],[-46.763,51.428],[-61.151,43.803],[-63.022,45.386],[-59.856,37.186],[-57.986,36.898],[-57.41,36.035],[-58.705,35.316],[-55.108,28.555],[-52.518,22.369],[-49.784,17.19],[-47.914,7.552],[-47.482,4.819],[-45.612,2.229],[-48.058,-4.676],[-46.475,-10.142],[-42.159,-8.704],[-45.036,-12.156],[-45.9,-18.198],[-49.497,-22.945],[-47.914,-23.521],[-47.482,-26.11],[-43.022,-27.261],[-42.015,-27.261],[-38.418,-23.089],[-36.835,-24.096],[-33.957,-31.721],[-33.526,-31.433],[-32.95,-34.885],[-31.224,-37.906],[-30.648,-43.66],[-31.943,-52.004],[-32.806,-53.155],[-30.792,-53.155],[-35.828,-66.821],[-40.576,-70.418],[-41.583,-69.842],[-45.612,-69.842],[-49.209,-63.225],[-50.792,-62.649],[-56.835,-70.705],[-63.885,-79.48],[-71.654,-86.817],[-76.69,-91.277],[-81.582,-94.441],[-104.747,-107.676],[-108.344,-106.525],[-107.337,-104.223],[-104.028,-98.469],[-105.035,-98.901],[-107.625,-93.866],[-99.855,-86.098],[-92.517,-77.754],[-99.568,-74.733],[-100.575,-65.958],[-117.697,-67.253],[-118.272,-65.239],[-112.229,-62.649],[-106.042,-61.355],[-101.582,-57.183],[-100.431,-45.818],[-96.258,-35.173],[-89.64,-25.535],[-94.532,-24.959],[-105.754,-25.679],[-108.632,-24.672],[-106.33,-21.507],[-102.445,-18.63],[-110.934,-20.212],[-109.783,-17.623],[-104.172,-16.04],[-95.395,-14.458],[-85.899,-13.163],[-73.669,-13.882],[-69.784,-15.033],[-67.626,-16.184],[-65.899,-15.753],[-64.173,-16.04],[-62.734,-17.047],[-61.87,-18.486],[-61.151,-19.349],[-57.986,-20.788],[-57.554,-20.212],[-55.252,-28.843],[-54.676,-29.563],[-53.381,-30.714],[-52.95,-29.994],[-50.36,-30.57],[-50.792,-27.98],[-51.079,-24.096],[-51.367,-16.76],[-50.216,-12.444],[-50.935,-7.984],[-65.18,26.541],[-83.884,30.713],[-84.892,29.849],[-88.489,41.933],[-86.33,49.27],[-85.467,48.694],[-84.316,51.14],[-86.043,51.14],[-82.733,54.449],[-82.733,55.6],[-92.805,59.915],[-133.092,96.023],[-130.502,97.893],[-129.783,96.311],[-129.783,98.181],[-129.495,101.489],[-131.509,103.072],[-135.106,103.072],[-149.063,102.065],[-163.739,89.981],[-167.048,83.651],[-167.768,76.602],[-164.746,70.417],[-158.991,66.82],[-152.804,62.361],[-154.243,60.634],[-162.3,60.922],[-165.897,62.648],[-183.739,73.869],[-198.415,79.623],[-207.623,76.027],[-204.458,67.683],[-197.551,61.066],[-164.602,43.66],[-158.847,44.235],[-156.545,44.81],[-156.257,43.803],[-159.423,42.365],[-170.933,43.66],[-187.767,50.852],[-198.99,59.34],[-206.04,64.375],[-211.939,72.143],[-213.378,77.753],[-204.314,82.213],[-196.976,82.213],[-200.573,90.125],[-195.681,87.248],[-192.659,83.795],[-181.724,78.76],[-169.782,73.294],[-151.221,109.114],[-151.077,108.251],[-148.487,110.264],[-146.905,109.833],[-142.013,111.559],[-142.588,113.429],[-143.308,112.422],[-151.365,117.026],[-151.797,116.45],[-163.883,123.643],[-165.466,126.089],[-166.473,124.938],[-166.473,125.513],[-181.293,139.036],[-182.731,143.783],[-182.731,148.961],[-174.674,151.263],[-171.077,148.818],[-170.645,150.112],[-151.221,138.46],[-151.509,138.029],[-147.912,134.864],[-148.775,137.022],[-156.113,146.804],[-162.588,160.758],[-161.437,165.936],[-158.128,167.087],[-154.531,166.656],[-154.531,165.505],[-152.66,166.512],[-148.487,162.628],[-147.912,163.203],[-147.912,161.908],[-147.049,162.484],[-145.322,160.614],[-140.862,157.305],[-134.675,151.695],[-123.164,141.769],[-114.675,134.72],[-114.963,134.72],[-102.877,125.225],[-106.474,135.871],[-118.128,158.168],[-129.639,184.638],[-130.358,190.823],[-128.632,190.392],[-124.603,188.809],[-121.725,183.343],[-112.805,171.978],[-112.805,172.122],[-108.344,165.649],[-103.452,158.312],[-104.316,157.449],[-110.215,163.635],[-118.992,175.431],[-126.042,183.774],[-122.445,175.719],[-119.711,169.964],[-110.934,153.565],[-105.179,141.049],[-98.848,129.829],[-95.251,124.362],[-95.251,123.068],[-97.553,124.506],[-97.553,119.327],[-101.87,117.601],[-105.898,120.622],[-108.488,124.65],[-111.366,125.801],[-117.841,131.123],[-121.725,135.295],[-122.013,134.432],[-127.768,140.33],[-141.437,151.695],[-155.25,161.908],[-159.279,162.484],[-158.703,159.319],[-145.898,141.625],[-136.114,130.836],[-125.179,120.91],[-118.416,119.615],[-105.754,116.738],[-87.769,108.107],[-86.762,107.819],[-48.058,86.816],[-35.252,97.749],[-37.411,100.195],[-37.123,100.626],[-33.813,98.756],[-33.813,100.626],[-28.202,100.626],[-24.893,102.209],[-25.756,104.223],[-29.353,104.942],[-45.9,98.468],[-41.439,97.318],[-41.439,96.598],[-51.367,95.447],[-45.756,100.338],[-44.749,102.496],[-40.288,103.791],[-27.483,107.387],[-39.569,138.604],[-43.166,145.365],[-47.626,152.702],[-58.273,170.396],[-61.439,174.28],[-59.137,176.006],[-51.511,164.498],[-43.885,151.839],[-43.022,149.825],[-44.605,161.045],[-49.065,186.076],[-50.792,207.798],[-48.921,219.882],[-42.303,226.212],[-45.612,218.875],[-47.338,204.921],[-45.612,190.967],[-42.015,171.834],[-38.418,153.853],[-36.979,142.056],[-36.547,135.871],[-34.101,128.678],[-34.101,149.825],[-32.662,150.112],[-28.202,142.632],[-27.195,143.351],[-27.627,141.481]],"c":true},"ix":2},"nm":"Tracciato 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0],[0.144,-0.432],[0,-1.151],[0.432,-5.179],[0,-9.063],[-1.727,-4.603],[-1.87,-1.87],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.151,14.386],[0,0.288],[0,0],[0,0],[0,0],[-14.388,-18.27],[0,0],[0,0],[-0.432,0.575],[-0.288,0.719],[0,0.719],[0.288,0.719],[0.144,0.863],[0.576,3.165],[0.432,2.733],[0,2.733],[0,0],[0,0],[0,0],[0,0],[-4.748,-4.891],[-6.043,-3.453],[-0.576,-0.144],[0,0],[-0.576,2.302],[0.288,2.589],[1.007,2.446],[0.432,3.596],[1.007,1.582],[0,0],[0,0],[0,0],[0,0],[-1.007,-0.863],[-2.302,-1.726],[-4.892,-2.877],[-0.576,5.61],[-0.144,1.295],[0,0],[-0.288,0.288],[1.439,-0.288],[0,-0.288],[0,0.432],[0,0],[0,0],[0,0],[-6.619,-2.446],[-3.309,-0.863],[-5.468,2.446],[0,0],[0,0],[-0.288,2.733],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0],[2.446,0.719],[0,0],[0.432,0],[0.719,-0.144],[2.302,1.007],[-0.288,0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.158,-2.302],[-1.439,-2.733],[-1.295,-3.309],[-1.727,-4.891],[0.288,-1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[1.295,1.151],[2.158,0.432],[0.144,-0.575],[-1.439,-2.733],[0,-4.316],[-1.295,-2.877],[-0.719,-7.912],[0.432,-0.719],[0,0],[0,0],[4.748,4.316],[3.741,5.323],[0,0],[0,0],[0,0],[0,-1.726],[-0.432,-3.884],[0,-3.596],[0,-1.295],[0,0],[-0.144,-2.446],[-0.719,-4.46],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,-1.87],[-0.288,-2.158],[-0.288,-4.46],[-0.288,-3.453],[-0.288,-6.042],[3.453,-6.905],[4.748,6.761],[0.719,5.179],[-0.719,6.33],[0.432,1.295],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,-0.432],[-0.432,0.144],[-0.288,1.151],[-0.719,5.179],[-0.719,8.919],[0.432,4.891],[1.151,2.446],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[8.345,-12.515],[-0.144,-0.432],[0,0],[0,0],[0,0],[13.237,20.284],[0,0],[0,0],[0.576,-0.432],[0.432,-0.575],[0.288,-0.719],[0,-0.863],[-0.288,-0.863],[-0.719,-3.165],[-0.432,-2.302],[-0.432,-2.733],[0,0],[0,0],[0,0],[0,0],[4.029,5.61],[5.468,4.316],[0.144,0],[0.432,0.288],[1.727,-2.014],[0.432,-2.589],[-0.288,-2.733],[-0.863,-3.453],[-0.288,-0.719],[0,0],[0,0],[0,0],[0,0],[1.151,0.432],[2.014,2.014],[4.748,3.021],[4.892,2.877],[0.144,-1.295],[0,0],[0.288,-0.288],[1.151,-0.863],[0,0.288],[0,0.144],[0,0],[0,0],[0,0],[6.762,2.589],[3.165,1.151],[4.604,1.151],[0,0],[0,0],[0.144,-1.87],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.432,0.575],[-2.446,-0.575],[0,0],[-0.432,-0.288],[-0.719,0],[-2.446,-1.007],[0,-0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.878,1.295],[2.158,2.302],[1.727,3.165],[2.014,4.891],[0.288,1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,-1.726],[-1.295,-1.151],[0.288,1.151],[-1.151,3.165],[1.439,2.733],[0,2.877],[3.597,7.049],[0,0.719],[0,0],[0,0],[-5.611,-3.309],[-4.748,-4.46],[0,0],[0,0],[0,0],[-1.151,2.302],[0,3.453],[0.432,3.884],[0.144,1.151],[0,0],[-0.144,2.446],[0.576,4.46],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,1.582],[0.432,2.158],[0.576,4.316],[0.144,3.453],[0.432,6.042],[0.144,7.624],[-4.173,9.063],[-3.022,-4.172],[-0.144,-6.473],[0,-1.295],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.755,163.06],[-24.46,160.614],[-25.18,159.464],[-22.302,160.758],[-27.338,154.716],[-27.914,156.011],[-28.921,154.429],[-29.64,155.723],[-30.503,154.86],[-31.367,155.579],[-31.654,159.032],[-33.957,174.424],[-35.108,201.613],[-31.798,215.855],[-27.338,222.328],[-26.619,221.609],[-26.619,222.184],[-23.453,224.486],[-18.993,225.349],[-18.993,226.068],[-13.957,226.068],[-13.957,226.5],[-10.072,223.767],[-9.353,224.198],[-1.008,183.343],[-1.727,182.337],[2.446,176.295],[-2.159,177.014],[-1.008,155.004],[38.272,213.553],[40.43,211.539],[41.006,214.272],[42.589,212.69],[43.596,210.676],[44.028,208.374],[43.74,206.073],[43.164,203.483],[41.15,193.989],[40.287,187.084],[39.855,178.884],[39.279,178.884],[39.279,168.67],[42.876,176.582],[43.308,176.007],[56.401,191.687],[73.667,203.339],[74.531,203.339],[75.969,203.915],[80.717,197.729],[81.005,189.961],[78.991,182.337],[76.977,171.691],[74.962,168.814],[73.379,165.362],[78.128,169.39],[78.415,168.958],[76.113,166.944],[79.423,168.814],[86.041,174.424],[100.717,182.912],[110.213,178.452],[110.789,174.568],[109.926,174.568],[110.789,173.705],[99.998,150.832],[99.998,151.552],[99.998,151.552],[97.12,142.489],[95.969,142.776],[96.688,140.475],[116.688,148.099],[126.472,151.12],[140.86,153.566],[141.58,155.004],[145.177,153.422],[145.752,146.804],[144.313,147.955],[145.033,144.359],[144.169,144.071],[141.867,146.66],[141.148,144.503],[139.709,146.373],[138.558,145.366],[137.263,147.236],[129.925,145.222],[122.875,143.208],[121.58,142.489],[119.422,142.776],[112.515,139.755],[112.515,139.899],[102.875,135.871],[101.293,134.145],[100.429,136.447],[97.408,132.85],[90.07,132.131],[89.638,130.261],[88.631,136.447],[94.098,144.071],[98.271,154.141],[104.17,168.814],[104.026,174.137],[104.89,174.712],[102.3,173.993],[102.012,175.575],[100.573,174.712],[99.854,175.288],[95.25,172.123],[95.25,172.41],[83.163,163.779],[82.876,163.779],[78.271,160.471],[77.84,160.471],[69.639,151.695],[69.639,153.997],[69.207,153.997],[69.207,150.976],[68.2,152.559],[65.754,148.387],[65.034,149.969],[62.732,144.646],[56.833,143.064],[57.409,145.51],[59.855,152.271],[65.61,159.032],[69.926,167.519],[76.401,189.817],[75.394,192.119],[74.387,191.831],[73.523,196.003],[58.128,184.494],[45.466,169.965],[42.445,163.204],[42.013,163.492],[35.97,148.818],[33.092,154.716],[34.531,165.074],[34.963,176.295],[35.395,179.891],[35.395,183.487],[35.395,190.824],[37.409,204.346],[36.833,204.346],[-5.612,137.166],[-6.475,137.598],[-6.475,140.331],[-7.338,138.605],[-8.058,143.783],[-6.043,150.113],[-5.036,163.348],[-4.892,173.705],[-3.31,191.687],[-8.202,213.409],[-25.755,216.718],[-31.223,202.764],[-30.36,183.487],[-31.079,179.603],[-30.503,179.747],[-28.489,159.032],[-25.324,162.916]],"c":false},"ix":2},"nm":"Tracciato 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[1.727,-1.582],[0,0],[0,0],[0,0],[0,0],[-0.576,0.575],[-0.432,0.719],[-0.432,0.719],[-0.863,2.589],[-0.288,1.007],[0.288,2.014],[0.719,0.575],[0.719,0],[0,1.151],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.151,-0.144],[0.719,0],[-1.439,-6.33],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.144,-0.144],[1.583,-0.719],[2.014,-0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.158,-2.589],[2.734,-2.877],[-1.007,2.014],[-3.309,5.466],[-2.878,5.61],[-0.288,2.302],[0.719,2.158],[0,0],[1.151,-1.007],[0.576,-1.439],[0,0],[0,0],[0,0],[1.151,-1.007],[-0.144,-0.288],[0.432,-0.575],[1.439,-2.014],[2.734,-4.316],[2.59,-4.46],[0.288,-0.288],[0,0.432],[0,1.151],[-0.144,-1.726],[-0.719,-1.151],[-0.863,1.151],[-2.302,3.884],[-1.87,3.165],[0,0],[0,0],[-2.158,2.446],[-2.158,2.446],[0,0],[3.165,-5.179],[2.014,-3.596],[3.165,-7.193],[-2.446,-0.288],[-1.007,1.007],[-2.446,2.877],[-4.46,5.179],[-0.719,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.59,2.158],[-2.59,2.158],[-4.316,3.165],[-3.309,1.582],[-1.87,0.863],[-4.029,0.575],[-4.604,-0.432],[-0.432,-0.144],[-0.432,-0.288],[-0.432,-0.288],[-0.288,-0.432],[-0.144,-0.432],[-0.144,-0.432],[0,-0.575],[0.144,-0.432],[0.288,0],[-0.432,0],[1.727,-0.719],[1.295,-1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.432,-0.288],[2.878,-2.446],[2.158,-2.877],[0.432,-1.582],[-0.288,-1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,0.432],[-0.288,1.295],[0.288,-0.144],[2.446,-1.582],[0,0],[0,0],[0,0],[0,0],[0,-1.007],[0,0],[0,0],[0,0],[0,-0.288],[-2.014,0.575],[-1.727,1.439],[0,0],[0,0],[0,0],[-1.727,1.151],[0,0],[0,0],[0,0],[-1.295,0],[-0.144,-0.432],[0,0],[0,0],[0,0]],"o":[[-3.597,-1.007],[0,0],[0,0],[0,0],[0,0],[0.863,-0.432],[0.576,-0.719],[0.432,-0.575],[1.007,-2.446],[0.576,-0.863],[0.144,-2.014],[-0.144,-0.863],[-0.576,-0.432],[0,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.151,0.144],[-0.863,0.144],[-2.446,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.863],[0,0],[0,0],[0,0],[-0.144,0.144],[-1.295,1.151],[-1.87,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.158,2.589],[-2.158,2.589],[0.719,-2.014],[2.878,-4.891],[3.309,-5.466],[1.295,-1.87],[0.432,-2.158],[0,0],[-1.295,0.719],[-0.576,0.719],[0,0],[0,0],[0,0],[-0.863,1.295],[-0.144,0.144],[-0.432,0.288],[-1.439,2.014],[-2.734,3.596],[-2.734,4.172],[-0.144,0.288],[-0.144,-0.288],[0,-1.151],[-1.151,1.295],[0.288,1.295],[1.151,-0.863],[2.446,-3.74],[1.87,-3.165],[0,0],[0,0],[2.302,-2.589],[2.158,-2.446],[0,0],[-2.878,5.323],[-2.158,3.596],[-3.741,6.761],[-1.727,3.74],[1.295,-0.863],[2.302,-2.733],[4.46,-5.179],[0.432,-0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.734,-2.302],[2.59,-2.158],[4.029,-3.453],[3.022,-1.87],[1.727,-1.151],[3.885,-1.295],[4.46,-0.432],[0.576,0],[0.432,0.144],[0.432,0.288],[0.288,0.432],[0.288,0.432],[0.144,0.432],[0.144,0.575],[0,0.432],[0,0.863],[-0.288,0],[-2.878,-0.575],[-1.727,0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,0],[-3.022,2.014],[-2.734,2.446],[-1.007,1.151],[-0.432,1.439],[0,0],[0,0],[0,0],[0,0],[0,0],[0.432,-0.575],[0.576,-1.151],[-0.432,-0.288],[-1.87,1.151],[0,0],[0,0],[0,0],[0,0],[-0.144,0.719],[0,0],[0,0],[0,0],[-0.288,-1.007],[2.158,-0.144],[2.014,-1.007],[0,0],[0,0],[0,0],[1.87,-1.151],[0,0],[0,0],[0,0],[1.583,-0.288],[0.144,0],[0,0],[0,0],[0,0],[0,0]],"v":[[120.717,-180.611],[114.817,-176.583],[117.839,-176.439],[118.271,-174.712],[126.04,-179.747],[127.911,-183.2],[130.069,-184.638],[131.364,-186.652],[132.659,-188.523],[135.392,-196.147],[136.544,-198.88],[136.4,-205.066],[135.105,-207.368],[132.659,-207.799],[132.659,-210.676],[127.191,-213.553],[126.616,-212.69],[126.184,-213.985],[122.875,-212.834],[122.587,-214.416],[111.652,-212.978],[113.235,-210.676],[110.357,-210.389],[110.069,-209.525],[110.069,-210.82],[106.472,-210.389],[104.314,-209.382],[99.278,-204.49],[97.264,-208.518],[90.501,-202.045],[88.055,-204.347],[88.487,-200.894],[87.192,-202.333],[87.192,-200.894],[85.465,-201.613],[85.897,-199.312],[84.458,-200.75],[83.883,-200.175],[79.566,-197.298],[73.667,-196.291],[73.667,-195.859],[68.056,-194.133],[68.631,-191.4],[67.049,-193.989],[58.991,-184.495],[58.559,-184.782],[30.071,-155.004],[31.366,-155.148],[24.603,-147.38],[17.265,-139.324],[19.711,-145.366],[28.92,-159.752],[38.272,-176.151],[40.718,-182.337],[40.286,-188.954],[35.826,-186.94],[32.229,-184.351],[30.934,-181.042],[25.61,-175.288],[25.61,-175],[16.546,-163.348],[13.524,-159.895],[14.244,-158.457],[12.517,-157.45],[8.489,-151.408],[0.431,-140.475],[-7.339,-127.384],[-8.346,-126.665],[-8.921,-127.816],[-8.921,-131.124],[-10.216,-126.521],[-8.633,-122.925],[-5.036,-125.514],[2.014,-137.022],[7.481,-146.517],[7.913,-146.229],[24.028,-168.527],[30.79,-176.151],[37.409,-183.488],[38.56,-182.625],[29.639,-166.8],[22.589,-156.443],[12.229,-135.44],[14.388,-128.679],[17.841,-131.412],[24.747,-140.043],[37.984,-155.58],[40.143,-156.443],[40.43,-155.58],[48.2,-164.067],[46.042,-165.937],[49.207,-164.499],[49.783,-166.513],[52.229,-166.513],[52.66,-170.109],[57.84,-170.972],[56.545,-172.699],[58.847,-174.569],[59.135,-172.699],[66.473,-178.884],[74.099,-185.502],[86.329,-195.715],[95.969,-201.038],[101.436,-204.059],[113.379,-206.936],[127.047,-206.936],[128.63,-206.792],[130.069,-206.217],[131.364,-205.354],[132.371,-204.203],[133.09,-202.908],[133.522,-201.47],[133.666,-199.887],[133.378,-198.449],[131.22,-196.003],[130.644,-196.003],[123.738,-197.01],[119.709,-192.119],[118.558,-193.701],[115.393,-191.831],[115.393,-192.551],[106.616,-187.803],[107.192,-187.084],[105.609,-185.789],[104.746,-186.796],[104.17,-186.509],[104.889,-183.919],[101.724,-184.207],[93.091,-178.884],[87.48,-174.137],[88.199,-172.555],[86.041,-172.555],[77.264,-165.937],[69.926,-158.025],[67.624,-153.997],[67.336,-149.394],[72.084,-151.983],[71.653,-153.422],[74.818,-152.415],[75.394,-153.997],[82.156,-157.594],[84.17,-158.457],[85.465,-162.053],[84.027,-162.341],[77.696,-158.457],[79.566,-161.19],[80.142,-161.19],[81.293,-165.074],[81.725,-165.074],[81.437,-162.485],[94.53,-172.986],[93.667,-173.993],[92.516,-172.555],[92.228,-174.137],[98.559,-175.144],[104.17,-178.74],[103.019,-179.891],[103.595,-178.453],[111.508,-183.488],[116.832,-187.084],[117.119,-186.221],[122.731,-189.817],[122.731,-189.53],[127.047,-190.249],[127.623,-188.954],[126.472,-189.53],[122.443,-183.919],[121.58,-184.638]],"c":true},"ix":2},"nm":"Tracciato 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.244,-38.626],[62.733,-27.693],[62.446,-27.836],[59.856,-28.556],[52.805,-30.57],[53.381,-32.008],[54.82,-31.145],[55.108,-34.022],[55.683,-34.022],[56.115,-32.44],[64.028,-37.187],[64.892,-36.755],[64.892,-37.475]],"c":true},"ix":2},"nm":"Tracciato 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0.719,-2.446],[0.719,-0.575],[1.583,-0.575],[2.158,-0.719],[2.158,-0.575],[0.863,-0.719],[0,0],[0,0],[0.288,4.028],[-0.432,-0.863],[-0.719,-0.575],[-0.863,-0.288],[-1.007,0],[-0.863,0.288],[-0.288,-0.144],[-1.439,5.466],[-0.576,2.733],[0.432,-2.589]],"o":[[-0.288,0.863],[-1.727,-0.144],[-2.59,0.719],[-2.158,0.719],[-1.151,0.432],[0,0],[0,0],[-0.288,-3.884],[0.144,0],[0.432,0.719],[0.719,0.575],[0.863,0.288],[1.007,0],[0.288,-0.144],[5.036,1.87],[0.719,-2.877],[3.022,0.144],[-0.576,2.589]],"v":[[75.97,-43.085],[74.388,-40.927],[69.208,-40.496],[61.582,-37.331],[55.108,-36.036],[52.086,-34.454],[52.374,-35.173],[50.503,-34.598],[49.64,-46.394],[51.798,-45.099],[53.669,-43.085],[56.115,-41.79],[58.848,-41.359],[61.582,-41.934],[62.446,-41.934],[71.51,-46.825],[73.524,-55.313],[77.409,-50.709]],"c":true},"ix":2},"nm":"Tracciato 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.87,0.863],[2.158,0.432],[3.165,0.432],[0,0],[0,0],[0,0],[17.554,-16.112],[-1.007,-0.144],[-1.007,0.144],[-0.863,0.432],[-0.576,0.719],[-0.432,0],[-2.734,-1.007],[-1.87,-0.288],[-0.863,0.863],[-1.007,1.295],[0,0],[0,0],[0,0],[1.439,0.432],[1.295,0.719],[-0.432,0.719],[-0.144,0.575],[-2.158,1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0.144,-1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.59,-1.151],[-2.158,0.144],[-0.288,0],[-1.151,0.432],[-3.022,1.87],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.727,-1.007],[-2.158,-0.719],[-1.87,-0.288],[0,0],[0,0],[0,0],[-20.287,8.919],[0.863,0.288],[1.007,0.144],[1.007,-0.144],[0.863,-0.575],[0.144,-0.288],[-0.719,3.453],[1.727,0.863],[1.007,0.144],[1.151,-1.151],[0,0],[0,0],[0,0],[-1.583,-0.288],[-1.439,-0.575],[0.576,-0.575],[0.144,-0.575],[3.453,2.302],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[1.727,2.158],[2.158,0.432],[-0.288,-0.144],[1.151,-0.288],[4.173,-0.144],[0,0],[0,0]],"v":[[78.273,-35.605],[79.136,-35.029],[80.287,-38.338],[81.294,-36.612],[83.452,-48.552],[83.165,-48.839],[86.186,-56.751],[85.898,-57.039],[85.611,-55.457],[85.898,-56.895],[80.287,-59.628],[73.812,-61.355],[66.762,-62.218],[71.222,-63.512],[67.625,-67.397],[63.021,-68.835],[3.598,-35.029],[6.332,-34.31],[9.209,-34.454],[11.943,-35.461],[14.101,-37.331],[15.396,-37.331],[19.569,-31.289],[25.036,-29.563],[28.202,-31.289],[31.367,-34.885],[37.554,-32.296],[39.856,-32.296],[41.295,-34.741],[36.691,-35.892],[32.662,-37.906],[34.101,-39.92],[34.532,-41.646],[41.007,-44.524],[41.583,-39.633],[42.302,-42.078],[45.036,-40.064],[44.029,-42.51],[44.748,-42.51],[44.173,-37.331],[43.741,-37.331],[44.173,-34.022],[42.158,-34.885],[41.295,-31.864],[48.345,-29.275],[54.964,-24.24],[61.582,-23.665],[62.014,-23.377],[65.323,-24.528],[74.819,-30.426],[78.273,-33.734]],"c":true},"ix":2},"nm":"Tracciato 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,-0.432],[-4.316,4.747],[0.432,0.575],[0.144,0.719],[-0.144,0.719],[-0.432,0.575],[1.439,0.575],[0.432,-3.596],[0.144,-0.432],[-0.144,0.863],[0.432,0.575],[1.151,-0.575],[3.597,-1.295],[0.432,-0.863],[3.022,2.014],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-6.331,3.596],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,0.288],[-0.144,0.575],[0,0],[0,0.288],[3.309,3.596],[1.007,0],[0.432,0.432],[1.151,2.158],[0,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[9.352,5.179],[1.87,0.575],[0.144,0],[0.144,-0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.576,0],[-3.885,-0.575],[-3.165,-0.575],[-1.007,-0.432],[0,0],[-1.439,-0.432],[-0.288,0],[0,-0.575],[0.432,0],[0.719,0],[0,0],[0,0],[0,0],[0,-0.719],[0.576,0.575],[0.863,-2.446],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.295,-1.295],[-0.432,0],[-1.87,-0.575],[-1.87,0],[-0.576,-0.575],[-0.288,-0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.288],[0,0],[0.288,0],[1.007,-0.719],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.288],[5.468,0],[-0.576,-0.432],[-0.288,-0.719],[-0.144,-0.719],[0.144,-0.719],[-1.439,-0.288],[-2.878,-1.726],[-0.144,0.432],[-0.144,-0.863],[-0.144,-0.719],[-1.151,0.432],[-1.87,-1.439],[-0.576,0.144],[-0.288,-5.754],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[7.338,-2.158],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0],[0.432,-0.288],[0,0],[0.144,-0.288],[-0.288,-5.754],[-0.432,-0.719],[-0.576,0],[-1.007,-1.582],[-0.288,1.439],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-9.64,-2.877],[-1.87,-0.144],[-0.576,-0.144],[-0.144,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.432,1.295],[3.885,0.575],[3.165,0.432],[1.151,0.288],[0,0],[1.295,0.432],[0.288,0.144],[0.288,0.575],[0,0.288],[-0.719,0.288],[0,0],[0,0],[0,0],[0,0.719],[-1.151,0],[-3.022,-2.877],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,1.151],[0.144,0.144],[1.439,1.151],[1.87,0.575],[0.863,-0.144],[0.432,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.288],[0,0],[0,-0.144],[-1.151,0.575],[0,0],[0,0]],"v":[[168.055,-5.539],[167.767,-5.251],[167.479,-2.23],[168.199,-3.237],[170.501,1.942],[173.666,-1.367],[174.098,0.935],[182.011,-0.36],[182.011,-0.36],[196.687,-2.374],[195.248,-3.956],[194.529,-5.97],[194.529,-8.128],[195.248,-10.142],[190.932,-11.581],[187.623,-9.854],[187.191,-8.704],[187.191,-11.437],[186.328,-13.451],[182.875,-12.012],[175.968,-15.177],[174.817,-12.731],[165.897,-18.63],[165.321,-17.047],[163.738,-19.349],[161.868,-20.068],[161.436,-17.91],[156.976,-20.787],[156.4,-18.773],[155.537,-22.37],[159.853,-23.808],[160.429,-22.801],[181.867,-26.254],[186.04,-25.103],[186.04,-25.822],[193.378,-25.822],[196.975,-24.528],[196.831,-25.535],[207.478,-21.219],[209.349,-28.987],[210.212,-28.699],[209.205,-27.117],[225.032,-27.117],[224.6,-28.412],[227.478,-28.843],[228.197,-30.857],[228.917,-30.426],[229.205,-31.433],[221.147,-44.092],[218.126,-44.523],[216.687,-45.243],[213.665,-50.421],[213.378,-48.983],[209.349,-51.716],[209.349,-52.004],[208.342,-51.428],[210.644,-47.832],[208.486,-48.264],[207.622,-45.387],[211.219,-43.373],[211.507,-43.948],[222.011,-34.31],[222.586,-34.885],[223.162,-31.72],[205.896,-31.72],[175.824,-39.345],[170.357,-40.639],[168.63,-41.359],[168.055,-40.352],[166.76,-40.783],[166.328,-38.769],[166.04,-40.495],[155.969,-42.509],[156.544,-41.071],[152.228,-41.646],[139.998,-42.222],[141.58,-40.208],[153.379,-38.625],[162.875,-37.187],[166.04,-36.18],[163.594,-33.303],[167.911,-32.008],[168.774,-32.296],[169.35,-30.426],[168.342,-29.563],[166.184,-29.131],[165.033,-30.426],[164.458,-29.419],[160.429,-30.713],[160.429,-28.556],[157.264,-28.556],[152.659,-26.829],[149.926,-26.829],[149.638,-24.384],[146.76,-23.664],[147.48,-21.65],[149.35,-23.089],[149.782,-22.657],[148.775,-21.075],[149.926,-18.486],[150.357,-19.493],[153.81,-15.465],[155.105,-15.752],[159.997,-13.019],[165.609,-12.156],[167.767,-11.437],[168.486,-9.135],[169.781,-10.286],[170.069,-12.444],[170.932,-10.717],[171.508,-12.012],[171.94,-11.724],[170.501,-9.854],[180.86,-7.697],[180.86,-6.977],[174.529,-6.977],[173.666,-7.553],[170.357,-5.539],[168.342,-6.114]],"c":false},"ix":2},"nm":"Tracciato 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[-4.748,6.33],[0,0]],"o":[[0,0],[0.719,-10.214]],"v":[[1.294,-185.933],[-14.389,-168.383]],"c":true},"ix":2},"nm":"Tracciato 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.87,2.302],[1.583,3.021],[0,0],[-0.144,0.719],[-0.288,0.575],[0.432,0],[4.029,-1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.151],[0,0],[1.151,-1.007],[0.144,-0.863],[1.439,-1.007],[2.158,-1.726],[1.007,-0.432],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,4.316],[-1.583,8.919],[1.007,2.446],[0,0],[0,0],[1.727,-0.719],[1.439,-1.295],[2.59,-2.733],[0.863,-1.726],[0.576,-0.863],[2.878,-5.898],[2.59,-7.337],[-0.576,-0.144],[-1.007,0.432],[0,0.719],[-0.863,1.87],[-4.173,7.049],[-4.316,5.035],[-3.885,3.309],[0,-1.582],[0.863,-4.028],[1.87,-7.337],[0.288,-2.733],[0.144,-0.863],[1.007,-1.582],[2.158,-2.302],[0.432,-0.575],[1.439,-1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.295,0],[-1.583,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,0.288],[-2.302,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,0.575],[-1.583,1.87]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[2.014,-3.165],[1.87,-2.302],[0,0],[0.144,-0.719],[0.144,-0.575],[-0.576,-0.288],[-4.029,1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.288],[0,0],[-1.439,0],[-0.576,0.575],[-1.583,0.719],[-2.158,1.726],[-0.863,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,-3.884],[2.014,-8.919],[-0.144,-2.733],[0,0],[0,0],[-1.87,0],[-1.727,0.719],[-2.734,2.733],[-1.295,1.439],[-1.151,0.863],[-3.453,5.61],[-3.309,6.761],[-0.288,0.863],[1.007,0.144],[-0.432,-1.726],[0.576,-2.014],[3.741,-7.337],[3.597,-5.754],[3.453,-3.74],[0.432,1.582],[-0.576,4.028],[-1.727,7.48],[-0.576,2.733],[-0.432,0.863],[-0.432,1.726],[-1.87,2.589],[-0.432,0.432],[-1.295,1.439],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0.575],[1.727,-0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0],[2.446,-1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.863,-0.432],[1.583,-1.87],[0,0]],"v":[[27.193,-179.603],[33.38,-187.947],[36.977,-193.269],[35.682,-193.269],[35.682,-193.557],[36.833,-193.557],[42.876,-202.476],[45.898,-212.834],[44.603,-210.388],[44.891,-212.546],[45.466,-214.128],[43.884,-214.416],[31.797,-210.388],[32.085,-209.237],[33.38,-208.806],[33.38,-208.374],[30.503,-208.95],[29.927,-206.936],[29.639,-206.936],[29.639,-208.662],[22.301,-200.894],[18.416,-199.455],[17.265,-197.297],[12.805,-194.708],[6.618,-189.385],[3.884,-187.947],[3.884,-187.659],[-3.885,-184.494],[-2.159,-183.2],[-5.756,-183.2],[-10.936,-178.596],[-12.374,-179.459],[-9.209,-191.975],[-3.598,-218.732],[-5.468,-226.5],[-6.763,-224.486],[-7.338,-225.493],[-12.806,-224.342],[-17.41,-221.321],[-25.755,-213.409],[-28.921,-208.662],[-31.798,-206.36],[-41.439,-189.242],[-49.928,-167.807],[-49.064,-164.498],[-45.899,-164.93],[-46.762,-168.239],[-44.604,-174.137],[-33.093,-196.147],[-21.295,-212.402],[-10.36,-222.904],[-9.641,-218.3],[-11.799,-206.073],[-17.698,-183.775],[-18.849,-175.719],[-19.712,-173.274],[-21.871,-168.095],[-28.345,-161.046],[-29.209,-159.32],[-33.237,-154.86],[-33.669,-154.86],[-33.237,-153.278],[-34.964,-152.99],[-36.403,-147.811],[-23.597,-163.779],[-20,-161.765],[-15.108,-162.916],[-14.389,-161.621],[-2.59,-174.712],[4.46,-182.193],[6.906,-184.35],[6.906,-185.645],[7.769,-184.926],[24.028,-198.017],[24.603,-197.729],[28.2,-202.764],[31.222,-203.195],[38.272,-207.655],[38.992,-207.08],[25.179,-182.624],[24.316,-181.186],[23.596,-181.761],[17.121,-170.54],[18.56,-169.821],[21.294,-175],[19.999,-172.698],[22.589,-174.137],[27.337,-179.603]],"c":false},"ix":2},"nm":"Tracciato 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0.432,0],[1.151,-0.288],[0,0],[0,-0.432],[-0.432,-2.302],[-1.439,-0.432],[-0.576,0.719],[0,0],[0,0],[0,0],[0,0.719],[0,0],[0,0],[0,0],[0,0],[1.007,-0.288],[0,-0.288],[-0.432,-0.288],[-3.597,-2.014],[-3.885,-3.453],[-3.453,-5.466],[-0.432,-0.288],[0,0],[0,0],[0,0],[0,-3.453],[1.295,-5.466],[1.295,-1.726],[-2.878,-1.87],[5.036,13.091],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[8.057,5.466],[0,0],[0,0],[0,-0.432],[-0.144,-0.575],[0,0],[-0.432,-0.288],[-4.173,-1.726],[-3.022,-1.151],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.878,3.884],[0.288,0.863],[0,0.863],[-0.144,0.863],[-0.432,0.863],[-0.719,0.719],[-0.863,0.432],[-1.007,0.144],[-1.007,-0.144],[-4.316,-1.007],[-2.158,-0.432],[0,0],[-1.87,-1.439],[-0.144,-0.863],[1.007,0.432],[0.576,-0.288],[0,0.288],[0,0],[0.432,0],[1.151,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.439,-0.144],[-3.453,-7.768],[0,1.726],[1.295,1.726],[0.432,0.144],[1.583,0.719],[2.014,1.295],[4.604,1.439],[1.151,-0.144],[2.158,0],[0.863,-0.719],[0,0],[0,0],[0,-0.288],[0.288,-1.007],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,-1.726],[-0.719,-2.302],[-0.863,-1.726],[-0.863,-1.726],[-0.576,-0.288],[-0.863,-0.144],[0,0],[0,0],[0,0],[0,0],[-0.288,-0.719],[-0.863,-1.582],[0,0],[0,0],[0,4.028],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,0.575],[1.151,0.144],[1.151,-0.288],[1.007,-0.575],[0,0],[0,0]],"o":[[-1.151,0.144],[0,0],[-0.432,0.432],[-0.144,2.302],[0.288,1.007],[0.432,0.144],[0,0],[0,0],[0,0],[-0.288,-1.726],[0,0],[0,0],[0,0],[0,0],[-1.439,0.288],[-0.288,0.144],[0,0.432],[4.029,1.726],[4.748,2.158],[4.029,4.891],[0.144,0.288],[0,0],[0,0],[0,0],[0.719,3.453],[-0.576,5.61],[-0.432,2.158],[-2.734,3.596],[5.18,-11.221],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-4.604,-8.344],[0,0],[0,0],[0,0.432],[0,0.432],[0,0],[0.288,0.432],[4.029,1.726],[3.022,1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.165,-3.596],[-0.576,-0.719],[-0.288,-0.863],[0,-0.863],[0.144,-0.863],[0.432,-0.863],[0.719,-0.719],[0.863,-0.575],[1.007,-0.144],[4.173,0.575],[1.727,0.288],[0,0],[2.446,0.432],[0.863,0.719],[-1.007,-0.575],[-0.432,-0.144],[0,-0.432],[0,0],[0,0.144],[-1.007,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.439,-0.288],[4.46,0.863],[1.295,-2.589],[0,-1.87],[-0.719,-0.288],[-1.727,-0.432],[-1.87,-1.582],[-4.316,-1.87],[-1.151,-0.144],[-2.158,-0.288],[-0.863,0],[0,0],[0,0],[-0.576,-0.144],[-0.432,1.007],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,1.726],[0.144,2.302],[0.432,1.295],[0.863,1.726],[0.288,0.432],[0.863,0.288],[0,0],[0,0],[0,0],[0,0],[-0.288,1.007],[0.719,1.726],[0,0],[0,0],[-1.87,0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.863,-0.863],[-1.007,-0.575],[-1.151,-0.144],[-1.151,0.144],[0,0],[0,0],[-0.576,-0.288]],"v":[[-192.947,-86.385],[-196.256,-85.81],[-195.536,-84.515],[-196.688,-83.22],[-196.256,-76.315],[-192.371,-74.301],[-190.501,-76.459],[-191.076,-76.891],[-192.947,-75.596],[-192.227,-76.891],[-192.515,-80.055],[-193.666,-81.062],[-192.227,-79.911],[-190.788,-82.357],[-186.472,-81.638],[-190.069,-80.775],[-190.788,-79.911],[-190.069,-78.761],[-178.127,-73.726],[-165.177,-65.238],[-153.955,-49.702],[-152.803,-48.983],[-149.494,-38.337],[-149.063,-38.337],[-149.063,-38.913],[-147.911,-28.555],[-150.789,-11.868],[-153.235,-6.114],[-153.235,0.216],[-145.897,-35.029],[-148.343,-44.235],[-147.911,-44.667],[-156.257,-56.032],[-155.249,-56.607],[-162.587,-66.965],[-164.314,-66.245],[-164.314,-66.533],[-163.451,-66.821],[-185.465,-82.213],[-177.12,-80.631],[-176.112,-83.22],[-176.112,-81.782],[-175.825,-80.199],[-175.105,-80.775],[-173.81,-79.768],[-161.436,-74.589],[-152.228,-70.992],[-152.228,-73.006],[-148.631,-74.445],[-154.674,-82.069],[-155.537,-80.055],[-156.113,-82.932],[-158.271,-82.069],[-158.271,-82.357],[-156.976,-84.371],[-158.99,-85.953],[-165.609,-93.722],[-175.105,-104.655],[-176.4,-107.1],[-176.976,-109.833],[-176.688,-112.567],[-175.681,-115.156],[-174.098,-117.602],[-171.796,-119.328],[-169.062,-120.335],[-166.184,-120.335],[-153.523,-117.314],[-148.199,-116.451],[-147.48,-114.868],[-141.005,-111.991],[-140.142,-108.682],[-143.019,-110.121],[-144.746,-109.258],[-144.746,-110.265],[-151.077,-109.689],[-151.077,-111.272],[-154.386,-111.703],[-154.386,-110.984],[-151.509,-110.409],[-152.947,-108.682],[-154.386,-109.258],[-155.106,-108.539],[-150.789,-103.504],[-148.775,-108.395],[-148.343,-108.395],[-149.063,-106.093],[-144.746,-106.237],[-131.077,-102.641],[-128.056,-108.826],[-131.653,-114.293],[-133.092,-115.444],[-138.127,-117.17],[-144.027,-121.342],[-157.552,-126.089],[-160.861,-126.089],[-167.336,-126.521],[-169.925,-124.363],[-170.645,-124.938],[-172.084,-122.493],[-173.954,-122.924],[-175.249,-120.047],[-175.681,-121.486],[-176.688,-121.629],[-177.983,-116.163],[-178.702,-116.882],[-179.134,-115.731],[-179.853,-116.882],[-179.853,-111.847],[-178.558,-104.798],[-175.968,-100.914],[-173.666,-95.592],[-171.94,-94.585],[-169.35,-94.009],[-167.767,-94.009],[-169.35,-92.139],[-167.048,-88.974],[-163.451,-88.543],[-164.17,-85.953],[-161.868,-81.062],[-163.163,-80.487],[-163.738,-82.645],[-168.055,-84.515],[-169.782,-83.22],[-170.789,-85.522],[-171.364,-85.234],[-170.933,-84.227],[-171.796,-83.364],[-172.659,-85.378],[-174.098,-84.227],[-174.961,-85.81],[-177.407,-84.227],[-180.285,-86.241],[-183.594,-87.248],[-187.047,-87.104],[-190.213,-85.953],[-190.644,-87.104],[-191.364,-85.666]],"c":true},"ix":2},"nm":"Tracciato 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0.288,0.863],[-0.288,0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.295],[0.432,-0.575],[0,-0.432],[0.719,0],[1.583,-0.575],[-0.432,-0.863],[-4.029,-3.309],[-2.302,-1.726],[0,0],[0,0],[0,0],[2.878,-0.575],[0.432,0],[1.295,-0.432],[0,0],[0,0],[0,0],[0,0],[0.863,-2.302],[-0.432,-0.719],[-2.59,-3.309],[-1.007,-0.863],[0,0],[0,0],[-0.719,-0.575],[-0.863,-0.863],[-1.151,-1.87],[-1.151,-1.87],[-0.576,-0.863],[-0.863,-1.87],[0,0],[0,0],[-0.288,-1.87],[0,0],[0,0],[0,0],[0,0],[4.029,0.719],[6.475,4.46],[0,0],[0,0],[0,0],[0,0],[0,0.432],[-1.439,-1.007],[-0.432,0],[0,0],[-4.604,1.151],[0.719,3.021],[1.583,1.87],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.432],[0,0],[0,0],[0,0],[0,-1.007],[0.719,1.295]],"o":[[0,-0.719],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.007],[-0.432,0.432],[-0.288,0.288],[-0.576,-0.288],[-1.727,0.144],[-0.144,0.863],[3.885,3.453],[2.014,1.726],[0,0],[0,0],[0,0],[0,-4.747],[-0.432,-0.719],[-1.295,0.144],[0,0],[0,0],[0,0],[0,0],[-1.007,2.302],[-0.576,1.007],[2.302,3.453],[0.863,1.007],[0,0],[0,0],[0,0.863],[0.863,0.863],[1.439,2.014],[1.151,1.87],[0.719,1.151],[0.576,0.719],[0,0],[0,0],[0.432,3.309],[0,0],[0,0],[0,0],[0,0],[0.719,-3.165],[0.863,-3.884],[0,0],[0,0],[0,0],[0,0],[0,0],[1.727,1.439],[0.432,0.288],[0,0],[-0.576,3.309],[-0.144,-3.021],[-1.007,-2.158],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.719],[0,0],[0,0],[0,0],[0,1.007],[-0.863,-1.439],[-0.576,-0.863]],"v":[[166.758,1.223],[167.046,-0.791],[163.737,-4.531],[166.039,-3.812],[167.622,-6.401],[167.909,-6.689],[165.895,-8.128],[165.895,-5.107],[165.032,-7.984],[163.593,-5.682],[161.866,-8.128],[160.14,-3.237],[160.14,-6.258],[158.701,-4.819],[158.701,-3.524],[156.83,-4.1],[151.795,-3.093],[152.082,-0.503],[164.168,9.71],[170.643,14.601],[170.931,14.601],[181.434,23.377],[180.715,26.973],[174.672,23.377],[173.233,21.506],[169.348,22.513],[167.622,21.219],[161.291,23.233],[160.859,21.794],[159.852,21.506],[156.974,28.268],[156.399,31.576],[163.737,41.646],[166.614,44.523],[165.895,45.099],[165.176,43.66],[166.183,45.818],[168.773,48.407],[172.801,54.018],[176.111,59.916],[178.413,62.937],[180.283,66.533],[183.017,70.849],[183.017,65.382],[184.024,72.719],[185.751,73.438],[186.039,72.143],[188.772,75.308],[190.643,73.726],[187.046,66.965],[165.607,35.029],[165.895,36.324],[165.32,36.324],[163.593,30.426],[175.967,27.98],[175.967,28.268],[180.427,31.864],[181.722,32.152],[186.039,31.864],[198.7,39.92],[197.405,30.713],[193.52,24.671],[193.089,25.103],[190.355,20.787],[190.067,21.363],[182.154,14.026],[181.147,15.033],[181.147,13.163],[174.672,8.703],[174.96,8.703],[170.068,5.107],[170.068,7.84],[167.909,3.812]],"c":true},"ix":2},"nm":"Tracciato 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-2.014,0],[-0.288,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,0],[-0.576,-0.144],[0,0],[0,0],[0,0],[-0.288,0],[-1.007,1.007],[-1.007,1.87],[0,0],[-0.288,2.014],[0.863,0.863],[0.863,0],[1.87,0],[0.719,0.144],[0.719,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.87,-0.288],[0,-0.432],[0,0],[0,0],[0.863,0],[1.583,-0.719],[0,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.87],[0,0],[-1.87,-3.596],[0.863,-1.007],[2.158,-3.884],[0,0],[0,0],[-0.576,0],[-8.201,2.158],[0,0],[-2.446,0.432],[-0.719,0.575],[0,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.863],[0.288,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[1.87,0.288],[0.288,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,-0.719],[0.432,-0.144],[0,0],[0,0],[0,0],[-0.288,0],[1.151,-0.719],[1.151,-1.726],[0.144,0.144],[0.432,-1.87],[0,-1.151],[-0.719,-0.575],[-1.727,0],[0,0],[-0.576,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.583,-0.863],[-0.144,0],[0,0],[0,0],[-1.007,-0.575],[-1.727,0.432],[-0.288,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.863],[0,0],[-3.453,-0.432],[-3.453,-4.46],[-2.734,3.453],[0,0],[0,0],[1.007,0.432],[6.187,-1.87],[0,0],[2.446,-0.288],[0.863,-0.288],[0,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.144],[-0.288,0],[0,0],[0,0],[0,0]],"v":[[137.983,-140.762],[138.846,-137.454],[139.709,-138.317],[139.709,-137.31],[145.608,-136.734],[146.472,-138.461],[147.479,-137.166],[149.781,-140.475],[150.5,-138.029],[151.508,-139.899],[152.659,-138.317],[153.378,-139.755],[154.961,-139.755],[153.954,-139.036],[154.385,-138.461],[159.133,-141.194],[159.565,-141.194],[162.874,-143.927],[166.184,-149.394],[165.752,-149.681],[166.759,-155.58],[165.464,-158.457],[163.018,-159.176],[157.695,-159.176],[156.687,-158.169],[154.817,-159.607],[154.241,-159.32],[156.112,-156.011],[154.529,-155.292],[153.234,-161.046],[151.22,-158.313],[150.932,-160.614],[146.616,-160.614],[146.184,-159.176],[145.752,-159.176],[145.752,-160.039],[139.421,-160.039],[139.421,-158.457],[138.702,-161.19],[135.824,-160.183],[134.961,-161.478],[134.098,-157.881],[133.235,-160.614],[129.925,-157.737],[124.602,-158.744],[124.17,-157.45],[121.005,-158.313],[120.717,-156.443],[117.839,-158.025],[112.947,-156.299],[112.659,-155.58],[110.357,-157.45],[110.07,-155.723],[109.062,-157.018],[104.027,-154.86],[102.444,-151.839],[102.156,-153.134],[98.847,-152.702],[98.847,-157.018],[100.142,-154.429],[99.71,-156.874],[101.149,-159.464],[102.156,-159.464],[103.307,-162.053],[101.868,-162.485],[101.868,-162.916],[103.019,-162.916],[102.732,-166.225],[99.134,-161.046],[97.84,-155.436],[91.653,-154.573],[84.315,-143.64],[85.322,-142.92],[86.041,-143.496],[88.487,-142.489],[108.919,-148.387],[128.774,-152.271],[136.112,-153.278],[138.414,-154.716],[138.414,-152.99],[142.011,-154.141],[143.306,-152.271],[143.306,-155.292],[144.313,-152.99],[146.04,-157.45],[145.608,-153.853],[155.968,-153.134],[161.435,-150.976],[161.723,-149.969],[157.838,-145.078],[157.838,-146.517],[156.831,-146.517],[143.738,-142.92],[137.695,-141.05]],"c":false},"ix":2},"nm":"Tracciato 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0.144,-1.726],[0,0],[1.583,-0.575],[1.583,-0.432],[1.295,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.432],[0,0],[0,0],[0,0],[-1.295,-0.432],[-1.151,0.575],[0,0],[-0.719,0],[-1.151,-0.863],[0,0],[0,-0.432],[0,0],[-0.863,-0.144],[-0.719,-0.863],[1.295,-3.884],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.863,5.179],[0,0],[0,0],[0,1.295],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.719,0.288],[1.583,0.144],[0,0],[0,0],[0,0],[0,0],[-0.288,0.432],[0.144,1.439],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.727,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.151],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-0.144,0.863],[0,0],[-2.302,0.575],[-1.583,0.575],[-1.295,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,-1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.863],[0,0],[0,0],[0,0],[1.007,0.288],[0.719,0.144],[0,0],[1.583,-0.863],[1.439,0.432],[0,0],[0,0.432],[0,0],[0.863,0.144],[1.727,0],[1.439,1.439],[-0.144,0.144],[0,0.144],[0,0],[0,0],[0,0],[0,0],[3.022,-1.007],[0,0],[0,0],[3.597,-1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.719,-0.575],[-1.439,-0.288],[0,0],[0,0],[0,0],[0,0],[1.007,-0.144],[0.432,-1.439],[0,0],[0,0],[0,0],[0,0],[0,0],[0.863,-2.877],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.007],[0,0],[0,0],[0,0]],"v":[[138.271,-141.481],[137.551,-142.344],[136.688,-140.762],[135.681,-142.344],[135.249,-139.036],[134.53,-142.201],[127.911,-140.474],[123.307,-138.173],[119.278,-138.604],[118.559,-140.762],[117.264,-139.18],[114.386,-139.755],[114.674,-138.173],[113.379,-137.309],[114.818,-136.59],[113.235,-133.713],[112.804,-138.748],[112.228,-138.748],[112.228,-135.871],[112.084,-135.871],[111.94,-137.741],[109.638,-137.453],[107.912,-134.432],[106.473,-130.548],[110.07,-127.527],[112.66,-125.226],[112.66,-126.089],[120.429,-122.78],[120.429,-123.787],[124.89,-122.924],[128.343,-120.91],[131.508,-122.205],[133.81,-119.759],[137.12,-121.342],[141.005,-119.471],[141.436,-120.191],[141.436,-118.896],[147.048,-118.464],[149.781,-118.033],[154.673,-118.033],[158.99,-112.998],[159.853,-112.135],[160.141,-112.279],[159.853,-113.717],[161.292,-113.286],[161.292,-116.594],[163.594,-111.847],[170.213,-118.033],[171.795,-119.759],[170.644,-120.478],[170.069,-123.499],[169.781,-122.924],[163.162,-125.513],[162.443,-124.075],[158.27,-125.801],[158.27,-125.082],[140.717,-127.959],[140.717,-127.24],[138.559,-128.534],[134.098,-129.254],[122.444,-130.98],[123.019,-128.247],[122.444,-128.247],[121.293,-132.275],[124.17,-132.706],[124.602,-136.878],[126.472,-138.173],[124.746,-133.425],[125.465,-133.138],[126.185,-134.432],[127.192,-133.282],[130.213,-135.583],[128.631,-134.289],[128.918,-133.282],[135.105,-135.008],[135.105,-134.72],[135.681,-134.72],[136.544,-138.316],[137.12,-135.008],[137.839,-135.008],[137.839,-138.316],[137.264,-138.316],[137.839,-140.906]],"c":false},"ix":2},"nm":"Tracciato 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0,0],[0.144,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,-0.432],[2.59,-0.288],[0,-3.309],[-0.576,-1.726],[-1.007,-1.439],[-0.576,-0.288],[0,0],[0,0],[0,0],[0,0],[0,-1.151],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.576,0.432],[0.432,0.432],[2.59,2.302],[0.576,0],[0,0],[0,0],[0,0],[0,-0.719],[0,0],[0,0],[0,0],[1.007,0.144],[6.043,1.726],[6.762,2.877],[2.734,2.302],[1.87,3.021],[-3.597,0.863],[-6.331,1.007],[-3.165,-0.288],[-2.302,-0.288],[-2.734,-1.007],[0,0]],"o":[[0,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.151,0],[-2.014,3.596],[-3.309,0.432],[0,1.87],[0.576,1.726],[0.432,0.432],[0,0],[0,0],[0,0],[0,0],[0,0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.439,0.288],[1.295,-1.007],[-2.302,-2.589],[-0.144,-0.288],[0,0],[0,0],[0,0],[0,1.295],[0,0],[0,0],[0,0],[-1.007,0.144],[-5.899,-1.295],[-7.05,-2.014],[-3.309,-1.295],[-2.734,-2.302],[-1.295,-2.302],[6.187,-1.582],[3.165,-0.288],[2.302,-0.144],[2.734,0.719],[0,0],[0,-0.288]],"v":[[-171.94,-51.141],[-172.083,-51.86],[-172.803,-51.86],[-171.22,-54.449],[-173.522,-54.018],[-173.235,-54.881],[-184.889,-58.621],[-185.177,-59.484],[-192.946,-59.916],[-194.529,-57.183],[-193.954,-61.067],[-194.817,-59.916],[-208.054,-59.196],[-211.651,-59.196],[-219.852,-56.895],[-229.205,-48.839],[-228.485,-43.66],[-226.039,-39.057],[-224.457,-37.906],[-224.744,-37.474],[-210.068,-27.836],[-209.781,-29.275],[-209.061,-29.275],[-209.061,-26.541],[-207.91,-27.692],[-208.342,-26.541],[-182.443,-18.342],[-181.436,-20.212],[-180.716,-18.773],[-174.961,-18.054],[-160.573,-11.868],[-160.285,-12.875],[-156.4,-12.012],[-153.81,-16.184],[-161.148,-23.52],[-162.587,-23.089],[-162.012,-22.082],[-162.443,-21.794],[-164.745,-26.398],[-164.745,-23.952],[-166.904,-25.534],[-167.623,-25.103],[-165.321,-20.787],[-168.486,-20.787],[-186.759,-25.103],[-207.478,-32.439],[-216.543,-37.762],[-223.449,-45.818],[-221.867,-51.572],[-203.018,-55.6],[-193.522,-55.6],[-186.616,-55.312],[-178.414,-52.867],[-177.839,-52.004]],"c":true},"ix":2},"nm":"Tracciato 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.288],[2.014,-7.48],[2.014,-5.323],[2.446,-5.035],[-0.288,-7.193],[-0.432,-0.575],[-0.719,-0.432],[-0.863,0],[-0.863,0.144],[-0.719,0.432],[-0.576,0.575],[-2.878,3.309],[-3.022,4.028],[0,0],[0,0],[0,0],[-0.144,0.288],[-1.583,2.446],[-0.719,0.575],[0,0],[0,0],[1.007,-2.014],[1.295,-1.87],[0,0],[0,0],[2.878,-3.021],[3.597,-2.877],[2.158,-1.007],[0,0.288],[-1.007,4.172],[-2.302,6.473],[-2.734,10.645],[0.576,5.179],[1.151,0],[0.432,-1.007],[0,0],[0,0],[0,0],[-1.727,-5.179],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0.288],[1.439,8.2],[-1.439,5.179],[-2.014,5.323],[-2.734,6.473],[0,0.863],[0.432,0.719],[0.719,0.288],[0.863,0.144],[0.719,-0.144],[0.719,-0.432],[3.309,-2.877],[3.309,-3.74],[0.144,0],[0,0],[0,0],[0.432,-0.288],[1.583,-2.302],[0.576,-0.719],[0,0],[-0.288,-0.288],[-0.863,1.726],[-1.007,2.158],[0,0],[0,0],[-2.734,3.309],[-3.165,3.165],[-1.87,1.439],[-0.432,0.288],[0.432,-4.316],[1.87,-6.761],[3.597,-10.358],[1.295,-4.747],[-0.144,-0.432],[-0.288,0],[0,0],[0,0],[0,0],[-1.151,3.453],[0,0],[0,0]],"v":[[-104.171,158.456],[-103.739,159.175],[-99.135,153.277],[-94.531,149.106],[-92.373,144.646],[-91.941,145.365],[-82.589,137.022],[-82.013,137.741],[-86.617,160.614],[-92.66,175.575],[-98.272,191.543],[-101.869,212.114],[-101.149,214.272],[-99.567,215.854],[-97.121,216.286],[-94.675,216.142],[-92.373,215.279],[-90.358,213.84],[-81.006,204.634],[-72.085,192.694],[-71.654,192.694],[-70.934,193.413],[-66.618,186.364],[-65.467,185.645],[-60.862,178.308],[-58.992,176.438],[-61.294,174.712],[-62.445,174.424],[-65.035,179.747],[-68.632,185.501],[-68.92,185.213],[-71.366,188.234],[-79.567,198.16],[-89.639,207.223],[-95.538,210.819],[-97.552,209.812],[-95.394,197.153],[-88.775,177.445],[-78.128,146.229],[-78.992,130.548],[-82.301,129.829],[-83.452,131.987],[-84.459,131.411],[-99.135,148.099],[-99.711,147.811],[-104.89,157.305],[-104.027,158.168]],"c":false},"ix":2},"nm":"Tracciato 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0,0],[-1.007,0.144],[-0.288,0.719],[0.144,0.432],[0.432,0.288],[8.201,4.747],[4.46,2.446],[3.165,2.302],[0.719,1.151],[-1.151,0.288],[-4.748,0.432],[-6.906,-0.719],[-6.762,-2.446],[-3.309,-3.021],[-0.863,-2.446],[0,-0.719],[0,0],[0.576,0.432],[-2.014,1.87],[0.432,1.295],[0,0],[2.734,-1.87],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.288],[0,0],[1.583,-0.288],[1.583,-0.719],[0.863,-1.151],[-0.576,-1.295],[-1.151,-1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[9.065,-2.589],[-1.87,-3.309],[-3.022,-2.733],[-0.719,-0.288],[0,0],[0,0],[0,0],[-0.288,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0.575],[2.302,2.302],[3.597,3.596],[1.295,2.014],[-0.144,0.432],[-0.432,-0.144],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.719,0.575],[1.007,-0.144],[0,-0.575],[-0.144,-0.575],[-7.914,-5.035],[-4.46,-2.589],[-3.453,-1.87],[-1.007,-0.863],[1.007,-0.863],[4.748,-1.295],[6.906,-0.432],[7.05,1.007],[4.029,1.726],[1.583,1.87],[0.288,0.719],[0,0],[-0.288,-0.719],[-1.439,-1.151],[0.288,-0.144],[0,0],[-0.576,-3.74],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.288],[0,0],[-1.583,0.144],[-1.583,0.288],[-1.439,0.432],[-0.576,1.295],[0.863,1.87],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.914,-2.158],[1.295,3.596],[2.446,3.309],[0.576,0.432],[0,0],[0,0],[0,0],[-4.46,2.733],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,-0.575],[-2.158,-2.446],[-3.597,-3.596],[-1.583,-1.726],[-0.144,-0.288],[0.288,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-103.451,-127.671],[-101.581,-125.945],[-98.991,-127.384],[-99.279,-128.966],[-100.142,-130.261],[-124.026,-145.222],[-137.839,-151.695],[-147.767,-158.025],[-150.357,-161.19],[-147.191,-163.491],[-132.947,-166.081],[-112.228,-165.649],[-91.365,-160.614],[-80.43,-153.565],[-76.689,-147.092],[-76.258,-144.934],[-74.819,-146.229],[-75.682,-148.53],[-76.402,-152.558],[-77.121,-155.148],[-77.984,-152.702],[-98.847,-165.218],[-99.998,-164.786],[-99.71,-165.793],[-118.703,-169.533],[-120.573,-168.095],[-121.437,-169.533],[-122.732,-168.526],[-128.199,-169.102],[-128.199,-169.533],[-138.271,-168.382],[-143.019,-167.663],[-147.767,-166.081],[-151.22,-163.635],[-151.22,-159.607],[-148.055,-154.572],[-147.767,-155.004],[-143.738,-151.983],[-144.17,-153.565],[-137.12,-148.818],[-137.12,-149.681],[-131.796,-146.229],[-130.501,-144.502],[-130.501,-145.941],[-119.566,-138.173],[-143.451,-141.769],[-138.846,-131.412],[-130.501,-122.349],[-128.487,-121.198],[-123.163,-118.033],[-122.732,-118.609],[-118.559,-112.71],[-122.732,-109.114],[-121.293,-110.265],[-121.005,-109.402],[-116.832,-111.272],[-117.12,-112.279],[-114.818,-112.279],[-115.394,-113.861],[-122.012,-120.91],[-132.947,-131.843],[-137.12,-137.454],[-137.12,-138.604],[-135.969,-138.892],[-127.048,-136.447],[-118.847,-134.145],[-118.847,-133.426],[-117.696,-134.72],[-116.545,-132.706],[-115.25,-134.001],[-115.106,-132.706],[-103.451,-127.671],[-103.307,-127.959]],"c":false},"ix":2},"nm":"Tracciato 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[0,0],[0.576,1.87],[1.87,3.596],[1.727,1.87],[3.165,3.021],[2.878,-3.165],[0,0],[0,0],[-1.295,-0.432],[-1.007,-1.295],[0,0],[0,0],[0,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.165,-1.87],[-0.288,-0.432],[-2.878,2.733],[-0.432,0],[0,0.432],[0.432,1.87],[0,1.295],[0.288,0],[0,0]],"o":[[-0.288,-1.87],[-1.727,-3.884],[-1.007,-2.302],[-3.597,-3.309],[-3.165,-3.021],[0,0],[0,0],[1.439,-0.432],[1.295,0.432],[0,0],[0,0],[0,-0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,0.144],[1.151,2.733],[0.432,0.432],[1.007,1.726],[0.288,0],[1.151,-0.432],[0,-1.87],[-0.288,-1.295],[0,0],[0,0],[0,0]],"v":[[172.657,113.286],[171.219,107.675],[165.895,96.455],[161.722,90.269],[150.787,81.206],[143.018,81.206],[146.183,83.939],[144.6,86.816],[148.773,85.522],[151.795,89.118],[152.37,88.399],[158.701,97.03],[158.701,95.735],[159.852,97.462],[161.866,101.777],[163.449,104.942],[163.881,104.655],[166.327,115.587],[161.579,111.703],[161.291,112.135],[164.456,120.335],[165.463,121.629],[170.068,123.356],[171.506,123.356],[174.384,122.061],[173.809,116.594],[173.233,112.567],[172.801,112.567],[172.514,113.43]],"c":false},"ix":2},"nm":"Tracciato 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-98.705,18.054],[-102.733,22.945],[-108.92,25.246],[-109.352,24.383],[-99.28,17.766]],"c":true},"ix":2},"nm":"Tracciato 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[0,0],[-1.007,1.007],[0.144,0.719],[0.719,-0.144],[2.302,-1.295],[2.878,-1.726],[5.755,-3.165],[0,0.432],[1.007,3.309],[1.007,4.747],[0.576,0.288],[0.288,-0.288],[-0.144,-0.575],[-0.863,-3.021],[-1.151,-2.877],[-1.87,-2.589],[0,0],[0,0],[0,0],[-2.59,-1.582],[0,0],[0,0],[0,0],[0.576,-0.719],[-1.007,0.144],[-0.719,1.151],[0.432,2.014],[0,0.719],[-0.288,0.719],[-0.432,0.575],[-0.576,0.432],[-0.863,1.151],[-1.727,2.589],[0,0],[0,0],[0,0],[0,0]],"o":[[1.007,-0.719],[0.432,-0.575],[-0.576,-0.432],[-2.59,0.719],[-2.878,1.726],[-5.611,3.309],[-0.576,0.288],[-1.583,-3.021],[-1.439,-4.747],[-0.144,-0.432],[-0.288,-0.144],[0.144,0.575],[1.007,3.453],[0.719,3.165],[1.295,2.877],[0,0],[0,0],[0,0],[0.576,-5.035],[0,0],[0,0],[0,0],[-0.719,0.719],[1.007,0.144],[1.151,-0.575],[1.583,-2.302],[-0.288,-0.719],[0,-0.719],[0.288,-0.719],[0.576,-0.575],[1.007,-1.007],[1.87,-2.446],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-79.424,9.71],[-76.403,7.121],[-75.971,5.107],[-77.842,4.531],[-85.18,7.552],[-93.381,13.45],[-110.503,23.089],[-112.661,22.801],[-116.69,13.306],[-119.855,-1.079],[-121.294,-2.23],[-122.301,-1.942],[-121.87,-0.216],[-118.704,9.998],[-116.834,19.348],[-112.086,27.548],[-106.618,27.548],[-111.366,37.186],[-109.496,38.337],[-102.446,30.281],[-104.892,31.432],[-101.582,32.871],[-108.345,40.207],[-110.215,42.509],[-107.05,42.509],[-104.172,39.92],[-100,32.871],[-100.287,30.713],[-99.856,28.555],[-98.705,26.685],[-96.978,25.246],[-93.957,22.082],[-88.489,14.601],[-85.899,11.005],[-86.619,10.429],[-79.856,7.121],[-79.856,9.854]],"c":false},"ix":2},"nm":"Tracciato 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0.719,0],[0,0],[0,0],[3.885,3.165],[0.576,0],[-0.288,-0.432],[-9.64,-1.007],[-2.878,6.617],[0,3.453],[0.144,0.719],[0.288,0.719],[0.432,0.575],[0.576,0.432],[0.719,0.288],[0.719,0.144],[0.719,-0.144],[0.719,-0.288],[2.014,-1.295],[0,0],[-0.576,0.288],[-2.878,-5.898],[0.719,-2.302],[2.302,-1.726],[2.59,0.144]],"o":[[0,0],[0,0],[-3.885,-3.165],[-0.432,-0.288],[0.144,0.575],[5.611,6.33],[7.194,0.719],[1.151,-3.309],[0.144,-0.719],[-0.144,-0.719],[-0.288,-0.719],[-0.432,-0.575],[-0.576,-0.432],[-0.719,-0.288],[-0.719,-0.144],[-0.719,0],[-2.014,1.007],[0,0],[0.576,-0.144],[6.475,-1.87],[0.863,2.302],[-0.719,2.733],[-1.87,0.863],[-0.576,0]],"v":[[90.933,88.399],[85.034,85.521],[84.314,86.241],[72.66,76.746],[70.79,76.746],[71.221,78.473],[91.509,92.858],[107.192,85.953],[108.918,75.739],[108.918,73.581],[108.343,71.424],[107.192,69.554],[105.609,68.115],[103.739,67.108],[101.58,66.533],[99.422,66.533],[97.264,67.108],[91.221,70.561],[91.94,71.855],[93.811,71.424],[104.458,75.452],[104.746,82.213],[100.285,88.83],[92.804,88.399]],"c":true},"ix":2},"nm":"Tracciato 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-0.719],[-0.144,-5.323],[-1.727,-2.877],[-0.863,-0.144],[-0.576,0.719],[-0.719,0.719],[-1.151,3.021],[-0.719,6.042],[0.288,0.575],[0.576,0.432],[0.576,-0.863],[0.288,-1.295],[0,0],[0,0],[-2.734,3.74],[-0.432,0.288],[-0.144,-0.719],[1.151,-2.877],[1.87,-2.446],[1.295,-0.288],[0.288,1.007],[0.144,2.302],[0,5.754],[0,0]],"o":[[0,0],[0.432,0.863],[-0.288,5.323],[0.576,3.309],[0.432,0.863],[0.576,0],[1.007,0.144],[2.158,-2.589],[1.439,-5.898],[0,-0.575],[-0.288,-0.575],[-0.576,-0.288],[-0.719,1.295],[0,0],[0,0],[3.309,-3.165],[0.288,-0.432],[0.288,0.575],[-0.288,3.021],[-1.007,2.877],[-0.719,1.151],[-0.719,0],[-0.719,-2.302],[0,-5.61],[0,0],[0,0]],"v":[[-4.749,111.416],[-3.598,112.279],[-2.447,114.725],[-2.591,130.836],[1.006,140.043],[3.021,141.482],[4.747,139.755],[7.193,138.748],[12.085,130.261],[15.395,112.279],[14.963,110.553],[13.812,109.114],[10.79,110.553],[9.208,114.437],[8.488,113.574],[1.438,126.809],[10.647,116.451],[11.941,115.3],[12.517,117.17],[10.503,126.089],[6.186,134.145],[3.021,136.303],[0.863,133.57],[-0.432,126.665],[-0.432,109.546],[-2.159,108.683]],"c":true},"ix":2},"nm":"Tracciato 37","mn":"ADBE Vector Shape - Group","hd":false},{"ind":37,"ty":"sh","ix":38,"ks":{"a":0,"k":{"i":[[3.597,7.624],[1.007,-0.719],[0,0],[0,0],[0,0],[-3.309,-4.747],[-2.302,-3.884],[-2.878,-5.898],[-2.302,-4.747],[-0.576,-0.432],[0.288,0.575],[1.439,3.596],[-0.144,0.719]],"o":[[-4.316,-8.2],[0,0],[0,0],[0,0],[3.453,4.603],[2.59,3.74],[3.309,5.898],[2.446,4.891],[0.288,0.575],[0.288,-0.863],[-1.295,-3.453],[0,0.719],[-3.885,-6.761]],"v":[[-68.344,-168.383],[-83.596,-190.393],[-86.761,-195.571],[-91.941,-197.01],[-89.063,-193.413],[-78.704,-179.46],[-71.078,-167.951],[-61.15,-150.113],[-54.532,-135.44],[-52.805,-134.001],[-51.942,-136.447],[-56.114,-147.236],[-56.114,-146.804]],"c":true},"ix":2},"nm":"Tracciato 38","mn":"ADBE Vector Shape - Group","hd":false},{"ind":38,"ty":"sh","ix":39,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.144,0],[0.863,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.288,0],[1.439,0.144],[3.309,-0.863],[1.727,-1.582],[-0.288,-1.151],[-1.295,0.575],[0.288,0.719],[-2.302,0.288],[-1.87,0.288],[-0.432,-0.432],[-0.288,0],[0,0],[-0.719,0],[-2.59,-0.575],[-3.165,-1.87],[-0.863,2.589]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,-0.432],[-0.863,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.288,0],[-1.439,-0.432],[-3.453,0.144],[-2.302,0.719],[-0.432,0.288],[1.439,-0.432],[-0.144,-0.719],[1.87,-0.144],[1.439,-0.144],[0.288,0.575],[0.288,0.144],[0,0],[0.576,0],[2.734,0.144],[3.453,1.151],[2.302,1.295],[0,0]],"v":[[187.477,-59.772],[187.477,-60.348],[188.772,-63.512],[186.182,-61.355],[185.319,-63.656],[183.448,-63.225],[182.729,-64.232],[180.283,-63.8],[179.995,-65.095],[178.988,-64.232],[177.261,-66.389],[176.542,-64.663],[174.671,-67.253],[174.384,-66.821],[164.024,-68.403],[163.161,-68.403],[158.844,-69.267],[148.773,-67.684],[142.73,-64.088],[143.449,-60.923],[147.622,-62.505],[146.902,-64.663],[153.233,-65.095],[157.981,-65.814],[159.276,-64.519],[160.571,-65.095],[162.873,-64.519],[164.887,-63.944],[172.945,-62.793],[182.873,-58.334],[187.477,-59.628]],"c":false},"ix":2},"nm":"Tracciato 39","mn":"ADBE Vector Shape - Group","hd":false},{"ind":39,"ty":"sh","ix":40,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.611,-2.302],[1.583,-0.432],[1.583,0],[1.583,0.432],[1.439,0.719],[-2.59,0.144],[-3.597,0.432],[-2.014,0.863],[-1.007,0.863],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.468,2.877],[-1.439,0.863],[-1.583,0.432],[-1.727,-0.144],[-1.583,-0.432],[-0.288,2.446],[3.885,-0.288],[2.158,-0.144],[1.151,-0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[133.235,99.908],[134.242,98.038],[134.098,98.325],[131.077,97.606],[131.077,98.613],[130.214,97.894],[127.624,101.202],[127.336,100.627],[111.077,108.971],[106.473,110.697],[101.581,111.272],[96.689,110.553],[92.085,108.683],[97.984,113.286],[109.207,112.711],[115.394,111.128],[118.703,108.827],[118.271,110.553],[122.3,107.244],[125.178,104.799],[125.609,105.374],[132.947,99.476]],"c":true},"ix":2},"nm":"Tracciato 40","mn":"ADBE Vector Shape - Group","hd":false},{"ind":40,"ty":"sh","ix":41,"ks":{"a":0,"k":{"i":[[0,0],[-1.151,1.295],[0,0],[1.583,-0.575],[1.439,0.432],[2.014,1.726],[0,-1.007],[0,0],[0,0],[-2.158,-2.158],[-1.583,-2.589],[1.151,0],[0.144,-0.432],[-0.144,-0.432],[0,0],[0,0],[0,0]],"o":[[0,4.603],[0,0],[-1.583,0.288],[-1.727,0.432],[-2.302,-1.151],[0,0.288],[0,0],[0,0],[-1.583,1.582],[1.87,2.302],[-1.007,-0.144],[-0.432,0.144],[-0.144,0.432],[0,0],[0,0],[0,0],[0,0]],"v":[[77.839,23.808],[81.292,26.254],[82.875,17.622],[78.559,18.629],[73.235,20.068],[66.76,15.896],[66.76,18.342],[66.185,18.342],[65.753,14.026],[65.178,18.917],[70.501,26.254],[67.336,25.966],[66.329,26.685],[66.329,27.98],[78.99,27.98],[75.825,26.11],[77.839,23.664]],"c":false},"ix":2},"nm":"Tracciato 41","mn":"ADBE Vector Shape - Group","hd":false},{"ind":41,"ty":"sh","ix":42,"ks":{"a":0,"k":{"i":[[2.59,3.884],[0,0],[1.439,0.575],[1.727,-0.575],[0,0],[0.576,-0.288],[1.583,-0.719],[2.158,-1.151],[-0.288,-0.575],[-0.432,0],[-1.151,0.575],[-1.007,0.719],[-0.576,0.144],[-3.597,0.719],[0,-0.719],[0.288,-0.719],[0.576,-0.575],[0.719,-0.432],[0.719,-0.288],[-0.288,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.165,0.288],[-2.734,1.439]],"o":[[0,0],[-1.439,-0.719],[-1.727,0.144],[0,0],[-0.576,0.432],[-1.727,0.575],[-2.158,1.151],[-0.576,0.288],[0.288,0.575],[1.151,-0.144],[1.007,-0.575],[0.432,-0.144],[3.597,-1.007],[0.576,-0.144],[-0.144,0.863],[-0.288,0.719],[-0.576,0.575],[-0.719,0.432],[-0.719,0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[3.022,0.863],[3.165,-0.432],[5.324,-2.733]],"v":[[-144.027,19.204],[-144.027,19.204],[-148.487,17.334],[-153.667,18.341],[-153.954,17.766],[-155.681,18.773],[-160.573,20.499],[-166.904,24.095],[-168.055,25.246],[-166.76,26.685],[-163.163,25.534],[-160.141,23.664],[-158.559,23.088],[-147.624,20.355],[-145.465,22.801],[-146.185,25.102],[-147.48,27.116],[-149.35,28.699],[-151.508,29.706],[-152.66,30.425],[-158.846,29.993],[-158.846,30.856],[-154.818,31.288],[-154.818,32.439],[-169.494,34.884],[-160.285,35.604],[-151.508,32.87]],"c":true},"ix":2},"nm":"Tracciato 42","mn":"ADBE Vector Shape - Group","hd":false},{"ind":42,"ty":"sh","ix":43,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.432],[-0.288,-0.432],[-0.432,-0.288],[-0.432,-0.144],[-1.007,-0.288],[-1.295,-0.863],[-1.151,0.288],[0,0],[0,0],[0,0],[0,0],[0,1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.144,0.575],[0.144,0.432],[0.144,0.432],[0.288,0.288],[1.007,0.144],[1.151,0.863],[1.151,0.288],[0,0],[0,0],[0,0],[0,0],[-0.288,-1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[187.767,-59.628],[187.623,-58.189],[188.054,-56.895],[188.918,-55.744],[190.069,-55.024],[193.09,-54.305],[196.687,-51.716],[199.997,-51.716],[203.45,-48.119],[203.737,-48.119],[208.054,-45.386],[208.917,-48.263],[208.629,-52.867],[207.766,-53.154],[206.327,-50.421],[201.867,-54.449],[198.414,-57.47],[197.982,-56.895],[195.392,-59.772],[194.385,-57.47],[190.069,-62.217],[187.479,-60.203],[187.479,-59.628]],"c":false},"ix":2},"nm":"Tracciato 43","mn":"ADBE Vector Shape - Group","hd":false},{"ind":43,"ty":"sh","ix":44,"ks":{"a":0,"k":{"i":[[8.633,3.453],[3.309,2.158],[0,0],[0,0],[-8.345,-3.309],[-6.762,-1.007],[-0.719,0.288],[0,0],[0,0],[2.014,1.151],[1.87,-0.432],[0,0],[0,0],[1.727,0.575]],"o":[[-3.597,-1.726],[0,0],[0,0],[7.914,4.028],[6.475,2.014],[0.576,0.144],[0,0],[0,0],[-1.727,-1.582],[-1.87,-0.288],[0,0],[0,0],[-1.727,-0.288],[-8.921,-3.165]],"v":[[20.43,-19.061],[10.07,-24.959],[9.063,-23.52],[10.214,-22.801],[34.243,-11.005],[54.098,-6.402],[56.113,-7.265],[55.537,-7.984],[56.544,-8.991],[50.933,-13.019],[45.322,-12.875],[52.66,-9.423],[52.084,-8.128],[46.76,-9.423]],"c":true},"ix":2},"nm":"Tracciato 44","mn":"ADBE Vector Shape - Group","hd":false},{"ind":44,"ty":"sh","ix":45,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.576,0.863],[-0.719,0.575],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.432,0.863],[0.719,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.863,-1.007],[0.576,-0.863],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.144,-0.863],[-0.144,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[150.069,-109.546],[150.069,-105.949],[150.932,-105.518],[152.371,-106.381],[154.673,-104.798],[154.673,-101.777],[155.393,-103.216],[158.99,-101.777],[159.278,-103.791],[159.853,-103.791],[159.853,-101.777],[161.148,-102.065],[160.716,-100.914],[161.58,-103.648],[164.026,-105.518],[162.299,-100.77],[164.457,-100.77],[163.594,-102.641],[165.177,-102.641],[165.465,-100.195],[169.062,-105.23],[169.925,-103.648],[169.205,-108.826],[167.479,-107.819],[166.903,-108.539],[164.314,-106.812],[163.45,-109.402],[161.436,-108.97],[162.299,-108.682],[159.422,-108.395],[155.824,-109.546],[155.824,-108.97],[152.659,-110.696],[152.371,-112.71],[150.501,-109.546]],"c":true},"ix":2},"nm":"Tracciato 45","mn":"ADBE Vector Shape - Group","hd":false},{"ind":45,"ty":"sh","ix":46,"ks":{"a":0,"k":{"i":[[1.007,1.439],[0.288,0],[-1.439,-13.522],[0,3.165],[0.719,4.891],[0.576,1.726],[0.576,1.582]],"o":[[-0.288,-0.575],[5.18,12.659],[0.719,-3.021],[-0.288,-5.035],[-0.288,-1.87],[-0.432,-1.726],[-0.576,-1.726]],"v":[[99.134,-45.386],[97.408,-45.961],[105.033,-6.401],[106.041,-15.608],[104.17,-30.425],[102.731,-35.748],[101.436,-40.783]],"c":true},"ix":2},"nm":"Tracciato 46","mn":"ADBE Vector Shape - Group","hd":false},{"ind":46,"ty":"sh","ix":47,"ks":{"a":0,"k":{"i":[[0,-0.719],[0,0],[0,0],[1.87,-2.446],[0,0],[0,0],[-1.007,-0.144],[-2.59,0.288]],"o":[[0,0],[0,0],[-1.007,-1.295],[0,0],[0,0],[1.007,0.432],[2.59,-0.144],[0,0.863]],"v":[[136.111,-103.072],[141.291,-111.56],[136.399,-110.553],[123.881,-107.388],[126.471,-106.381],[125.32,-105.086],[128.341,-104.223],[136.111,-105.086]],"c":true},"ix":2},"nm":"Tracciato 47","mn":"ADBE Vector Shape - Group","hd":false},{"ind":47,"ty":"sh","ix":48,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.432,0.288],[-6.043,4.028],[-0.288,0.863],[0.576,-0.432],[6.043,-4.747]],"o":[[0,0],[0.576,0],[6.043,-4.028],[0.576,-0.432],[-1.007,-0.288],[-6.043,4.603],[0,0]],"v":[[170.356,91.563],[170.788,92.282],[172.514,92.282],[190.787,80.343],[191.794,78.041],[188.773,77.322],[170.5,91.563]],"c":false},"ix":2},"nm":"Tracciato 48","mn":"ADBE Vector Shape - Group","hd":false},{"ind":48,"ty":"sh","ix":49,"ks":{"a":0,"k":{"i":[[0.288,-0.575],[0.863,-2.158],[0,-0.432],[-2.878,3.596],[-0.576,1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.007,4.028],[0.719,-0.575],[1.583,-1.007],[1.87,-2.446],[0,0],[0,0]],"o":[[-1.151,2.158],[0.144,0.719],[3.022,-3.309],[1.007,-1.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.87,-3.74],[-0.432,0.863],[-1.727,0.719],[-2.014,2.158],[0,0],[0,0],[-0.719,0.288]],"v":[[-20,128.246],[-22.878,134.72],[-22.734,136.734],[-13.525,126.089],[-11.079,121.197],[-11.079,122.492],[-10.504,122.492],[-10.216,118.896],[-9.497,122.204],[-8.202,118.033],[-7.914,118.033],[-8.346,120.91],[-3.454,112.135],[-4.893,114.724],[-9.785,117.457],[-15.54,124.506],[-15.971,122.636],[-17.698,127.383]],"c":true},"ix":2},"nm":"Tracciato 49","mn":"ADBE Vector Shape - Group","hd":false},{"ind":49,"ty":"sh","ix":50,"ks":{"a":0,"k":{"i":[[0,0],[0.288,-0.288],[2.59,-3.309],[0,-1.726],[0,0],[0,0],[0,0],[-1.295,1.007],[0.288,5.466],[0,0],[0,0]],"o":[[-0.432,0.144],[-2.878,2.877],[-0.863,1.582],[0,0],[0,0],[0,0],[1.007,-1.007],[3.165,-2.589],[0,0],[0,0],[0,0]],"v":[[115.249,-176.439],[114.098,-176.007],[105.897,-166.657],[104.602,-161.622],[105.465,-163.204],[107.192,-161.622],[106.041,-163.636],[109.638,-166.945],[117.264,-176.439],[117.264,-176.727],[114.817,-176.583]],"c":false},"ix":2},"nm":"Tracciato 50","mn":"ADBE Vector Shape - Group","hd":false},{"ind":50,"ty":"sh","ix":51,"ks":{"a":0,"k":{"i":[[1.151,1.726],[1.87,3.74],[-0.432,-1.582],[-0.719,-1.295],[-1.007,-1.151],[-1.151,-1.007],[-1.295,-0.719],[-1.439,-0.432],[-1.439,-0.144],[-1.439,0.144],[0.863,0.288],[1.583,0.144],[1.727,1.151]],"o":[[-2.446,-3.453],[0.144,1.439],[0.432,1.439],[0.719,1.295],[1.007,1.151],[1.007,0.863],[1.151,0.719],[1.295,0.432],[1.439,0.144],[-1.295,-1.295],[-1.583,-0.575],[-1.87,-0.288],[-1.727,-1.151]],"v":[[49.207,18.198],[42.732,7.409],[43.596,11.868],[45.178,15.896],[47.48,19.493],[50.502,22.657],[53.955,25.103],[57.84,26.829],[62.012,27.836],[66.329,27.98],[63.595,25.534],[58.847,24.527],[53.379,22.37]],"c":true},"ix":2},"nm":"Tracciato 51","mn":"ADBE Vector Shape - Group","hd":false},{"ind":51,"ty":"sh","ix":52,"ks":{"a":0,"k":{"i":[[0,0],[1.295,-0.144],[0.288,0],[0.576,-0.432],[1.007,-1.007],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.295,-0.144],[-0.719,0.144],[-1.151,0.288],[-1.151,0.863],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-158.559,7.984],[-162.444,7.984],[-164.027,9.135],[-166.761,9.423],[-170.07,12.3],[-169.063,14.026],[-150.214,8.128],[-150.214,4.532],[-158.703,8.128]],"c":false},"ix":2},"nm":"Tracciato 52","mn":"ADBE Vector Shape - Group","hd":false},{"ind":52,"ty":"sh","ix":53,"ks":{"a":0,"k":{"i":[[1.007,0],[0,-0.288],[-1.151,-1.295],[-0.719,-1.295],[-1.007,-1.87],[-1.007,-0.575],[0,1.151],[1.007,1.295],[2.158,2.302]],"o":[[0,0.144],[0.719,1.007],[1.007,1.151],[1.007,1.87],[0.432,0.863],[0.288,-1.151],[-0.288,-1.582],[-1.87,-2.589],[-0.432,-0.432]],"v":[[-171.939,-51.716],[-171.94,-51.141],[-169.493,-47.976],[-166.328,-44.667],[-164.17,-38.625],[-161.292,-36.755],[-160.86,-40.064],[-162.731,-44.379],[-168.918,-51.716]],"c":true},"ix":2},"nm":"Tracciato 53","mn":"ADBE Vector Shape - Group","hd":false},{"ind":53,"ty":"sh","ix":54,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[149.637,-105.518],[150.069,-105.95],[150.213,-105.95],[149.637,-107.964],[147.911,-108.395],[148.918,-109.978],[143.019,-110.553],[141.436,-110.265],[138.99,-104.943],[144.314,-104.224],[144.745,-105.518],[145.465,-103.792],[146.04,-105.231],[151.076,-104.224],[151.364,-105.231]],"c":true},"ix":2},"nm":"Tracciato 54","mn":"ADBE Vector Shape - Group","hd":false},{"ind":54,"ty":"sh","ix":55,"ks":{"a":0,"k":{"i":[[0.719,-0.288],[0,0],[0,0],[0,0],[0,0],[0,0],[1.87,-1.295],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[-2.302,-3.596],[-0.144,-0.288],[-1.151,0.432]],"v":[[45.897,88.831],[35.825,88.831],[36.689,92.427],[53.667,89.55],[53.667,88.975],[55.393,87.968],[49.494,88.399],[48.919,87.536]],"c":true},"ix":2},"nm":"Tracciato 55","mn":"ADBE Vector Shape - Group","hd":false},{"ind":55,"ty":"sh","ix":56,"ks":{"a":0,"k":{"i":[[0,0],[-5.324,-0.575],[0,0],[0,0],[0,0],[0,0]],"o":[[3.165,2.733],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.323,162.772],[-14.1,169.677],[-21.151,162.341],[-20.143,161.765],[-24.028,160.471],[-25.324,162.916]],"c":false},"ix":2},"nm":"Tracciato 56","mn":"ADBE Vector Shape - Group","hd":false},{"ind":56,"ty":"sh","ix":57,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-0.288],[-2.158,-7.337],[-0.863,-1.151]],"o":[[0,0],[0,0],[-0.288,0.719],[2.014,7.337],[0.576,1.295],[0,0]],"v":[[-127.911,35.172],[-127.479,34.597],[-135.968,7.839],[-136.256,9.278],[-129.925,31.288],[-127.767,34.884]],"c":false},"ix":2},"nm":"Tracciato 57","mn":"ADBE Vector Shape - Group","hd":false},{"ind":57,"ty":"sh","ix":58,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,2.014],[0,0],[0.432,0.144]],"o":[[0,0],[0,0],[0,0],[0,0],[0,-1.295],[0,0],[-1.151,-0.432],[0,0]],"v":[[168.917,-108.97],[169.636,-103.791],[172.082,-101.633],[171.794,-101.058],[174.96,-100.626],[174.672,-105.086],[173.665,-106.812],[171.65,-107.531]],"c":true},"ix":2},"nm":"Tracciato 58","mn":"ADBE Vector Shape - Group","hd":false},{"ind":58,"ty":"sh","ix":59,"ks":{"a":0,"k":{"i":[[0,-0.432],[0,0],[0,0],[-0.576,1.582],[-1.007,3.596],[-0.288,0.575],[0,0],[0.288,-0.719]],"o":[[0,0],[0,0],[0.863,-1.439],[1.151,-3.596],[0.144,-0.575],[-0.288,0],[-0.576,0.719],[-0.144,0.432]],"v":[[-45.034,-131.555],[-48.919,-117.745],[-48.344,-117.458],[-46.042,-122.061],[-43.02,-132.994],[-42.445,-134.72],[-43.452,-134.72],[-44.747,-132.706]],"c":true},"ix":2},"nm":"Tracciato 59","mn":"ADBE Vector Shape - Group","hd":false},{"ind":59,"ty":"sh","ix":60,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[133.091,96.454],[134.242,98.037],[141.148,93.002],[142.875,88.255]],"c":true},"ix":2},"nm":"Tracciato 60","mn":"ADBE Vector Shape - Group","hd":false},{"ind":60,"ty":"sh","ix":61,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.719,-0.863],[-0.719,-0.863],[0,0.575],[0.576,0.863],[1.295,0.719],[0,0]],"o":[[0,0],[0.719,1.295],[0.719,1.007],[0.432,-0.575],[0,-1.007],[-1.007,-1.007],[0,0],[0,0]],"v":[[139.135,133.857],[139.854,137.741],[142.012,140.906],[144.17,143.495],[145.322,141.625],[144.458,138.892],[141.005,136.303],[139.566,133.425]],"c":true},"ix":2},"nm":"Tracciato 61","mn":"ADBE Vector Shape - Group","hd":false},{"ind":61,"ty":"sh","ix":62,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[156.543,-113.142],[155.536,-112.567],[155.968,-111.848],[156.975,-112.711]],"c":true},"ix":2},"nm":"Tracciato 62","mn":"ADBE Vector Shape - Group","hd":false},{"ind":62,"ty":"sh","ix":63,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.432],[-0.432,0.432],[-2.302,1.726],[-5.324,3.021],[1.295,-0.144],[2.734,-0.863],[3.597,-4.172]],"o":[[0,0.432],[0.576,-0.144],[2.014,-2.158],[5.468,-3.453],[-1.151,-0.432],[-2.59,1.007],[-5.899,1.87],[0,0]],"v":[[-96.113,123.068],[-96.113,124.363],[-94.243,123.788],[-87.912,118.033],[-71.509,108.539],[-75.106,108.251],[-82.876,112.135],[-95.825,123.068]],"c":false},"ix":2},"nm":"Tracciato 63","mn":"ADBE Vector Shape - Group","hd":false},{"ind":63,"ty":"sh","ix":64,"ks":{"a":0,"k":{"i":[[1.439,-0.719],[0,0],[-0.719,0.144],[-1.151,0.288],[-0.288,0.719],[0.719,-0.288]],"o":[[0,0],[0.432,-0.288],[1.151,-0.144],[0.432,-0.288],[-0.863,-0.144],[-1.439,0.575]],"v":[[-51.654,118.464],[-50.934,120.478],[-49.352,119.759],[-45.755,119.039],[-44.747,116.882],[-47.193,116.45]],"c":true},"ix":2},"nm":"Tracciato 64","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":66,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.022823318781,0.022823318781,0.022823318781,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":50,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"stanghetta sopra","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.482,55.256,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,33.25],[0,-33.25]],"c":false},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector 81","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":99,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"base","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.172,373.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[130.4,83.2],[-25,-156.667]],"o":[[25,-156.667],[-130.4,83.2],[0,0]],"v":[[88,287],[0,-287],[-88,287]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":99,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"pala 2","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[301.001,652.575,0],"ix":2},"a":{"a":0,"k":[300.501,649.075,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[-3.478,70.5],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.147,0],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-15.055,-145.075],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-29.824,8.874]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":100,"s":[{"i":[[-2.224,64.825],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.026,-0.112],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-16.305,-145.151],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-31.824,8.998]],"c":true}]},{"t":148,"s":[{"i":[[-3.478,70.5],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.147,0],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-15.055,-145.075],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-29.824,8.874]],"c":true}]}],"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-33.328,0],"ix":2},"a":{"a":0,"k":[-31.657,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":50,"s":[100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":75,"s":[1,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":100,"s":[-100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":125,"s":[1,100]},{"t":148,"s":[100,100]}],"ix":3,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[302.205,649.075],"to":[-14.333,0],"ti":[29.167,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":75,"s":[216.205,649.075],"to":[-29.167,0],"ti":[0.667,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":100,"s":[127.205,649.075],"to":[-0.667,0],"ti":[-29.167,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":125,"s":[212.205,649.075],"to":[29.167,0],"ti":[-15,0]},{"t":149,"s":[302.205,649.075]}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"pala","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50,"op":100,"st":50,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"pala","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[301.001,652.575,0],"ix":2},"a":{"a":0,"k":[300.501,649.075,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[-3.478,70.5],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.147,0],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-15.055,-145.075],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-29.824,8.874]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[-2.224,64.825],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.026,-0.112],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-16.305,-145.151],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-31.824,8.998]],"c":true}]},{"t":98,"s":[{"i":[[-3.478,70.5],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.147,0],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-15.055,-145.075],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-29.824,8.874]],"c":true}]}],"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-33.328,0],"ix":2},"a":{"a":0,"k":[-31.657,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":0,"s":[100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":25,"s":[1,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":50,"s":[-100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":75,"s":[1,100]},{"t":98,"s":[100,100]}],"ix":3,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[302.205,649.075],"to":[-14.333,0],"ti":[29.167,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[216.205,649.075],"to":[-29.167,0],"ti":[0.667,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[127.205,649.075],"to":[-0.667,0],"ti":[-29.167,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":75,"s":[212.205,649.075],"to":[29.167,0],"ti":[-15,0]},{"t":99,"s":[302.205,649.075]}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"pala","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":50,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"RIGHE","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[853,1269.006,0],"to":[0,21,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[853,1395.006,0],"to":[0,0,0],"ti":[0,21,0]},{"t":99,"s":[853,1269.006,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,157.273],[0,0]],"o":[[0,0],[111.209,-111.209],[0,0],[0,0]],"v":[[-99,342],[-74.686,317.686],[99,-101.629],[99,-342]],"c":false},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"d":[{"n":"d","nm":"trattino","v":{"a":0,"k":200,"ix":1}},{"n":"g","nm":"spazio","v":{"a":0,"k":50,"ix":2}},{"n":"d","nm":"tratteggio2","v":{"a":0,"k":150,"ix":3}},{"n":"g","nm":"spazio2","v":{"a":0,"k":20,"ix":4}},{"n":"d","nm":"tratteggio3","v":{"a":0,"k":150,"ix":5}},{"n":"g","nm":"spazio3","v":{"a":0,"k":30,"ix":6}},{"n":"o","nm":"scostamento","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":99,"s":[600]}],"ix":7}}],"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector 87","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"RIGHE","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[1070.25,1241.75,0],"to":[0,10.333,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[1070.25,1303.75,0],"to":[0,0,0],"ti":[0,10.333,0]},{"t":99,"s":[1070.25,1241.75,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,80.361],[0,0]],"o":[[0,0],[-56.824,-56.824],[0,0],[0,0]],"v":[[84.25,312.75],[4.497,232.997],[-84.25,18.743],[-84.25,-312.75]],"c":false},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"d":[{"n":"d","nm":"trattino","v":{"a":0,"k":50,"ix":1}},{"n":"g","nm":"spazio","v":{"a":0,"k":100,"ix":2}},{"n":"d","nm":"tratteggio2","v":{"a":0,"k":130,"ix":3}},{"n":"g","nm":"spazio2","v":{"a":0,"k":150,"ix":4}},{"n":"d","nm":"tratteggio3","v":{"a":0,"k":150,"ix":5}},{"n":"g","nm":"spazio3","v":{"a":0,"k":20,"ix":6}},{"n":"o","nm":"scostamento","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":99,"s":[600]}],"ix":7}}],"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector 86","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"RIGHE","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[965.403,1267,0],"to":[0,-7.667,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[965.403,1221,0],"to":[0,0,0],"ti":[0,-7.667,0]},{"t":99,"s":[965.403,1267,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,-298],[0,298]],"c":false},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"d":[{"n":"d","nm":"trattino","v":{"a":0,"k":400,"ix":1}},{"n":"g","nm":"spazio","v":{"a":0,"k":50,"ix":2}},{"n":"d","nm":"tratteggio2","v":{"a":0,"k":100,"ix":3}},{"n":"g","nm":"spazio2","v":{"a":0,"k":20,"ix":4}},{"n":"o","nm":"scostamento","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":50,"s":[0]},{"t":99,"s":[-570]}],"ix":7}}],"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector 85","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Navicella","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[969,668,0],"to":[0,23.667,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[969,810,0],"to":[0,0,0],"ti":[0,23.667,0]},{"t":99,"s":[969,668,0]}],"ix":2},"a":{"a":0,"k":[181,408.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":100,"s":[3.92],"h":1}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"w":362,"h":817,"ip":0,"op":100,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"nuvole razzo","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[954.2,1544.5,0],"ix":2},"a":{"a":0,"k":[934.2,1544.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[0,0],[0,0],[4.064,-87.982],[0,0],[0,0],[1.55,31.573]],"o":[[0,0],[0,0],[-1.456,31.516],[0,0],[0,0],[-4.318,-87.97]],"v":[[51.599,-411.705],[-28.895,-411.705],[-28.895,-147.476],[-45.406,-54.279],[69.142,-54.279],[51.599,-147.476]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[{"i":[[0,0],[0,0],[25.388,-197.229],[0,0],[0,0],[4.276,31.321]],"o":[[0,0],[0,0],[-4.028,31.291],[0,0],[0,0],[-23.105,-169.229]],"v":[[51.599,-411.705],[-28.895,-411.705],[-28.589,-64.476],[-45.064,40.721],[69.484,40.721],[51.905,-64.476]],"c":true}]},{"t":99,"s":[{"i":[[0,0],[0,0],[4.064,-87.982],[0,0],[0,0],[1.55,31.573]],"o":[[0,0],[0,0],[-1.456,31.516],[0,0],[0,0],[-4.318,-87.97]],"v":[[51.599,-411.705],[-28.895,-411.705],[-28.895,-147.476],[-45.406,-54.279],[69.142,-54.279],[51.599,-147.476]],"c":true}]}],"ix":2},"nm":"Tracciato 19","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[946.069,1042.713],"ix":2},"a":{"a":0,"k":[11.868,-232.992],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"scia","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-38.264,0],[0,-37.974],[38.264,0],[0,37.974]],"o":[[38.264,0],[0,37.974],[-38.264,0],[0,-37.974]],"v":[[-49.534,-78.859],[18.575,-11.266],[-49.534,56.328],[-117.644,-11.266]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[986.666,1284.439],"to":[-4.833,-10],"ti":[-0.667,13]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[981.666,1239.439],"to":[0.386,-7.536],"ti":[-5.716,-15.706]},{"t":99,"s":[986.666,1284.439]}],"ix":2},"a":{"a":0,"k":[-49.534,-11.266],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[-0.648,-0.648]},"t":0,"s":[120.712,120.712]},{"i":{"x":[0.667,0.667],"y":[0.523,0.523]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[91.712,91.712]},{"t":100,"s":[120.712,120.712]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 220","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-38.264,0],[0,-37.974],[38.264,0],[0,37.974]],"o":[[38.264,0],[0,37.974],[-38.264,0],[0,-37.974]],"v":[[-49.534,-78.859],[18.575,-11.266],[-49.534,56.328],[-117.644,-11.266]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":0,"s":[935.666,1305.439],"to":[0,0],"ti":[0,0]},{"t":99,"s":[935.666,1305.439]}],"ix":2},"a":{"a":0,"k":[-49.534,-11.266],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":0,"s":[135.237,135.237]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[113.237,113.237]},{"t":99,"s":[135.237,135.237]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 221","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-38.264,0],[0,-37.974],[38.264,0],[0,37.974]],"o":[[38.264,0],[0,37.974],[-38.264,0],[0,-37.974]],"v":[[-49.534,-78.859],[18.575,-11.266],[-49.534,56.328],[-117.644,-11.266]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[881.666,1267.439],"to":[0.25,-0.25],"ti":[-8.667,32]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[883.166,1265.939],"to":[2.066,-7.627],"ti":[0.25,-0.25]},{"t":100,"s":[881.666,1267.439]}],"ix":2},"a":{"a":0,"k":[-49.534,-11.266],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[-0.4,-0.4]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[0.706,0.706]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[53,53]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 1","np":1,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-47.54,0],[0,-47.18],[47.54,0],[0,47.18]],"o":[[47.54,0],[0,47.18],[-47.54,0],[0,-47.18]],"v":[[-93.908,5.121],[-9.287,89.1],[-93.908,173.08],[-178.529,89.1]],"c":true},"ix":2},"nm":"Tracciato 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[840.293,1364.805],"ix":2},"a":{"a":0,"k":[-93.908,89.1],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[18.781,18.781]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[14.839,14.839]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[101,101]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 2","np":1,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-47.54,0],[0,-47.18],[47.54,0],[0,47.18]],"o":[[47.54,0],[0,47.18],[-47.54,0],[0,-47.18]],"v":[[-178.529,75.786],[-93.908,159.766],[-178.529,243.746],[-263.15,159.766]],"c":true},"ix":2},"nm":"Tracciato 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[755.672,1435.471],"ix":2},"a":{"a":0,"k":[-178.529,159.766],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[-0.751,-0.751]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[0.458,0.458]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[75,75]},{"t":99,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 3","np":1,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-36.525,0],[0,-36.248],[36.525,0],[0,36.248]],"o":[[36.525,0],[0,36.248],[-36.525,0],[0,-36.248]],"v":[[-263.15,133.138],[-198.136,197.659],[-263.15,262.18],[-328.163,197.659]],"c":true},"ix":2},"nm":"Tracciato 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[671.051,1473.364],"to":[3,-18.333],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[689.051,1363.364],"to":[0,0],"ti":[3,-18.333]},{"t":99,"s":[671.051,1473.364]}],"ix":2},"a":{"a":0,"k":[-263.15,197.659],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[132,132]},{"t":99,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 4","np":1,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-55.946,0],[0,-55.81],[55.946,0],[0,55.81]],"o":[[55.946,0],[0,55.81],[-55.946,0],[0,-55.81]],"v":[[-386.47,105.487],[-286.885,204.828],[-386.47,304.17],[-486.054,204.828]],"c":true},"ix":2},"nm":"Tracciato 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[547.731,1480.533],"ix":2},"a":{"a":0,"k":[-386.47,204.828],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0.47,0.47]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[1.346,1.346]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[140,140]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 5","np":1,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-55.946,0],[0,-55.81],[55.946,0],[0,55.81]],"o":[[55.946,0],[0,55.81],[-55.946,0],[0,-55.81]],"v":[[-522.688,105.487],[-423.104,204.828],[-522.688,304.17],[-622.273,204.828]],"c":true},"ix":2},"nm":"Tracciato 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[411.512,1480.533],"ix":2},"a":{"a":0,"k":[-522.688,204.828],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[-0.368,-0.368]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[0.729,0.729]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[49,49]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 6","np":1,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-65.512,0],[0,-65.303],[65.512,0],[0,65.303]],"o":[[65.512,0],[0,65.303],[-65.512,0],[0,-65.303]],"v":[[-627.432,29.7],[-510.821,145.94],[-627.432,262.18],[-744.044,145.94]],"c":true},"ix":2},"nm":"Tracciato 7","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[306.768,1421.645],"ix":2},"a":{"a":0,"k":[-627.432,145.94],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0.47,0.47]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[1.346,1.346]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[140,140]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 7","np":1,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-122.328,0],[0,-121.401],[122.328,0],[0,121.401]],"o":[[122.328,0],[0,121.401],[-122.328,0],[0,-121.401]],"v":[[-886.456,-140.307],[-668.712,75.787],[-886.456,291.88],[-1104.201,75.787]],"c":true},"ix":2},"nm":"Tracciato 8","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[47.744,1351.491],"ix":2},"a":{"a":0,"k":[-886.456,75.787],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[-4.695,-4.695]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[-2.46,-2.46]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[96,96]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 8","np":1,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-122.038,0],[0,-121.401],[122.038,0],[0,121.401]],"o":[[122.038,0],[0,121.401],[-122.038,0],[0,-121.401]],"v":[[835.375,-56.328],[1052.604,159.766],[835.375,375.86],[618.147,159.766]],"c":true},"ix":2},"nm":"Tracciato 9","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[1769.576,1435.471],"ix":2},"a":{"a":0,"k":[835.375,159.766],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[-3.756,-3.756]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[-1.768,-1.768]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[95,95]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 9","np":1,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-38.264,0],[0,-37.686],[38.264,0],[0,37.686]],"o":[[38.264,0],[0,37.686],[-38.264,0],[0,-37.686]],"v":[[830.731,-125.969],[898.841,-58.888],[830.731,8.193],[762.622,-58.888]],"c":true},"ix":2},"nm":"Tracciato 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[1764.932,1216.817],"ix":2},"a":{"a":0,"k":[830.731,-58.888],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0.47,0.47]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[1.346,1.346]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[140,140]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 110","np":1,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-75.658,0],[0,-74.797],[75.658,0],[0,74.797]],"o":[[75.658,0],[0,74.797],[-75.658,0],[0,-74.797]],"v":[[969.529,-202.78],[1104.2,-69.642],[969.529,63.497],[834.858,-69.642]],"c":true},"ix":2},"nm":"Tracciato 11","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[1903.73,1206.063],"ix":2},"a":{"a":0,"k":[969.529,-69.642],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[-1.878,-1.878]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[-0.384,-0.384]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[90,90]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 111","np":1,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-50.439,0],[0,-50.344],[50.439,0],[0,50.344]],"o":[[50.439,0],[0,50.344],[-50.439,0],[0,-50.344]],"v":[[603.699,105.487],[693.48,195.099],[603.699,284.711],[513.919,195.099]],"c":true},"ix":2},"nm":"Tracciato 12","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[1541.9,1454.804],"to":[6,-6.667],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[1577.9,1414.804],"to":[0,0],"ti":[6,-6.667]},{"t":99,"s":[1541.9,1454.804]}],"ix":2},"a":{"a":0,"k":[603.699,195.099],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0.47,0.47]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[1.346,1.346]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[140,140]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 112","np":1,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-37.104,0],[0,-37.111],[37.104,0],[0,37.111]],"o":[[37.104,0],[0,37.111],[-37.104,0],[0,-37.111]],"v":[[514.951,140.307],[580.996,206.365],[514.951,272.422],[448.905,206.365]],"c":true},"ix":2},"nm":"Tracciato 13","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[1449.151,1482.069],"ix":2},"a":{"a":0,"k":[514.951,206.365],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0.47,0.47]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[1.346,1.346]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[140,140]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 113","np":1,"cix":2,"bm":0,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-86.673,0],[0,-86.016],[86.673,0],[0,86.016]],"o":[[86.673,0],[0,86.016],[-86.673,0],[0,-86.016]],"v":[[350.351,105.487],[504.63,258.596],[350.351,411.705],[196.073,258.596]],"c":true},"ix":2},"nm":"Tracciato 14","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[1284.552,1534.301],"ix":2},"a":{"a":0,"k":[350.351,258.596],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[-4.695,-4.695]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[-2.46,-2.46]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[96,96]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 114","np":1,"cix":2,"bm":0,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-48.699,0],[0,-48.618],[48.699,0],[0,48.618]],"o":[[48.699,0],[0,48.618],[-48.699,0],[0,-48.618]],"v":[[189.881,89.1],[276.566,175.64],[189.881,262.18],[103.196,175.64]],"c":true},"ix":2},"nm":"Tracciato 15","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[1124.081,1451.345],"ix":2},"a":{"a":0,"k":[189.881,175.64],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0.47,0.47]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[1.346,1.346]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[140,140]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 115","np":1,"cix":2,"bm":0,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-48.699,0],[0,-48.618],[48.699,0],[0,48.618]],"o":[[48.699,0],[0,48.618],[-48.699,0],[0,-48.618]],"v":[[102.164,33.797],[188.849,120.337],[102.164,206.877],[15.479,120.337]],"c":true},"ix":2},"nm":"Tracciato 16","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[1036.365,1396.042],"to":[4,-8.667],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[1060.365,1344.042],"to":[0,0],"ti":[4,-8.667]},{"t":99,"s":[1036.365,1396.042]}],"ix":2},"a":{"a":0,"k":[102.164,120.337],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[-6.26,-6.26]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[-3.613,-3.613]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[97,97]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 116","np":1,"cix":2,"bm":0,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-92.761,0],[0,-92.058],[92.761,0],[0,92.058]],"o":[[92.761,0],[0,92.058],[-92.761,0],[0,-92.058]],"v":[[-1.032,33.797],[164.082,197.659],[-1.032,361.522],[-166.146,197.659]],"c":true},"ix":2},"nm":"Tracciato 18","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[793.169,1535.364],"ix":2},"a":{"a":0,"k":[-1.032,197.659],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0.988,0.988]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[1.728,1.728]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[119,119]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 222","np":1,"cix":2,"bm":0,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-92.761,0],[0,-92.058],[92.761,0],[0,92.058]],"o":[[92.761,0],[0,92.058],[-92.761,0],[0,-92.058]],"v":[[-1.032,33.797],[164.082,197.659],[-1.032,361.522],[-166.146,197.659]],"c":true},"ix":2},"nm":"Tracciato 18","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Unisci tracciati 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Union","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[933.169,1473.364],"ix":2},"a":{"a":0,"k":[-1.032,197.659],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0.988,0.988]},"t":0,"s":[100,100]},{"i":{"x":[0.667,0.667],"y":[1.728,1.728]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":50,"s":[119,119]},{"t":100,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Tracciato 118","np":1,"cix":2,"bm":0,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-968.5,-376],[968.5,-376],[968.5,376],[-968.5,376]],"c":true},"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.890196084976,0.807843148708,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Rectangle 94","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[968.5,1849],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[106.195,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Rectangle 994","np":1,"cix":2,"bm":0,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":100,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"sotto 2","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[301.001,652.575,0],"ix":2},"a":{"a":0,"k":[300.501,649.075,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-50,"s":[{"i":[[-3.478,70.5],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.147,0],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-15.055,-145.075],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-29.824,8.874]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[-2.224,64.825],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.026,-0.112],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-16.305,-145.151],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-31.824,8.998]],"c":true}]},{"t":48,"s":[{"i":[[-3.478,70.5],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.147,0],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-15.055,-145.075],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-29.824,8.874]],"c":true}]}],"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-33.328,0],"ix":2},"a":{"a":0,"k":[-31.657,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":-50,"s":[100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":-25,"s":[1,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":0,"s":[-100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":25,"s":[1,100]},{"t":48,"s":[100,100]}],"ix":3,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-50,"s":[302.205,649.075],"to":[-14.333,0],"ti":[29.167,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-25,"s":[216.205,649.075],"to":[-29.167,0],"ti":[0.667,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[127.205,649.075],"to":[-0.667,0],"ti":[-29.167,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[212.205,649.075],"to":[29.167,0],"ti":[-15,0]},{"t":49,"s":[302.205,649.075]}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"pala","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":50,"st":-50,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"sotto","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[301.001,652.575,0],"ix":2},"a":{"a":0,"k":[300.501,649.075,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[-3.478,70.5],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.147,0],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-15.055,-145.075],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-29.824,8.874]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[-2.224,64.825],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.026,-0.112],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-16.305,-145.151],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-31.824,8.998]],"c":true}]},{"t":98,"s":[{"i":[[-3.478,70.5],[-5.642,-2.97],[2.701,-29.711],[0,0],[15.785,-6.252],[0,0],[-0.209,7.888],[0,0],[0,0]],"o":[[0.147,0],[21.289,11.206],[0,0],[-1.537,16.909],[0,0],[-7.336,2.906],[0,0],[0,0],[0,0]],"v":[[-15.055,-145.075],[-8.994,-141.781],[34.349,-74.517],[17.951,105.854],[-10.294,143.619],[-19.567,147.291],[-34.613,136.772],[-38.208,8.353],[-29.824,8.874]],"c":true}]}],"ix":2},"nm":"Tracciato 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Riempimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-33.328,0],"ix":2},"a":{"a":0,"k":[-31.657,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":0,"s":[100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":25,"s":[1,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":50,"s":[-100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":75,"s":[1,100]},{"t":98,"s":[100,100]}],"ix":3,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Traccia 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[302.205,649.075],"to":[-14.333,0],"ti":[29.167,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[216.205,649.075],"to":[-29.167,0],"ti":[0.667,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[127.205,649.075],"to":[-0.667,0],"ti":[-29.167,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":75,"s":[212.205,649.075],"to":[29.167,0],"ti":[-15,0]},{"t":99,"s":[302.205,649.075]}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Trasformazione"}],"nm":"pala","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50,"op":100,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/flow/static/img/small_left_planet.png b/flow/static/img/small_left_planet.png new file mode 100644 index 0000000..9d6dd35 Binary files /dev/null and b/flow/static/img/small_left_planet.png differ diff --git a/flow/static/img/small_right_planet.png b/flow/static/img/small_right_planet.png new file mode 100644 index 0000000..ddfcd4b Binary files /dev/null and b/flow/static/img/small_right_planet.png differ diff --git a/flow/static/img/teamsbg.png b/flow/static/img/teamsbg.png deleted file mode 100644 index 9a3a3a8..0000000 Binary files a/flow/static/img/teamsbg.png and /dev/null differ diff --git a/flow/static/img/techmelaTitle.png b/flow/static/img/techmelaTitle.png deleted file mode 100644 index 1795a33..0000000 Binary files a/flow/static/img/techmelaTitle.png and /dev/null differ diff --git a/flow/static/img/wholePhone.png b/flow/static/img/wholePhone.png new file mode 100644 index 0000000..2575a38 Binary files /dev/null and b/flow/static/img/wholePhone.png differ diff --git a/flow/static/img/wholebg.png b/flow/static/img/wholebg.png new file mode 100644 index 0000000..35ddf53 Binary files /dev/null and b/flow/static/img/wholebg.png differ diff --git a/flow/static/industrialvisits.css b/flow/static/industrialvisits.css deleted file mode 100644 index 3e99a73..0000000 --- a/flow/static/industrialvisits.css +++ /dev/null @@ -1,196 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700"); -@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700&display=swap"); -.about { - position: fixed; - z-index: 10; - bottom: 10px; - right: 10px; - width: 40px; - height: 40px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; - -webkit-box-align: end; - -ms-flex-align: end; - align-items: flex-end; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -#section{ - min-height: 100vh !important; - margin-top: 150px; -} - - -/* workshops styles */ -.section { - background: #010936; - background: -webkit-linear-gradient(top, #010936, #3c0136); - background: -moz-linear-gradient(top, #010936, #3c0136); - background: linear-gradient(to bottom, #010936, #3c0136); -} -.workshop { - width: 100%; -} -.title { - width: 100%; - text-align: left; - color: #ffffff; - margin-bottom: 10px; - margin-top: 130px; - padding-left: 100px; -} -@media(max-width:640px){ - .title { - padding-left: 0; - margin-bottom: 1.25rem !important; - text-align: center; - } -} -.swiper { - width: 100%; - padding: 20px 0 !important; -} -.swiper-slide { - position: relative; - border: none; - z-index: 3; - border-radius: 10px; - transition: transform 0.8s ease-in-out; - text-decoration: none; - background:transparent !important; -} - -@media (max-width: 640px) { - .title{ - padding-left: 0 !important; - text-align: center; - } - .cards{ - flex-direction: column; - } - .cards .card{ - margin: 0.6rem 1rem; - width: 100% !important; - } - .section{ - min-height: 100vh; - overflow: scroll; - } -} -@media(max-width:600px){ - .swiper { - padding: 0 0 !important; - } - .testimonial-item p - { - font-size:24px; - } -} - .testimonial-item { - box-sizing: content-box; - padding: 30px; - margin: 30px 30px; - box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1); - background: #010936; - /* background: -webkit-linear-gradient(bottom, #010936, #3c0136); - background: -moz-linear-gradient(bottom, #010936, #3c0136); */ - background: linear-gradient(89.97deg, #f49867 1.84%, #ae67fa 102.67%);; - min-height: 320px; - display: flex; - flex-direction: column; - text-align: center; - transition: 0.3s; - border-radius:10px; -} - .testimonial-item .stars { - margin-bottom: 15px; -} - .testimonial-item .stars i { - color: #ffc107; - margin: 0 1px; -} - .testimonial-item .testimonial-img { - height: 90px; - width: 90px; - object-fit: cover; - border-radius: 50%; - border: 4px solid #fff; - margin: 0 auto; -} - .testimonial-item h3 { - font-size: 18px; - font-weight: 400; - margin: 20px 0 10px 0; - font-size:12px; - color: #fff; -} - .testimonial-item a { - font-size: 14px; - color: #fff !important; - cursor: pointer; - font-weight: 600; - margin: 0; - text-decoration: none; - border: 1.5px solid #fff; - padding:5px 10px; - margin-top:30px !important; - border-radius: 10px; -} -.testimonial-item a:hover { - font-size: 14px; - color: #3c0136 !important; - cursor: pointer; - font-weight: 600; - margin: 0; - background: linear-gradient(89.97deg, #ae67fa 1.84%, #f49867 102.67%); - text-decoration: none; -} - .testimonial-item p { - font-style: italic; - margin: 0 auto 15px auto; - background: linear-gradient(89.97deg, #fff 1.84%, #fafafa 102.67%); - background-clip: text; - font-size: 26px; - font-weight: 700; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; -} - .swiper-pagination { - margin-top: 20px; - position: relative; -} - .swiper-pagination .swiper-pagination-bullet { - width: 12px; - height: 12px; - background-color: #fff; - opacity: 1; - border: 1px solid #3c0136; -} - .swiper-pagination .swiper-pagination-bullet-active { - background-color: #3c0136; -} - .swiper-slide { - opacity: .3; - height: auto; -} - -@media (max-width: 1199px) { - .swiper-slide-active { - opacity: 1; - } - .swiper-pagination { - margin-top: 0; - } -} - -@media (min-width: 1200px) { - .swiper-slide-next { - opacity: 1; - transform: scale(1.12); - } -} - diff --git a/flow/static/js/.DS_Store b/flow/static/js/.DS_Store new file mode 100644 index 0000000..975f278 Binary files /dev/null and b/flow/static/js/.DS_Store differ diff --git a/flow/static/js/1.11.3-jquery.min.js b/flow/static/js/1.11.3-jquery.min.js deleted file mode 100644 index f364443..0000000 --- a/flow/static/js/1.11.3-jquery.min.js +++ /dev/null @@ -1,6 +0,0 @@ -/*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.3",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b="length"in a&&a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1; - -return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="
a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function aa(){return!0}function ba(){return!1}function ca(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ha=/^\s+/,ia=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ja=/<([\w:]+)/,ka=/\s*$/g,ra={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:k.htmlSerialize?[0,"",""]:[1,"X
","
"]},sa=da(y),ta=sa.appendChild(y.createElement("div"));ra.optgroup=ra.option,ra.tbody=ra.tfoot=ra.colgroup=ra.caption=ra.thead,ra.th=ra.td;function ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ua(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function va(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wa(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xa(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function ya(a){var b=pa.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function za(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Aa(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Ba(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xa(b).text=a.text,ya(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ta.innerHTML=a.outerHTML,ta.removeChild(f=ta.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ua(f),h=ua(a),g=0;null!=(e=h[g]);++g)d[g]&&Ba(e,d[g]);if(b)if(c)for(h=h||ua(a),d=d||ua(f),g=0;null!=(e=h[g]);g++)Aa(e,d[g]);else Aa(a,f);return d=ua(f,"script"),d.length>0&&za(d,!i&&ua(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=da(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(la.test(f)){h=h||o.appendChild(b.createElement("div")),i=(ja.exec(f)||["",""])[1].toLowerCase(),l=ra[i]||ra._default,h.innerHTML=l[1]+f.replace(ia,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&ha.test(f)&&p.push(b.createTextNode(ha.exec(f)[0])),!k.tbody){f="table"!==i||ka.test(f)?""!==l[1]||ka.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ua(p,"input"),va),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ua(o.appendChild(f),"script"),g&&za(h),c)){e=0;while(f=h[e++])oa.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ua(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&za(ua(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ua(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fa,""):void 0;if(!("string"!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ia,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ua(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ua(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&na.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ua(i,"script"),xa),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ua(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,ya),j=0;f>j;j++)d=g[j],oa.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qa,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Ca,Da={};function Ea(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fa(a){var b=y,c=Da[a];return c||(c=Ea(a,b),"none"!==c&&c||(Ca=(Ca||m("')}catch(e){(o=n.createElement("iframe")).name=t.name}delete t.name}else o=n.createElement("iframe");return t.id&&(o.id=t.id,delete t.id),o.allowtransparency="true",o.scrolling="no",o.setAttribute("frameBorder",0),o.setAttribute("allowTransparency",!0),i.forIn(t,function(t,e){o.setAttribute(t,e)}),i.forIn(e,function(t,e){o.style[t]=e}),o}},function(t,e,n){var r=n(1).JSON;t.exports={stringify:r.stringify||r.encode,parse:r.parse||r.decode}},function(t,e,n){var r=n(0),i=n(43);t.exports={closest:function t(e,n,o){var s;if(n)return o=o||n&&n.ownerDocument,s=r.isType("function",e)?e:function(t){return function(e){return!!e.tagName&&i(e,t)}}(e),n===o?s(n)?n:void 0:s(n)?n:t(s,n.parentNode,o)}}},function(t,e,n){var r,i=n(4);function o(t){var e,n,o,s=0;for(r={},e=(t=t||i).getElementsByTagName("meta");e[s];s++){if(n=e[s],/^twitter:/.test(n.getAttribute("name")))o=n.getAttribute("name").replace(/^twitter:/,"");else{if(!/^twitter:/.test(n.getAttribute("property")))continue;o=n.getAttribute("property").replace(/^twitter:/,"")}r[o]=n.getAttribute("content")||n.getAttribute("value")}}o(),t.exports={init:o,val:function(t){return r[t]}}},function(t,e,n){var r=n(113),i=n(116);function o(t){return r.settingsLoaded().then(function(e){return e[t]})}function s(){return o("features")}t.exports={shouldObtainCookieConsent:function(){return o("shouldObtainCookieConsent")},getExperiments:s,getExperiment:function(t){return s().then(function(e){if(!e[t])throw new Error("Experiment not found");return e[t]})},getActiveExperimentDataString:function(){return s().then(function(t){var e=Object.keys(t).reduce(function(e,n){var r;return t[n].version&&(r=n.split("_").slice(-1)[0],e.push(r+";"+t[n].bucket)),e},[]);return i(e.join(","))})},getExperimentKeys:function(){return s().then(function(t){return Object.keys(t)})},load:function(){r.load()}}},function(t,e,n){var r=n(10),i={},o=-1,s={};function a(t){var e=t.getAttribute("data-twitter-event-id");return e||(t.setAttribute("data-twitter-event-id",++o),o)}function u(t,e,n){var r=0,i=t&&t.length||0;for(r=0;re)return o=c,void t.apply(a,u);i=r.setTimeout(function(){s.apply(a,u)},e)}}},function(t,e){t.exports=function(t){var e=t.getBoundingClientRect();return{width:e.width,height:e.height}}},function(t){t.exports={version:"e1ffbdb:1614796141937"}},function(t,e,n){var r=n(11).publicWarn;t.exports=function(){r("Warning: This Timeline type belongs to a group that will not be supported in the future (Likes, Collections, & Moments). It is not recommended for use. \n\t","* Twitter will continue to support Profile and List Timelines \n\t","* You can learn more about this change in our announcement: \n\t","https://twittercommunity.com/t/removing-support-for-embedded-like-collection-and-moment-timelines/150313 \n\t","* In order to create a new Embedded Timeline, visit: https://publish.twitter.com")}},function(t,e,n){ -/*! - * @overview es6-promise - a tiny implementation of Promises/A+. - * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald) - * @license Licensed under MIT license - * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE - * @version v4.2.5+7f2b526d - */var r;r=function(){"use strict";function t(t){return"function"==typeof t}var e=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},n=0,r=void 0,i=void 0,o=function(t,e){l[n]=t,l[n+1]=e,2===(n+=2)&&(i?i(h):w())},s="undefined"!=typeof window?window:void 0,a=s||{},u=a.MutationObserver||a.WebKitMutationObserver,c="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"==={}.toString.call(process),d="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function f(){var t=setTimeout;return function(){return t(h,1)}}var l=new Array(1e3);function h(){for(var t=0;t=0&&this._handlers[t].splice(n,1):this._handlers[t]=[])},trigger:function(t,e){var n=this._handlers&&this._handlers[t];(e=e||{}).type=t,n&&n.forEach(function(t){r.async(i(t,this,e))})}};t.exports={Emitter:o,makeEmitter:function(){return r.aug(function(){},o)}}},function(t,e,n){var r=n(99),i=n(77),o=n(6),s=n(22),a=n(7),u=n(0),c=new i(function(t){var e=function(t){return t.reduce(function(t,e){return t[e._className]=t[e._className]||[],t[e._className].push(e),t},{})}(t.map(r.fromRawTask));u.forIn(e,function(t,e){s.allSettled(e.map(function(t){return t.initialize()})).then(function(){e.forEach(function(t){o.all([t.hydrate(),t.insertIntoDom()]).then(a(t.render,t)).then(a(t.success,t),a(t.fail,t))})})})});t.exports={addWidget:function(t){return c.add(t)}}},function(t,e,n){var r=n(18);t.exports=function(t){return r.write(function(){t&&t.parentNode&&t.parentNode.removeChild(t)})}},function(t,e,n){n(11),t.exports={log:function(t,e){}}},function(t,e,n){var r=n(1);function i(t){return(t=t||r).getSelection&&t.getSelection()}t.exports={getSelection:i,getSelectedText:function(t){var e=i(t);return e?e.toString():""}}},function(t,e,n){var r=n(4),i=n(1),o=n(2),s=2e4;t.exports=function(t){var e=new o,n=r.createElement("img");return n.onload=n.onerror=function(){i.setTimeout(e.resolve,50)},n.src=t,i.setTimeout(e.reject,s),e.promise}},function(t,e,n){var r=n(110);t.exports=function(t){t.define("createElement",r),t.define("createFragment",r),t.define("htmlToElement",r),t.define("hasSelectedText",r),t.define("addRootClass",r),t.define("removeRootClass",r),t.define("hasRootClass",r),t.define("prependStyleSheet",r),t.define("appendStyleSheet",r),t.define("prependCss",r),t.define("appendCss",r),t.define("makeVisible",r),t.define("injectWidgetEl",r),t.define("matchHeightToContent",r),t.define("matchWidthToContent",r)}},function(t,e){t.exports=function(t){var e,n=!1;return function(){return n?e:(n=!0,e=t.apply(this,arguments))}}},function(t,e,n){var r=n(15),i=n(120),o=n(61),s=n(16);t.exports=function(t,e,n){return new r(i,o,s.DM_BUTTON,t,e,n)}},function(t,e,n){var r=n(62),i=n(25);t.exports=r.isSupported()?r:i},function(t,e,n){var r=n(26),i=n(121);t.exports=r.build([i])},function(t,e,n){var r=n(15),i=n(124),o=n(38),s=n(16);t.exports=function(t,e,n){return new r(i,o,s.FOLLOW_BUTTON,t,e,n)}},function(t,e,n){var r=n(15),i=n(132),o=n(25),s=n(16);t.exports=function(t,e,n){return new r(i,o,s.MOMENT,t,e,n)}},function(t,e,n){var r=n(15),i=n(134),o=n(25),s=n(16);t.exports=function(t,e,n){return new r(i,o,s.PERISCOPE,t,e,n)}},function(t,e,n){var r=n(80),i=n(136),o=n(140),s=n(142),a=n(144),u=n(146),c={collection:i,event:o,likes:s,list:a,profile:u,url:f},d=[u,s,i,a,o];function f(t){return r(d,function(e){try{return new e(t)}catch(t){}})}t.exports=function(t){return t?function(t){var e,n;return e=(t.sourceType+"").toLowerCase(),(n=c[e])?new n(t):null}(t)||f(t):null}},function(t,e,n){var r=n(15),i=n(148),o=n(25),s=n(16);t.exports=function(t,e,n){return new r(i,o,s.TIMELINE,t,e,n)}},function(t,e,n){var r=n(4),i=n(150),o=n(151),s=n(15),a=n(38),u=n(152),c=n(61),d=n(153),f=n(16);t.exports=function(t,e,n,l){var h,p=i.isHorizonTweetEnabled(l,t);return o(l,t.tweetId),p?(h=r.createElement("div"),new s(u,a,f.TWEET,t,e,n,{sandboxWrapperEl:h})):new s(d,c,f.TWEET,t,e,n)}},function(t,e,n){var r=n(15),i=n(155),o=n(38),s=n(16);t.exports=function(t,e,n){var a=t&&t.type||"share",u="hashtag"==a?s.HASHTAG_BUTTON:"mention"==a?s.MENTION_BUTTON:s.SHARE_BUTTON;return new r(i,o,u,t,e,n)}},function(t,e,n){var r=n(37),i=n(39),o=n(0);t.exports=function(t){var e={widget_origin:i.rootDocumentLocation(),widget_frame:i.isFramed()?i.currentDocumentLocation():null,duration_ms:t.duration,item_ids:t.widgetIds||[]},n=o.aug(t.namespace,{page:"page",component:"performance"});r.scribe(n,e)}},function(t,e,n){var r=n(0),i=n(137),o=["ar","fa","he","ur"];t.exports={isRtlLang:function(t){return t=String(t).toLowerCase(),r.contains(o,t)},matchLanguage:function(t){return t=(t=(t||"").toLowerCase()).replace("_","-"),i(t)?t:(t=t.replace(/-.*/,""),i(t)?t:"en")}}},function(t){t.exports={TWEET:0,RETWEET:10,CUSTOM_TIMELINE:17,LIVE_VIDEO_EVENT:28,QUOTE_TWEET:23}},function(t){t.exports={tweetButtonHtmlPath:"/widgets/tweet_button.0edc1ef9f8b82d9b79c6115bda79f63f.{{lang}}.html",followButtonHtmlPath:"/widgets/follow_button.0edc1ef9f8b82d9b79c6115bda79f63f.{{lang}}.html",hubHtmlPath:"/widgets/hub.html",widgetIframeHtmlPath:"/widgets/widget_iframe.0edc1ef9f8b82d9b79c6115bda79f63f.html",resourceBaseUrl:"https://platform.twitter.com"}},function(t,e,n){var r=n(3),i=n(97),o=n(24),s=n(12),a={favorite:["favorite","like"],follow:["follow"],like:["favorite","like"],retweet:["retweet"],tweet:["tweet"]};function u(t){this.srcEl=[],this.element=t}u.open=function(t,e,n){var u=(r.intentType(t)||"").toLowerCase();r.isTwitterURL(t)&&(function(t,e){i.open(t,e)}(t,n),e&&o.trigger("click",{target:e,region:"intent",type:"click",data:{}}),e&&a[u]&&a[u].forEach(function(n){o.trigger(n,{target:e,region:"intent",type:n,data:function(t,e){var n=s.decodeURL(e);switch(t){case"favorite":case"like":return{tweet_id:n.tweet_id};case"follow":return{screen_name:n.screen_name,user_id:n.user_id};case"retweet":return{source_tweet_id:n.tweet_id};default:return{}}}(u,t)})}))},t.exports=u},function(t,e){t.exports={getTimezoneOffset:function(){var t=(new Date).toString().match(/(GMT[+-]?\d+)/);return t&&t[0]||"GMT"}}},function(t,e,n){var r=n(4),i=n(9),o=n(2),s=n(0),a=n(12),u="cb",c=0;t.exports={fetch:function(t,e,n,d){var f,l,h;return d=function(t){if(t)return t.replace(/[^\w$]/g,"_")}(d||u+c++),f=i.fullPath(["callbacks",d]),l=r.createElement("script"),h=new o,e=s.aug({},e,{callback:f,suppress_response_codes:!0}),i.set(["callbacks",d],function(t){var e;t=(e=n(t||!1)).resp,e.success?h.resolve(t):h.reject(t),l.onload=l.onreadystatechange=null,l.parentNode&&l.parentNode.removeChild(l),i.unset(["callbacks",d])}),l.onerror=function(){h.reject(new Error("failed to fetch "+l.src))},l.src=a.url(t,e),l.async="async",r.body.appendChild(l),h.promise}}},function(t,e,n){var r=n(2),i=n(101),o=n(7);function s(t){this._inputsQueue=[],this._task=t,this._hasFlushBeenScheduled=!1}s.prototype.add=function(t){var e=new r;return this._inputsQueue.push({input:t,taskDoneDeferred:e}),this._hasFlushBeenScheduled||(this._hasFlushBeenScheduled=!0,i(o(this._flush,this))),e.promise},s.prototype._flush=function(){try{this._task.call(null,this._inputsQueue)}catch(t){this._inputsQueue.forEach(function(e){e.taskDoneDeferred.reject(t)})}this._inputsQueue=[],this._hasFlushBeenScheduled=!1},t.exports=s},function(t,e,n){var r=n(4),i=n(8),o=n(3);function s(t,e){var n,r;return e=e||i,/^https?:\/\//.test(t)?t:/^\/\//.test(t)?e.protocol+t:(n=e.host+(e.port.length?":"+e.port:""),0!==t.indexOf("/")&&((r=e.pathname.split("/")).pop(),r.push(t),t="/"+r.join("/")),[e.protocol,"//",n,t].join(""))}t.exports={absolutize:s,getCanonicalURL:function(){for(var t,e=r.getElementsByTagName("link"),n=0;e[n];n++)if("canonical"==(t=e[n]).rel)return s(t.href)},getScreenNameFromPage:function(){for(var t,e,n,i=[r.getElementsByTagName("a"),r.getElementsByTagName("link")],s=0,a=0,u=/\bme\b/;t=i[s];s++)for(a=0;e=t[a];a++)if(u.test(e.rel)&&(n=o.screenName(e.href)))return n}}},function(t,e,n){var r=n(0),i=n(43);t.exports=function(t,e){return i(t,e)?[t]:r.toRealArray(t.querySelectorAll(e))}},function(t,e){t.exports=function(t,e,n){for(var r,i=0;i")}).then(function(){t.close(),a.resolve(c)})}),c.src=["javascript:",'document.write("");',"try { window.parent.document; }",'catch (e) { document.domain="'+r.domain+'"; }',"window.parent."+g.fullPath(["sandbox",u])+"();"].join(""),c.addEventListener("error",a.reject,!1),o.write(function(){i.parentNode.replaceChild(c,i)}),a.promise}t.exports=a.couple(n(58),function(t){t.overrideProperty("id",{get:function(){return this.sandboxEl&&this.sandboxEl.id}}),t.overrideProperty("initialized",{get:function(){return!!this.win}}),t.overrideProperty("width",{get:function(){return this._width}}),t.overrideProperty("height",{get:function(){return this._height}}),t.overrideProperty("sandboxEl",{get:function(){return this.iframeEl}}),t.defineProperty("iframeEl",{get:function(){return this._iframe}}),t.defineProperty("rootEl",{get:function(){return this.doc&&this.doc.documentElement}}),t.defineProperty("widgetEl",{get:function(){return this.doc&&this.doc.body.firstElementChild}}),t.defineProperty("win",{get:function(){return this.iframeEl&&this.iframeEl.contentWindow}}),t.defineProperty("doc",{get:function(){return this.win&&this.win.document}}),t.define("_updateCachedDimensions",function(){var t=this;return o.read(function(){var e,n=h(t.sandboxEl);"visible"==t.sandboxEl.style.visibility?t._width=n.width:(e=h(t.sandboxEl.parentElement).width,t._width=Math.min(n.width,e)),t._height=n.height})}),t.define("_setTargetToBlank",function(){var t=this.createElement("base");t.target="_blank",this.doc.head.appendChild(t)}),t.define("_didResize",function(){var t=this,e=this._resizeHandlers.slice(0);return this._updateCachedDimensions().then(function(){e.forEach(function(e){e(t)})})}),t.define("setTitle",function(t){this.iframeEl.title=t}),t.override("createElement",function(t){return this.doc.createElement(t)}),t.override("createFragment",function(){return this.doc.createDocumentFragment()}),t.override("htmlToElement",function(t){var e;return(e=this.createElement("div")).innerHTML=t,e.firstElementChild}),t.override("hasSelectedText",function(){return!!s.getSelectedText(this.win)}),t.override("addRootClass",function(t){var e=this.rootEl;return t=Array.isArray(t)?t:[t],this.initialized?o.write(function(){t.forEach(function(t){i.add(e,t)})}):m.reject(new Error("sandbox not initialized"))}),t.override("removeRootClass",function(t){var e=this.rootEl;return t=Array.isArray(t)?t:[t],this.initialized?o.write(function(){t.forEach(function(t){i.remove(e,t)})}):m.reject(new Error("sandbox not initialized"))}),t.override("hasRootClass",function(t){return i.present(this.rootEl,t)}),t.define("addStyleSheet",function(t,e){var n,r=new p;return this.initialized?((n=this.createElement("link")).type="text/css",n.rel="stylesheet",n.href=t,n.addEventListener("load",r.resolve,!1),n.addEventListener("error",r.reject,!1),o.write(y(e,null,n)).then(function(){return u(t).then(r.resolve,r.reject),r.promise})):m.reject(new Error("sandbox not initialized"))}),t.override("prependStyleSheet",function(t){var e=this.doc;return this.addStyleSheet(t,function(t){var n=e.head.firstElementChild;return n?e.head.insertBefore(t,n):e.head.appendChild(t)})}),t.override("appendStyleSheet",function(t){var e=this.doc;return this.addStyleSheet(t,function(t){return e.head.appendChild(t)})}),t.define("addCss",function(t,e){var n;return c.inlineStyle()?((n=this.createElement("style")).type="text/css",n.appendChild(this.doc.createTextNode(t)),o.write(y(e,null,n))):(l.devError("CSP enabled; cannot embed inline styles"),m.resolve())}),t.override("prependCss",function(t){var e=this.doc;return this.addCss(t,function(t){var n=e.head.firstElementChild;return n?e.head.insertBefore(t,n):e.head.appendChild(t)})}),t.override("appendCss",function(t){var e=this.doc;return this.addCss(t,function(t){return e.head.appendChild(t)})}),t.override("makeVisible",function(){var t=this;return this.styleSelf(E).then(function(){t._updateCachedDimensions()})}),t.override("injectWidgetEl",function(t){var e=this;return this.initialized?this.widgetEl?m.reject(new Error("widget already injected")):o.write(function(){e.doc.body.appendChild(t)}):m.reject(new Error("sandbox not initialized"))}),t.override("matchHeightToContent",function(){var t,e=this;return o.read(function(){t=e.widgetEl?h(e.widgetEl).height:0}),o.write(function(){e.sandboxEl.style.height=t+"px"}).then(function(){return e._updateCachedDimensions()})}),t.override("matchWidthToContent",function(){var t,e=this;return o.read(function(){t=e.widgetEl?h(e.widgetEl).width:0}),o.write(function(){e.sandboxEl.style.width=t+"px"}).then(function(){return e._updateCachedDimensions()})}),t.after("initialize",function(){this._iframe=null,this._width=this._height=0,this._resizeHandlers=[]}),t.override("insert",function(t,e,n,r){var i=this,s=new p,a=this.targetGlobal.document,u=S(t,e,n,a);return o.write(y(r,null,u)),u.addEventListener("load",function(){(function(t){try{t.contentWindow.document}catch(t){return m.reject(t)}return m.resolve(t)})(u).then(null,y(R,null,t,e,n,u,a)).then(s.resolve,s.reject)},!1),u.addEventListener("error",s.reject,!1),s.promise.then(function(t){var e=d(i._didResize,A,i);return i._iframe=t,i.win.addEventListener("resize",e,!1),m.all([i._setTargetToBlank(),i.addRootClass(x),i.prependCss(T)])})}),t.override("onResize",function(t){this._resizeHandlers.push(t)}),t.after("styleSelf",function(){return this._updateCachedDimensions()})})},function(t,e){t.exports=function(){throw new Error("unimplemented method")}},function(t,e,n){var r=n(20),i=n(55),o=n(12),s=n(30),a=n(0),u=n(9).get("scribeCallback"),c=2083,d=[],f=o.url(s.CLIENT_EVENT_ENDPOINT,{dnt:0,l:""}),l=encodeURIComponent(f).length;function h(t,e,n,r){var i=!a.isObject(t),o=!!e&&!a.isObject(e);i||o||(u&&u(arguments),p(s.formatClientEventNamespace(t),s.formatClientEventData(e,n,r),s.CLIENT_EVENT_ENDPOINT))}function p(t,e,n){var r,u;n&&a.isObject(t)&&a.isObject(e)&&(i.log(t,e),r=s.flattenClientEventPayload(t,e),u={l:s.stringify(r)},r.dnt&&(u.dnt=1),w(o.url(n,u)))}function m(t,e,n,r){var i=!a.isObject(t),o=!!e&&!a.isObject(e);if(!i&&!o)return v(s.flattenClientEventPayload(s.formatClientEventNamespace(t),s.formatClientEventData(e,n,r)))}function v(t){return d.push(t),d}function g(t){return encodeURIComponent(t).length+3}function w(t){return(new Image).src=t}t.exports={canFlushOneItem:function(t){var e=g(s.stringify(t));return l+e1&&m({page:"widgets_js",component:"scribe_pixel",action:"batch_log"},{}),t=d,d=[],t.reduce(function(e,n,r){var i=e.length,o=i&&e[i-1];return r+1==t.length&&n.event_namespace&&"batch_log"==n.event_namespace.action&&(n.message=["entries:"+r,"requests:"+i].join("/")),function t(e){return Array.isArray(e)||(e=[e]),e.reduce(function(e,n){var r,i=s.stringify(n),o=g(i);return l+o1&&(e=e.concat(t(r))),e},[])}(n).forEach(function(t){var n=g(t);(!o||o.urlLength+n>c)&&(o={urlLength:l,items:[]},e.push(o)),o.urlLength+=n,o.items.push(t)}),e},[]).map(function(t){var e={l:t.items};return r.enabled()&&(e.dnt=1),w(o.url(s.CLIENT_EVENT_ENDPOINT,e))})},interaction:function(t,e,n,r){var i=s.extractTermsFromDOM(t.target||t.srcElement);i.action=r||"click",h(i,e,n)}}},function(t,e,n){var r=n(2),i=n(7),o=100,s=3e3;function a(t,e){this._inputsQueue=[],this._task=t,this._isPaused=!1,this._flushDelay=e&&e.flushDelay||o,this._pauseLength=e&&e.pauseLength||s,this._flushTimeout=void 0}a.prototype.add=function(t){var e=new r;return this._inputsQueue.push({input:t,taskDoneDeferred:e}),this._scheduleFlush(),e.promise},a.prototype._scheduleFlush=function(){this._isPaused||(clearTimeout(this._flushTimeout),this._flushTimeout=setTimeout(i(this._flush,this),this._flushDelay))},a.prototype._flush=function(){try{this._task.call(null,this._inputsQueue)}catch(t){this._inputsQueue.forEach(function(e){e.taskDoneDeferred.reject(t)})}this._inputsQueue=[],this._flushTimeout=void 0},a.prototype.pause=function(t){clearTimeout(this._flushTimeout),this._isPaused=!0,!t&&this._pauseLength&&setTimeout(i(this.resume,this),this._pauseLength)},a.prototype.resume=function(){this._isPaused=!1,this._scheduleFlush()},t.exports=a},function(t,e,n){var r,i=n(73),o=n(31),s=n(2),a=n(4),u=n(19),c=n(21),d=n(32),f=n(8),l=n(11),h=n(114),p=n(59),m=n(9),v=n(12),g=n(115),w=n(3),y=n(0),b=n(1),_=p(function(){return new s});function E(t){var e=t||{should_obtain_cookie_consent:!0,features:{}},n=e.features?e.features:e.experiments;return new g(e.should_obtain_cookie_consent,n)}t.exports={load:function(){var t,e,n,s;if(c.ie9()||c.ie10()||"http:"!==f.protocol&&"https:"!==f.protocol)return l.devError("Using default settings due to unsupported browser or protocol."),r=E(),void _().resolve();t={origin:f.origin},u.settings().indexOf("localhost")>-1&&(t.localSettings=!0),e=v.url(i.resourceBaseUrl+i.widgetIframeHtmlPath,t),n=function(t){var n,i,o,s;if(i=w.isTwitterURL(t.origin),o=e.substr(0,t.origin.length)===t.origin,s=w.isTwimgURL(t.origin),o&&i||s)try{(n="string"==typeof t.data?d.parse(t.data):t.data).namespace===h.settings&&(r=E(n.settings),_().resolve())}catch(t){l.devError(t)}},b.addEventListener("message",n),s=o({src:e,title:"Twitter settings iframe"},{display:"none"}),a.body.appendChild(s)},settingsLoaded:function(){var t,e,n;return t=new s,e=m.get("experimentOverride"),_().promise.then(function(){e&&e.name&&e.assignment&&((n={})[e.name]={bucket:e.assignment},r.features=y.aug(r.features,n)),t.resolve(r)}).catch(function(e){t.reject(e)}),t.promise}}},function(t,e){t.exports={settings:"twttr.settings"}},function(t,e){t.exports=function(t,e){this.shouldObtainCookieConsent=t,this.features=e||{}}},function(t,e){t.exports=function(t){return t.split("").map(function(t){return t.charCodeAt(0).toString(16)}).join("")}},function(t,e,n){t.exports=[n(118),n(123),n(131),n(133),n(135),n(149),n(154)]},function(t,e,n){var r=n(12),i=n(5),o=n(0),s=n(13),a=n(14)(),u=n(60),c="a.twitter-dm-button";t.exports=function(t){return a(t,c).map(function(t){return u(function(t){var e=t.getAttribute("data-show-screen-name"),n=s(t),a=t.getAttribute("href"),u=t.getAttribute("data-screen-name"),c=e?i.asBoolean(e):null,d=t.getAttribute("data-size"),f=r.decodeURL(a),l=f.recipient_id,h=t.getAttribute("data-text")||f.text,p=t.getAttribute("data-welcome-message-id")||f.welcomeMessageId;return o.aug(n,{screenName:u,showScreenName:c,size:d,text:h,userId:l,welcomeMessageId:p})}(t),t.parentNode,t)})}},function(t,e,n){var r=n(0);t.exports=function t(e){var n;if(e)return n=e.lang||e.getAttribute("data-lang"),r.isType("string",n)?n:t(e.parentElement)}},function(t,e,n){var r=n(2);t.exports=function(t,e){var i=new r;return n.e(2).then(function(r){var o;try{o=n(85),i.resolve(new o(t,e))}catch(t){i.reject(t)}}.bind(null,n)).catch(function(t){i.reject(t)}),i.promise}},function(t,e,n){var r=n(122),i=n(1),o=n(10),s=n(36),a=n(18),u=n(56),c=n(26),d=n(57),f=n(44),l=n(46),h=n(7),p=n(45),m=n(6),v=n(0),g=50,w={position:"absolute",visibility:"hidden",display:"block",transform:"rotate(0deg)"},y={position:"static",visibility:"visible"},b="twitter-widget",_="open",E="SandboxRoot",x=".SandboxRoot { display: none; max-height: 10000px; }";t.exports=c.couple(n(58),function(t){t.defineStatic("isSupported",function(){return!!i.HTMLElement.prototype.attachShadow&&f.inlineStyle()}),t.overrideProperty("id",{get:function(){return this.sandboxEl&&this.sandboxEl.id}}),t.overrideProperty("initialized",{get:function(){return!!this._shadowHost}}),t.overrideProperty("width",{get:function(){return this._width}}),t.overrideProperty("height",{get:function(){return this._height}}),t.overrideProperty("sandboxEl",{get:function(){return this._shadowHost}}),t.define("_updateCachedDimensions",function(){var t=this;return a.read(function(){var e,n=l(t.sandboxEl);"visible"==t.sandboxEl.style.visibility?t._width=n.width:(e=l(t.sandboxEl.parentElement).width,t._width=Math.min(n.width,e)),t._height=n.height})}),t.define("_didResize",function(){var t=this,e=this._resizeHandlers.slice(0);return this._updateCachedDimensions().then(function(){e.forEach(function(e){e(t)})})}),t.override("createElement",function(t){return this.targetGlobal.document.createElement(t)}),t.override("createFragment",function(){return this.targetGlobal.document.createDocumentFragment()}),t.override("htmlToElement",function(t){var e;return(e=this.createElement("div")).innerHTML=t,e.firstElementChild}),t.override("hasSelectedText",function(){return!!u.getSelectedText(this.targetGlobal)}),t.override("addRootClass",function(t){var e=this._shadowRootBody;return t=Array.isArray(t)?t:[t],this.initialized?a.write(function(){t.forEach(function(t){o.add(e,t)})}):m.reject(new Error("sandbox not initialized"))}),t.override("removeRootClass",function(t){var e=this._shadowRootBody;return t=Array.isArray(t)?t:[t],this.initialized?a.write(function(){t.forEach(function(t){o.remove(e,t)})}):m.reject(new Error("sandbox not initialized"))}),t.override("hasRootClass",function(t){return o.present(this._shadowRootBody,t)}),t.override("addStyleSheet",function(t,e){return this.addCss('@import url("'+t+'");',e).then(function(){return d(t)})}),t.override("prependStyleSheet",function(t){var e=this._shadowRoot;return this.addStyleSheet(t,function(t){var n=e.firstElementChild;return n?e.insertBefore(t,n):e.appendChild(t)})}),t.override("appendStyleSheet",function(t){var e=this._shadowRoot;return this.addStyleSheet(t,function(t){return e.appendChild(t)})}),t.override("addCss",function(t,e){var n;return this.initialized?f.inlineStyle()?((n=this.createElement("style")).type="text/css",n.appendChild(this.targetGlobal.document.createTextNode(t)),a.write(h(e,null,n))):m.resolve():m.reject(new Error("sandbox not initialized"))}),t.override("prependCss",function(t){var e=this._shadowRoot;return this.addCss(t,function(t){var n=e.firstElementChild;return n?e.insertBefore(t,n):e.appendChild(t)})}),t.override("appendCss",function(t){var e=this._shadowRoot;return this.addCss(t,function(t){return e.appendChild(t)})}),t.override("makeVisible",function(){return this.styleSelf(y)}),t.override("injectWidgetEl",function(t){var e=this;return this.initialized?this._shadowRootBody.firstElementChild?m.reject(new Error("widget already injected")):a.write(function(){e._shadowRootBody.appendChild(t)}).then(function(){return e._updateCachedDimensions()}).then(function(){var t=p(e._didResize,g,e);new r(e._shadowRootBody,t)}):m.reject(new Error("sandbox not initialized"))}),t.override("matchHeightToContent",function(){return m.resolve()}),t.override("matchWidthToContent",function(){return m.resolve()}),t.override("insert",function(t,e,n,r){var i=this.targetGlobal.document,o=this._shadowHost=i.createElement(b),u=this._shadowRoot=o.attachShadow({mode:_}),c=this._shadowRootBody=i.createElement("div");return v.forIn(e||{},function(t,e){o.setAttribute(t,e)}),o.id=t,u.appendChild(c),s.delegate(c,"click","A",function(t,e){e.hasAttribute("target")||e.setAttribute("target","_blank")}),m.all([this.styleSelf(w),this.addRootClass(E),this.prependCss(x),a.write(r.bind(null,o))])}),t.override("onResize",function(t){this._resizeHandlers.push(t)}),t.after("initialize",function(){this._shadowHost=this._shadowRoot=this._shadowRootBody=null,this._width=this._height=0,this._resizeHandlers=[]}),t.after("styleSelf",function(){return this._updateCachedDimensions()})})},function(t,e){var n;(n=function(t,e){function r(t,e){if(t.resizedAttached){if(t.resizedAttached)return void t.resizedAttached.add(e)}else t.resizedAttached=new function(){var t,e;this.q=[],this.add=function(t){this.q.push(t)},this.call=function(){for(t=0,e=this.q.length;t
',t.appendChild(t.resizeSensor),{fixed:1,absolute:1}[function(t,e){return t.currentStyle?t.currentStyle[e]:window.getComputedStyle?window.getComputedStyle(t,null).getPropertyValue(e):t.style[e]}(t,"position")]||(t.style.position="relative");var i,o,s=t.resizeSensor.childNodes[0],a=s.childNodes[0],u=t.resizeSensor.childNodes[1],c=(u.childNodes[0],function(){a.style.width=s.offsetWidth+10+"px",a.style.height=s.offsetHeight+10+"px",s.scrollLeft=s.scrollWidth,s.scrollTop=s.scrollHeight,u.scrollLeft=u.scrollWidth,u.scrollTop=u.scrollHeight,i=t.offsetWidth,o=t.offsetHeight});c();var d=function(t,e,n){t.attachEvent?t.attachEvent("on"+e,n):t.addEventListener(e,n)},f=function(){t.offsetWidth==i&&t.offsetHeight==o||t.resizedAttached&&t.resizedAttached.call(),c()};d(s,"scroll",f),d(u,"scroll",f)}var i=Object.prototype.toString.call(t),o="[object Array]"===i||"[object NodeList]"===i||"[object HTMLCollection]"===i||"undefined"!=typeof jQuery&&t instanceof jQuery||"undefined"!=typeof Elements&&t instanceof Elements;if(o)for(var s=0,a=t.length;s0;return this.updateCachedDimensions().then(function(){e&&t._resizeHandlers.forEach(function(e){e(t)})})}),t.define("loadDocument",function(t){var e=new a;return this.initialized?this.iframeEl.src?u.reject(new Error("widget already loaded")):(this.iframeEl.addEventListener("load",e.resolve,!1),this.iframeEl.addEventListener("error",e.reject,!1),this.iframeEl.src=t,e.promise):u.reject(new Error("sandbox not initialized"))}),t.after("initialize",function(){var t=new a,e=new a;this._iframe=null,this._iframeVersion=null,this._width=this._height=0,this._resizeHandlers=[],this._rendered=t,this._results=e,this._waitToSwapUntilRendered=!1}),t.override("insert",function(t,e,n,i){var a=this;return e=d.aug({id:t},f,e),n=d.aug({},l,n),this._iframe=s(e,n),p[t]=this,a._waitToSwapUntilRendered||this.onResize(o(function(){a.makeVisible()})),r.write(c(i,null,this._iframe))}),t.override("onResize",function(t){this._resizeHandlers.push(t)}),t.after("styleSelf",function(){return this.updateCachedDimensions()})}},function(t,e,n){var r=n(1),i=n(127),o=n(129),s=n(24),a=n(5),u=n(130);t.exports=function(t,e,n,c,d){function f(t){var e=u(this);s.trigger(t.type,{target:e,region:t.region,type:t.type,data:t.data||{}})}function l(e){var n=u(this),r=n&&n.id,i=a.asInt(e.width),o=a.asInt(e.height);r&&void 0!==i&&void 0!==o&&t(r,i,o)}(new i).attachReceiver(new o.Receiver(r,"twttr.button")).bind("twttr.private.trigger",f).bind("twttr.private.resizeButton",l),(new i).attachReceiver(new o.Receiver(r,"twttr.embed")).bind("twttr.private.initialized",function(t){var e=u(this),n=e&&e.id,r=t.iframe_version;n&&r&&c&&c(n,r)}).bind("twttr.private.trigger",f).bind("twttr.private.results",function(){var t=u(this),n=t&&t.id;n&&e&&e(n)}).bind("twttr.private.rendered",function(){var t=u(this),e=t&&t.id;e&&n&&n(e)}).bind("twttr.private.no_results",function(){var t=u(this),e=t&&t.id;e&&d&&d(e)}).bind("twttr.private.resize",l)}},function(t,e,n){var r=n(32),i=n(128),o=n(0),s=n(6),a=n(22),u="2.0";function c(t){this.registry=t||{}}function d(t){var e,n;return e=o.isType("string",t),n=o.isType("number",t),e||n||null===t}function f(t,e){return{jsonrpc:u,id:d(t)?t:null,error:e}}c.prototype._invoke=function(t,e){var n,r,i;n=this.registry[t.method],r=t.params||[],r=o.isType("array",r)?r:[r];try{i=n.apply(e.source||null,r)}catch(t){i=s.reject(t.message)}return a.isPromise(i)?i:s.resolve(i)},c.prototype._processRequest=function(t,e){var n,r;return function(t){var e,n,r;return!!o.isObject(t)&&(e=t.jsonrpc===u,n=o.isType("string",t.method),r=!("id"in t)||d(t.id),e&&n&&r)}(t)?(n="params"in t&&(r=t.params,!o.isObject(r)||o.isType("function",r))?s.resolve(f(t.id,i.INVALID_PARAMS)):this.registry[t.method]?this._invoke(t,{source:e}).then(function(e){return n=t.id,{jsonrpc:u,id:n,result:e};var n},function(){return f(t.id,i.INTERNAL_ERROR)}):s.resolve(f(t.id,i.METHOD_NOT_FOUND)),null!=t.id?n:s.resolve()):s.resolve(f(t.id,i.INVALID_REQUEST))},c.prototype.attachReceiver=function(t){return t.attachTo(this),this},c.prototype.bind=function(t,e){return this.registry[t]=e,this},c.prototype.receive=function(t,e){var n,a,u,c=this;try{u=t,t=o.isType("string",u)?r.parse(u):u}catch(t){return s.resolve(f(null,i.PARSE_ERROR))}return e=e||null,a=((n=o.isType("array",t))?t:[t]).map(function(t){return c._processRequest(t,e)}),n?function(t){return s.all(t).then(function(t){return(t=t.filter(function(t){return void 0!==t})).length?t:void 0})}(a):a[0]},t.exports=c},function(t){t.exports={PARSE_ERROR:{code:-32700,message:"Parse error"},INVALID_REQUEST:{code:-32600,message:"Invalid Request"},INVALID_PARAMS:{code:-32602,message:"Invalid params"},METHOD_NOT_FOUND:{code:-32601,message:"Method not found"},INTERNAL_ERROR:{code:-32603,message:"Internal error"}}},function(t,e,n){var r=n(8),i=n(1),o=n(32),s=n(2),a=n(21),u=n(0),c=n(3),d=n(7),f=a.ie9();function l(t,e,n){var r;t&&t.postMessage&&(f?r=(n||"")+o.stringify(e):n?(r={})[n]=e:r=e,t.postMessage(r,"*"))}function h(t){return u.isType("string",t)?t:"JSONRPC"}function p(t,e){return e?u.isType("string",t)&&0===t.indexOf(e)?t.substring(e.length):t&&t[e]?t[e]:void 0:t}function m(t,e){var n=t.document;this.filter=h(e),this.server=null,this.isTwitterFrame=c.isTwitterURL(n.location.href),t.addEventListener("message",d(this._onMessage,this),!1)}function v(t,e){this.pending={},this.target=t,this.isTwitterHost=c.isTwitterURL(r.href),this.filter=h(e),i.addEventListener("message",d(this._onMessage,this),!1)}u.aug(m.prototype,{_onMessage:function(t){var e,n=this;this.server&&(this.isTwitterFrame&&!c.isTwitterURL(t.origin)||(e=p(t.data,this.filter))&&this.server.receive(e,t.source).then(function(e){e&&l(t.source,e,n.filter)}))},attachTo:function(t){this.server=t},detach:function(){this.server=null}}),u.aug(v.prototype,{_processResponse:function(t){var e=this.pending[t.id];e&&(e.resolve(t),delete this.pending[t.id])},_onMessage:function(t){var e;if((!this.isTwitterHost||c.isTwitterURL(t.origin))&&(e=p(t.data,this.filter))){if(u.isType("string",e))try{e=o.parse(e)}catch(t){return}(e=u.isType("array",e)?e:[e]).forEach(d(this._processResponse,this))}},send:function(t){var e=new s;return t.id?this.pending[t.id]=e:e.resolve(),l(this.target,t,this.filter),e.promise}}),t.exports={Receiver:m,Dispatcher:v,_stringifyPayload:function(t){return arguments.length>0&&(f=!!t),f}}},function(t,e,n){var r=n(4);t.exports=function(t){for(var e,n=r.getElementsByTagName("iframe"),i=0;n[i];i++)if((e=n[i]).contentWindow===t)return e}},function(t,e,n){var r=n(5),i=n(0),o=n(3),s=n(13),a=n(14)(),u=n(64),c="a.twitter-moment";t.exports=function(t){return a(t,c).map(function(t){return u(function(t){var e=s(t),n={momentId:o.momentId(t.href),chrome:t.getAttribute("data-chrome"),limit:t.getAttribute("data-limit")};return i.forIn(n,function(t,n){var i=e[t];e[t]=r.hasValue(i)?i:n}),e}(t),t.parentNode,t)})}},function(t,e,n){var r=n(2);t.exports=function(t,e){var i=new r;return Promise.all([n.e(0),n.e(4)]).then(function(r){var o;try{o=n(87),i.resolve(new o(t,e))}catch(t){i.reject(t)}}.bind(null,n)).catch(function(t){i.reject(t)}),i.promise}},function(t,e,n){var r=n(0),i=n(13),o=n(14)(),s=n(65),a="a.periscope-on-air",u=/^https?:\/\/(?:www\.)?(?:periscope|pscp)\.tv\/@?([a-zA-Z0-9_]+)\/?$/i;t.exports=function(t){return o(t,a).map(function(t){return s(function(t){var e=i(t),n=t.getAttribute("href"),o=t.getAttribute("data-size"),s=u.exec(n)[1];return r.aug(e,{username:s,size:o})}(t),t.parentNode,t)})}},function(t,e,n){var r=n(2);t.exports=function(t,e){var i=new r;return n.e(5).then(function(r){var o;try{o=n(88),i.resolve(new o(t,e))}catch(t){i.reject(t)}}.bind(null,n)).catch(function(t){i.reject(t)}),i.promise}},function(t,e,n){var r=n(5),i=n(0),o=n(66),s=n(13),a=n(14)(),u=n(67),c=n(3),d=n(11),f="a.twitter-timeline,div.twitter-timeline,a.twitter-grid",l="Embedded Search timelines have been deprecated. See https://twittercommunity.com/t/deprecating-widget-settings/102295.",h="You may have been affected by an update to settings in embedded timelines. See https://twittercommunity.com/t/deprecating-widget-settings/102295.",p="Embedded grids have been deprecated and will now render as timelines. Please update your embed code to use the twitter-timeline class. More info: https://twittercommunity.com/t/update-on-the-embedded-grid-display-type/119564.";t.exports=function(t){return a(t,f).map(function(t){return u(function(t){var e=s(t),n=t.getAttribute("data-show-replies"),a={isPreconfigured:!!t.getAttribute("data-widget-id"),chrome:t.getAttribute("data-chrome"),tweetLimit:t.getAttribute("data-tweet-limit")||t.getAttribute("data-limit"),ariaLive:t.getAttribute("data-aria-polite"),theme:t.getAttribute("data-theme"),borderColor:t.getAttribute("data-border-color"),showReplies:n?r.asBoolean(n):null,profileScreenName:t.getAttribute("data-screen-name"),profileUserId:t.getAttribute("data-user-id"),favoritesScreenName:t.getAttribute("data-favorites-screen-name"),favoritesUserId:t.getAttribute("data-favorites-user-id"),likesScreenName:t.getAttribute("data-likes-screen-name"),likesUserId:t.getAttribute("data-likes-user-id"),listOwnerScreenName:t.getAttribute("data-list-owner-screen-name"),listOwnerUserId:t.getAttribute("data-list-owner-id"),listId:t.getAttribute("data-list-id"),listSlug:t.getAttribute("data-list-slug"),customTimelineId:t.getAttribute("data-custom-timeline-id"),staticContent:t.getAttribute("data-static-content"),url:t.href};return a.isPreconfigured&&(c.isSearchUrl(a.url)?d.publicError(l,t):d.publicLog(h,t)),"twitter-grid"===t.className&&d.publicLog(p,t),(a=i.aug(a,e)).dataSource=o(a),a.id=a.dataSource&&a.dataSource.id,a}(t),t.parentNode,t)})}},function(t,e,n){var r=n(27);t.exports=r.build([n(28),n(139)])},function(t,e,n){var r=n(0),i=n(138);t.exports=function(t){return"en"===t||r.contains(i,t)}},function(t,e){t.exports=["hi","zh-cn","fr","zh-tw","msa","fil","fi","sv","pl","ja","ko","de","it","pt","es","ru","id","tr","da","no","nl","hu","fa","ar","ur","he","th","cs","uk","vi","ro","bn","el","en-gb","gu","kn","mr","ta","bg","ca","hr","sr","sk"]},function(t,e,n){var r=n(3),i=n(0),o=n(19),s=n(48),a="collection:";function u(t,e){return r.collectionId(t)||e}t.exports=function(t){t.params({id:{},url:{}}),t.overrideProperty("id",{get:function(){var t=u(this.params.url,this.params.id);return a+t}}),t.overrideProperty("endpoint",{get:function(){return o.timeline(["collection"])}}),t.around("queryParams",function(t){return i.aug(t(),{collection_id:u(this.params.url,this.params.id)})}),t.before("initialize",function(){if(!u(this.params.url,this.params.id))throw new Error("one of url or id is required");s()})}},function(t,e,n){var r=n(27);t.exports=r.build([n(28),n(141)])},function(t,e,n){var r=n(3),i=n(0),o=n(19),s="event:";function a(t,e){return r.eventId(t)||e}t.exports=function(t){t.params({id:{},url:{}}),t.overrideProperty("id",{get:function(){var t=a(this.params.url,this.params.id);return s+t}}),t.overrideProperty("endpoint",{get:function(){return o.timeline(["event"])}}),t.around("queryParams",function(t){return i.aug(t(),{event_id:a(this.params.url,this.params.id)})}),t.before("initialize",function(){if(!a(this.params.url,this.params.id))throw new Error("one of url or id is required")})}},function(t,e,n){var r=n(27);t.exports=r.build([n(28),n(143)])},function(t,e,n){var r=n(3),i=n(0),o=n(19),s=n(48),a="likes:";function u(t){return r.likesScreenName(t.url)||t.screenName}t.exports=function(t){t.params({screenName:{},userId:{},url:{}}),t.overrideProperty("id",{get:function(){var t=u(this.params)||this.params.userId;return a+t}}),t.overrideProperty("endpoint",{get:function(){return o.timeline(["likes"])}}),t.define("_getLikesQueryParam",function(){var t=u(this.params);return t?{screen_name:t}:{user_id:this.params.userId}}),t.around("queryParams",function(t){return i.aug(t(),this._getLikesQueryParam())}),t.before("initialize",function(){if(!u(this.params)&&!this.params.userId)throw new Error("screen name or user id is required");s()})}},function(t,e,n){var r=n(27);t.exports=r.build([n(28),n(145)])},function(t,e,n){var r=n(3),i=n(0),o=n(19),s="list:";function a(t){var e=r.listScreenNameAndSlug(t.url)||t;return i.compact({screen_name:e.ownerScreenName,user_id:e.ownerUserId,list_slug:e.slug})}t.exports=function(t){t.params({id:{},ownerScreenName:{},ownerUserId:{},slug:{},url:{}}),t.overrideProperty("id",{get:function(){var t,e,n;return this.params.id?s+this.params.id:(e=(t=a(this.params))&&t.list_slug.replace(/-/g,"_"),n=t&&(t.screen_name||t.user_id),s+(n+":")+e)}}),t.overrideProperty("endpoint",{get:function(){return o.timeline(["list"])}}),t.define("_getListQueryParam",function(){return this.params.id?{list_id:this.params.id}:a(this.params)}),t.around("queryParams",function(t){return i.aug(t(),this._getListQueryParam())}),t.before("initialize",function(){var t=a(this.params);if(i.isEmptyObject(t)&&!this.params.id)throw new Error("qualified slug or list id required")})}},function(t,e,n){var r=n(27);t.exports=r.build([n(28),n(147)])},function(t,e,n){var r=n(3),i=n(5),o=n(0),s=n(19),a="profile:";function u(t,e){return r.screenName(t)||e}t.exports=function(t){t.params({showReplies:{fallback:!1,transform:i.asBoolean},screenName:{},userId:{},url:{}}),t.overrideProperty("id",{get:function(){var t=u(this.params.url,this.params.screenName);return a+(t||this.params.userId)}}),t.overrideProperty("endpoint",{get:function(){return s.timeline(["profile"])}}),t.define("_getProfileQueryParam",function(){var t=u(this.params.url,this.params.screenName),e=t?{screen_name:t}:{user_id:this.params.userId};return o.aug(e,{with_replies:this.params.showReplies?"true":"false"})}),t.around("queryParams",function(t){return o.aug(t(),this._getProfileQueryParam())}),t.before("initialize",function(){if(!u(this.params.url,this.params.screenName)&&!this.params.userId)throw new Error("screen name or user id is required")})}},function(t,e,n){var r=n(2);t.exports=function(t,e){var i=new r;return Promise.all([n.e(0),n.e(6)]).then(function(r){var o;try{o=n(89),i.resolve(new o(t,e))}catch(t){i.reject(t)}}.bind(null,n)).catch(function(t){i.reject(t)}),i.promise}},function(t,e,n){var r=n(10),i=n(3),o=n(0),s=n(13),a=n(14)(),u=n(68),c="blockquote.twitter-tweet, blockquote.twitter-video",d=/\btw-align-(left|right|center)\b/;t.exports=function(t,e){return a(t,c).map(function(t){return u(function(t){var e=s(t),n=t.getElementsByTagName("A"),a=n&&n[n.length-1],u=a&&i.status(a.href),c=t.getAttribute("data-conversation"),f="none"==c||"hidden"==c||r.present(t,"tw-hide-thread"),l=t.getAttribute("data-cards"),h="none"==l||"hidden"==l||r.present(t,"tw-hide-media"),p=t.getAttribute("data-align")||t.getAttribute("align"),m=t.getAttribute("data-theme");return!p&&d.test(t.className)&&(p=RegExp.$1),o.aug(e,{tweetId:u,hideThread:f,hideCard:h,align:p,theme:m,id:u})}(t),t.parentNode,t,e)})}},function(t,e){var n="tfw_horizon_tweet_embed_9555";t.exports={isHorizonTweetEnabled:function(t){return!(t&&t[n]&&"control"===t[n].bucket)}}},function(t,e,n){var r=n(83),i=n(30),o="tfw_horizon_tweet_embed_9555";t.exports=function(t,e){var n;t&&(n=t[o])&&n.bucket&&r(o,n.bucket,n.version,i.formatHorizonTweetData(e))}},function(t,e,n){var r=n(2);t.exports=function(t,e){var i=new r;return n.e(7).then(function(r){var o;try{o=n(90),i.resolve(new o(t,e))}catch(t){i.reject(t)}}.bind(null,n)).catch(function(t){i.reject(t)}),i.promise}},function(t,e,n){var r=n(2);t.exports=function(t,e){var i=new r;return Promise.all([n.e(0),n.e(8)]).then(function(r){var o;try{o=n(91),i.resolve(new o(t,e))}catch(t){i.reject(t)}}.bind(null,n)).catch(function(t){i.reject(t)}),i.promise}},function(t,e,n){var r=n(10),i=n(0),o=n(13),s=n(14)(),a=n(69),u=n(5),c="a.twitter-share-button, a.twitter-mention-button, a.twitter-hashtag-button",d="twitter-hashtag-button",f="twitter-mention-button";t.exports=function(t){return s(t,c).map(function(t){return a(function(t){var e=o(t),n={screenName:t.getAttribute("data-button-screen-name"),text:t.getAttribute("data-text"),type:t.getAttribute("data-type"),size:t.getAttribute("data-size"),url:t.getAttribute("data-url"),hashtags:t.getAttribute("data-hashtags"),via:t.getAttribute("data-via"),buttonHashtag:t.getAttribute("data-button-hashtag")};return i.forIn(n,function(t,n){var r=e[t];e[t]=u.hasValue(r)?r:n}),e.screenName=e.screenName||e.screen_name,e.buttonHashtag=e.buttonHashtag||e.button_hashtag||e.hashtag,r.present(t,d)&&(e.type="hashtag"),r.present(t,f)&&(e.type="mention"),e}(t),t.parentNode,t)})}},function(t,e,n){var r=n(2);t.exports=function(t,e){var i=new r;return n.e(3).then(function(r){var o;try{o=n(92),i.resolve(new o(t,e))}catch(t){i.reject(t)}}.bind(null,n)).catch(function(t){i.reject(t)}),i.promise}},function(t,e,n){var r=n(0);t.exports=r.aug({},n(157),n(158),n(159),n(160),n(161),n(162),n(163))},function(t,e,n){var r=n(60),i=n(17)(["userId"],{},r);t.exports={createDMButton:i}},function(t,e,n){var r=n(63),i=n(17)(["screenName"],{},r);t.exports={createFollowButton:i}},function(t,e,n){var r=n(64),i=n(17)(["momentId"],{},r);t.exports={createMoment:i}},function(t,e,n){var r=n(65),i=n(17)(["username"],{},r);t.exports={createPeriscopeOnAirButton:i}},function(t,e,n){var r=n(8),i=n(11),o=n(3),s=n(0),a=n(5),u=n(66),c=n(67),d=n(17)([],{},c),f=n(6),l="Embedded grids have been deprecated. Please use twttr.widgets.createTimeline instead. More info: https://twittercommunity.com/t/update-on-the-embedded-grid-display-type/119564.",h={createTimeline:p,createGridFromCollection:function(t){var e=s.toRealArray(arguments).slice(1),n={sourceType:"collection",id:t};return e.unshift(n),i.publicLog(l),p.apply(this,e)}};function p(t){var e,n=s.toRealArray(arguments).slice(1);return a.isString(t)||a.isNumber(t)?f.reject("Embedded timelines with widget settings have been deprecated. See https://twittercommunity.com/t/deprecating-widget-settings/102295."):s.isObject(t)?(t=t||{},n.forEach(function(t){s.isType("object",t)&&function(t){t.ariaLive=t.ariaPolite}(e=t)}),e||(e={},n.push(e)),t.lang=e.lang,t.tweetLimit=e.tweetLimit,t.showReplies=e.showReplies,e.dataSource=u(t),d.apply(this,n)):f.reject("data source must be an object.")}o.isTwitterURL(r.href)&&(h.createTimelinePreview=function(t,e,n){var r={previewParams:t,useLegacyDefaults:!0,isPreviewTimeline:!0};return r.dataSource=u(r),d(e,r,n)}),t.exports=h},function(t,e,n){var r,i=n(0),o=n(68),s=n(17),a=(r=s(["tweetId"],{},o),function(){return i.toRealArray(arguments).slice(1).forEach(function(t){i.isType("object",t)&&(t.hideCard="none"==t.cards||"hidden"==t.cards,t.hideThread="none"==t.conversation||"hidden"==t.conversation)}),r.apply(this,arguments)});t.exports={createTweet:a,createTweetEmbed:a,createVideo:a}},function(t,e,n){var r=n(0),i=n(69),o=n(17),s=o(["url"],{type:"share"},i),a=o(["buttonHashtag"],{type:"hashtag"},i),u=o(["screenName"],{type:"mention"},i);function c(t){return function(){return r.toRealArray(arguments).slice(1).forEach(function(t){r.isType("object",t)&&(t.screenName=t.screenName||t.screen_name,t.buttonHashtag=t.buttonHashtag||t.button_hashtag||t.hashtag)}),t.apply(this,arguments)}}t.exports={createShareButton:c(s),createHashtagButton:c(a),createMentionButton:c(u)}},function(t,e,n){var r,i,o,s=n(4),a=n(1),u=0,c=[],d=s.createElement("a");function f(){var t,e;for(u=1,t=0,e=c.length;t will be hidden - + Music link are taken from: https://hoangtran0410.github.io/Visualyze-design-your-own-/?theme=HauMaster&playlist=1&song=1&background=28 - + Custom from code in tiktok video https://www.facebook.com/J2TEAM.ManhTuan/videos/1353367338135935/ -*/ - - -// ===================== start ======================= -// animation start after 1000 miliseconds -// setTimeout(init, 1000); - -var odrag = document.getElementsByClassName('drag-container')[0]; -var ospin = document.getElementsByClassName('spin-container')[0]; -var aImg = ospin.getElementsByTagName('img'); -var aVid = ospin.getElementsByTagName('video'); -var aEle = [...aImg, ...aVid]; // combine 2 arrays - -// Size of images -ospin.style.width = imgWidth + "px"; -ospin.style.height = imgHeight + "px"; - -// Size of ground - depend on radius -var ground = document.getElementsByClassName('ground')[0]; -ground.style.width = radius * 3 + "px"; -ground.style.height = radius * 3 + "px"; - -function applyTranform(obj) { - // Constrain the angle of camera (between 0 and 180) - if(tY > 180) tY = 180; - if(tY < 0) tY = 0; - - // Apply the angle - obj.style.transform = "rotateX(" + (-tY) + "deg) rotateY(" + (tX) + "deg)"; -} - -function playSpin(yes) { - ospin.style.animationPlayState = (yes?'running':'paused'); -} - -var sX, sY, nX, nY, desX = 0, - desY = 0, - tX = 0, - tY = 10; - -// auto spin -if (autoRotate) { - var animationName = (rotateSpeed > 0 ? 'spin' : 'spinRevert'); - ospin.style.animation = `${animationName} ${Math.abs(rotateSpeed)}s infinite linear`; -} - -// add background music -if (bgMusicURL) { - document.getElementById('music-container').innerHTML += ` - -`; -} - -// setup events -// document.onpointerdown = function (e) { -// clearInterval(odrag.timer); -// e = e || window.event; -// var sX = e.clientX, -// sY = e.clientY; - -// this.onpointermove = function (e) { -// e = e || window.event; -// var nX = e.clientX, -// nY = e.clientY; -// desX = nX - sX; -// desY = nY - sY; -// tX += desX * 0.1; -// tY += desY * 0.1; -// applyTranform(odrag); -// sX = nX; -// sY = nY; -// }; - -// this.onpointerup = function (e) { -// odrag.timer = setInterval(function () { -// desX *= 0.95; -// desY *= 0.95; -// tX += desX * 0.1; -// tY += desY * 0.1; -// applyTranform(odrag); -// playSpin(false); -// if (Math.abs(desX) < 0.5 && Math.abs(desY) < 0.5) { -// clearInterval(odrag.timer); -// playSpin(true); -// } -// }, 17); -// this.onpointermove = this.onpointerup = null; -// }; - -// return false; -// }; - -// document.onmousewheel = function(e) { -// e = e || window.event; -// var d = e.wheelDelta / 20 || -e.detail; -// radius += d; -// init(1); -// }; \ No newline at end of file diff --git a/flow/static/main.css b/flow/static/main.css deleted file mode 100644 index 603168b..0000000 --- a/flow/static/main.css +++ /dev/null @@ -1,1524 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=Lato:400,700"); -@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Gruppo&display=swap'); -@font-face { - font-family: 'Konexy'; - src: url(./fonts/Konexy.otf); -} - -@keyframes scroll { - 0% { height: 0 } - 100% { height: 100%; } -} - -@keyframes type { - from { width: 0; } -} - -@keyframes type2 { - 0%{width: 0;} - 50%{width: 0;} - 100%{ width: 100; } -} - -@keyframes blink { - to{opacity: .0;} -} - -@keyframes scan { - from { top: 0 } - to { top: 100% } -} - -@keyframes flicker { - 0% { opacity: 0.15795 } - 5% { opacity: 0.31511 } - 10% { opacity: 0.94554 } - 15% { opacity: 0.2469 } - 20% { opacity: 0.62031 } - 25% { opacity: 0.0293 } - 30% { opacity: 0.00899 } - 35% { opacity: 0.5344 } - 40% { opacity: 0.12778 } - 45% { opacity: 0.52042 } - 50% { opacity: 0.3823 } - 55% { opacity: 0.2198 } - 60% { opacity: 0.9383 } - 65% { opacity: 0.86615 } - 70% { opacity: 0.68695 } - 75% { opacity: 0.55749 } - 80% { opacity: 0.96984 } - 85% { opacity: 0.0361 } - 90% { opacity: 0.24467 } - 95% { opacity: 0.08351 } - 100% { opacity: 0.54813 } - } -*, -*:before, -*:after { - margin: 0; - padding: 0; - border: 0; - outline: 0; - box-sizing: border-box; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.navbar{ - background-color: transparent; - z-index: 999 !important; -} -.collapsed{ - margin-top: 25px; - -} - -.navbar-right{ - margin-top: 10px; - -} -.navbar-right p{ - color: white; - font-size: 20px; -} -.overlay { - height: 1px; - position: absolute; - top: 0; - left: 0; - width: 1px; -} -#logo{ - position: absolute; - left:20px; - top:20px; - z-index: 900; -} -#title{ - text-align: center; - width: 100%; - justify-content: center; - display: flex; - margin-top: 80px; - font-size: 90px; - font-family: 'Konexy' !important; -} -#sub{ - text-align: center; - width: 100%; - justify-content: center; - display: flex; - margin-top: 40px; - margin-bottom: 50px; - font-size: 50px; - font-family: 'Gruppo', cursive; -} -#tag{ - text-align: center; - width: 100%; - justify-content: center; - display: flex; - margin-top: 40px; - margin-bottom: 40px; - font-size: 30px; - font-family: 'Gruppo', cursive !important; - word-spacing: 15px; - -} -@media only screen and ( max-width:748px){ - #title{ - font-size: 50px; - } - #sub{ - font-size: 30px; - } -} -#line{ - position: absolute; - right: 20px; - -} - -.overlay:before { - background: linear-gradient(#101010 50%, rgba(16, 16, 16, 0.2) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.03)); - background-size: 100% 3px, 6px 100%; - content: ""; - display: block; - pointer-events: none; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 2; -} - -.overlay:after { - animation: flicker 0.30s infinite; - background: rgba(16, 16, 16, 0.2); - content: ""; - display: block; - pointer-events: none; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 2; -} - -.scanline { - animation: scroll 10s 5s infinite; - background: -moz-linear-gradient(top, rgba(0,221,0,0) 0%, rgba(0,221,0,1) 50%, rgba(0,221,0,0) 100%); - background: -webkit-linear-gradient(top, rgba(0,221,0,0) 0%,rgba(0,221,0,1) 50%,rgba(0,221,0,0) 100%); - background: linear-gradient(to bottom, rgba(0,221,0,0) 0%,rgba(0,221,0,1) 50%,rgba(0,221,0,0) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000dd00', endColorstr='#0000dd00',GradientType=0 ); - display: block; - height: 20px; - opacity: 0.05; - position: absolute; - left: 0; - right: 0; - top: -5%; - z-index: 2; -} - -.clear { - clear: both; -} - -.clearfix { - overflow: auto; - zoom: 1; -} - -.xx{ - color: #00dd00; -} -.upper { text-transform: uppercase; } -html, -body { - height: 100%; - -} -body { - font-family: 'Lato', sans-serif; - font-weight: 500; - background: #111; - color: #fff; -} - -.footer { - text-align: center; -} - -a.switcher { - display: block; - position: fixed; - text-decoration: none; - z-index: 999999999999; - right: 20px; - bottom: 20px; - width: 16px; - height: 16px; - background: transparent; - border: 2px solid #fff; - border-radius: 50%; - opacity: 0.15; - transition: opacity 0.15s; -} -a.switcher:hover { - opacity: 1; -} -a.switcher:before { - display: block; - content: ''; - position: absolute; - border-radius: 4px; - width: 2px; - height: 5px; - background: #fff; - top: 0; - left: 5px; -} -.screen { - position: relative; - z-index: 1; - width: 100%; - height: 85%; - overflow: hidden; -} -.figure { - display: none; - position: absolute; - z-index: 1; - width: 0; - height: 0; - top: 0; - right: 0; - bottom: 0; - left: 0; - margin: auto; - border-top: 200px solid #fff; - border-right: 100px solid transparent; - border-left: 100px solid transparent; - border-bottom: 0 solid transparent; -} -.figure:before { - display: block; - content: ''; - position: absolute; - z-index: 99; - width: 0; - height: 0; - top: -194px; - left: -90px; - margin: auto; - border-top: 180px solid #111; - border-right: 90px solid transparent; - border-left: 90px solid transparent; - border-bottom: 0 solid transparent; -} -.figure-mask { - display: block; - position: absolute; - z-index: 99; - width: 0; - height: 0; - top: 0; - right: 0; - bottom: 0; - left: 0; - margin: auto; - border-top: 200px solid transparent; - border-right: 100px solid #111; - border-left: 100px solid #111; - border-bottom: 0 solid transparent; -} -.clock { - display: flex; - flex-direction: column; - z-index: 9; - margin: 0; - position: absolute; - - -ms-transform: translateY(-50%); - transform: translateY(-50%); - text-align: center; - width: 100%; - margin: auto; - cursor: default; - justify-content: center; -} - -.clock span { - display: block; - position: relative; - font-size: 80px; - line-height: 1; -} -.clock.is-off { - -webkit-animation: is-off 2s linear infinite !important; - animation: is-off 2s linear infinite !important; -} -.glitch:before { - position: absolute; - z-index: 999999; - content: ''; - top: 0; - right: 0; - bottom: 0; - left: 0; - -webkit-animation: bg-move 2s linear infinite; - animation: bg-move 2s linear infinite; - background-size: 100% 8px; - background-image: linear-gradient(0, rgba(255,255,255,0.05) 10%, transparent 10%, transparent 50%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.05) 60%, transparent 60%, transparent); -} -.glitch .figure, -.glitch .figure-mask { - transform: skewX(0deg) scaleY(1); - -webkit-animation: tr-bag 4s linear infinite; - animation: tr-bag 4s linear infinite; -} -.glitch .clock { - transform: skewX(0deg) scaleY(1); - -webkit-animation: clock-bag 4s linear infinite; - animation: clock-bag 4s linear infinite; -} -.glitch .clock span:before, -.glitch .clock span:after { - display: block; - content: attr(data-time); - position: absolute; - top: 0; - color: #fff; - background: #111; - overflow: hidden; - width: 720px; - height: 128px; - clip: rect(0, 900px, 0, 0); -} -.glitch .clock span:before { - left: -2px; - text-shadow: 2px 0 #00f; - animation: c2 1s infinite linear alternate-reverse; -} -.glitch .clock span:after { - left: 3px; - text-shadow: -2px 0 #f00; - animation: c1 2s infinite linear alternate-reverse; -} -.timer { - text-align: center !important ; - display: flex !important; - width: 100% !important; - justify-content: center; - flex-wrap: wrap; - overflow:initial; -} -h1 { - font-weight: normal; - letter-spacing: 0.125rem; - text-transform: uppercase; -} - #timer { - display: inline-block; - font-size: 1.5em; - list-style-type: none; - padding: 1em; - text-transform: uppercase; -} - li span { - display: block; - font-size: 4.5rem; -} - -#social-footer { - width: 100%; - text-align: center; - color: white; - background-color: black; - } - - #social-footer ul { - margin: 0; - padding: 0; - list-style-type: none; - } - - #social-footer ul li { - display: inline; - padding: 0.4em; - } - - #social-footer a { - /* color: #939393 !important; */ - color: white !important; - } - - .blacktext { - color: black; - } - - footer { - width: 100vw; - position: relative; - bottom: 0; - left: 0; - padding: 1% 5%; - text-align: center; - background-color: #000; - opacity: 1; - z-index: 100; - - } - - - a.fa { - text-decoration: none - } - - a:link { - text-decoration: none !important; - outline: 0; - } - - .fa-stack { - margin: -2px; - } - -@-webkit-keyframes is-off { - 0% { - opacity: 1; - } - 50% { - opacity: 1; - } - 56% { - opacity: 0; - } - 57% { - opacity: 0; - } - 58% { - opacity: 1; - } - 71% { - transform: scaleY(1) skewX(0deg); - } - 72% { - transform: scaleY(3) skewX(-60deg); - } - 73% { - transform: scaleY(1) skewX(0deg); - } - 80% { - opacity: 1; - } - 81% { - opacity: 0; - } - 84% { - opacity: 0; - } - 85% { - opacity: 1; - } - 91% { - transform: scaleX(1) scaleY(1) skewX(0deg); - color: #fff; - } - 92% { - transform: scaleX(1.5) scaleY(0.2) skewX(80deg); - color: #008000; - } - 93% { - transform: scaleX(1) scaleY(1) skewX(0deg); - color: #fff; - } -} -@keyframes is-off { - 0% { - opacity: 1; - } - 50% { - opacity: 1; - } - 56% { - opacity: 0; - } - 57% { - opacity: 0; - } - 58% { - opacity: 1; - } - 71% { - transform: scaleY(1) skewX(0deg); - } - 72% { - transform: scaleY(3) skewX(-60deg); - } - 73% { - transform: scaleY(1) skewX(0deg); - } - 80% { - opacity: 1; - } - 81% { - opacity: 0; - } - 84% { - opacity: 0; - } - 85% { - opacity: 1; - } - 91% { - transform: scaleX(1) scaleY(1) skewX(0deg); - color: #fff; - } - 92% { - transform: scaleX(1.5) scaleY(0.2) skewX(80deg); - color: #008000; - } - 93% { - transform: scaleX(1) scaleY(1) skewX(0deg); - color: #fff; - } -} -@-webkit-keyframes c1 { - 0% { - clip: rect(43px, 9999px, 79px, 0); - } - 5% { - clip: rect(59px, 9999px, 19px, 0); - } - 10% { - clip: rect(38px, 9999px, 65px, 0); - } - 15.000000000000002% { - clip: rect(88px, 9999px, 8px, 0); - } - 20% { - clip: rect(27px, 9999px, 97px, 0); - } - 25% { - clip: rect(2px, 9999px, 67px, 0); - } - 30.000000000000004% { - clip: rect(36px, 9999px, 8px, 0); - } - 35.00000000000001% { - clip: rect(24px, 9999px, 91px, 0); - } - 40% { - clip: rect(55px, 9999px, 14px, 0); - } - 45% { - clip: rect(36px, 9999px, 73px, 0); - } - 50% { - clip: rect(84px, 9999px, 57px, 0); - } - 55% { - clip: rect(74px, 9999px, 37px, 0); - } - 60.00000000000001% { - clip: rect(14px, 9999px, 49px, 0); - } - 65% { - clip: rect(26px, 9999px, 62px, 0); - } - 70.00000000000001% { - clip: rect(58px, 9999px, 5px, 0); - } - 75% { - clip: rect(53px, 9999px, 21px, 0); - } - 80% { - clip: rect(87px, 9999px, 53px, 0); - } - 85% { - clip: rect(15px, 9999px, 58px, 0); - } - 90% { - clip: rect(18px, 9999px, 60px, 0); - } - 95% { - clip: rect(30px, 9999px, 11px, 0); - } - 100% { - clip: rect(22px, 9999px, 15px, 0); - } -} -@keyframes c1 { - 0% { - clip: rect(43px, 9999px, 79px, 0); - } - 5% { - clip: rect(59px, 9999px, 19px, 0); - } - 10% { - clip: rect(38px, 9999px, 65px, 0); - } - 15.000000000000002% { - clip: rect(88px, 9999px, 8px, 0); - } - 20% { - clip: rect(27px, 9999px, 97px, 0); - } - 25% { - clip: rect(2px, 9999px, 67px, 0); - } - 30.000000000000004% { - clip: rect(36px, 9999px, 8px, 0); - } - 35.00000000000001% { - clip: rect(24px, 9999px, 91px, 0); - } - 40% { - clip: rect(55px, 9999px, 14px, 0); - } - 45% { - clip: rect(36px, 9999px, 73px, 0); - } - 50% { - clip: rect(84px, 9999px, 57px, 0); - } - 55% { - clip: rect(74px, 9999px, 37px, 0); - } - 60.00000000000001% { - clip: rect(14px, 9999px, 49px, 0); - } - 65% { - clip: rect(26px, 9999px, 62px, 0); - } - 70.00000000000001% { - clip: rect(58px, 9999px, 5px, 0); - } - 75% { - clip: rect(53px, 9999px, 21px, 0); - } - 80% { - clip: rect(87px, 9999px, 53px, 0); - } - 85% { - clip: rect(15px, 9999px, 58px, 0); - } - 90% { - clip: rect(18px, 9999px, 60px, 0); - } - 95% { - clip: rect(30px, 9999px, 11px, 0); - } - 100% { - clip: rect(22px, 9999px, 15px, 0); - } -} -@-webkit-keyframes c2 { - 0% { - clip: rect(70px, 9999px, 72px, 0); - } - 5% { - clip: rect(37px, 9999px, 50px, 0); - } - 10% { - clip: rect(22px, 9999px, 78px, 0); - } - 15.000000000000002% { - clip: rect(45px, 9999px, 81px, 0); - } - 20% { - clip: rect(99px, 9999px, 33px, 0); - } - 25% { - clip: rect(48px, 9999px, 46px, 0); - } - 30.000000000000004% { - clip: rect(5px, 9999px, 53px, 0); - } - 35.00000000000001% { - clip: rect(84px, 9999px, 96px, 0); - } - 40% { - clip: rect(82px, 9999px, 15px, 0); - } - 45% { - clip: rect(35px, 9999px, 85px, 0); - } - 50% { - clip: rect(24px, 9999px, 86px, 0); - } - 55% { - clip: rect(99px, 9999px, 51px, 0); - } - 60.00000000000001% { - clip: rect(99px, 9999px, 44px, 0); - } - 65% { - clip: rect(13px, 9999px, 90px, 0); - } - 70.00000000000001% { - clip: rect(45px, 9999px, 34px, 0); - } - 75% { - clip: rect(90px, 9999px, 50px, 0); - } - 80% { - clip: rect(31px, 9999px, 93px, 0); - } - 85% { - clip: rect(77px, 9999px, 48px, 0); - } - 90% { - clip: rect(100px, 9999px, 100px, 0); - } - 95% { - clip: rect(77px, 9999px, 9px, 0); - } - 100% { - clip: rect(97px, 9999px, 37px, 0); - } - 23% { - transform: scaleX(0.8); - } -} -@keyframes c2 { - 0% { - clip: rect(70px, 9999px, 72px, 0); - } - 5% { - clip: rect(37px, 9999px, 50px, 0); - } - 10% { - clip: rect(22px, 9999px, 78px, 0); - } - 15.000000000000002% { - clip: rect(45px, 9999px, 81px, 0); - } - 20% { - clip: rect(99px, 9999px, 33px, 0); - } - 25% { - clip: rect(48px, 9999px, 46px, 0); - } - 30.000000000000004% { - clip: rect(5px, 9999px, 53px, 0); - } - 35.00000000000001% { - clip: rect(84px, 9999px, 96px, 0); - } - 40% { - clip: rect(82px, 9999px, 15px, 0); - } - 45% { - clip: rect(35px, 9999px, 85px, 0); - } - 50% { - clip: rect(24px, 9999px, 86px, 0); - } - 55% { - clip: rect(99px, 9999px, 51px, 0); - } - 60.00000000000001% { - clip: rect(99px, 9999px, 44px, 0); - } - 65% { - clip: rect(13px, 9999px, 90px, 0); - } - 70.00000000000001% { - clip: rect(45px, 9999px, 34px, 0); - } - 75% { - clip: rect(90px, 9999px, 50px, 0); - } - 80% { - clip: rect(31px, 9999px, 93px, 0); - } - 85% { - clip: rect(77px, 9999px, 48px, 0); - } - 90% { - clip: rect(100px, 9999px, 100px, 0); - } - 95% { - clip: rect(77px, 9999px, 9px, 0); - } - 100% { - clip: rect(97px, 9999px, 37px, 0); - } - 23% { - transform: scaleX(0.8); - } -} -@-webkit-keyframes clock-bag { - 0% { - transform: translate(5px, 3px); - } - 2% { - transform: translate(3px, 3px); - } - 4% { - transform: translate(3px, 5px); - } - 6% { - transform: translate(3px, 4px); - } - 8% { - transform: translate(1px, 4px); - } - 10% { - transform: translate(5px, 2px); - } - 12% { - transform: translate(1px, 2px); - } - 14.000000000000002% { - transform: translate(1px, 2px); - } - 16% { - transform: translate(3px, 4px); - } - 18% { - transform: translate(1px, 2px); - } - 20% { - transform: translate(2px, 1px); - } - 22% { - transform: translate(4px, 1px); - } - 24% { - transform: translate(1px, 4px); - } - 26% { - transform: translate(4px, 3px); - } - 28.000000000000004% { - transform: translate(2px, 3px); - } - 30% { - transform: translate(1px, 1px); - } - 32% { - transform: translate(4px, 2px); - } - 34% { - transform: translate(2px, 1px); - } - 36% { - transform: translate(2px, 3px); - } - 38% { - transform: translate(4px, 1px); - } - 40% { - transform: translate(3px, 5px); - } - 42% { - transform: translate(5px, 4px); - } - 44% { - transform: translate(3px, 3px); - } - 46.00000000000001% { - transform: translate(3px, 1px); - } - 48% { - transform: translate(3px, 2px); - } - 50% { - transform: translate(2px, 2px); - } - 52% { - transform: translate(2px, 2px); - } - 54% { - transform: translate(2px, 2px); - } - 56.00000000000001% { - transform: translate(3px, 2px); - } - 58% { - transform: translate(4px, 3px); - } - 60% { - transform: translate(3px, 3px); - } - 62% { - transform: translate(2px, 3px); - } - 64% { - transform: translate(1px, 1px); - } - 66% { - transform: translate(5px, 5px); - } - 68% { - transform: translate(4px, 3px); - } - 70.00000000000001% { - transform: translate(3px, 4px); - } - 72% { - transform: translate(5px, 4px); - } - 74% { - transform: translate(4px, 3px); - } - 76% { - transform: translate(3px, 3px); - } - 78% { - transform: translate(4px, 4px); - } - 80% { - transform: translate(4px, 3px); - } - 82.00000000000001% { - transform: translate(5px, 5px); - } - 84% { - transform: translate(1px, 5px); - } - 86% { - transform: translate(4px, 4px); - } - 88% { - transform: translate(4px, 5px); - } - 90% { - transform: translate(2px, 3px); - } - 92.00000000000001% { - transform: translate(5px, 1px); - } - 94% { - transform: translate(5px, 4px); - } - 96% { - transform: translate(1px, 2px); - } - 98% { - transform: translate(5px, 5px); - } - 100% { - transform: translate(4px, 1px); - } - 1% { - transform: scaleY(1) skewX(0deg); - } - 1.5% { - transform: scaleY(3) skewX(-60deg); - } - 2% { - transform: scaleY(1) skewX(0deg); - } - 51% { - transform: scaleX(1) scaleY(1) skewX(0deg); - } - 52% { - transform: scaleX(1.5) scaleY(0.2) skewX(80deg); - } - 53% { - transform: scaleX(1) scaleY(1) skewX(0deg); - } -} -@keyframes clock-bag { - 0% { - transform: translate(5px, 3px); - } - 2% { - transform: translate(3px, 3px); - } - 4% { - transform: translate(3px, 5px); - } - 6% { - transform: translate(3px, 4px); - } - 8% { - transform: translate(1px, 4px); - } - 10% { - transform: translate(5px, 2px); - } - 12% { - transform: translate(1px, 2px); - } - 14.000000000000002% { - transform: translate(1px, 2px); - } - 16% { - transform: translate(3px, 4px); - } - 18% { - transform: translate(1px, 2px); - } - 20% { - transform: translate(2px, 1px); - } - 22% { - transform: translate(4px, 1px); - } - 24% { - transform: translate(1px, 4px); - } - 26% { - transform: translate(4px, 3px); - } - 28.000000000000004% { - transform: translate(2px, 3px); - } - 30% { - transform: translate(1px, 1px); - } - 32% { - transform: translate(4px, 2px); - } - 34% { - transform: translate(2px, 1px); - } - 36% { - transform: translate(2px, 3px); - } - 38% { - transform: translate(4px, 1px); - } - 40% { - transform: translate(3px, 5px); - } - 42% { - transform: translate(5px, 4px); - } - 44% { - transform: translate(3px, 3px); - } - 46.00000000000001% { - transform: translate(3px, 1px); - } - 48% { - transform: translate(3px, 2px); - } - 50% { - transform: translate(2px, 2px); - } - 52% { - transform: translate(2px, 2px); - } - 54% { - transform: translate(2px, 2px); - } - 56.00000000000001% { - transform: translate(3px, 2px); - } - 58% { - transform: translate(4px, 3px); - } - 60% { - transform: translate(3px, 3px); - } - 62% { - transform: translate(2px, 3px); - } - 64% { - transform: translate(1px, 1px); - } - 66% { - transform: translate(5px, 5px); - } - 68% { - transform: translate(4px, 3px); - } - 70.00000000000001% { - transform: translate(3px, 4px); - } - 72% { - transform: translate(5px, 4px); - } - 74% { - transform: translate(4px, 3px); - } - 76% { - transform: translate(3px, 3px); - } - 78% { - transform: translate(4px, 4px); - } - 80% { - transform: translate(4px, 3px); - } - 82.00000000000001% { - transform: translate(5px, 5px); - } - 84% { - transform: translate(1px, 5px); - } - 86% { - transform: translate(4px, 4px); - } - 88% { - transform: translate(4px, 5px); - } - 90% { - transform: translate(2px, 3px); - } - 92.00000000000001% { - transform: translate(5px, 1px); - } - 94% { - transform: translate(5px, 4px); - } - 96% { - transform: translate(1px, 2px); - } - 98% { - transform: translate(5px, 5px); - } - 100% { - transform: translate(4px, 1px); - } - 1% { - transform: scaleY(1) skewX(0deg); - } - 1.5% { - transform: scaleY(3) skewX(-60deg); - } - 2% { - transform: scaleY(1) skewX(0deg); - } - 51% { - transform: scaleX(1) scaleY(1) skewX(0deg); - } - 52% { - transform: scaleX(1.5) scaleY(0.2) skewX(80deg); - } - 53% { - transform: scaleX(1) scaleY(1) skewX(0deg); - } -} -@-webkit-keyframes tr-bag { - 0% { - transform: translate(3px, 5px); - } - 2% { - transform: translate(3px, 1px); - } - 4% { - transform: translate(5px, 1px); - } - 6% { - transform: translate(1px, 4px); - } - 8% { - transform: translate(1px, 5px); - } - 10% { - transform: translate(2px, 4px); - } - 12% { - transform: translate(5px, 3px); - } - 14.000000000000002% { - transform: translate(4px, 2px); - } - 16% { - transform: translate(4px, 3px); - } - 18% { - transform: translate(1px, 3px); - } - 20% { - transform: translate(3px, 2px); - } - 22% { - transform: translate(1px, 4px); - } - 24% { - transform: translate(3px, 2px); - } - 26% { - transform: translate(1px, 5px); - } - 28.000000000000004% { - transform: translate(3px, 1px); - } - 30% { - transform: translate(2px, 1px); - } - 32% { - transform: translate(1px, 2px); - } - 34% { - transform: translate(2px, 4px); - } - 36% { - transform: translate(4px, 2px); - } - 38% { - transform: translate(4px, 3px); - } - 40% { - transform: translate(5px, 1px); - } - 42% { - transform: translate(5px, 4px); - } - 44% { - transform: translate(4px, 5px); - } - 46.00000000000001% { - transform: translate(5px, 2px); - } - 48% { - transform: translate(2px, 5px); - } - 50% { - transform: translate(3px, 3px); - } - 52% { - transform: translate(4px, 1px); - } - 54% { - transform: translate(3px, 4px); - } - 56.00000000000001% { - transform: translate(4px, 1px); - } - 58% { - transform: translate(5px, 3px); - } - 60% { - transform: translate(2px, 1px); - } - 62% { - transform: translate(3px, 5px); - } - 64% { - transform: translate(1px, 1px); - } - 66% { - transform: translate(2px, 4px); - } - 68% { - transform: translate(3px, 4px); - } - 70.00000000000001% { - transform: translate(4px, 2px); - } - 72% { - transform: translate(1px, 3px); - } - 74% { - transform: translate(2px, 3px); - } - 76% { - transform: translate(5px, 1px); - } - 78% { - transform: translate(2px, 5px); - } - 80% { - transform: translate(2px, 1px); - } - 82.00000000000001% { - transform: translate(5px, 5px); - } - 84% { - transform: translate(5px, 1px); - } - 86% { - transform: translate(3px, 1px); - } - 88% { - transform: translate(2px, 5px); - } - 90% { - transform: translate(3px, 4px); - } - 92.00000000000001% { - transform: translate(2px, 3px); - } - 94% { - transform: translate(1px, 2px); - } - 96% { - transform: translate(2px, 1px); - } - 98% { - transform: translate(3px, 2px); - } - 100% { - transform: translate(3px, 2px); - } - 1% { - transform: scaleY(1) skewX(0deg); - } - 1.5% { - transform: scaleY(3) skewX(-60deg); - } - 2% { - transform: scaleY(1) skewX(0deg); - } - 51% { - transform: scaleX(1) scaleY(1) skewX(0deg); - } - 52% { - transform: scaleX(1.5) scaleY(0.2) skewX(80deg); - } - 53% { - transform: scaleX(1) scaleY(1) skewX(0deg); - } -} -@keyframes tr-bag { - 0% { - transform: translate(3px, 5px); - } - 2% { - transform: translate(3px, 1px); - } - 4% { - transform: translate(5px, 1px); - } - 6% { - transform: translate(1px, 4px); - } - 8% { - transform: translate(1px, 5px); - } - 10% { - transform: translate(2px, 4px); - } - 12% { - transform: translate(5px, 3px); - } - 14.000000000000002% { - transform: translate(4px, 2px); - } - 16% { - transform: translate(4px, 3px); - } - 18% { - transform: translate(1px, 3px); - } - 20% { - transform: translate(3px, 2px); - } - 22% { - transform: translate(1px, 4px); - } - 24% { - transform: translate(3px, 2px); - } - 26% { - transform: translate(1px, 5px); - } - 28.000000000000004% { - transform: translate(3px, 1px); - } - 30% { - transform: translate(2px, 1px); - } - 32% { - transform: translate(1px, 2px); - } - 34% { - transform: translate(2px, 4px); - } - 36% { - transform: translate(4px, 2px); - } - 38% { - transform: translate(4px, 3px); - } - 40% { - transform: translate(5px, 1px); - } - 42% { - transform: translate(5px, 4px); - } - 44% { - transform: translate(4px, 5px); - } - 46.00000000000001% { - transform: translate(5px, 2px); - } - 48% { - transform: translate(2px, 5px); - } - 50% { - transform: translate(3px, 3px); - } - 52% { - transform: translate(4px, 1px); - } - 54% { - transform: translate(3px, 4px); - } - 56.00000000000001% { - transform: translate(4px, 1px); - } - 58% { - transform: translate(5px, 3px); - } - 60% { - transform: translate(2px, 1px); - } - 62% { - transform: translate(3px, 5px); - } - 64% { - transform: translate(1px, 1px); - } - 66% { - transform: translate(2px, 4px); - } - 68% { - transform: translate(3px, 4px); - } - 70.00000000000001% { - transform: translate(4px, 2px); - } - 72% { - transform: translate(1px, 3px); - } - 74% { - transform: translate(2px, 3px); - } - 76% { - transform: translate(5px, 1px); - } - 78% { - transform: translate(2px, 5px); - } - 80% { - transform: translate(2px, 1px); - } - 82.00000000000001% { - transform: translate(5px, 5px); - } - 84% { - transform: translate(5px, 1px); - } - 86% { - transform: translate(3px, 1px); - } - 88% { - transform: translate(2px, 5px); - } - 90% { - transform: translate(3px, 4px); - } - 92.00000000000001% { - transform: translate(2px, 3px); - } - 94% { - transform: translate(1px, 2px); - } - 96% { - transform: translate(2px, 1px); - } - 98% { - transform: translate(3px, 2px); - } - 100% { - transform: translate(3px, 2px); - } - 1% { - transform: scaleY(1) skewX(0deg); - } - 1.5% { - transform: scaleY(3) skewX(-60deg); - } - 2% { - transform: scaleY(1) skewX(0deg); - } - 51% { - transform: scaleX(1) scaleY(1) skewX(0deg); - } - 52% { - transform: scaleX(1.5) scaleY(0.2) skewX(80deg); - } - 53% { - transform: scaleX(1) scaleY(1) skewX(0deg); - } -} -@-webkit-keyframes bg-move { - 0% { - background-position: 0 0; - } - 100% { - background-position: 0 -32px; - } -} -@keyframes bg-move { - 0% { - background-position: 0 0; - } - 100% { - background-position: 0 -32px; - } -} diff --git a/flow/static/navbar.css b/flow/static/navbar.css deleted file mode 100644 index 41be54a..0000000 --- a/flow/static/navbar.css +++ /dev/null @@ -1,357 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700"); -html, -body { - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: "Quicksand", sans-serif; - font-size: 62.5%; - font-size: 10px; -} -/*-- Inspiration taken from abdo steif --> -/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/ - -/* Navbar section */ - -.nav { - width: 100%; - height: 65px; - position: fixed; - line-height: 65px; - text-align: center; - color: #30D692 !important; - box-shadow: 0 8px 15px -6px #30D692; - padding-bottom: 16px !important; -} - -.nav div.logo { - float: left; - width: auto; - height: auto; - padding-left: 3rem; -} - -.nav div.logo a { - text-decoration: none; - color: 30D692; - font-size: 2.5rem; -} - -.nav div.logo a:hover { - color: #00e676; -} - -.nav div.main_list { - height: 65px; - float: right; -} - -.nav div.main_list ul { - width: 100%; - height: 65px; - display: flex; - list-style: none; - margin: 0; - padding: 0; -} - -.nav div.main_list ul li { - width: auto; - height: 65px; - padding: 0; - padding-right: 3rem; -} - -.nav div.main_list ul li a { - text-decoration: none; - color: inherit; - line-height: 65px; - font-size: 2.7rem; -} - -.nav div.main_list ul li a:hover { - color: #00e676; -} - -/* Home section */ - -.home { - width: 100%; - height: 100vh; - background-position: center top; - background-size: cover; -} - -.navTrigger { - display: none; -} - -.nav { - /* padding-top: 20px; */ - padding-bottom: 20px; - -webkit-transition: all 0.4s ease; - transition: all 0.4s ease; -} - -/* Media qurey section */ - -@media screen and (min-width: 768px) and (max-width: 1024px) { - .container { - margin: 0; - } -} - -@media screen and (max-width: 768px) { - .navTrigger { - display: block; - } - .nav div.logo { - margin-left: 15px; - } - .nav div.main_list { - width: 100%; - height: 0; - overflow: hidden; - } - .nav div.show_list { - height: auto; - display: none; - } - .nav div.main_list ul { - flex-direction: column; - width: 100%; - height: 100vh; - right: 0; - left: 0; - bottom: 0; - background-color: #111; - /*same background color of navbar*/ - background-position: center top; - } - .nav div.main_list ul li { - width: 100%; - text-align: right; - } - .nav div.main_list ul li a { - text-align: center; - width: 100%; - font-size: 3rem; - padding: 20px; - } - .nav div.media_button { - display: block; - } -} - -/* Animation */ -/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */ - -.navTrigger { - cursor: pointer; - width: 30px; - height: 25px; - margin: auto; - position: absolute; - right: 30px; - top: 0; - bottom: 0; -} - -.navTrigger i { - background-color: #fff; - border-radius: 2px; - content: ""; - display: block; - width: 100%; - height: 4px; -} - -.navTrigger i:nth-child(1) { - -webkit-animation: outT 0.8s backwards; - animation: outT 0.8s backwards; - -webkit-animation-direction: reverse; - animation-direction: reverse; -} - -.navTrigger i:nth-child(2) { - margin: 5px 0; - -webkit-animation: outM 0.8s backwards; - animation: outM 0.8s backwards; - -webkit-animation-direction: reverse; - animation-direction: reverse; -} - -.navTrigger i:nth-child(3) { - -webkit-animation: outBtm 0.8s backwards; - animation: outBtm 0.8s backwards; - -webkit-animation-direction: reverse; - animation-direction: reverse; -} - -.navTrigger.active i:nth-child(1) { - -webkit-animation: inT 0.8s forwards; - animation: inT 0.8s forwards; -} - -.navTrigger.active i:nth-child(2) { - -webkit-animation: inM 0.8s forwards; - animation: inM 0.8s forwards; -} - -.navTrigger.active i:nth-child(3) { - -webkit-animation: inBtm 0.8s forwards; - animation: inBtm 0.8s forwards; -} - -@-webkit-keyframes inM { - 50% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(45deg); - } -} - -@keyframes inM { - 50% { - transform: rotate(0deg); - } - 100% { - transform: rotate(45deg); - } -} - -@-webkit-keyframes outM { - 50% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(45deg); - } -} - -@keyframes outM { - 50% { - transform: rotate(0deg); - } - 100% { - transform: rotate(45deg); - } -} - -@-webkit-keyframes inT { - 0% { - -webkit-transform: translateY(0px) rotate(0deg); - } - 50% { - -webkit-transform: translateY(9px) rotate(0deg); - } - 100% { - -webkit-transform: translateY(9px) rotate(135deg); - } -} - -@keyframes inT { - 0% { - transform: translateY(0px) rotate(0deg); - } - 50% { - transform: translateY(9px) rotate(0deg); - } - 100% { - transform: translateY(9px) rotate(135deg); - } -} - -@-webkit-keyframes outT { - 0% { - -webkit-transform: translateY(0px) rotate(0deg); - } - 50% { - -webkit-transform: translateY(9px) rotate(0deg); - } - 100% { - -webkit-transform: translateY(9px) rotate(135deg); - } -} - -@keyframes outT { - 0% { - transform: translateY(0px) rotate(0deg); - } - 50% { - transform: translateY(9px) rotate(0deg); - } - 100% { - transform: translateY(9px) rotate(135deg); - } -} - -@-webkit-keyframes inBtm { - 0% { - -webkit-transform: translateY(0px) rotate(0deg); - } - 50% { - -webkit-transform: translateY(-9px) rotate(0deg); - } - 100% { - -webkit-transform: translateY(-9px) rotate(135deg); - } -} - -@keyframes inBtm { - 0% { - transform: translateY(0px) rotate(0deg); - } - 50% { - transform: translateY(-9px) rotate(0deg); - } - 100% { - transform: translateY(-9px) rotate(135deg); - } -} - -@-webkit-keyframes outBtm { - 0% { - -webkit-transform: translateY(0px) rotate(0deg); - } - 50% { - -webkit-transform: translateY(-9px) rotate(0deg); - } - 100% { - -webkit-transform: translateY(-9px) rotate(135deg); - } -} - -@keyframes outBtm { - 0% { - transform: translateY(0px) rotate(0deg); - } - 50% { - transform: translateY(-9px) rotate(0deg); - } - 100% { - transform: translateY(-9px) rotate(135deg); - } -} - -.affix { - padding: 0; - background-color: #111; -} - -.myH2 { - text-align: center; - font-size: 4rem; -} -.myP { - text-align: justify; - padding-left: 15%; - padding-right: 15%; - font-size: 20px; -} -@media all and (max-width: 700px) { - .myP { - padding: 2%; - } -} diff --git a/flow/static/navbar.js b/flow/static/navbar.js deleted file mode 100644 index 132bd57..0000000 --- a/flow/static/navbar.js +++ /dev/null @@ -1,6 +0,0 @@ -$('.navTrigger').click(function () { - $(this).toggleClass('active'); - console.log("Clicked menu"); - $("#mainListDiv").toggleClass("show_list"); - $("#mainListDiv").fadeIn(); -}); diff --git a/flow/static/sponsors/1.png b/flow/static/sponsors/1.png deleted file mode 100644 index 749cb3e..0000000 Binary files a/flow/static/sponsors/1.png and /dev/null differ diff --git a/flow/static/sponsors/Celo_Logo_Color.png b/flow/static/sponsors/Celo_Logo_Color.png deleted file mode 100644 index 6a957dc..0000000 Binary files a/flow/static/sponsors/Celo_Logo_Color.png and /dev/null differ diff --git a/flow/static/sponsors/Filecoin.png b/flow/static/sponsors/Filecoin.png deleted file mode 100644 index 949e3c2..0000000 Binary files a/flow/static/sponsors/Filecoin.png and /dev/null differ diff --git a/flow/static/sponsors/Full blue.png b/flow/static/sponsors/Full blue.png deleted file mode 100644 index 00ed867..0000000 Binary files a/flow/static/sponsors/Full blue.png and /dev/null differ diff --git a/flow/static/sponsors/GFG LOGO-3.png b/flow/static/sponsors/GFG LOGO-3.png deleted file mode 100644 index 0f6c73b..0000000 Binary files a/flow/static/sponsors/GFG LOGO-3.png and /dev/null differ diff --git a/flow/static/sponsors/Jf6xdg_N_400x400.jpg b/flow/static/sponsors/Jf6xdg_N_400x400.jpg deleted file mode 100644 index 75a6dd0..0000000 Binary files a/flow/static/sponsors/Jf6xdg_N_400x400.jpg and /dev/null differ diff --git a/flow/static/sponsors/LOGO-05.png b/flow/static/sponsors/LOGO-05.png deleted file mode 100644 index 8b82043..0000000 Binary files a/flow/static/sponsors/LOGO-05.png and /dev/null differ diff --git a/flow/static/sponsors/LWT LOGO.png b/flow/static/sponsors/LWT LOGO.png deleted file mode 100644 index 27c7276..0000000 Binary files a/flow/static/sponsors/LWT LOGO.png and /dev/null differ diff --git a/flow/static/sponsors/Merchtastic.png b/flow/static/sponsors/Merchtastic.png deleted file mode 100644 index 76ac45e..0000000 Binary files a/flow/static/sponsors/Merchtastic.png and /dev/null differ diff --git a/flow/static/sponsors/Organic Tasteful.jpg b/flow/static/sponsors/Organic Tasteful.jpg deleted file mode 100644 index 7466199..0000000 Binary files a/flow/static/sponsors/Organic Tasteful.jpg and /dev/null differ diff --git a/flow/static/sponsors/Polygon.png b/flow/static/sponsors/Polygon.png deleted file mode 100644 index 4f926ca..0000000 Binary files a/flow/static/sponsors/Polygon.png and /dev/null differ diff --git a/flow/static/sponsors/WhatsApp Image 2022-02-26 at 17.57.30.jpeg b/flow/static/sponsors/WhatsApp Image 2022-02-26 at 17.57.30.jpeg deleted file mode 100644 index 933587a..0000000 Binary files a/flow/static/sponsors/WhatsApp Image 2022-02-26 at 17.57.30.jpeg and /dev/null differ diff --git a/flow/static/sponsors/d2.svg b/flow/static/sponsors/d2.svg deleted file mode 100644 index 3780358..0000000 --- a/flow/static/sponsors/d2.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - diff --git a/flow/static/sponsors/devfolio.png b/flow/static/sponsors/devfolio.png deleted file mode 100644 index f3583fd..0000000 Binary files a/flow/static/sponsors/devfolio.png and /dev/null differ diff --git a/flow/static/sponsors/final-logo.png b/flow/static/sponsors/final-logo.png deleted file mode 100644 index 6b3211e..0000000 Binary files a/flow/static/sponsors/final-logo.png and /dev/null differ diff --git a/flow/static/sponsors/logo1.png b/flow/static/sponsors/logo1.png deleted file mode 100644 index 60cc6fb..0000000 Binary files a/flow/static/sponsors/logo1.png and /dev/null differ diff --git a/flow/static/sponsors/tezos.png b/flow/static/sponsors/tezos.png deleted file mode 100644 index d094525..0000000 Binary files a/flow/static/sponsors/tezos.png and /dev/null differ diff --git a/flow/static/team22.css b/flow/static/team22.css deleted file mode 100644 index 03a4b20..0000000 --- a/flow/static/team22.css +++ /dev/null @@ -1,2350 +0,0 @@ -html { - font-family: sans-serif; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100% -} -body { - margin: 0 -} -article, -aside, -details, -figcaption, -figure, -header, -hgroup, -main, -menu, -section, -summary { - display: block -} - -h3 { - color: #fff; -} -.game_heading--wrap{ - margin-top: 110px !important; -} -.fixed_g-list--wrap { - z-index: 100000 !important; -} -.team_text--wrap { - color: #fff; -} - -.game_list--wrapper { - height: calc(100vh - 190px); - overflow-y: auto; -} - -audio, -canvas { - display: inline-block; - vertical-align: baseline -} - -audio:not([controls]) { - display: none; - height: 0 -} - -[hidden], -template { - display: none -} - -a { - background-color: transparent -} - -a:active, -a:hover { - outline: 0 -} - -abbr[title] { - border-bottom: 1px dotted -} - -b, -strong { - font-weight: bold -} - -dfn { - font-style: italic -} - -h1 { - font-size: 2em; - margin: .67em 0 -} - -mark { - background: #ff0; - color: #000 -} - -small { - font-size: 80% -} - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline -} - -sup { - top: -0.5em -} - -sub { - bottom: -0.25em -} - -img { - border: 0 -} - -svg:not(:root) { - overflow: hidden -} - -figure { - margin: 1em 40px -} - -hr { - box-sizing: content-box; - height: 0 -} - -pre { - overflow: auto -} - -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em -} - -button, -input, -optgroup, -select, -textarea { - color: inherit; - font: inherit; - margin: 0 -} - -button { - overflow: visible -} - -button, -select { - text-transform: none -} - -button, -html input[type="button"], -input[type="reset"] { - -webkit-appearance: button; - cursor: pointer -} - -button[disabled], -html input[disabled] { - cursor: default -} - -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0 -} - -input { - line-height: normal -} - -input[type='checkbox'], -input[type='radio'] { - box-sizing: border-box; - padding: 0 -} - -input[type='number']::-webkit-inner-spin-button, -input[type='number']::-webkit-outer-spin-button { - height: auto -} - -input[type='search'] { - -webkit-appearance: none -} - -input[type='search']::-webkit-search-cancel-button, -input[type='search']::-webkit-search-decoration { - -webkit-appearance: none -} - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: .35em .625em .75em -} - -legend { - border: 0; - padding: 0 -} - -textarea { - overflow: auto -} - -optgroup { - font-weight: bold -} - -table { - border-collapse: collapse; - border-spacing: 0 -} - -td, -th { - padding: 0 -} - - - - -::-webkit-scrollbar { - width: 0; /* Remove scrollbar space */ - background: transparent; /* Optional: just make scrollbar invisible */ -} -.overlay{ - z-index:-1; - position:fixed; - top:0; - right:0; - min-width:100%; - min-height:100%; - height:auto; - width:auto; - background-color:black; - opacity: 0.7; -} - -[class^="w-icon-"], -[class*=" w-icon-"] { - font-family: 'webflow-icons' !important; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale -} - - -* { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box -} - -html { - height: 100% -} - -body { - margin: 0; - min-height: 100%; - background-color: #fff; - font-family: Arial, sans-serif; - font-size: 14px; - line-height: 20px; - color: #333 -} - -img { - max-width: 100%; - vertical-align: middle; - display: inline-block -} - -html.w-mod-touch * { - background-attachment: scroll !important -} - -.video-bg{ - object-fit: cover; - height:100vh; - width: 100vw; - z-index:-200; - position:fixed; - top:0; - right:0; - -} -@media screen and (min-width:1600px){ - .video-bg{ - object-fit: cover; - /* width:100vw; */ - z-index:-200; - position:fixed; - top:0; - right:0; - - } -} - -.w-block { - display: block -} - -.w-inline-block { - max-width: 100%; - display: inline-block -} - -.w-clearfix:after { - clear: both -} - -.w-hidden { - display: none -} - -.w-button { - display: inline-block; - padding: 9px 15px; - background-color: #3898EC; - color: white; - border: 0; - line-height: inherit; - text-decoration: none; - cursor: pointer; - border-radius: 0 -} - - -html[data-w-dynpage] [data-w-cloak] { - color: transparent !important -} - - -h1, -h2, -h3, -h4, -h5, -h6 { - font-weight: bold; - margin-bottom: 10px -} - -h1 { - font-size: 38px; - line-height: 44px; - margin-top: 20px -} - -h2 { - font-size: 32px; - line-height: 36px; - margin-top: 20px -} - -h3 { - font-size: 24px; - line-height: 30px; - margin-top: 20px -} - -h4 { - font-size: 18px; - line-height: 24px; - margin-top: 10px -} - -h5 { - font-size: 14px; - line-height: 20px; - margin-top: 10px -} - -h6 { - font-size: 12px; - line-height: 18px; - margin-top: 10px -} - -p { - margin-top: 0; - margin-bottom: 10px -} - -blockquote { - margin: 0 0 10px 0; - padding: 10px 20px; - border-left: 5px solid #E2E2E2; - font-size: 18px; - line-height: 22px -} - -figure { - margin: 0; - margin-bottom: 10px -} - -figcaption { - margin-top: 5px; - text-align: center -} - -ul, -ol { - margin-top: 0; - margin-bottom: 10px; - padding-left: 40px -} - -.w-list-unstyled { - padding-left: 0; - list-style: none -} - - - -fieldset { - padding: 0; - margin: 0; - border: 0 -} - -button, -html input[type='button'], -input[type='reset'] { - border: 0; - cursor: pointer; - -webkit-appearance: button -} - -a { - color: inherit; -} - -::selection { - background: #00e9ba; - color: #000000; - text-shadow: none; -} - -body:hover .cursorr { - opacity: 1.0; -} - -/* Blending Modes on Item */ -.normal-item { - mix-blend-mode: normal; -} - -.multiply-item { - mix-blend-mode: multiply; -} - -.screen-item { - mix-blend-mode: screen; -} - -.overlay-item { - mix-blend-mode: overlay; -} - -.darken-item { - mix-blend-mode: darken; -} - -.lighten-item { - mix-blend-mode: lighten; -} - -.color-dodge-item { - mix-blend-mode: color-dodge; -} - -.color-burn-item { - mix-blend-mode: color-burn; -} - -.difference-item { - mix-blend-mode: difference; -} - -.exclusion-item { - mix-blend-mode: exclusion; -} - -.hue-item { - mix-blend-mode: hue; -} - -.saturation-item { - mix-blend-mode: saturation; -} - -.color-item { - mix-blend-mode: color; -} - -.luminosity-item { - mix-blend-mode: luminosity; -} - -.bg_grid--wrap { - mix-blend-mode: overlay; -} - -/* Elipsis cut off text. Must be a paragraph text, change the 6 to desired number of lines */ -.my-class { - display: -webkit-box; - -webkit-line-clamp: 6; - -webkit-box-orient: vertical; -} - -/* sets pointer events */ -.no-click { - pointer-events: none; -} - -.dot-group { - pointer-events: none; -} - -.sherpa1-wrap { - pointer-events: none; -} - -.edge-wrapper { - pointer-events: none; -} - -.click-allowed { - pointer-events: auto; -} - -.bg_grain, -.bg_grid--wrap, -.bg-radial, -.layout_underlay { - pointer-events: none; -} - -.video-overlay__video, -.video-overlay__video1 { - pointer-events: none; -} - -.stats_grid--wrap { - pointer-events: none; -} - -.game_card--underlay { - pointer-events: none; -} - -.game_card--stars, -.game_card--underlay { - pointer-events: none; -} - -.game_popup--wrap { - pointer-events: auto; -} - -.invest_item { - user-select: none; -} - -.s2_hud { - pointer-events: none; -} - -.btn_b.is--hud { - pointer-events: auto; -} - -.progress_bar { - pointer-events: none; -} - -.cursorr { - pointer-events: none; -} - - -.splide__slide.is-active { - opacity: 1.0; - transform: scale(1.05); -} - -/* TEAM STYLING */ -.team_item:nth-child(even) .team_av--frame1 { - display: none; -} - -.team_item:nth-child(even) .team_circle--1 { - border-color: magenta; -} - -.team_item:nth-child(odd) .team_av--frame2 { - display: none; -} - -.team_item:nth-child(odd) .team_circle--1 { - border-color: cyan; -} - -/* GAME ASSETS */ - -.game_card--item:nth-child(even) .game_subhead { - color: magenta; -} - -.btn_b, -.btn_b--bgwrap, -.btn_a--bgwrap, -.btn_b--bg, -.hud_btn--under { - clip-path: polygon(83% 100%, 86% 98%, 99% 78%, 100% 71%, 100% 8%, 99% 4%, 98% 1%, 94% 0, 4% 0, 2% 2%, 1% 5%, 0 8%, 0 92%, 1% 97%, 2% 98%, 4% 100%); -} - -.btn_b--bgwrap { - background: linear-gradient(-90deg, #00e9ba, #f800ff); - background-size: 200% 200%; - -webkit-animation: Gradient 5s ease infinite; - -moz-animation: Gradient 5s ease infinite; - animation: Gradient 5s ease infinite; -} - -.btn_a--bgwrap { - background: linear-gradient(90deg, #00e9ba, #f800ff); - background-size: 200% 200%; - -webkit-animation: Gradient 5s ease infinite; - -moz-animation: Gradient 5s ease infinite; - animation: Gradient 5s ease infinite; -} - -.game_card--item:nth-child(even) .game_base--glow.is--green { - display: none; -} - -#anchor-section-id:focus { - border: none !important; - outline: none !important; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.w-row:after { - clear: both -} - -.w-row .w-row { - margin-left: 0; - margin-right: 0 -} - -.w-col { - position: relative; - float: left; - width: 100%; - min-height: 1px; - padding-left: 10px; - padding-right: 10px -} - -.w-col .w-col { - padding-left: 0; - padding-right: 0 -} - -.w-col-1 { - width: 8.33333333% -} - -.w-col-2 { - width: 16.66666667% -} - -.w-col-3 { - width: 25% -} - -.w-col-4 { - width: 33.33333333% -} - -.w-col-5 { - width: 41.66666667% -} - -.w-col-6 { - width: 50% -} - -.w-col-7 { - width: 58.33333333% -} - -.w-col-8 { - width: 66.66666667% -} - -.w-col-9 { - width: 75% -} - -.w-col-10 { - width: 83.33333333% -} - -.w-col-11 { - width: 91.66666667% -} - -.w-col-12 { - width: 100% -} - -.w-hidden-main { - display: none !important -} - -@media screen and (max-width:991px) { - - .w-hidden-main { - display: inherit !important - } - .w-hidden-medium { - display: none !important - } - .w-col-medium-1 { - width: 8.33333333% - } - .w-col-medium-2 { - width: 16.66666667% - } - .w-col-medium-3 { - width: 25% - } - .w-col-medium-4 { - width: 33.33333333% - } - .w-col-medium-5 { - width: 41.66666667% - } - .w-col-medium-6 { - width: 50% - } - .w-col-medium-7 { - width: 58.33333333% - } - .w-col-medium-8 { - width: 66.66666667% - } - .w-col-medium-9 { - width: 75% - } - .w-col-medium-10 { - width: 83.33333333% - } - .w-col-medium-11 { - width: 91.66666667% - } - .w-col-medium-12 { - width: 100% - } - .w-col-stack { - width: 100%; - left: auto; - right: auto - } -} -@media screen and (min-width) and (max-width:767px){ - .container.is--team { - width: 100%; - padding-top: 20em; - padding-bottom: 8em; - overflow-x: hidden; - } -} - -body { - /* background-color: #000; */ - font-family: 'Punta flat', sans-serif; - color: #fff; - font-size: 1vw; - line-height: 1; - font-weight: 300; - letter-spacing: 1px; -} - -h1 { - margin-top: 0px; - margin-bottom: 0px; - font-size: 4em; - line-height: 1; - font-weight: 700; -} - -h2 { - margin-top: 0px; - margin-bottom: 0px; - font-size: 3em; - line-height: 1.4; - letter-spacing: 1px; -} - -h3 { - margin-top: 0px; - margin-bottom: 0px; - font-size: 2em; - line-height: 1.4; - font-weight: 300; - letter-spacing: 1px; -} - -h4 { - margin-top: 0px; - margin-bottom: 0px; - font-size: 1.3em; - line-height: 1.4; - font-weight: 400; - letter-spacing: 4px; -} - -h5 { - margin-top: 0px; - margin-bottom: 0px; - font-size: 1em; - line-height: 1.4; - font-weight: 700; -} - -h6 { - margin-top: 0px; - margin-bottom: 0px; - font-size: 0.85em; - line-height: 1.4; - font-weight: 700; -} - -p { - margin-top: 0px; - margin-bottom: 0px; - font-size: 1.2em; - line-height: 1.2; -} - -a { - color: #00e9ba; - font-size: 1em; - text-decoration: none; -} - -ul { - margin-top: 0px; - margin-bottom: 10px; - padding-left: 40px; -} - -li { - margin-top: 0.5em; - margin-bottom: 0.5em; -} - -strong { - font-weight: bold; -} -blockquote { - margin-bottom: 1em; - padding: 1em 2em; - border-left: 0.4em solid #e2e2e2; - font-size: 140%; - line-height: 1.6; -} -/* key */ -.container { - position: relative; - overflow-y: scroll; - z-index: 1; - height:160%; - width: 100%; - padding: 0em 5em 5em; - -o-object-fit: fill; - -} - -.container.is--game { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - padding-top: 0em; - padding-bottom: 10em; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} -/* tag */ -.container.is--game-p { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; -} -.section.is--game { - width:100%; - z-index: 10; - overflow: hidden; - padding-top: 10px; -} -.paragraph { - line-height: 1.4; -} - -.paragraph.line-spacing { - line-height: 2.5; -} - -.navy-bg { - /* background-color: #1c2230; */ - color: #fff; -} - -.pink-bg { - background-color: #00e9ba; - color: #fff; -} - -.white-bg { - background-color: #fff; - color: #1c2230; -} -.overflow-hidden { - overflow: hidden; -} - -.divider { - width: 1em; - height: 1em; -} - -.white-text { - color: #fff; -} -.drop-shadow { - box-shadow: 9px 9px 50px 3px rgba(28, 34, 48, 0.15); -} - -.drop-shadow.pink { - box-shadow: 9px 9px 50px 3px rgba(230, 36, 123, 0.5); -} - -.btn { - padding-right: 2em; - padding-left: 2em; - border-radius: 50px; - background-color: #00e9ba; - font-size: 1.2em; - text-align: center; - cursor: pointer; -} -.btn:hover { - opacity: 0.8; -} - -.btn.white { - background-color: #fff; - color: #00e9ba; -} - -.btn-wrap { - display: inline-block; - margin-top: 1em; - margin-right: 1em; - margin-left: 1em; - padding-bottom: 1em; -} -.image-6 { - max-width: 60%; -} - -.no-scroll { - overflow: hidden; -} - -.size3-text { - margin-top: 10px; - margin-bottom: 15px; - font-size: 30px; - line-height: 38px; - font-weight: 300; - text-transform: none; -} - -.btn_b--bg { - z-index: 2; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - width: 100%; - height: 100%; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; -} - -.codeblock_svg-clip { - position: absolute; - left: 0%; - top: 0%; - right: auto; - bottom: auto; - display: none; - width: 0px; - height: 0px; -} - -.btn_b--bgwrap { - position: absolute; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: 0; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - padding: 2px; - background-image: linear-gradient(261deg, #f800ff, #00e9ba); -} - -.btn_b { - position: relative; - z-index: 1; - cursor: pointer; -} -.btn_b--fill { - position: absolute; - left: auto; - top: 0%; - right: -10%; - bottom: 0%; - z-index: 0; - width: 120%; - border-radius: 50px; - background-color: #000; -} - -.btn_b--textwrap { - position: relative; - top: 1px; - z-index: 20; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - padding: 1em 1.3em; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.btn_b--txt { - color: #fff; -} - -.bg_grain { - position: fixed; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: 999999; - display: none; - width: 100vw; - height: 100vh; - background-image: url("https://assets.website-files.com/61accf1d4dff7dd5e8357917/61ae1d80aba981aea5670372_grain-p24%20(1).png"); - background-position: 0px 0px; - background-size: 200px; -} - -.btn_a { - position: relative; -} - -.game_grid--wrap { - display: -ms-grid; - display: grid; - width: 100%; - grid-auto-columns: 1fr; - grid-column-gap: 16px; - grid-row-gap: 16px; - -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; - grid-template-columns: 1fr 1fr 1fr 1fr 1fr; - -ms-grid-rows: auto; - grid-template-rows: auto; -} - -.game_card { - position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - padding: 1em; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: end; - -webkit-align-items: flex-end; - -ms-flex-align: end; - align-items: flex-end; -} - -.game_card--underlay { - position: absolute; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: -1; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.game_card--stars { - position: relative; - z-index: 10; -} - -.game_stars--img2 { - position: absolute; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; -} - -.game_base--img { - position: absolute; - left: 0%; - top: auto; - right: 0%; - bottom: 5%; - width: 100%; - max-width: none; - -webkit-transform: scale(1.4); - -ms-transform: scale(1.4); - transform: scale(1.4); - mix-blend-mode: screen; -} - -.game_base--glow { - position: absolute; - left: auto; - top: auto; - right: auto; - bottom: 9%; - z-index: 0; - width: 90%; - max-width: none; -} - -.game_character--wrap { - position: absolute; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: 5; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.game_caracter { - cursor:pointer; - position: relative; - max-height: 50%; - max-width: 70%; -} - -.game_card--outer { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.game_info--wrap { - cursor:pointer; - width: 100%; - margin-top: 2em; - text-align: center; -} - -.game_list--wrapper { - width: 100%; -} - -.game_card--item { - position: relative; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} -.game_card--item.active-item { - display: block; -} - -.game_popup--wrap { - position: fixed; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: 300; - display: none; - padding-top: 10em; - padding-bottom: 10em; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - background-color: rgba(0, 0, 0, 0.8); -} - -.game-p_headline { - font-size: 3em; -} - -.game-p_half1 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - max-width: 44em; - margin-right: 3em; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; - -webkit-box-flex: 1; - -webkit-flex: 1; - -ms-flex: 1; - flex: 1; -} - -.game-p_type--wrap { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.web_link { - border-bottom: 1px solid #fff; - -webkit-transition: border-color 200ms ease; - transition: border-color 200ms ease; -} - -.web_link:hover { - border-bottom-color: #00e9ba; -} - -.game-p_subhead { - color: #00e9ba; -} - -.game-p_half2 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - width: 100%; - max-width: 44em; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; -} - -.game-p_content--wrap { - position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - width: 100%; -} - -.game-p_close-x { - position: absolute; - left: auto; - top: 0em; - right: 0em; - bottom: auto; - z-index: 999; - padding: 1.8em; -} - -.game-p_trigger { - position: absolute; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: 99999; - cursor: pointer; -} - -.game-p_trigger.no-click { - z-index: 200; -} - -.game_heading--wrap { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - margin-bottom: 5em; - margin-top: 5em; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - text-align: center; -} - -.game_headline--text { - margin-right: 1.9em; - margin-left: 1.9em; -} - -.game_line--wrap { - height: 2.3em; -} - -.game_line--wrap.is--2 { - position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - height: 2.4em; - padding-right: 1.2em; - -webkit-box-pack: end; - -webkit-justify-content: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.game_line--wrap.is--1 { - position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - padding-right: 1.2em; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.game_line--1 { - position: absolute; - width: 100em; - height: 1px; - background-color: #fff; - opacity: 0.55; -} - -.game_line--1.is--2 { - left: 1.2em; -} - -.game_line--1.is--team { - left: 1.2em; - width: 200em; -} - -.game_circle--1 { - position: absolute; - left: auto; - top: 0%; - right: 0%; - bottom: 0%; - width: 2.4em; - height: 2.4em; - border-style: solid; - border-width: 1px; - border-color: #00e9ba; - border-radius: 100%; -} - -.game_circle--1.is--2 { - left: 0%; - top: 0%; - right: auto; - bottom: 0%; -} - -.game_line--fill { - position: absolute; - left: -144.6458px; - width: 1em; - height: 1px; - background-color: #00e9ba; -} - -.game_line--fill.is--2 { - left: 244.3542px; -} - -.game_subhead { - color: #00e9ba; -} - -.is--blur { - -webkit-filter: blur(50px); - filter: blur(50px); -} - -.display-none { - display: none; -} - -.text__swap { - display: inline-block; - color: #00e9ba; -} - -.btn_a--bgwrap { - position: absolute; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: 0; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - padding: 2px; - background-image: linear-gradient(261deg, #f800ff, #00e9ba); -} - -.text-opacity { - opacity: 0.3; - -webkit-transition: opacity 350ms ease; - transition: opacity 350ms ease; -} - -.text-block { - font-size: 3em; -} - - -.image-12 { - height: 3em; -} - -.team_list { - display: -ms-grid; - display: grid; - grid-column-gap: 5em; - grid-row-gap: 3em; - grid-template-columns: repeat(auto-fill, minmax(12em, 1fr)); - -ms-grid-rows: auto; - grid-template-rows: auto; - -} -.team_item { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; -} - -.team_av--wrap { - position: relative; -} - -.team_av--frame1 { - position: absolute; -} - -.team_av--frame2 { - position: absolute; -} - -.team_av--frame-base { - position: relative; - opacity: 0; -} - -.team_av--imgwrap { - position: absolute; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: -1; - overflow: hidden; - margin: 5px; - background-color: rgba(0, 0, 0, 0.42); -} - -.team_info--wrap { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; -} - -.team_side--wrap { - position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - width: 3em; - padding-top: 2em; - -webkit-box-pack: end; - -webkit-justify-content: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; -} - -.team_side--line { - position: relative; - bottom: 8px; - height: 4.5em; -} - -.team_circle--1 { - position: absolute; - left: 0%; - top: 0.6em; - right: auto; - bottom: auto; - width: 2em; - height: 2em; - border-style: solid; - border-width: 1px; - border-color: #00e9ba; - border-radius: 100%; -} - -.team_circle--1.is--2 { - left: 0%; - top: 0%; - right: auto; - bottom: 0%; -} - -.team_text--wrap { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - width: 100%; - margin-left: 1em; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: end; - -webkit-justify-content: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; -} - -.team_row { - position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - width: 100%; - padding-top: 18px; - -webkit-box-align: end; - -webkit-align-items: flex-end; - -ms-flex-align: end; - align-items: flex-end; -} - -.team_name { - font-size: 2em; -} - -.team_job--wrap { - position: absolute; - left: 0%; - top: auto; - right: auto; - bottom: 0%; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - margin-left: 1em; -} - -.team_bracket { - color: #00e9ba; -} - - - -.team_job--wrap-wrap { - position: relative; -} - -.image-14 { - position: relative; - left: 0.7em; - top: 0.7em; -} - -.team_heading--wrap { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - margin-bottom: 5em; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.team_headline--text { - margin-right: 1.9em; -} - -.span_green { - color: #00e9ba; -} - -.span_gradient { - background-image: linear-gradient(266deg, #00e9ba, #f800ff); - color: #00e9ba; - -webkit-background-clip: text; - background-clip: text; - -webkit-text-fill-color: transparent; -} -.scroll-trigger { - position: absolute; - left: 0%; - top: auto; - right: 0%; - bottom: 0%; -} -.adv_title--wrap { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; -} - -.span_alt { - font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -} -.text-block-2 { - color: #00e9ba; -} - -.image-15 { - position: absolute; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - width: 100%; -} - -.white_tooltip--wrap { - position: absolute; - z-index: 10; - padding: 0.5em 0.4em 0.4em; - border-radius: 4px; - background-color: #000; - opacity: 0; -} - -.no-scroll-test { - position: fixed; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: 999999; - display: none; - background-color: rgba(0, 0, 0, 0.85); -} - -.testblock { - width: 10em; - height: 2em; - background-color: #f800ff; -} - -.adv_bio--text { - margin-top: 2em; - font-size: 1.2em; - line-height: 1.2; -} - -.grid2_content--wrap { - position: relative; - border-radius: 20px; -} - -.fixed_g-list--wrap { - position: absolute; - z-index: 20; -} - -.fixed_g-list--list { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - width: 100%; - grid-auto-columns: 1fr; - -ms-grid-columns: 1fr 1fr 1fr 1fr; - grid-template-columns: 1fr 1fr 1fr 1fr; - -ms-grid-rows: auto; - grid-template-rows: auto; - /* overflow-y: scroll; */ -} -.fixed_g-list--item { - position: relative; - display: none; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.fixed_g-list--item.active-item { - display: block; -} - -.fixed_glist--popup { - position: fixed; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - z-index: 300; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - padding-top: 10em; - padding-bottom: 10em; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - background-color: rgba(0, 0, 0, 0.8); -} - -.game_card--item2 { - position: relative; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.game_card--item2.active-item { - display: block; -} - -.adv_biocard--text { - display: none; - margin-top: 2em; - font-size: 1.2em; - line-height: 1.2; -} - -.game_card--item22 { - position: relative; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.game_card--item22.active-item { - display: block; -} - -.game-p_close-x2 { - position: absolute; - left: auto; - top: 10em; - right: 10em; - bottom: auto; - z-index: 999; - padding: 1.8em; -} - -.image-16 { - -o-object-fit: cover; - object-fit: cover; -} - - -.i__heading { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - font-size: 0.83em; - line-height: 2; - font-weight: 700; -} - -.viewport { - position: absolute; - left: 0%; - top: 0%; - right: 0%; - bottom: auto; - z-index: 0; - width: 100vw; - height: 100vh; -} -.viewport_wrap { - position: fixed; - left: 0%; - top: 0%; - right: 0%; - bottom: auto; - z-index: -1; - width: 100vw; - height: 100vh; -} - -.s_2 { - position: relative; - z-index: 2; -} - -.s_2.is--game { - z-index: 10; - overflow: hidden; - padding-top: 10px; -} -/* imp */ -.s_2.is--assets { - overflow: hidden; -} - -.test_body { - background-color: #1b1b1b; -} - -.image-17 { - position: absolute; - left: 1em; - width: 14em; -} - -.image-18 { - height: 3em; -} - -.codeblock_svg-clipb { - position: absolute; - left: 0%; - top: 0%; - right: auto; - bottom: auto; - width: 0px; - height: 0px; -} - -.ob_link { - display: block; - margin-left: 1em; - opacity: 0.7; - font-size: 0.88em; - text-decoration: none; -} - -.ob_link:hover { - opacity: 1; -} -.span_ob { - border-bottom: 1px solid #00e9ba; - font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; - font-weight: 700; - letter-spacing: 0px; -} - -.span_ob:hover { - border-bottom-color: #00e9ba; - color: #00e9ba; -} - -.bold-text { - font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; -} - - - -@media screen and (max-width: 991px) { - -.team_list { - display: -ms-grid; - display: grid; - grid-column-gap: 5em; - grid-row-gap: 3em; - grid-template-columns: repeat(auto-fill, minmax(12em, 1fr)); - -ms-grid-rows: auto; - grid-template-rows: auto; - -} - - body { - font-size: 12px; - } - p { - font-size: 13px; - } - /* tag */ - .container { - overflow-y: scroll; - padding-right: 2em; - padding-left: 2em; - } - .btn_b--bg { - position: relative; - overflow: hidden; - border-radius: 10px; - } - .btn_b--bgwrap { - padding: 2px; - border-radius: 10px; - } - - .btn_b--fill { - border-radius: 0px; - } - - - .btn_a { - border-radius: 10px; - } - - .game_grid--wrap { - -ms-grid-columns: 1fr 1fr 1fr; - grid-template-columns: 1fr 1fr 1fr; - } - .btn_a--bgwrap { - border-radius: 10px; - } - - .team_circle--1 { - width: 1em; - height: 1em; - } - .team_row.is--top { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; - } - .team_job--wrap { - position: relative; - margin-left: 0em; - } - - .team_job--wrap-wrap { - position: relative; - } - - .fixed_g-list--list { - -ms-grid-columns: 1fr 1fr 1fr; - grid-template-columns: 1fr 1fr 1fr; - } - .adv_biocard--text { - display: block; - font-size: 1.3em; - line-height: 1.3; - } - -} - -@media screen and (max-width: 767px) { - .game_grid--wrap { - -ms-grid-columns: 1fr 1fr; - grid-template-columns: 1fr 1fr; - } - .team_list { - /* -ms-grid-columns: 1fr 1fr; */ - grid-template-columns: repeat(auto-fill, minmax(12em, 1fr)); - } - .fixed_g-list--list { - -ms-grid-columns: 1fr 1fr; - grid-template-columns: 1fr 1fr; - } -} -@media screen and (min-width: 912px) and (max-width:1023px) { - .container.is--game-p { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - } -} -@media screen and (min-width: 540px) and (max-width:767px){ - .container.is--game-p { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - padding-top: 5em; - } -} -@media screen and (min-width: 280px) and (max-width:299px){ - .container { - position: relative; - z-index: 1; - height: 180%; - width: 100%; - padding: 2em 2em ; - } - .container.is--game-p { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - } -} -@media screen and (min-width: 1024px) and (max-width:1280px){ - - /* key */ - .container { - position: relative; - z-index: 1; - width: 150%; - } - .game-p_close-x { - left: auto; - top: 0em; - right: 0em; - right: 0%; - bottom: auto; - } - - .container.is--game-p { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - } -} - - -@media screen and (min-width: 299px) and (max-width: 479px){ - .container.is--game-p { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - - } -} - - -@media screen and (max-width: 479px) { - .container.is--team { - width: 100%; - padding-top: 18em; - padding-bottom: 8em; - overflow-x: hidden; - } - .game_grid--wrap { - -ms-grid-columns: 1fr; - grid-template-columns: 1fr; - } - .game_popup--wrap { - display: none; - grid-auto-columns: 1fr; - -ms-grid-columns: 1fr 1fr; - grid-template-columns: 1fr 1fr; - -ms-grid-rows: auto auto; - grid-template-rows: auto auto; - } - .game-p_half2 { - width: 100%; - max-width: 10em; - margin-top: 1em; - } - .game-p_img { - max-height: 10em; - } - .game-p_content--wrap { - overflow-y: scroll; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - } - .game-p_close-x { - left: auto; - top: 0em; - right: 0em; - bottom: auto; - } - - .container { - overflow-y: scroll; - padding-right: 2em; - padding-left: 2em; - } - - .team_list { - grid-template-columns: repeat(auto-fill, minmax(12em, 1fr)); - - } - .team_heading--wrap { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; - } - .team_headline--text { - margin-bottom: 2em; - } - - .fixed_g-list--list { - -ms-grid-columns: 1fr; - grid-template-columns: 1fr; - scroll-behavior: smooth; - /* overflow-y: scroll; */ - } - .fixed_g-list--item.active-item { - position: fixed; - left: 0%; - top: 0%; - right: 0%; - bottom: 0%; - } - .fixed_glist--popup { - grid-auto-columns: 1fr; - -ms-grid-columns: 1fr 1fr; - grid-template-columns: 1fr 1fr; - -ms-grid-rows: auto auto; - grid-template-rows: auto auto; - } -} -@media screen and (max-width: 991px) { - - .game-p_close-x { - left: auto; - top: 0em; - right: 0%; - bottom: auto; - } - -} -@media screen and (min-width:479px) and (max-width: 767px) { - .container.is--team { - width: 100%; - padding-top: 12em; - padding-bottom: 8em; - overflow-x: hidden; - } -} -@media screen and (min-width:767px) and (max-width: 990px) { - .container.is--team { - width: 100%; - padding-top: 200px; - padding-bottom: 8em; - overflow-x: hidden; - } -} -@media screen and (min-width:991px){ - .container.is--team { - width: 100%; - padding-top:250px; - padding-bottom: 8em; - overflow-x: hidden; - } -} -@media screen and (min-width:1300px){ - .container.is--team { - width: 100%; - padding-top:125px; - padding-bottom: 8em; - overflow-x: hidden; - } -} -@font-face { - font-family: 'Punta flat'; - src: url('https://assets.website-files.com/61accf1d4dff7dd5e8357917/61acd7172fe0f22fae4c8e5b_Punta%20Flat%20Light.woff2') format('woff2'); - font-weight: 300; - font-style: normal; - font-display: swap; -} \ No newline at end of file diff --git a/flow/static/team_page.css b/flow/static/team_page.css deleted file mode 100644 index 3a2d6ad..0000000 --- a/flow/static/team_page.css +++ /dev/null @@ -1,279 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One"); -html, body { - overflow: hidden !important; -} -.page { - height: 100%; -} - -.wrapper { - overflow: hidden; -} - -.content { - height: 230vh; - transform-origin: top right; - transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1); - color: wheat; - overflow: hidden; - display: flex; - justify-content: center; -} - -.content_inner { - height: 50%; - /* padding: 50px 20%; */ -} - -.sc { - display: flex; - justify-content: center; -} - -.fa-backward { - bottom: 40px; - position: absolute; - left: 10vw; - z-index: 10000; - height: 40px; - transform: rotate(180deg); -} - -.fa-forward { - bottom: 40px; - position: absolute; - right: 10vw; - z-index: 10000; - height: 40px; -} - -.fas:hover { - cursor: pointer; -} - -.teams-container { - width: 100%; - display: flex; - justify-content: center; -} - -.content_innermost { - padding: 50px 20%; -} - -/* basically all styling from now on */ - -.menu_toggle { - z-index: 900; - position: fixed; - top: 0; - right: 0; - display: block; - cursor: pointer; - width: 100px; - height: 80px; - background-color: transparent; - border-bottom-right-radius: 100%; -} - -.menu_close { - color: teal !important; -} - -.menu_open { - color: teal !important; -} - -.menu_toggle:active i { - opacity: 0.8; -} - -.menu_toggle i { - color: #f0f0f0; -} - -.menu_toggle .menu_open, .menu_toggle .menu_close { - position: absolute; - top: 50%; - left: 50%; - margin-top: -15px; - margin-left: -12px; - transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1); -} - -.menu_toggle .menu_open { - transform-origin: -100px -100px; -} - -.menu_toggle .menu_close { - transform: rotate(20deg); - transform-origin: 100px 180px; -} - -.menu_items { - position: fixed; - bottom: 0; - right: 25px; - list-style-type: none; - margin: 0; - padding: 0; - z-index: -1; -} - -.menu_items li { - height: 60px; - margin-bottom: 30px; - margin-left: 30px; - transform: translateX(-300px); - transition: transform 0.7s 0s cubic-bezier(1, 0.005, 0.24, 1); - color: #584E4A !important; -} - -.menu_items li:nth-child(2) { - margin-left: -5px; -} - -.menu_items li:nth-child(3) { - margin-left: -63px; -} - -.menu_items li:nth-child(4) { - margin-left: -110px; -} - -.menu_items li:nth-child(5) { - margin-left: -165px; -} - -.menu_items a { - display: block; - font-family: "Pathway Gothic One", sans-serif; - text-decoration: none; - text-transform: uppercase; - letter-spacing: 2px; - color: black; - transition: color 0.2s; -} - -.menu_items a .icon { - position: relative; - display: inline-block; - margin-right: 25px; - color: black; -} - -.menu_items a .icon:after { - position: absolute; - top: 50%; - left: 50%; - content: ""; - display: block; - width: 60px; - height: 60px; - margin-left: -33px; - margin-top: -32px; - border-radius: 100%; - border: 2px solid black; - transition: border-color 0.2s; -} - -.menu_items a:hover { - color: #f0f0f0; -} - -.menu_items a:hover .icon:after { - border-color: #30D692; -} - -.menu_items a:active .icon { - color: #30D692; -} - -.shazam { - z-index: 1001; -} - -.shazam .content { - height: 230%; - transform: rotate(30deg); -} - -.shazam .menu_open { - transform: rotate(-20deg); - color: black; -} - -.shazam .menu_close { - transform: rotate(0); -} - -.shazam .menu_items li { - transform: translateX(0); - transition: transform 0.35s 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275); -} - -.shazam .menu_items li:nth-child(2) { - transition-delay: 0.47s; -} - -.shazam .menu_items li:nth-child(3) { - transition-delay: 0.48s; -} - -h1 { - padding-bottom: 15px; -} - - -/* .content{ -transform-origin: top left; -transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1); -background-color: #141615; -color: wheat; - -} */ - - -@media only screen and (max-width:576px) { - .content { - min-width: fit-content; - overflow: hidden; - } - .menu_items a .icon:after { - width: 60px; - height: 60px; - margin-left: -33px; - margin-top: -32px; - border-radius: 100%; - border: 2px solid black; - transition: border-color 0.2s; - } - .shazam .content { - transform: rotate(40deg); - } -} - -@media only screen and (min-width: 1200px) { - .shazam .content { - transform: rotate(40deg); - } -} - -@media only screen and (min-width: 1440px) { - .shazam .content { - transform: rotate(40deg); - } -} - - -@media only screen and (min-width: 1600px) { - .shazam .content { - transform: rotate(40deg); - } -} - -@media only screen and (min-width: 1900px) { - .shazam .content { - transform: rotate(40deg); - } -} \ No newline at end of file diff --git a/flow/static/teambgvideo.mp4 b/flow/static/teambgvideo.mp4 deleted file mode 100644 index 668c9bf..0000000 Binary files a/flow/static/teambgvideo.mp4 and /dev/null differ diff --git a/flow/static/teams_page.js b/flow/static/teams_page.js deleted file mode 100644 index a0cbb48..0000000 --- a/flow/static/teams_page.js +++ /dev/null @@ -1,15 +0,0 @@ -var $page = $('.wrapper') -let pos = 0 -$('.menu_toggle').on('click', function () { - $page.toggleClass('shazam') - var wrapper = document.getElementById('wrapper') - wrapper.style.overflow = 'hidden' - - // if (!$page.hasClass('shazam')) { - // document.getElementsByClassName('content')[0].style.backgroundSize = '450%' - // setTimeout(() => { - // document.getElementsByClassName('content')[0].style.backgroundSize = - // 'cover' - // }, 700) - // } -}) diff --git a/flow/static/timeline.css b/flow/static/timeline.css deleted file mode 100644 index 1708261..0000000 --- a/flow/static/timeline.css +++ /dev/null @@ -1,202 +0,0 @@ -body { - font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif; - font-size: 16px; - line-height: 1.75; - margin: 0; - padding: 0; -} - -#timeline { - display: flex; - background-color: #031625; -} - -#timeline:hover .tl-item { - width: 23.3333%; -} - -@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One"); -body { - margin: 0; - padding: 0; -} - -* { - box-sizing: border-box; -} - -html, body { - height: 100%; -} - -.page { - height: 100%; - background-color: #584E4A; -} - -.content { - height: 200%; - min-width: 1460px; - transform-origin: top left; - transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1); - background-color: #141615; - color: wheat; -} - -.content_inner { - height: 50%; - overflow-y: auto; - /* padding: 50px 20%; */ -} - -.content_innermost { - padding: 50px 20%; -} - -/* basically all styling from now on */ - -.menu_toggle { - z-index: 900; - position: fixed; - top: 0; - left: 0; - display: block; - cursor: pointer; - width: 100px; - height: 80px; - background-color: transparent; - padding: 20px; -} - -.tl-item { - transform: translate3d(0, 0, 0); - position: relative; - width: 25%; - height: 100vh; - min-height: 600px; - color: #fff !important; - overflow: hidden; - transition: width 0.5s ease; -} - -.tl-item:before, .tl-item:after { - transform: translate3d(0, 0, 0); - content: ""; - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; -} - -.tl-item:after { - background: rgba(3, 22, 37, 0.85); - opacity: 1; - transition: opacity 0.5s ease; -} - -.tl-item:before { - background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%); - z-index: 1; - opacity: 0; - transform: translate3d(0, 0, 0) translateY(50%); - transition: opacity 0.5s ease, transform 0.5s ease; -} - -.tl-item:hover { - width: 30% !important; -} - -.tl-item:hover:after { - opacity: 0; -} - -.tl-item:hover:before { - opacity: 1; - transform: translate3d(0, 0, 0) translateY(0); - transition: opacity 1s ease, transform 1s ease 0.25s; -} - -.tl-item:hover .tl-content { - opacity: 1; - transform: translateY(0); - transition: all 0.75s ease 0.5s; -} - -.tl-item:hover .tl-bg { - filter: grayscale(0); -} - -.tl-content { - transform: translate3d(0, 0, 0) translateY(25px); - font-family: "Pathway Gothic One", sans-serif; - position: relative; - z-index: 1; - text-align: center; - margin: 0 1.618em; - top: 55%; - opacity: 0; -} - -.tl-content h1 { - font-family: "Pathway Gothic One", sans-serif; - color: #1779cf; - font-size: 1.44rem; - font-weight: normal; -} - -.tl-year { - position: absolute; - top: 50%; - left: 50%; - transform: translateX(-50%) translateY(-50%); - z-index: 1; - border-top: 1px solid #fff; - border-bottom: 1px solid #fff; -} - -.tl-year p { - font-family: "Pathway Gothic One", sans-serif; - font-size: 1.728rem; - line-height: 0; -} - -.tl-bg { - transform: translate3d(0, 0, 0); - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - background-size: cover; - background-position: center center; - transition: filter 0.5s ease; - filter: grayscale(100%); -} - -a { - text-decoration: none; - color: white !important; -} - -.fas { - font-size: 30px !important; - color: #f0f0f0; -} - -@media only screen and (max-width: 576px) { - .tl-year p { - font-size: 15px; - } - .tl-content { - margin: 0 0.2rem; - } - .tl-content h1 { - font-size: 18px; - line-height: 22px; - } - .day_details { - font-size: 10px; - line-height: 10px; - } -} \ No newline at end of file diff --git a/flow/static/videos/bgattractions.mp4 b/flow/static/videos/bgattractions.mp4 deleted file mode 100644 index 011bc42..0000000 Binary files a/flow/static/videos/bgattractions.mp4 and /dev/null differ diff --git a/flow/static/workshop.css b/flow/static/workshop.css deleted file mode 100644 index 50ad89f..0000000 --- a/flow/static/workshop.css +++ /dev/null @@ -1,108 +0,0 @@ - - -/* workshops styles */ -#section2 { - background: #010936; - background: -webkit-linear-gradient(top, #010936, #3C0136); - background: -moz-linear-gradient(top, #010936, #3C0136); - background: linear-gradient(to bottom, #010936, #3C0136); - } - - .workshop { - width: 100%; - height: 100%; - } - - .title { - width: 100%; - text-align: left; - color: #ffffff; - margin-bottom: 10px; - margin-top: 130px; - padding-left: 100px; - } - - .workshop-wrap { - width: 100%; - height: calc(100vh - 130px); - display: flex; - flex-direction: row; - align-items: flex-start; - padding-top: 50px; - overflow-x: scroll !important; - -ms-overflow-style: none !important; - scrollbar-width: none !important; - } - - .workshop-wrap::-webkit-scrollbar { - display: none; - } - - .workshop-wrap > :first-child { - margin-left: 150px; - } - - .workshop-wrap a { - margin: 0 40px; - height: 310px; - width: 300px; - position: relative; - border: none; - box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4); - z-index: 3; - border-radius: 10px; - transition: transform 0.8s ease-in-out; - text-decoration: none; - animation: bounce 0.8s ease-in-out alternate-reverse infinite; - } - - .workshop-wrap a:hover { - transform: scale(1.1); - animation: none; - } - - .workshop-wrap a img { - height: 300px; - width: 300px; - object-fit: contain; - border: none; - border-radius: 10px 10px; - } - .workshop-name { - z-index: 100; - position: absolute; - bottom: 0; - left: 0; - font-size: 14px; - width: 100%; - height: 50px; - color: #ffffff; - text-align: center; - border-radius: 0px 0px 10px 10px; - background-image: linear-gradient( - rgba(0, 0, 0, 0) 0%, - rgba(0, 0, 0, 0.6) 30%, - rgba(0, 0, 0, 0.8) 50%, - rgba(0, 0, 0, 0.9) 80%, - rgba(0, 0, 0, 1) 100% - ); - } - .workshop-name p { - position: absolute; - top: 20px; - width: 100%; - left: 0; - } - - @media (max-width: 991px) { - .workshop-wrap > :first-child { - margin-left: 30px; - } - .title{ - text-align: center; - padding-left: 0; - } - .workshop-wrap a { - margin-left: 20px; - } - } \ No newline at end of file diff --git a/flow/templates/.DS_Store b/flow/templates/.DS_Store new file mode 100644 index 0000000..080de55 Binary files /dev/null and b/flow/templates/.DS_Store differ diff --git a/flow/templates/flow/.DS_Store b/flow/templates/flow/.DS_Store new file mode 100644 index 0000000..093a4b7 Binary files /dev/null and b/flow/templates/flow/.DS_Store differ diff --git a/flow/templates/flow/New Folder With Items/about.html b/flow/templates/flow/New Folder With Items/about.html new file mode 100644 index 0000000..70efe23 --- /dev/null +++ b/flow/templates/flow/New Folder With Items/about.html @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + {% for info in about %} + {{ about.identifier }} + {% endfor %} + + + \ No newline at end of file diff --git a/flow/templates/flow/New Folder With Items/attractions.html b/flow/templates/flow/New Folder With Items/attractions.html new file mode 100644 index 0000000..47efc74 --- /dev/null +++ b/flow/templates/flow/New Folder With Items/attractions.html @@ -0,0 +1,23 @@ + + + + + + + + + Attraction Page + + + + + + + {% for attraction in attractions %} + {{ attraction.name }} + {% endfor %} + + + \ No newline at end of file diff --git a/flow/templates/flow/New Folder With Items/categories.html b/flow/templates/flow/New Folder With Items/categories.html new file mode 100644 index 0000000..bbf17e2 --- /dev/null +++ b/flow/templates/flow/New Folder With Items/categories.html @@ -0,0 +1,23 @@ + + + + + + + + + Categories Page + + + + + + + {% for events in event_groups %} + {{ events.groupId }} + {% endfor %} + + + \ No newline at end of file diff --git a/flow/templates/flow/New Folder With Items/category.html b/flow/templates/flow/New Folder With Items/category.html new file mode 100644 index 0000000..ddf2d97 --- /dev/null +++ b/flow/templates/flow/New Folder With Items/category.html @@ -0,0 +1,159 @@ +{% load static %} + + + + + + + + {{ group.groupName }} + + + + + + + + +
+ +
+
+
+ {% for event in events %} +
+
+ {% endfor %} +
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/flow/templates/flow/New Folder With Items/faq.html b/flow/templates/flow/New Folder With Items/faq.html new file mode 100644 index 0000000..efd2ec8 --- /dev/null +++ b/flow/templates/flow/New Folder With Items/faq.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + {% for faq in faqs %} +

{{ faq.question }}

+
+

{{ faq.answer }}

+ {% endfor %} + + + \ No newline at end of file diff --git a/flow/templates/flow/New Folder With Items/index.html b/flow/templates/flow/New Folder With Items/index.html new file mode 100644 index 0000000..3c9d2ba --- /dev/null +++ b/flow/templates/flow/New Folder With Items/index.html @@ -0,0 +1,53 @@ + + + + + + AAROHAN 2023 + + + + + + + + + + +
+ + +
+ + + + + + + + + + diff --git a/flow/templates/flow/New Folder With Items/index_old.html b/flow/templates/flow/New Folder With Items/index_old.html new file mode 100644 index 0000000..14136d3 --- /dev/null +++ b/flow/templates/flow/New Folder With Items/index_old.html @@ -0,0 +1,688 @@ +{% load static %} + + + + + + + + + + + + + Aarohan 2020 | The Annual Techno-Management Fest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + +
+ +
+ + + + + + + + + +
+ +
+ arhn2020 + + + + patron + + + +
+ +

presents

+
+ + +

AAR

+ +

HAN

+ +

AAROHAN

+ +

7 8 9 10
FEBRUARY

+

By Team Aavishkar

+ +
+ arhn2020 +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ arhn2020 +
+
+ arhn2020 +
+
+ Organised by the Team Aavishkar, Aarohan is the Annual Techno-Management fest of NIT Durgapur + and the second largest of its kind in eastern India. It is made possible by a group of + enthusiastic students working passionately under the supervision of our highly responsible + faculties. This festival has been constantly encouraging the students to showcase their talents, + explore their creative limits, experiment and have fun by taking part in fun and creative + events.

Aarohan has been a pioneer in the culture of celebrating science, technology and + innovation through festivities. With more than 50 events covering all genres of technology and + management, Aarohan brings some of the best solutions of mankind’s modern-day problems to the + fore. +
+
+
+ + +
+
+ +
+
+
+ wdct +

EVENTS

+
+ + + + + + + + + + +
+ + +
+
+ wdct +

EVENTS

+
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+
+
+
+

Major Attractions

+
+
+
+
+ + + +
+
+ + +
+
+ + + +
+
+
+
+ +
+
+ +
+
+

Sponsors

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+
+ ath +
+
+

ACCOMODATION, TRAVEL & HOSPITALITY

+ +
+
+
+

+

ACCOMODATION

+

An accomodation fee of ₹200 and an additional caution fee of ₹100 has be will be + required at the time of registration. The caution money will be refunded at the + time of departure provided the beddings provided are not tampered or missing. +

+

+
+
+

+

TRAVEL

+

Durgapur is very well connected by rail and road to almost all parts of the + country. It takes about 3 hours by road or by rail from Kolkata. During the + festival, we provide exclusive bus services for our participants 24x7 from + Durgapur station to the institute campus.

+

+
+
+

+

HOSPITALITY

+

Apart from your accomodation & travel, there are multiple food joints in and + around the institute campus to cater to your appetite. We have a 24x7 + multi-speciality medical unit to provide support during any emergency.

+ +
+
+
+
+
+ +
+
+ +
+
+

Contact Us



+

We are just a click away

+ + facebook.com/arhn.nitd +
+ + instagram.com/arhn.nitd +
+
+
+
+ + + + + + + + + + + + + + + + + diff --git a/flow/templates/flow/New Folder With Items/sponsors.html b/flow/templates/flow/New Folder With Items/sponsors.html new file mode 100644 index 0000000..30eacde --- /dev/null +++ b/flow/templates/flow/New Folder With Items/sponsors.html @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + {% for sponsor in sponsors %} + {{ sponsor.name }} + {% endfor %} + + + \ No newline at end of file diff --git a/flow/templates/flow/New Folder With Items/teampage.html b/flow/templates/flow/New Folder With Items/teampage.html new file mode 100644 index 0000000..e53b101 --- /dev/null +++ b/flow/templates/flow/New Folder With Items/teampage.html @@ -0,0 +1,427 @@ +{% load static %} {% load filter %} + + + + TeamPage + + + + + + + + + +
+ +
+

THE ARMY

+
+
+
+
+
+ {% for team in teams %} +
+
+ + + {{ team.name }} + +
+
+ {% endfor %} +
+
+
+ {% for member_team in members %} + + {% endfor %} + + + + + + + + + + + diff --git a/flow/templates/flow/New Folder With Items/teams.html b/flow/templates/flow/New Folder With Items/teams.html new file mode 100644 index 0000000..f57ab64 --- /dev/null +++ b/flow/templates/flow/New Folder With Items/teams.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + {% for team in teams %} +

{{ team.name }}

+ {% for member in team.members %} +

{{ member.name }}

+ {% endfor %} + {% endfor %} + + + \ No newline at end of file diff --git a/flow/templates/flow/New Folder With Items/workshops.html b/flow/templates/flow/New Folder With Items/workshops.html new file mode 100644 index 0000000..38a6694 --- /dev/null +++ b/flow/templates/flow/New Folder With Items/workshops.html @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + {% for workshop in workshops %} +

{{ workshop.workshopName }}

+ {% endfor %} + + + \ No newline at end of file diff --git a/flow/templates/flow/aboutus.html b/flow/templates/flow/aboutus.html deleted file mode 100644 index 1353f7d..0000000 --- a/flow/templates/flow/aboutus.html +++ /dev/null @@ -1,122 +0,0 @@ - {% load static %} - - - - - - Aarohan 2021 - - - - - - - - - - - -
-
-
- -
- -
-
- - - -
-
- -
-
-

About us

-
-
-
-
- - - -
-
-
- -

National Institute of Technology, Durgapur has been a pioneering educational - institute for above 50 years. It boasts of students who have achieved par excellence - in the field of academics and organization. Aarohan is the Annual Techno-management fest of - NIT Durgapur, the 2nd Largest of its kind in the whole of eastern India. It is organised by - a group of young enthusiasts under the supervision of highly responsible faculties. - This festival has been constantly fostering the enthusiastic students to showcase their talents - and uplifting their spirits by taking parts in various events, and imbibing in them a sense of - belonging to the competitive world that lies ahead, which we shall be continuing for years to come. - Aarohan is not only a celebration of the spirit of engineering but also an opportunity for students - to explore their creative limits, experiment, make mistakes and have fun while continuously - re-inventing themselves over the course of the fest. Aarohan has been leading the light of - instilling - a culture of science, technology and innovation among the youth of the nation. With more than 40 - events covering all genres - of technology and management, Aarohan brings some of the best solutions for the mankind to the - fore.

-
- -
- - -
-
-
-
- - - - - \ No newline at end of file diff --git a/flow/templates/flow/attractions.html b/flow/templates/flow/attractions.html deleted file mode 100644 index 0a68349..0000000 --- a/flow/templates/flow/attractions.html +++ /dev/null @@ -1,374 +0,0 @@ - -{% load static %} - - - - - - Attractions | Aarohan 2022 - - - - - - - - - - -
- - - - -
- -
-
-
- - -
-
- -
- -
-

Attractions

-
- {% for item in major_attrs_slide %} -
- image -

{{item.date}}

-

- {{item.name}} -

-

{{item.title}}

- -

Know More

-
- {% endfor %} -
-
- - - - - - - - - - \ No newline at end of file diff --git a/flow/templates/flow/contactus.html b/flow/templates/flow/contactus.html deleted file mode 100644 index beceb1c..0000000 --- a/flow/templates/flow/contactus.html +++ /dev/null @@ -1,547 +0,0 @@ - -{% load static %} - - - - - - - - - - - Contact Us | Aarohan 2022 - - - - -
- - - - -
- -
-
-
- - -
-
- -
- - - - - diff --git a/flow/templates/flow/event_timeline.html b/flow/templates/flow/event_timeline.html deleted file mode 100644 index c9db121..0000000 --- a/flow/templates/flow/event_timeline.html +++ /dev/null @@ -1,34 +0,0 @@ -{%load static%} - - - - - - Event Details - - - -
-
-

Events Timeline

-

Day {{day.day_number}}

-
-
- {%for event in events%} -
-
-

{{event.eventName}}

-

{{event.description}}

- {%if event.registration_open%} - - {%endif%} -
-
- {%endfor%} -
-
- - - - \ No newline at end of file diff --git a/flow/templates/flow/event_timeline2.html b/flow/templates/flow/event_timeline2.html deleted file mode 100644 index 4d566dc..0000000 --- a/flow/templates/flow/event_timeline2.html +++ /dev/null @@ -1,90 +0,0 @@ -{% load static %} - - - - - - - - - Events Timeline - - - - -
- - - - - -
-
-
-
-

EVENTS

-
-
- {%for event in events%} -
-
-

{{event.eventName}}

-

{{ event.description | linebreaksbr }}

- {%if event.registration_link%} -
-
- -
- - {% elif event.event_link %} -
-
- -
- {%endif%} -
-
- {%endfor%} -
-
-
-
-
- - - - - - - - - \ No newline at end of file diff --git a/flow/templates/flow/events.html b/flow/templates/flow/events.html deleted file mode 100644 index 889eea7..0000000 --- a/flow/templates/flow/events.html +++ /dev/null @@ -1,351 +0,0 @@ - -{% load static %} - - - - - - - - Events - - - - - - - - - - -
- - - - -
- -
-
-
- - -
-
- -
- -
-
- - {{days|json_script:'days'}} - {{events|json_script:'events'}} - -
- {% for d in days %} -
-

DAY {{d.day_number}}

-
- {% endfor %} -
-
- -
- - - - - - - - \ No newline at end of file diff --git a/flow/templates/flow/footer.html b/flow/templates/flow/footer.html deleted file mode 100644 index 8609c42..0000000 --- a/flow/templates/flow/footer.html +++ /dev/null @@ -1,120 +0,0 @@ - - - \ No newline at end of file diff --git a/flow/templates/flow/header.html b/flow/templates/flow/header.html deleted file mode 100644 index 19a277a..0000000 --- a/flow/templates/flow/header.html +++ /dev/null @@ -1,37 +0,0 @@ -{% load static %} - - - - - - \ No newline at end of file diff --git a/flow/templates/flow/home.html b/flow/templates/flow/home.html deleted file mode 100644 index 09e50e5..0000000 --- a/flow/templates/flow/home.html +++ /dev/null @@ -1,218 +0,0 @@ -{% load static %} - - - - - - - Aarohan 2022 - - - - - - - - - - - -
- Aarohan -
-
-
- - - - -
- -
-
-
- - -
-
- -
- - - - -
-

AAROHAN 2022

-

Official Techno-Management Fest
NIT Durgapur

-
-
- - - - - - - diff --git a/flow/templates/flow/index.html b/flow/templates/flow/index.html index 3382e5c..beea003 100644 --- a/flow/templates/flow/index.html +++ b/flow/templates/flow/index.html @@ -1,88 +1,54 @@ - - +{% load static %} + + - {% load static %} - - AAROHAN - - - - - - - - - - - - - - + + + AAROHAN 2023 + + - - - -
-
-
- -
- -
- -
-

AAROHAN 2021

-

By Team Aavishkar

-
- -
-
  • days
  • -
  • Hours
  • -
  • Minutes
  • -
  • Seconds
  • -
    - -
    -

    #Matrix Is Everywhere

    -
    -
    -
    - - - -
    -
    - + + + + + + +
    + + +
    + + + + + + + - \ No newline at end of file diff --git a/flow/templates/flow/industrialvisits.html b/flow/templates/flow/industrialvisits.html deleted file mode 100644 index ecd857f..0000000 --- a/flow/templates/flow/industrialvisits.html +++ /dev/null @@ -1,443 +0,0 @@ -{% load static %} - - - - - - - - - Industrial Visits - - - - - - - - - - - - -
    - - - - -
    - - -
    -
    -
    - - -
    -
    - -
    - - -
    -

    Industrial Visits

    -
    - -
    -
    - {% for w in data %} -
    -
    -
    - -
    -

    - {{w.industrialvisit.name}} -

    -
    - -

    {{w.industrialvisit.subheading|truncatechars:120}}

    - Know More -
    -
    -
    - {% endfor %} -
    -
    -
    -
    - - - - - {% for w in data %} - - {% endfor %} - - - - - - - - - - - - diff --git a/flow/templates/flow/navbar.html b/flow/templates/flow/navbar.html deleted file mode 100644 index 4be27e7..0000000 --- a/flow/templates/flow/navbar.html +++ /dev/null @@ -1,16 +0,0 @@ - \ No newline at end of file diff --git a/flow/templates/flow/projects.html b/flow/templates/flow/projects.html deleted file mode 100644 index c7e340f..0000000 --- a/flow/templates/flow/projects.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - Aarohan 2021 - - - - - - -
    -
    -

    List of Techmela Projects

    -
    - {% if msg is not None %} -
    -

    {{ msg }}

    -
    - {% endif %} - {% for project in projects %} - {% if forloop.first %}
    {% endif %} -
    -
    -
    -
    {{project.name}}
    -

    {{project.team_name}}

    - - - -
    -
    -
    - {% if forloop.counter|divisibleby:3 %} -
    -
    {% endif %} - {% if forloop.last %}
    {% endif %} - {% endfor %} -
    - - - - - - - - - \ No newline at end of file diff --git a/flow/templates/flow/reviews.html b/flow/templates/flow/reviews.html deleted file mode 100644 index dc78d0c..0000000 --- a/flow/templates/flow/reviews.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - Aarohan 2021 - - - - - - - -
    - - - - - - - - - - - - - {% for project in projects%} - - - - - - - - - - {% endfor %} - -
    Project NameTeam NameGrand TotalAverage MarketabilityAverage FeasibilityAverage TechnicalityDetailed Reviews
    {{project.name}}{{project.team_name}}{{project.grand_total}}{{project.avg_mark}}{{project.avg_feas}}{{project.avg_tech}} -
    - {% for review in project.reviews %} -

    [ TOT: {{review.total}} | M: {{review.mark}} | T: {{review.tech}} | F: {{review.feas}} | J: {{review.user}} ]

    - {% endfor %} -
    -
    - - - - - - - - - \ No newline at end of file diff --git a/flow/templates/flow/signin.html b/flow/templates/flow/signin.html deleted file mode 100644 index 349345a..0000000 --- a/flow/templates/flow/signin.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - Aarohan 2021 - - - - - - - - -
    -
    -
    -
    -
    - {% csrf_token %} - -
    - {% if msg is not None %} - {{ msg }} - {% endif %} -
    -
    - - -
    -
    - - -
    -
    - -
    -
    -
    -
    -
    -
    - - - \ No newline at end of file diff --git a/flow/templates/flow/socialinitiative.html b/flow/templates/flow/socialinitiative.html deleted file mode 100644 index 9bcea93..0000000 --- a/flow/templates/flow/socialinitiative.html +++ /dev/null @@ -1,397 +0,0 @@ -{% load static %} - - - - - - - - Corporate Social Responsibilities - - - - - - - {% comment %} {% endcomment %} - - - - -
    - - - - -
    - - -
    -
    -
    - - -
    -
    - -
    - -
    -

    Corporate Social Responsibilities

    -
    -
    - - - -
    -
    - {% for w in data %} -
    - -
    - -
    -

    {{w.socialinitiative.description|truncatechars:70 }}

    -
    -
    -

    {{ w.socialinitiative.name }}

    -
    - -
    - {% comment %} - -
    -

    {{ w.socialinitiative.name }}

    -
    -
    {{w.socialinitiative.description|truncatechars:120 }}
    - -
    -
    - -
    -
    {% endcomment %} - {% endfor %} -
    -
    -
    -
    - - - -{% for w in data %} - - -{% endfor %} - - - - - - - - - - - - - - - - - diff --git a/flow/templates/flow/sponsor.html b/flow/templates/flow/sponsor.html deleted file mode 100644 index df12c62..0000000 --- a/flow/templates/flow/sponsor.html +++ /dev/null @@ -1,396 +0,0 @@ - -{% load static %} - - - - - - - Our Sponsors - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/flow/templates/flow/team22.html b/flow/templates/flow/team22.html deleted file mode 100644 index 77fae2e..0000000 --- a/flow/templates/flow/team22.html +++ /dev/null @@ -1,783 +0,0 @@ - -{% load static %} - - - - - AAROHAN 2022 | Meet the team - - - - - - - - - - - - - - - - - - - - - - -
    - - - - -
    - -
    -
    -
    - - -
    -
    - -
    - - - -
    -
    - - {{teams|json_script:"teams"}} - {{members|json_script:"members"}} - -
    -
    - - - {% for mem in members %} -
    -
    - - - - - -
    -
    - - - - -
    -
    -
    - {% for m in mem %} -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    {{m.name}}
    - -
    -
    - {{m.position}} -
    -
    {{m.choice}} -
    -
    -
    - {% endfor %} - - - - -
    -
    -
    - -
    -
    -
    -
    - {% endfor %} - - - - - - - - - - -
    -
    - -
    - -
    - - - -
    - -
    -
    -
    -
    -
    -
    -
    -

    Our Team

    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - {% for team in teams %} -
    -
    -
    -
    -
    -
    -
    - - - - - -
    -

    {{team.name}}

    - -
    -
    - -
    - {% endfor %} - - - - - - - - - - - - - - - - - - - - -
    -
    -
    - - - - - -
    - -
    - -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/flow/templates/flow/teampage.html b/flow/templates/flow/teampage.html deleted file mode 100644 index fca20fe..0000000 --- a/flow/templates/flow/teampage.html +++ /dev/null @@ -1,64 +0,0 @@ -{% load static %} - - - - - - Aarohan - - - - - - - - - - -
    - - - - - -
    -
    -
    - - - - - - -
    - - {{teams|json_script:"teams"}} - {{members|json_script:"members"}} -
    -
    - -
    -
    -
    Category
    -
    -
    -

    -

    -

    -
    -
    -
    -
    -
    - - - - - diff --git a/flow/templates/flow/teams.html b/flow/templates/flow/teams.html new file mode 100644 index 0000000..513091f --- /dev/null +++ b/flow/templates/flow/teams.html @@ -0,0 +1,197 @@ +{% load static %} + + + + + + Teams Page + + + + + + + + + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + + +
    + {% for team in teams %} +
    + {% if team.teamId == "0" or team.teamId == "4" %} +
    +
    + {{team.name}} +
    +
    + {% endif %} + {% if team.teamId == "1" or team.teamId == "5" %} +
    +
    + {{team.name}} +
    +
    + {% endif %} +
    +
    + {% if team.teamId == "2" or team.teamId == "6" %} +
    +
    + {{team.name}}
    +
    + {% endif %} + {% if team.teamId == "3" or team.teamId == "7"%} +
    +
    + {{team.name}}
    +
    + {% endif %} +
    + {% endfor %} +
    +
    +
    + +
    +
    +
    +
    +
    + {% for team in teams %} +
    +

    {{team.name}}

    +
    +
    + {% for member_team in members %} + {% for individual in member_team %} + {% for memberTeam in individual.team.all %} + {% if memberTeam.teamId == team.teamId %} +
    +
    + card image +
    +

    {{ individual.name }}

    + {{individual.position}} +
    + {% endif %} + {% endfor %} + {% endfor %} + {% endfor %} +
    +
    + {% endfor %} +
    + + + + + + + diff --git a/flow/templates/flow/techmela.html b/flow/templates/flow/techmela.html deleted file mode 100644 index 36da6a6..0000000 --- a/flow/templates/flow/techmela.html +++ /dev/null @@ -1,313 +0,0 @@ -{% load static %} - - - - - - - TechMela - - - - - - - - - - - - - - - - - -
    - - - - - - -
    -

    - techmela-title -

    - - - -
    - -
    -
    - Robotics -
    - - -
    -
    -
    -
    -
    - {% for project in robotics %} -
    -
    -

    {{ project.title }}

    -

    {{ project.description }}

    - - - - - - - - -
    -
    - {% endfor %} -
    -
    -
    - -
    -
    - - -
    - - -
    -
    - Assitive Technology -
    - -
    -
    -
    -
    -
    - {% for project in assistive %} -
    -
    -

    {{ project.title }}

    -

    {{ project.description }}

    - - - - - - - - -
    -
    - {% endfor %} -
    -
    -
    - -
    -
    - {# add similar to robotics section #} -
    - - -
    -
    - Software Projects -
    - -
    -
    -
    -
    -
    - {% for project in software %} -
    -
    -

    {{ project.title }}

    -

    {{ project.description }}

    - - - - - - - - -
    -
    - {% endfor %} -
    -
    -
    - -
    -
    - {# add similar to robotics section #} -
    - -
    -
    - - - - - - - - - \ No newline at end of file diff --git a/flow/templates/flow/timeline.html b/flow/templates/flow/timeline.html deleted file mode 100644 index 846777b..0000000 --- a/flow/templates/flow/timeline.html +++ /dev/null @@ -1,48 +0,0 @@ -{%load static%} - - - - - - - Timeline - - -
    - {%for day in days%} - -
    - -
    -
    - -
    -

    Day {{day.day_number}}

    -
    - -
    -

    {{day.title}}

    -

    {{day.body}}

    -
    - -
    - {%endfor%} -
    - - - \ No newline at end of file diff --git a/flow/templates/flow/timeline2.html b/flow/templates/flow/timeline2.html deleted file mode 100644 index eb98c3e..0000000 --- a/flow/templates/flow/timeline2.html +++ /dev/null @@ -1,149 +0,0 @@ -{% load static %} - - - - - - - - - Timeline - - - - -
    - - - -
    - {%for day in days%} -
    -
    -
    - -
    -

    Day {{day.day_number}}

    -
    - -
    -

    {{day.title}}

    -

    {{day.body}}

    -
    -
    - {%endfor%} - -
    - -
    - - - - - - - \ No newline at end of file diff --git a/flow/templates/flow/workshop.html b/flow/templates/flow/workshop.html deleted file mode 100644 index aef139b..0000000 --- a/flow/templates/flow/workshop.html +++ /dev/null @@ -1,273 +0,0 @@ -{% load static %} - - - - - - Workshops - - - - - - - - - - - - - - -
    - - - - -
    - -
    -
    -
    - - -
    -
    - -
    - - - - - - -
    -
    -

    Workshops

    - -
    -
    - - {% for w in workshops %} -
    - - - -
    - {% endfor %} - -
    -
    -
    - -
    - - - - - - - - - - - - diff --git a/flow/templatetags/__init__.py b/flow/templatetags/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/flow/templatetags/filter.py b/flow/templatetags/filter.py new file mode 100644 index 0000000..881de41 --- /dev/null +++ b/flow/templatetags/filter.py @@ -0,0 +1,7 @@ +from django import template + +register = template.Library() + +@register.filter +def lookup(d, key): + return d[key] \ No newline at end of file diff --git a/flow/urls.py b/flow/urls.py index 4cf3492..9ce6034 100644 --- a/flow/urls.py +++ b/flow/urls.py @@ -1,33 +1,14 @@ from django.urls import path from .views import * + urlpatterns = [ - path('', home, name="home"), - path('home', home, name=""), - # path('events/', events, name="category"), - path( - "social-initiatives", - socialInitiative_view, - name="socialInitiatives", - ), - path( - "industrial-visits", - industrialvisit_view, - name="industrialvisits", - ), - # path('workshops', workshops, name="workshops"), + path('', index, name="home"), # path('events/',events, name="category"), - path('workshops',workshops, name="workshops"), - path('faq',faq_page,name="faq"), - path('aboutus',about_page,name="aboutus"), - path('sponsors',sponsor_view,name="sponsors"), - path('contactus',contactus,name="contactus"), - path('attractions',attractions_page,name="attractions"), - path('teams',team_page,name="teams"), - path('events', events, name="events"), - # path('timeline/', timeline_detail, name="timeline_detail"), - path('judge-auth', signin, name="signin"), - path('judgeprojects', judge_projects, name="judgeprojects"), - path('projectreviews', view_reviews, name="projectreviews"), - path('techmela', techmela, name="techmela"), + # path('workshops',workshops, name="workshops"), + # path('faq',faq_page,name="faq"), + # path('aboutus',about_page,name="aboutus"), + # path('sponsors',sponsor_view,name="sponsors"), + # path('attractions',attractions_page,name="attractions"), + path('teams/',team_page,name="teams"), ] \ No newline at end of file diff --git a/flow/views.py b/flow/views.py index 282cafc..69614a4 100644 --- a/flow/views.py +++ b/flow/views.py @@ -1,232 +1,58 @@ from django.shortcuts import render, Http404 from django.core.exceptions import ObjectDoesNotExist -from django.shortcuts import render, redirect -from django.contrib.auth import authenticate, login -from django.forms.models import model_to_dict -from django.contrib.auth.models import User -import json - from .models import * # Create your views here. - def index(request): + events = EventCategory.objects.all() workshops = Workshops.objects.all() faqs = FAQ.objects.all() about = About.objects.all() sponsors = Sponsors.objects.all() attractions = MajorAttractions.objects.all() - context = {'workshops': workshops, 'faqs': faqs, 'about': about, - 'sponsors': sponsors, 'attractions': attractions} + context = {'events': events, 'workshops': workshops, 'faqs': faqs, 'about':about, 'sponsors':sponsors, 'attractions': attractions} return render(request, 'flow/index.html', context) - - -def home(request): - workshops = Workshops.objects.all() - arena = Arena.objects.all() - faqs = FAQ.objects.all() - about = About.objects.all() - sponsors = Sponsors.objects.all() - attractions = MajorAttractions.objects.all() - context = {'events': events, 'workshops': workshops, 'faqs': faqs, - 'about': about, 'sponsors': sponsors, 'attractions': attractions, 'arena' : arena} - return render(request, 'flow/home.html', context) - - -def events(request): + +def events(request, id): + context = {} try: - days = Timeline.objects.values() - days = [day for day in days] - - evnt = [] - for d in days: - evnt.append([eve for eve in Events.objects.filter(eventDay__day_number__exact=d["day_number"]).order_by('date_time').values()]) - - return render(request, 'flow/events.html', {'events':evnt, 'days':list(days)}) + categrory = EventCategory.objects.get(groupId=id) + events = Events.objects.filter(eventGroup=categrory) + context['events'] = events + context['group'] = categrory + return render(request,'flow/category.html',context) except ObjectDoesNotExist: raise Http404 - def workshops(request): workshops = Workshops.objects.all() - context = {'workshops': workshops} - print(context) - return render(request, "flow/workshop.html", context) - -def socialInitiative_view(request): - socialinitiative = SocialInitiatives.objects.all() - data=[] - for i in socialinitiative: - photos = i.socialImages.all() - newdictionary = {"socialinitiative":i} - newdictionary.update({"photos":photos}) - data.append(newdictionary) - print(data) - return render(request, "flow/socialinitiative.html", {"data":data}) - -def industrialvisit_view(request): - industrialvisits = IndustrialVisits.objects.all() - data=[] - for i in industrialvisits: - photos = i.industrialImages.all() - newdictionary = {"industrialvisit":i} - newdictionary.update({"photos":photos}) - data.append(newdictionary) - print(data) - return render(request, "flow/industrialvisits.html", {"data":data}) - + context = {'workshops':workshops} + return render(request,"flow/workshops.html",context) def sponsor_view(request): sponsors = Sponsors.objects.all() - context = {'sponsors': sponsors} - return render(request, 'flow/sponsor.html', context) - + context = {'sponsors':sponsors} + return render(request,'flow/sponsors', context) def about_page(request): about = About.objects.all() - context = {'about': about} - return render(request, 'flow/aboutus.html', context) - - -def contactus(request): - return render(request, 'flow/contactus.html') - + context = {'about':about} + return render(request,'flow/about.html',context) def faq_page(request): faqs = FAQ.objects.all() - context = {'faqs': faqs} - return render(request, "flow/faq.html", context) - + context = {'faqs':faqs} + return render(request,"flow/faq.html",context) def attractions_page(request): attractions = MajorAttractions.objects.all() - context = {'major_attrs_slide': attractions} - return render(request, 'flow/attractions.html', context) - + context = {'attractions':attractions} + return render(request,'flow/attractions.html',context) def team_page(request): umbrellas = TeamCategory.objects.all() members = [] for umbrella in umbrellas: - members.append((TeamMember.objects.filter(team=umbrella).values())) - umbrellas = TeamCategory.objects.values() - umbrellas = [umbrella for umbrella in umbrellas] - members_list = [] - for category in members: - category_members = [member for member in category] - members_list.append(category_members) - context = {'teams': umbrellas, 'members': members_list} - return render(request, "flow/team22.html", context) - - -def timeline(request): - days = Timeline.objects.all() - return render(request, 'flow/timeline2.html', {'days': days}) - - -def timeline_detail(request, id): - day = Timeline.objects.get(day_number=id) - events = Events.objects.filter( - eventDay__day_number__exact=id).order_by('date_time') - context = {'day': day, 'events': events} - return render(request, 'flow/event_timeline2.html', context) - - -def signin(request): - if request.user.is_authenticated: - return redirect('/') - if request.method == 'POST': - username = request.POST['username'] - password = request.POST['password'] - user = authenticate(request, username=username, password=password) - if user is not None: - login(request, user) - return redirect('/') - else: - return render(request, 'flow/signin.html', {'msg': "Wrong Credentials"}) - else: - return render(request, 'flow/signin.html', {'msg': None}) - - -def judge_projects(request): - context = {} - context['msg'] = "" - context['err'] = False - if (not request.user.is_authenticated): - return redirect('/') - else: - projects = TechmelaProject.objects.all() - context['projects'] = projects - if request.method == 'POST': - m = request.POST['mark'] - f = request.POST['feas'] - t = request.POST['tech'] - project_id = request.POST['project'] - project = TechmelaProject.objects.get(id=project_id) - review = Review(project=project, user=request.user, - mark=m, feas=f, tech=t) - try: - review.save() - context["msg"] = "Saved last entry" - except: - context["msg"] = "Couldn't save last entry" - context["err"] = True - for idx, project in enumerate(context['projects']): - review = Review.objects.all().filter(user=request.user, project=project) - if len(review) is 0: - setattr(context['projects'][idx], 'show', True) - else: - setattr(context['projects'][idx], 'show', False) - return render(request, 'flow/projects.html', context) - - -def view_reviews(request): - context = {} - if request.user.is_authenticated: - projects = TechmelaProject.objects.all() - context["projects"] = projects - for idx, project in enumerate(context["projects"]): - reviews = Review.objects.all().filter(project=project) - grand_total = 0 - avg_mark = 0 - avg_feas = 0 - avg_tech = 0 - for idy, review in enumerate(reviews): - total = 0 - review_dict = model_to_dict(review) - review_dict.pop('id') - user_id = review_dict.pop('user') - review_dict.pop('project') - for k, v in review_dict.items(): - total += int(v) - if k == "mark": - avg_mark += int(v) - elif k == "tech": - avg_tech += int(v) - else: - avg_feas += int(v) - grand_total += total - setattr(reviews[idy], "total", total) - setattr(reviews[idy], "user", User.objects.get(id=user_id)) - setattr(context["projects"][idx], "reviews", reviews) - setattr(context["projects"][idx], "grand_total", grand_total) - lenx = len(reviews) - if lenx == 0: - lenx = 1 - setattr(context["projects"][idx], "avg_mark", avg_mark/lenx) - setattr(context["projects"][idx], "avg_feas", avg_feas/lenx) - setattr(context["projects"][idx], "avg_tech", avg_mark/lenx) - print(context) - return render(request, 'flow/reviews.html', context) - - -def techmela(request): - robotics = TechmelaProject.objects.filter(domain="Robotics") - assistive = TechmelaProject.objects.filter(domain="Assistive Technology") - software = TechmelaProject.objects.filter(domain="Software Projects") - - return render(request, "flow/techmela.html", {'robotics': robotics, 'assistive': assistive, 'software' : software}) - -def aboutus(request): - return render(request, "flow/aboutus.html") - + members.append(TeamMember.objects.filter(team=umbrella)) + context = {'teams':umbrellas,'members':members} + return render(request,"flow/teams.html",context) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ed704c6..da820f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,6 @@ -# Django==3.0.2 python-decouple==3.1 -# Pillow==7.0.0 asgiref==3.3.1 Django==3.1.7 -# Pillow==8.1.2 +Pillow pytz==2021.1 sqlparse==0.4.1 \ No newline at end of file