/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Rubik", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

.left-6 {
  left: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.w-14 {
  width: 3.5rem;
}

.w-1\/2 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.grow {
  flex-grow: 1;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.self-end {
  align-self: flex-end;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-center {
  text-align: center;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-thin {
  font-weight: 100;
}

.font-medium {
  font-weight: 500;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.project-filters a:hover {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.skill-ico{
  fill: white;
  max-height: 32px;
  max-width: 32px;
  transition: all 0.2s ease-in-out;
}

.skill-ico:hover{
  fill: #f9a826;
  transform: scale(1.5);
}

.icon-container svg{
  height: 32px;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  /* color: #0087ca; */
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.hamburger{
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s;
}

.hamburger-top,
.hamburger-middle,
.hamburger-bottom{
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #0087ca;
  transform: rotate(0);
  transition: all 0.25s;
}

.hamburger-middle{
  transform: translateY(7px);
}

.hamburger-bottom{
  transform: translateY(14px);
}

.open{
  transform: rotate(90deg);
  transform: translateX(0px);
}

.open .hamburger-top{
  transform: rotate(45deg) translateY(6px) translate(6px);
}

.open .hamburger-bottom{
  transform: rotate(-45deg) translateY(6px) translate(-6px);
}

.open .hamburger-middle{
  display: none;
}

body{
  background-repeat: no-repeat;
  background-position: 0 6%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1686%26quot%3b)' fill='none'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1687%26quot%3b)'%3e%3cpath d='M1320.5 256.5L1301.5 275.5L1282.5 275.5L1263.5 275.5M1339.5 256.5L1320.5 275.5M1263.5 256.5L1244.5 237.5L1225.5 237.5M1453.5 275.5L1434.5 275.5L1415.5 275.5L1396.5 275.5L1377.5 275.5L1358.5 256.5L1339.5 256.5L1320.5 256.5L1301.5 256.5L1282.5 256.5L1263.5 256.5L1244.5 256.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M1239.75 256.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1258.75 275.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1315.75 275.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1220.75 237.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1225.5 313.5L1206.5 294.5L1187.5 294.5L1168.5 294.5L1149.5 294.5M1206.5 313.5L1187.5 332.5L1168.5 332.5L1149.5 351.5L1130.5 351.5M1168.5 313.5L1149.5 313.5L1130.5 313.5L1111.5 313.5M1377.5 294.5L1358.5 313.5M1453.5 294.5L1434.5 294.5L1415.5 294.5L1396.5 294.5L1377.5 294.5L1358.5 294.5L1339.5 313.5L1320.5 313.5L1301.5 313.5L1282.5 313.5L1263.5 313.5L1244.5 313.5L1225.5 313.5L1206.5 313.5L1187.5 313.5L1168.5 313.5L1149.5 332.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M1144.75 332.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1144.75 294.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1125.75 351.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1106.75 313.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1353.75 313.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1282.5 237.5L1263.5 237.5M1263.5 218.5L1244.5 218.5L1225.5 218.5L1206.5 218.5M1453.5 256.5L1434.5 256.5L1415.5 256.5L1396.5 256.5L1377.5 256.5L1358.5 237.5L1339.5 237.5L1320.5 237.5L1301.5 237.5L1282.5 237.5L1263.5 218.5L1244.5 199.5L1225.5 199.5L1206.5 199.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M1201.75 199.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1258.75 237.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1201.75 218.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1453.5 313.5L1434.5 313.5L1415.5 313.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M1410.75 313.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1453.5 237.5L1434.5 237.5L1415.5 237.5L1396.5 237.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M1391.75 237.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1453.5 332.5L1434.5 332.5L1415.5 332.5L1396.5 332.5L1377.5 332.5L1358.5 332.5L1339.5 332.5L1320.5 332.5L1301.5 332.5L1282.5 332.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M1277.75 332.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1130.5 161.5L1111.5 180.5L1092.5 180.5L1073.5 180.5L1054.5 180.5L1035.5 180.5L1016.5 180.5L997.5 180.5M1206.5 161.5L1187.5 180.5M1301.5 199.5L1282.5 218.5M1320.5 218.5L1301.5 218.5M1168.5 161.5L1149.5 180.5L1130.5 180.5L1111.5 199.5M959.5 161.5L940.5 180.5L921.5 180.5L902.5 180.5L883.5 180.5L864.5 180.5L845.5 180.5L826.5 180.5L807.5 180.5M978.5 161.5L959.5 180.5L940.5 199.5L921.5 199.5L902.5 199.5M1453.5 218.5L1434.5 218.5L1415.5 218.5L1396.5 218.5L1377.5 218.5L1358.5 218.5L1339.5 218.5L1320.5 218.5L1301.5 199.5L1282.5 199.5L1263.5 199.5L1244.5 180.5L1225.5 180.5L1206.5 161.5L1187.5 161.5L1168.5 161.5L1149.5 161.5L1130.5 161.5L1111.5 161.5L1092.5 161.5L1073.5 161.5L1054.5 161.5L1035.5 161.5L1016.5 161.5L997.5 161.5L978.5 161.5L959.5 161.5L940.5 161.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M935.75 161.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM992.75 180.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1182.75 180.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1277.75 218.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1296.75 218.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1106.75 199.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM802.75 180.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM897.75 199.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M940.5 389.5L921.5 370.5M1111.5 370.5L1092.5 389.5L1073.5 389.5L1054.5 389.5L1035.5 389.5M959.5 389.5L940.5 408.5L921.5 408.5L902.5 427.5L883.5 427.5L864.5 427.5L845.5 408.5M1320.5 351.5L1301.5 370.5L1282.5 370.5M1187.5 370.5L1168.5 351.5M1225.5 370.5L1206.5 351.5M1073.5 370.5L1054.5 351.5L1035.5 351.5L1016.5 351.5M1016.5 370.5L997.5 370.5L978.5 370.5M1453.5 351.5L1434.5 351.5L1415.5 351.5L1396.5 351.5L1377.5 351.5L1358.5 351.5L1339.5 351.5L1320.5 351.5L1301.5 351.5L1282.5 351.5L1263.5 351.5L1244.5 370.5L1225.5 370.5L1206.5 370.5L1187.5 370.5L1168.5 370.5L1149.5 370.5L1130.5 370.5L1111.5 370.5L1092.5 370.5L1073.5 370.5L1054.5 370.5L1035.5 370.5L1016.5 370.5L997.5 389.5L978.5 389.5L959.5 389.5L940.5 389.5L921.5 389.5L902.5 389.5L883.5 370.5L864.5 370.5L845.5 370.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M840.75 370.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM916.75 370.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1030.75 389.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM840.75 408.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1277.75 370.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1163.75 351.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1201.75 351.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1011.75 351.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM973.75 370.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M864.5 142.5L845.5 161.5L826.5 161.5M1054.5 142.5L1035.5 123.5L1016.5 123.5L997.5 123.5L978.5 123.5M883.5 142.5L864.5 161.5M902.5 142.5L883.5 161.5M1453.5 199.5L1434.5 199.5L1415.5 199.5L1396.5 199.5L1377.5 199.5L1358.5 199.5L1339.5 199.5L1320.5 199.5L1301.5 180.5L1282.5 180.5L1263.5 180.5L1244.5 161.5L1225.5 161.5L1206.5 142.5L1187.5 142.5L1168.5 142.5L1149.5 142.5L1130.5 142.5L1111.5 142.5L1092.5 142.5L1073.5 142.5L1054.5 142.5L1035.5 142.5L1016.5 142.5L997.5 142.5L978.5 142.5L959.5 142.5L940.5 142.5L921.5 142.5L902.5 142.5L883.5 142.5L864.5 142.5L845.5 142.5L826.5 142.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M821.75 142.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM821.75 161.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM973.75 123.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM859.75 161.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM878.75 161.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1453.5 370.5L1434.5 370.5L1415.5 370.5L1396.5 370.5L1377.5 370.5L1358.5 370.5L1339.5 370.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M1334.75 370.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1339.5 180.5L1320.5 161.5M1453.5 180.5L1434.5 180.5L1415.5 180.5L1396.5 180.5L1377.5 180.5L1358.5 180.5L1339.5 180.5L1320.5 180.5L1301.5 161.5L1282.5 161.5L1263.5 161.5L1244.5 142.5L1225.5 142.5L1206.5 123.5L1187.5 123.5L1168.5 123.5L1149.5 123.5L1130.5 123.5L1111.5 123.5L1092.5 123.5L1073.5 123.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M1068.75 123.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1315.75 161.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1206.5 389.5L1187.5 408.5L1168.5 408.5M1282.5 389.5L1263.5 408.5L1244.5 408.5M1301.5 389.5L1282.5 408.5M1453.5 389.5L1434.5 389.5L1415.5 389.5L1396.5 389.5L1377.5 389.5L1358.5 389.5L1339.5 389.5L1320.5 389.5L1301.5 389.5L1282.5 389.5L1263.5 389.5L1244.5 389.5L1225.5 389.5L1206.5 389.5L1187.5 389.5L1168.5 389.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M1163.75 389.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1163.75 408.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1239.75 408.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1277.75 408.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1453.5 161.5L1434.5 161.5L1415.5 161.5L1396.5 161.5L1377.5 161.5L1358.5 161.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M1353.75 161.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1434.5 408.5L1415.5 427.5L1396.5 427.5M1092.5 465.5L1073.5 446.5L1054.5 446.5M1244.5 427.5L1225.5 446.5L1206.5 446.5M1111.5 446.5L1092.5 446.5L1073.5 427.5L1054.5 427.5L1035.5 427.5L1016.5 427.5L997.5 427.5L978.5 427.5M1130.5 446.5L1111.5 427.5L1092.5 427.5M940.5 465.5L921.5 446.5L902.5 446.5M1054.5 465.5L1035.5 484.5M1453.5 408.5L1434.5 408.5L1415.5 408.5L1396.5 408.5L1377.5 408.5L1358.5 408.5L1339.5 408.5L1320.5 408.5L1301.5 427.5L1282.5 427.5L1263.5 427.5L1244.5 427.5L1225.5 427.5L1206.5 427.5L1187.5 427.5L1168.5 446.5L1149.5 446.5L1130.5 446.5L1111.5 446.5L1092.5 465.5L1073.5 465.5L1054.5 465.5L1035.5 465.5L1016.5 465.5L997.5 465.5L978.5 465.5L959.5 465.5L940.5 465.5L921.5 465.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M916.75 465.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1391.75 427.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1049.75 446.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1201.75 446.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM973.75 427.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1087.75 427.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM897.75 446.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1030.75 484.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1434.5 142.5L1415.5 123.5L1396.5 123.5L1377.5 123.5L1358.5 123.5L1339.5 123.5M940.5 123.5L921.5 104.5L902.5 104.5L883.5 104.5L864.5 85.5L845.5 66.5L826.5 66.5L807.5 66.5L788.5 66.5L769.5 66.5M1244.5 123.5L1225.5 104.5L1206.5 85.5L1187.5 85.5L1168.5 85.5M826.5 123.5L807.5 104.5M845.5 123.5L826.5 104.5L807.5 85.5L788.5 85.5M1111.5 104.5L1092.5 85.5M1054.5 104.5L1035.5 85.5M1301.5 142.5L1282.5 123.5M1453.5 142.5L1434.5 142.5L1415.5 142.5L1396.5 142.5L1377.5 142.5L1358.5 142.5L1339.5 142.5L1320.5 142.5L1301.5 142.5L1282.5 142.5L1263.5 142.5L1244.5 123.5L1225.5 123.5L1206.5 104.5L1187.5 104.5L1168.5 104.5L1149.5 104.5L1130.5 104.5L1111.5 104.5L1092.5 104.5L1073.5 104.5L1054.5 104.5L1035.5 104.5L1016.5 104.5L997.5 104.5L978.5 104.5L959.5 123.5L940.5 123.5L921.5 123.5L902.5 123.5L883.5 123.5L864.5 123.5L845.5 123.5L826.5 123.5L807.5 123.5' stroke='%233a7cc3' stroke-width='3.17'%3e%3c/path%3e%3cpath d='M802.75 123.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1334.75 123.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM764.75 66.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1163.75 85.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM802.75 104.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM783.75 85.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1087.75 85.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1030.75 85.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0zM1277.75 123.5 a4.75 4.75 0 1 0 9.5 0 a4.75 4.75 0 1 0 -9.5 0z' fill='%233a7cc3'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1686'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cmask id='SvgjsMask1687'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3cpath d='M1242.12 256.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1261.12 275.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1318.12 275.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1223.12 237.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M1147.12 332.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1147.12 294.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1128.12 351.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1109.12 313.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1356.12 313.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M1204.12 199.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1261.12 237.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1204.12 218.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M1413.12 313.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M1394.12 237.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M1280.12 332.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M938.12 161.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM995.12 180.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1185.12 180.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1280.12 218.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1299.12 218.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1109.12 199.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM805.12 180.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM900.12 199.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M843.12 370.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM919.12 370.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1033.12 389.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM843.12 408.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1280.12 370.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1166.12 351.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1204.12 351.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1014.12 351.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM976.12 370.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M824.12 142.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM824.12 161.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM976.12 123.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM862.12 161.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM881.12 161.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M1337.12 370.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M1071.12 123.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1318.12 161.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M1166.12 389.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1166.12 408.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1242.12 408.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1280.12 408.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M1356.12 161.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M919.12 465.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1394.12 427.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1052.12 446.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1204.12 446.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM976.12 427.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1090.12 427.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM900.12 446.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1033.12 484.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3cpath d='M805.12 123.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1337.12 123.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM767.12 66.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1166.12 85.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM805.12 104.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM786.12 85.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1090.12 85.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1033.12 85.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0zM1280.12 123.5 a2.38 2.38 0 1 0 4.76 0 a2.38 2.38 0 1 0 -4.76 0z' fill='black'%3e%3c/path%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

/*== Project Popup ==*/

.mfp-bg{
  background:#0087ca;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .96;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container{
  padding:28px !important;
  overflow:auto;
}

.popup-box{
  background:#FFF;
  max-width:450px;
  margin:0 auto;
  position:relative;
  box-shadow: 0 0 0 4px #FFF;
}

.popup-box > .mfp-close{
  top:2px;
  right:2px;
  background:#FFF;
  height:48px;
  width:48px;
  opacity:1;
  font-size:26px;
}

.popup-box > .mfp-close:hover{
  background:#FAFAFA;
}

.popup-box > .content{
  padding:20px;
}

.popup-box > .content > h4{
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:bold;
  font-size:20px;
}

.popup-box > .content > p{
  font-size:14px;
  /* color:rgba(0,0,0,.45); */
  font-weight:500;
}

/* 
.inner img{
	@apply w-auto;
} */

.portfolio-items > li > .inner{
  margin:5px;
  position:relative;
}

.portfolio-items > li{
  z-index:2;
}

.portfolio-items > li:hover{
  z-index:9;
}

.portfolio-items > li > .inner > .overlay:before{
  content: ' ';
  position:absolute;
  top:0;
  bottom:0;
  right:-10px;
  left:-10px;
  background:#0087ca;
  /* background:#000000; */
  opacity:.9;
  transform:rotate(0deg) scale(0);
  transition:all .3s cubic-bezier(.785,.135,.15,.86);
}

.portfolio-items > li > .inner:hover > .overlay:before{
  transform:rotate(-10deg) scale(1);
}

.portfolio-items > li > .inner:hover > .overlay{
  opacity:1;
}

.portfolio-items > li > .inner > .overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:10;
  text-align:center;
  opacity:0;
  transition:all .3s cubic-bezier(.785,.135,.15,.86);
}

.portfolio-items > li > .inner > .overlay > .view-project{
  font-size:18px;
  line-height:18px;
  vertical-align:middle;
  position:absolute;
  top:50%;
  margin-top:-29px;
  /* color:#FFF; */
  color:rgba(255,255,255,.6);
  text-decoration:none;
  left:0;
  right:0;
  padding:20px 0;
  text-transform:uppercase;
  letter-spacing:2px;
  transition:all .3s cubic-bezier(.785,.135,.15,.86);
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(248 248 248 / var(--tw-text-opacity));
  }

  .dark\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
  }

  .dark\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
  }

  .dark\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .dark\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
