Advertisement
naocrrds

naocrrds 2 neocities

Mar 2nd, 2022
433
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 99.75 KB | None | 0 1
  1.  
  2.  
  3. <!DOCTYPE HTML><html lang="en"><head>
  4. <style type="text/css">* {cursor: url(https://cur.cursors-4u.net/cursors/cur-10/cur905.cur), auto !important;}</style><a href="https://www.cursors-4u.com/cursor/2011/12/20/wing-pointer-text-select.html" target="_blank" title="Wing Pointer - Text Select"><img src="https://cur.cursors-4u.net/cursor.png" border="0" alt="Wing Pointer - Text Select" style="position:absolute; top: 0px; right: 0px;" /></a>
  5. <script type="text/javascript">
  6.  
  7. function mousehandler(e) {
  8. var myevent = (isNS) ? e : event;
  9. var eventbutton = (isNS) ? myevent.which : myevent.button;
  10. if ((eventbutton == 2) || (eventbutton == 3)) return false;
  11. }
  12. document.oncontextmenu = mischandler;
  13. document.onmousedown = mousehandler;
  14. document.onmouseup = mousehandler;
  15. function disableCtrlKeyCombination(e) {t
  16. var forbiddenKeys = new Array("a", "s", "c", "x","u");
  17. var key;
  18. var isCtrl;
  19. if (window.event) {
  20. key = window.event.keyCode;f
  21. //IE
  22. if (window.event.ctrlKey)
  23. isCtrl = true;
  24. else
  25. isCtrl = false;
  26. }
  27. else {
  28. key = e.which;
  29. //firefox
  30. if (e.ctrlKey)
  31. isCtrl = true;
  32. else
  33. isCtrl = false;
  34. }
  35. if (isCtrl) {
  36. for (i = 0; i < forbiddenKeys.length; i++) {
  37. //case-insensitive comparation
  38. if (forbiddenKeys[i].toLowerCase() == String.fromCharCode(key).toLowerCase()) {
  39. return false;
  40. }
  41. }
  42. }
  43. return true;
  44. }
  45. </script>
  46. <script language=JavaScript>
  47. <!--
  48.  
  49. //Disable right mouse click Script
  50. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  51. //For full source code, visit http://www.dynamicdrive.com
  52.  
  53. var message="carrd created by NA0CRRDS, please do not ever copy without my permission and without proper credits, just ask in my chat box if you want to copy hehe ";
  54.  
  55. ///////////////////////////////////
  56. function clickIE4(){
  57. if (event.button==2){
  58. alert(message);
  59. return false;
  60. }
  61. }
  62.  
  63. function clickNS4(e){
  64. if (document.layers||document.getElementById&&!document.all){
  65. if (e.which==2||e.which==3){
  66. alert(message);
  67. return false;
  68. }
  69. }
  70. }
  71.  
  72. if (document.layers){
  73. document.captureEvents(Event.MOUSEDOWN);
  74. document.onmousedown=clickNS4;
  75. }
  76. else if (document.all&&!document.getElementById){
  77. document.onmousedown=clickIE4;
  78. }
  79.  
  80. document.oncontextmenu=new Function("alert(message);return false")
  81.  
  82. // -->
  83. </script>
  84.  
  85.  
  86. <title>naocrrds re-vamp<3</title><meta charset="utf-8" /><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" /><meta name="description" content="welcome~" /><meta property="og:site_name" content="naocrrdstitle" /><meta property="og:title" content="naocrrdstitle" /><meta property="og:type" content="website" /><meta property="og:description" content="welcome~" /><meta property="og:image" content="https://i.pinimg.com/564x/0e/53/74/0e5374329d72e0a372d0963dd738c723.jpg" /><meta property="og:image:type" content="image/jpeg" /><meta property="og:image:width" content="1280" /><meta property="og:image:height" content="800" /><meta property="og:url" content="https://naocrrdsurlhere.carrd.co" /><meta property="twitter:card" content="summary_large_image" /><link rel="canonical" href="https://naocrrdsurlhere.carrd.co" /><link href="https://fonts.googleapis.com/css?family=Inter:500,500italic,400,400italic,700,700italic" rel="stylesheet" type="text/css" /><style>html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;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:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}*, *:before, *:after {box-sizing: border-box;}body {line-height: 1.0;min-height: var(--viewport-height);min-width: 320px;overflow-x: hidden;word-wrap: break-word;background-color: #FFFFFF;}:root {--background-height: 100vh;--site-language-alignment: left;--site-language-direction: ltr;--site-language-flex-alignment: flex-start;--viewport-height: 100vh;}html {font-size: 9pt;}u {text-decoration: underline;}strong {color: inherit;font-weight: bolder;}em {font-style: italic;}code {background-color: rgba(144,144,144,0.25);border-radius: 0.25em;font-family: 'Lucida Console', 'Courier New', monospace;font-size: 0.9em;font-weight: normal;letter-spacing: 0;margin: 0 0.25em;padding: 0.25em 0.5em;text-indent: 0;}mark {background-color: rgba(144,144,144,0.25);}s {text-decoration: line-through;}sub {font-size: smaller;vertical-align: sub;}sup {font-size: smaller;vertical-align: super;}a {color: inherit;text-decoration: underline;transition: color 0.25s ease;}#wrapper {-webkit-overflow-scrolling: touch;align-items: center;display: flex;flex-direction: column;justify-content: center;min-height: var(--viewport-height);overflow: hidden;position: relative;z-index: 2;}#main {align-items: center;display: flex;flex-grow: 0;flex-shrink: 0;justify-content: center;max-width: 100%;position: relative;text-align: var(--alignment);z-index: 1;--alignment: center;--flex-alignment: center;--width: 45rem;--padding-horizontal: 0rem;--padding-vertical: 0rem;transition: opacity 2.25s ease 0.25s,transform 2.25s ease 0.25s;}#main > .inner {border-radius: inherit;max-width: 100%;position: relative;width: var(--width);z-index: 1;--spacing: 0rem;padding: var(--padding-vertical) var(--padding-horizontal);}#main > .inner > header {margin-bottom: var(--spacing);border-top-left-radius: inherit;border-top-right-radius: inherit;}#main > .inner > footer {margin-top: var(--spacing);border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#main > .inner > * > * {margin-top: var(--spacing);margin-bottom: var(--spacing);}#main > .inner > * > :first-child {margin-top: 0 !important;}#main > .inner > * > :last-child {margin-bottom: 0 !important;}#main > .inner > .full {margin-left: calc(0rem);max-width: calc(100% + 0rem + 0.4725px);width: calc(100% + 0rem + 0.4725px);}#main > .inner > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;margin-top: 0rem !important;}#main > .inner > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;margin-bottom: 0rem !important;}#main > .inner > .full.screen {border-radius: 0 !important;max-width: 100vw;position: relative;width: 100vw;left: 50%;margin-left: -50vw;right: auto;}#main > .inner > * > .full {margin-left: calc(0rem);max-width: calc(100% + 0rem + 0.4725px);width: calc(100% + 0rem + 0.4725px);}#main > .inner > * > .full.screen {border-radius: 0 !important;max-width: 100vw;position: relative;width: 100vw;left: 50%;margin-left: -50vw;right: auto;}#main > .inner > header > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;margin-top: 0rem !important;}#main > .inner > footer > .full:last-child {margin-bottom: 0rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}body.is-loading #main {opacity: 0;transform: translateY(-1.95rem);}#main > .inner > header, #main > .inner > footer {transition: opacity 0.3125s ease-in-out 0.46875s,visibility 0.3125s linear 0.46875s;}#main > .inner > header.hidden, #main > .inner > footer.hidden {transition: opacity 0.3125s ease-in-out, visibility 0.3125s;opacity: 0;visibility: hidden;}#main > .inner > section {transition: opacity 0.625s ease-in-out 0.3125s,min-height 0.3125s ease-in-out, max-height 0.3125s ease-in-out;}#main > .inner > section.inactive {opacity: 0;transition: opacity 0.3125s ease-in-out;}body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > * {transition: none !important;}body.is-instant:after {display: none !important;transition: none !important;}.container {position: relative;}.container > .wrapper {vertical-align: top;position: relative;max-width: 100%;border-radius: inherit;}.container > .wrapper > .inner {vertical-align: top;position: relative;max-width: 100%;border-radius: inherit;text-align: var(--alignment);}#main .container.full:first-child > .wrapper {border-top-left-radius: inherit;border-top-right-radius: inherit;}#main .container.full:last-child > .wrapper {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#main .container.full:first-child > .wrapper > .inner {border-top-left-radius: inherit;border-top-right-radius: inherit;}#main .container.full:last-child > .wrapper > .inner {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container01 {--padding-horizontal: 0rem;--padding-vertical: 0.875rem;}#container01 > .wrapper {display: block;margin: 0 auto 0 0;width: 18rem; background-attachment: scroll;border-radius: 0rem;background-image: linear-gradient(0deg, #FFFFFF 75%, rgba(255,255,255,0.22) 0%), url('https://media.discordapp.net/attachments/890617367284027443/948184829088894976/blackpink-announce-new-movie-release-in-august-2021-jisoo-sets-internet-on-fire-with-new-photos-3.jpeg?width=491&height=491');background-position: 0% 0%, center;background-repeat: repeat, repeat;background-size: cover, cover;}#container01 > .wrapper > .inner {--spacing: 0.25rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container01.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container01.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container01.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container01.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container01.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 2rem;}#container01.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container01.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container01.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container01.columns > .wrapper > .inner > *:first-child {margin-left: -2rem;}#container01.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container01.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container01.columns > .wrapper > .inner > div > .full {margin-left: calc(-1rem);max-width: none;width: calc(100% + 2rem + 0.4725px);}#container01.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container01.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container01.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container01.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container01.columns > .wrapper > .inner > div:first-child, #container01.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container01.columns > .wrapper > .inner > div:last-child, #container01.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container01.columns > .wrapper > .inner > .full {align-self: stretch;}#container01.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container01.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {border-radius: inherit;height: 100%;}#container06 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container06 > .wrapper {display: block;margin: 0 0 0 auto;width: 25rem;background-color: transparent;}#container06 > .wrapper > .inner {padding: var(--padding-vertical) var(--padding-horizontal);}#container06.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container06.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container06.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container06.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container06.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 2rem;}#container06.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container06.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container06.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container06.columns > .wrapper > .inner > *:first-child {margin-left: -2rem;}#container06.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container06.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container06.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container06.columns > .wrapper > .inner > div > .full {margin-left: calc(-1rem);max-width: none;width: calc(100% + 2rem + 0.4725px);}#container06.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container06.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container06.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container06.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container06.columns > .wrapper > .inner > div:first-child, #container06.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container06.columns > .wrapper > .inner > div:last-child, #container06.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container06.columns > .wrapper > .inner > .full {align-self: stretch;}#container06.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container06.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {border-radius: inherit;height: 100%;}#container02 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container02 > .wrapper {display: block;margin: 0 0 0 auto;width: 25rem;background-color: transparent;}#container02 > .wrapper > .inner {padding: var(--padding-vertical) var(--padding-horizontal);}#container02.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container02.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container02.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container02.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container02.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 2rem;}#container02.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container02.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container02.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container02.columns > .wrapper > .inner > *:first-child {margin-left: -2rem;}#container02.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container02.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container02.columns > .wrapper > .inner > div > .full {margin-left: calc(-1rem);max-width: none;width: calc(100% + 2rem + 0.4725px);}#container02.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container02.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container02.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container02.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container02.columns > .wrapper > .inner > div:first-child, #container02.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container02.columns > .wrapper > .inner > div:last-child, #container02.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container02.columns > .wrapper > .inner > .full {align-self: stretch;}#container02.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container02.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {border-radius: inherit;height: 100%;}#container05 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container05 > .wrapper {display: block;margin: 0 0 0 auto;width: 25rem;background-color: transparent;}#container05 > .wrapper > .inner {padding: var(--padding-vertical) var(--padding-horizontal);}#container05.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container05.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container05.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container05.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container05.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 2rem;}#container05.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container05.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container05.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container05.columns > .wrapper > .inner > *:first-child {margin-left: -2rem;}#container05.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container05.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container05.columns > .wrapper > .inner > div > .full {margin-left: calc(-1rem);max-width: none;width: calc(100% + 2rem + 0.4725px);}#container05.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container05.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container05.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container05.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container05.columns > .wrapper > .inner > div:first-child, #container05.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container05.columns > .wrapper > .inner > div:last-child, #container05.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container05.columns > .wrapper > .inner > .full {align-self: stretch;}#container05.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container05.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {border-radius: inherit;height: 100%;}#container03 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container03 > .wrapper {display: block;margin: 0 0 0 auto;width: 25rem;background-color: transparent;}#container03 > .wrapper > .inner {padding: var(--padding-vertical) var(--padding-horizontal);}#container03.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container03.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container03.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container03.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container03.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 2rem;}#container03.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container03.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container03.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container03.columns > .wrapper > .inner > *:first-child {margin-left: -2rem;}#container03.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container03.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container03.columns > .wrapper > .inner > div > .full {margin-left: calc(-1rem);max-width: none;width: calc(100% + 2rem + 0.4725px);}#container03.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container03.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container03.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container03.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container03.columns > .wrapper > .inner > div:first-child, #container03.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container03.columns > .wrapper > .inner > div:last-child, #container03.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container03.columns > .wrapper > .inner > .full {align-self: stretch;}#container03.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container03.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {border-radius: inherit;height: 100%;}#container07 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container07 > .wrapper {display: block;margin: 0 0 0 auto;width: 25rem;background-color: transparent;}#container07 > .wrapper > .inner {padding: var(--padding-vertical) var(--padding-horizontal);}#container07.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container07.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container07.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container07.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container07.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 2rem;}#container07.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container07.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container07.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container07.columns > .wrapper > .inner > *:first-child {margin-left: -2rem;}#container07.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container07.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container07.columns > .wrapper > .inner > div > .full {margin-left: calc(-1rem);max-width: none;width: calc(100% + 2rem + 0.4725px);}#container07.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container07.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container07.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container07.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container07.columns > .wrapper > .inner > div:first-child, #container07.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container07.columns > .wrapper > .inner > div:last-child, #container07.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container07.columns > .wrapper > .inner > .full {align-self: stretch;}#container07.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container07.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {border-radius: inherit;height: 100%;}#container04 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container04 > .wrapper {display: block;margin: 0 0 0 auto;width: 25rem;background-color: transparent;}#container04 > .wrapper > .inner {padding: var(--padding-vertical) var(--padding-horizontal);}#container04.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container04.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container04.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container04.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container04.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 2rem;}#container04.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container04.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container04.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container04.columns > .wrapper > .inner > *:first-child {margin-left: -2rem;}#container04.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container04.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container04.columns > .wrapper > .inner > div > .full {margin-left: calc(-1rem);max-width: none;width: calc(100% + 2rem + 0.4725px);}#container04.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container04.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);}#container04.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container04.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container04.columns > .wrapper > .inner > div:first-child, #container04.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container04.columns > .wrapper > .inner > div:last-child, #container04.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container04.columns > .wrapper > .inner > .full {align-self: stretch;}#container04.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container04.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {border-radius: inherit;height: 100%;}hr {border: 0;padding: 0;position: relative;width: 100%;}hr:before {content: '';display: inline-block;max-width: 100%;vertical-align: middle;}#divider01:before {height: 3rem;border-left: solid 1px transparent;width: 1px;}.gallery .inner {display: inline-block;max-width: 100%;vertical-align: middle;}.gallery ul {display: flex;flex-wrap: wrap;justify-content: var(--flex-alignment);}.gallery ul li {position: relative;}.gallery ul li .thumbnail {border-radius: inherit;position: relative;}.gallery ul li .frame {-webkit-backface-visibility: hidden;-webkit-transform: translate3d(0, 0, 0);display: inline-block;overflow: hidden;vertical-align: top;}.gallery ul li img {margin: 0;max-width: 100%;vertical-align: top;width: auto;}.gallery ul li .caption {width: 100%;}.gallery ul li .caption p {width: 100%;}#gallery01 .inner {max-width: 100%;}#gallery01 ul li {border-radius: 12rem;display: inline-block;}#gallery01 ul li .frame {border-radius: 12rem;}#gallery01 ul {gap: 0.5rem;}#gallery01 ul li .thumbnail {display: block;transition: none;}#gallery01 ul li img {height: auto;max-height: 9.75rem;}#gallery01 ul li .thumbnail img {transition: none;}h1, h2, h3, p {direction: var(--site-language-direction);}h1 br + br, h2 br + br, h3 br + br, p br + br {display: block;content: ' ';}h1 .li, h2 .li, h3 .li, p .li {display: list-item;margin: 0.75em 0 0 1em;padding-left: 0.5em;}#text01 br + br {margin-top: 0.45rem;}#text01 {text-align: center;color: #000000;font-family: 'Inter', sans-serif;font-size: 2.75em;line-height: 0.75;font-weight: 500;}#text01 a {color: transparent;text-decoration: underline;}#text01 a:hover {text-decoration: none;}#text09 br + br {margin-top: 0.6rem;}#text09 {text-align: left;color: #000000;font-family: 'Inter', sans-serif;font-size: 1.75em;line-height: 1;font-weight: 400;}#text09 a {color: #000000;text-decoration: underline;}#text09 a:hover {text-decoration: none;}#text07 br + br {margin-top: 0.6rem;}#text07 {text-align: left;color: #000000;font-family: 'Inter', sans-serif;font-size: 1.75em;line-height: 1;font-weight: 400;}#text07 a {text-decoration: underline;}#text07 a:hover {text-decoration: none;}#text05 br + br {margin-top: 0.6rem;}#text05 {text-align: left;color: #000000;font-family: 'Inter', sans-serif;font-size: 1.75em;line-height: 1;font-weight: 400;}#text05 a {text-decoration: underline;}#text05 a:hover {text-decoration: none;}#text06 br + br {margin-top: 0.6rem;}#text06 {text-align: left;color: #000000;font-family: 'Inter', sans-serif;font-size: 1.75em;line-height: 1;font-weight: 400;}#text06 a {text-decoration: underline;}#text06 a:hover {text-decoration: none;}#text08 br + br {margin-top: 0.6rem;}#text08 {text-align: left;color: #000000;font-family: 'Inter', sans-serif;font-size: 1.75em;line-height: 1;font-weight: 400;}#text08 a {text-decoration: underline;}#text08 a:hover {text-decoration: none;}#text02 br + br {margin-top: 0.6rem;}#text02 {text-align: left;color: #000000;font-family: 'Inter', sans-serif;font-size: 1.75em;line-height: 1;font-weight: 400;}#text02 a {text-decoration: underline;}#text02 a:hover {text-decoration: none;}.buttons {cursor: default;display: flex;justify-content: var(--flex-alignment);letter-spacing: 0;padding: 0;}.buttons li {max-width: 100%;}.buttons li a {align-items: center;justify-content: center;max-width: 100%;text-align: center;text-decoration: none;vertical-align: middle;white-space: nowrap;}#buttons02 {justify-content: flex-start;gap: 0rem;flex-direction: row;flex-wrap: wrap;}#buttons02 li a {display: flex;width: 100vw;height: 2.875rem;line-height: 2.875rem;padding: 0 1.4375rem;vertical-align: middle;font-family: 'Inter', sans-serif;font-size: 1.625em;font-weight: 500;border-radius: 0.25rem;flex-direction: row-reverse;justify-content: flex-end;transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;}#buttons02 li a svg {display: block;fill: #000000;height: 100%;min-width: 16px;width: 1em;flex-grow: 0;flex-shrink: 0;margin-left: 0.5em;margin-right: calc(-0.125em + 0rem);transition: fill 0.25s ease;}#buttons02 li a .label {direction: var(--site-language-direction);flex-grow: 1;flex-shrink: 1;text-align: left;width: 100%;}#buttons02 .button {background-color: transparent;color: #000000;}#buttons02 .button svg {fill: transparent;}#buttons02 .button:hover {background-color: #F0F0F0 !important;}#buttons02 .n01 svg {fill: transparent;}#buttons02 .n01 {background-color: transparent;color: #000000;}#buttons02 .n02 svg {fill: transparent;}#header {margin-bottom: 0rem !important;}#footer {margin-top: 0rem !important;} @media (max-width: 1920px) {}@media (max-width: 1680px) {html {font-size: 6pt;}}@media (max-width: 1280px) {html {font-size: 6pt;}}@media (max-width: 1024px) {}@media (max-width: 980px) {html {font-size: 5pt;}}@media (max-width: 736px) {html {font-size: 5pt;}#main {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#main > .inner {--spacing: 0rem;}#main > .inner > .full {margin-left: calc(0rem);max-width: calc(100% + 0rem + 0.4725px);width: calc(100% + 0rem + 0.4725px);}#main > .inner > .full:first-child {margin-top: 0rem !important;}#main > .inner > .full:last-child {margin-bottom: 0rem !important;}#main > .inner > .full.screen {margin-left: -50vw;}#main > .inner > * > .full {margin-left: calc(0rem);max-width: calc(100% + 0rem + 0.4725px);width: calc(100% + 0rem + 0.4725px);}#main > .inner > * > .full.screen {margin-left: -50vw;}#main > .inner > header > .full:first-child {margin-top: 0rem !important;}#main > .inner > footer > .full:last-child {margin-bottom: 0rem !important;}#container01 {--padding-horizontal: 0rem;--padding-vertical: 0.875rem;}#container01 > .wrapper > .inner {--spacing: 0.25rem;}#container01.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container01.columns > .wrapper > .inner > span {display: none;}#container01.columns > .wrapper > .inner > * {padding: 1rem 0 !important;}#container01.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container01.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container01.columns > .wrapper > .inner > div.after-spacer {padding-top: 0 !important;}#container01.columns > .wrapper > .inner > div.before-spacer {padding-bottom: 0 !important;}#container01.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.columns > .wrapper > .inner > div > .full:first-child {margin-top: -1rem !important;}#container01.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -1rem !important;}#container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: 100%;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: auto;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {height: 100%;}#container06 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container06.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container06.columns > .wrapper > .inner > span {display: none;}#container06.columns > .wrapper > .inner > * {padding: 1rem 0 !important;}#container06.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container06.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container06.columns > .wrapper > .inner > div.after-spacer {padding-top: 0 !important;}#container06.columns > .wrapper > .inner > div.before-spacer {padding-bottom: 0 !important;}#container06.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container06.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container06.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container06.columns > .wrapper > .inner > div > .full:first-child {margin-top: -1rem !important;}#container06.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -1rem !important;}#container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: 100%;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: auto;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {height: 100%;}#container02 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container02.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container02.columns > .wrapper > .inner > span {display: none;}#container02.columns > .wrapper > .inner > * {padding: 1rem 0 !important;}#container02.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container02.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container02.columns > .wrapper > .inner > div.after-spacer {padding-top: 0 !important;}#container02.columns > .wrapper > .inner > div.before-spacer {padding-bottom: 0 !important;}#container02.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.columns > .wrapper > .inner > div > .full:first-child {margin-top: -1rem !important;}#container02.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -1rem !important;}#container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: 100%;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: auto;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {height: 100%;}#container05 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container05.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container05.columns > .wrapper > .inner > span {display: none;}#container05.columns > .wrapper > .inner > * {padding: 1rem 0 !important;}#container05.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container05.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container05.columns > .wrapper > .inner > div.after-spacer {padding-top: 0 !important;}#container05.columns > .wrapper > .inner > div.before-spacer {padding-bottom: 0 !important;}#container05.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.columns > .wrapper > .inner > div > .full:first-child {margin-top: -1rem !important;}#container05.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -1rem !important;}#container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: 100%;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: auto;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {height: 100%;}#container03 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container03.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container03.columns > .wrapper > .inner > span {display: none;}#container03.columns > .wrapper > .inner > * {padding: 1rem 0 !important;}#container03.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container03.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container03.columns > .wrapper > .inner > div.after-spacer {padding-top: 0 !important;}#container03.columns > .wrapper > .inner > div.before-spacer {padding-bottom: 0 !important;}#container03.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.columns > .wrapper > .inner > div > .full:first-child {margin-top: -1rem !important;}#container03.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -1rem !important;}#container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: 100%;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: auto;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {height: 100%;}#container07 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container07.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container07.columns > .wrapper > .inner > span {display: none;}#container07.columns > .wrapper > .inner > * {padding: 1rem 0 !important;}#container07.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container07.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container07.columns > .wrapper > .inner > div.after-spacer {padding-top: 0 !important;}#container07.columns > .wrapper > .inner > div.before-spacer {padding-bottom: 0 !important;}#container07.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.columns > .wrapper > .inner > div > .full:first-child {margin-top: -1rem !important;}#container07.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -1rem !important;}#container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: 100%;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: auto;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {height: 100%;}#container04 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container04.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container04.columns > .wrapper > .inner > span {display: none;}#container04.columns > .wrapper > .inner > * {padding: 1rem 0 !important;}#container04.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container04.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container04.columns > .wrapper > .inner > div.after-spacer {padding-top: 0 !important;}#container04.columns > .wrapper > .inner > div.before-spacer {padding-bottom: 0 !important;}#container04.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.columns > .wrapper > .inner > div > .full:first-child {margin-top: -1rem !important;}#container04.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -1rem !important;}#container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: 100%;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: auto;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {height: 100%;}#divider01:before {height: 3rem;}#gallery01 ul li img {max-height: 7.3125rem;}#text01 {letter-spacing: 0rem;width: 100%;font-size: 2.75em;line-height: 0.75;}#text09 {letter-spacing: 0rem;width: 100%;font-size: 1.75em;line-height: 1;}#text07 {letter-spacing: 0rem;width: 100%;font-size: 1.75em;line-height: 1;}#text05 {letter-spacing: 0rem;width: 100%;font-size: 1.75em;line-height: 1;}#text06 {letter-spacing: 0rem;width: 100%;font-size: 1.75em;line-height: 1;}#text08 {letter-spacing: 0rem;width: 100%;font-size: 1.75em;line-height: 1;}#text02 {letter-spacing: 0rem;width: 100%;font-size: 1.75em;line-height: 1;}#buttons02 li a {letter-spacing: 0rem;font-size: 1.625em;}#buttons02 li a svg {width: 1em;}#header {margin-bottom: 0rem !important;}#footer {margin-top: 0rem !important;}}@media (max-width: 480px) {#main > .inner {--spacing: 0rem;}#container01 > .wrapper > .inner {--spacing: 0.21875rem;}#buttons02 {flex-direction: column;flex-wrap: nowrap;}#buttons02 li a {display: inline-flex;max-width: 100%;width: 100%;}}@media (max-width: 360px) {#main {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#main > .inner {--spacing: 0rem;}#main > .inner > .full {margin-left: calc(-0rem);max-width: calc(100% + 0rem + 0.4725px);width: calc(100% + 0rem + 0.4725px);}#main > .inner > .full:first-child {margin-top: -0rem !important;}#main > .inner > .full:last-child {margin-bottom: -0rem !important;}#main > .inner > .full.screen {margin-left: -50vw;}#main > .inner > * > .full {margin-left: calc(-0rem);max-width: calc(100% + 0rem + 0.4725px);width: calc(100% + 0rem + 0.4725px);}#main > .inner > * > .full.screen {margin-left: -50vw;}#main > .inner > header > .full:first-child {margin-top: -0rem !important;}#main > .inner > footer > .full:last-child {margin-bottom: -0rem !important;}#container01 {--padding-horizontal: 0rem;--padding-vertical: 0.65625rem;}#container01 > .wrapper > .inner {--spacing: 0.1875rem;}#container01.columns > .wrapper > .inner > * {padding: 0.75rem 0 !important;}#container01.columns > .wrapper > .inner > *:first-child {margin-left: -1.5rem;}#container01.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.columns > .wrapper > .inner > div > .full:first-child {margin-top: -0.75rem !important;}#container01.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -0.75rem !important;}#container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container06 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container06.columns > .wrapper > .inner > * {padding: 0.75rem 0 !important;}#container06.columns > .wrapper > .inner > *:first-child {margin-left: -1.5rem;}#container06.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container06.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container06.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container06.columns > .wrapper > .inner > div > .full:first-child {margin-top: -0.75rem !important;}#container06.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -0.75rem !important;}#container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container02 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container02.columns > .wrapper > .inner > * {padding: 0.75rem 0 !important;}#container02.columns > .wrapper > .inner > *:first-child {margin-left: -1.5rem;}#container02.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.columns > .wrapper > .inner > div > .full:first-child {margin-top: -0.75rem !important;}#container02.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -0.75rem !important;}#container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container05 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container05.columns > .wrapper > .inner > * {padding: 0.75rem 0 !important;}#container05.columns > .wrapper > .inner > *:first-child {margin-left: -1.5rem;}#container05.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.columns > .wrapper > .inner > div > .full:first-child {margin-top: -0.75rem !important;}#container05.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -0.75rem !important;}#container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container03 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container03.columns > .wrapper > .inner > * {padding: 0.75rem 0 !important;}#container03.columns > .wrapper > .inner > *:first-child {margin-left: -1.5rem;}#container03.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.columns > .wrapper > .inner > div > .full:first-child {margin-top: -0.75rem !important;}#container03.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -0.75rem !important;}#container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container07 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container07.columns > .wrapper > .inner > * {padding: 0.75rem 0 !important;}#container07.columns > .wrapper > .inner > *:first-child {margin-left: -1.5rem;}#container07.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.columns > .wrapper > .inner > div > .full:first-child {margin-top: -0.75rem !important;}#container07.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -0.75rem !important;}#container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container04 {--padding-horizontal: 0rem;--padding-vertical: 0rem;}#container04.columns > .wrapper > .inner > * {padding: 0.75rem 0 !important;}#container04.columns > .wrapper > .inner > *:first-child {margin-left: -1.5rem;}#container04.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.columns > .wrapper > .inner > div > .full:first-child {margin-top: -0.75rem !important;}#container04.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: -0.75rem !important;}#container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#gallery01 ul {gap: 0.375rem;}#text01 {font-size: 2em;}#text09 {font-size: 1.5em;}#text07 {font-size: 1.5em;}#text05 {font-size: 1.5em;}#text06 {font-size: 1.5em;}#text08 {font-size: 1.5em;}#text02 {font-size: 1.5em;}#buttons02 {gap: 0rem;}}
  87. #scroll2 {
  88. height: 210px;
  89. width: 100%;
  90. padding: 0px;
  91. font-family: inter;
  92. overflow: auto;
  93. }
  94.  
  95. ::selection {
  96. /* Change highlight background color */
  97. background: #FFFFFF;
  98. /* Change highlight text color */
  99. color: transparent;
  100. }
  101. </style><noscript><style>body {overflow: auto !important;}#main {opacity: 1.0 !important;transform: none !important;transition: none !important;filter: none !important;}#main > .inner > section {opacity: 1.0 !important;transform: none !important;transition: none !important;filter: none !important;}</style></noscript></head><body class="is-loading"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 40" display="none" width="0" height="0"><symbol id="icon-90a" viewBox="0 0 40 40"><path d="M37.3,15.3v15.3c0,0.8-0.3,1.6-0.9,2.2c-0.6,0.6-1.4,0.9-2.2,0.9H5.8c-0.8,0-1.6-0.3-2.2-0.9s-0.9-1.4-0.9-2.2V15.3 c0.5,0.6,1.2,1.1,2,1.7c4.7,3.1,7.9,5.4,9.6,6.7c0.7,0.5,1.4,0.9,1.8,1.2c0.4,0.3,1,0.6,1.9,0.9c0.7,0.3,1.5,0.5,2.1,0.5l0,0 c0.6,0,1.4-0.2,2.1-0.5c0.7-0.3,1.4-0.6,1.9-0.9c0.4-0.3,1-0.7,1.8-1.2c2.2-1.6,5.4-3.8,9.6-6.7C36.1,16.5,36.7,15.9,37.3,15.3 L37.3,15.3z M37.3,9.6c0,1-0.3,2-0.9,2.9c-0.6,0.9-1.5,1.8-2.4,2.4c-4.9,3.3-7.9,5.4-9,6.2c-0.1,0.1-0.4,0.3-0.8,0.6 c-0.4,0.3-0.7,0.5-1,0.7c-0.3,0.2-0.6,0.4-1,0.6c-0.4,0.2-0.7,0.4-1.1,0.5c-0.4,0.1-0.6,0.2-0.9,0.2l0,0c-0.3,0-0.6-0.1-0.9-0.2 c-0.3-0.1-0.7-0.3-1.1-0.5c-0.4-0.2-0.7-0.4-1-0.6c-0.3-0.2-0.6-0.4-1-0.7c-0.4-0.3-0.7-0.5-0.8-0.6c-1.1-0.8-2.8-2-5.1-3.5 c-2.3-1.6-3.3-2.4-3.7-2.7c-0.8-0.5-1.6-1.2-2.3-2.2s-1-1.9-1-2.6c0-1,0.3-1.9,0.8-2.5c0.5-0.6,1.2-1,2.3-1h28.4 c0.8,0,1.6,0.3,2.2,0.9C37.1,8.1,37.3,8.8,37.3,9.6L37.3,9.6z"/></symbol><symbol id="icon-9c1" viewBox="0 0 40 40"><path d="M37.9,10.6l-3.2-3.2c-0.4-0.4-1-0.7-1.6-0.7c-0.6,0-1.2,0.2-1.6,0.7L15.9,23l-7-7c-0.4-0.4-1-0.7-1.6-0.7S6.1,15.6,5.6,16 l-3.2,3.2c-0.4,0.4-0.7,1-0.7,1.6S2,22,2.4,22.5l8.6,8.6l3.2,3.2c0.4,0.4,1,0.7,1.6,0.7c0.6,0,1.2-0.2,1.6-0.7l3.2-3.2l17.2-17.2 c0.4-0.4,0.7-1,0.7-1.6C38.6,11.6,38.4,11.1,37.9,10.6z"/></symbol></svg><div id="wrapper"><div id="main"><div class="inner"><header id="header"><div id="container01" class="container default"><div class="wrapper"><div class="inner"><hr id="divider01"><div id="gallery01" class="gallery"><div class="inner"><ul><li><span class="frame"><img src="https://media.discordapp.net/attachments/890617367284027443/948184406730895380/blackpink-announce-new-movie-release-in-august-2021-jisoo-sets-internet-on-fire-with-new-photos-2.jpeg?width=491&height=491" alt="Untitled" /></span></li></ul></div></div><h1 id="text01">naocrrds</h1><ul id="buttons02" class="buttons"><li><a href="#" class="button n01"><svg><use xlink:href="#icon-9c1"></use></svg><span class="label" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">Home</span></a></li><li><a href="#about" class="button n02" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()"><svg><use xlink:href="#icon-90a"></use></svg><span class="label">About</span></a></li><li><a href="#rules" class="button n03" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()"><svg><use xlink:href="#icon-90a"></use></svg><span class="label">Rules</span></a></li><li><a href="#conditions" class="button n04" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()"><svg><use xlink:href="#icon-90a"></use></svg><span class="label">Conditions</span></a></li><li><a href="#faq" class="button n05" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()"><svg><use xlink:href="#icon-90a"></use></svg><span class="label">FAQ</span></a></li><li><a href="#chatbox" class="button n06" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()"><svg><use xlink:href="#icon-90a"></use></svg><span class="label">Chat Box</span></a></li></ul></div></div></div></header><section id="section01-section"><div id="container06" class="container default"><div class="wrapper"><div class="inner"><div id="scroll2"><p id="text09"><span><strong>UPDATE LOG</strong>. . .</span><br /> <br /> <span><strong>12/14/2021</strong> carrd requests and carrd tutorial requests remaining closed</span><br /> <br /> <span><strong>02/06/2022</strong> 4K milestones on YouTube</span><br /> <br /> <span><strong>02/21/2022</strong> re-making and neocities carrd work in progress.</span><br /> <br /> <span><strong>02/22/2022 </strong>uploading for this week/this day tutorial, <a href="https://www.pinterest.com/pin/846747167445786635/">this carrd</a></span><br /> <br /> <span><strong>02/23/2022 </strong>#56 carrd tutorial successfully <a href="https://www.youtube.com/watch?v=GrQ1idfw9Jw">uploaded</a> today! would be uploading another for next week</span><br /> <br /> <span><strong>02/25/2021 </strong>carrd requests are opened for only 3 days, then we will strictly close the form on 02-28, <a href="https://form.jotform.com/213042815570449">form here</a></span><br /> <br /> <span><strong>02/28/2021</strong> carrd request is officially closed</span><br /> <br /> <span><strong>01/03/2021</strong> naocrrds new carrd :&quot;) and happy 6k+ visits </span></p></div></div></div></section><section id="about-section"><div id="container02" class="container default"><div class="wrapper"><div class="inner"><div id="scroll2"><p id="text07"><span><strong>ABOUT</strong> This is a carrd account to make people&#39;s carrd for free of charge. We do provide carrd tutorials and carrd help related to carrd. There is only one admin in this carrd account, carrd requests closed and carrd tutorial request closed</span><br /> <br /> <span><strong>CONTACT US</strong> <a href="https://twitter.com/naocrrds">Twitter</a>, <a href="https://curiouscat.live/naocrrds">Curious cat</a>, <a href="https://form.jotform.com/213042815570449">Carrd form</a>, <a href="https://www.youtube.com/naocrrds">Youtube</a>, <a href="https://www.pinterest.com/naominyoongi/_created/#_=_">Pinterest</a></span></p></div></div></div></section><section id="rules-section"><div id="container05" class="container default"><div class="wrapper"><div class="inner"><div id="scroll2"><p id="text08"><span><strong>RULES</strong></span><br /> <span><strong>1. </strong>Subscribe to our <a href="https://www.youtube.com/naocrrds">YouTube channel</a> and prepare a screenshot if you did subscribed</span><br /> <span><strong>2. </strong>After that, fill up the <a href="https://form.jotform.com/213042815570449">carrd request form</a></span><br /> <span><strong>3. </strong>Please provide images, context, and whatever needed to insert or we won&#39;t be able to do your request (leading to decline your request)</span><br /> <span><strong>4. </strong>Have your dms open</span><br /> <span><strong>5. </strong>Strictly will not do your carrd requests if your dms are closed</span><br /> <span><strong>6. </strong>You will be able to receive an email if we accept or decline your request <a href="https://naocrrds11.carrd.co/#email">how to check?</a></span><br /> <span><strong>7. </strong>Only speak in English and be patient</span><br /> <br /> <span><strong>NOTES</strong></span><br /> <span><strong>1. </strong>Carrd should no take up 3 days or a week to make</span><br /> <span><strong>2.</strong> We delete the form after you receive carrd and there will be no any kind of information saved</span><br /> <span><strong>3.</strong> Do not send troll forms</span><br /> <span><strong>4.</strong> Do not repost the carrds, and do not sell or profit off the carrd layouts we&#39;ve made</span></p></div></div></div></section><section id="conditions-section"><div id="container03" class="container default"><div class="wrapper"><div class="inner"><div id="scroll2"><p id="text06"><span><strong>BEFORE YOU REQUEST A CARRD</strong></span><br /> <span><strong>1. </strong>Be specific of what carrd layout or theme</span><br /> <span><strong>2. MUST </strong>have an active + verified carrd account, leave out 1 space for the new carrd (3 carrds is the maximum for those who don&#39;t have carrd pro plan)</span><br /> <span><strong>3. </strong>No limit on requesting a carrd (you can request multiple times). We don&#39;t do carrds: templates, requires carrd pro + features, and over 50 elements</span><br /> <span><strong>4. </strong>You have 3 days to accept the transfer request; we delete it if there is no response</span><br /> <br /> <span><strong>DON&#39;T REQUEST A CARRD IF</strong></span><br /> <span><strong>1.</strong> Disrespect religions, disrespect everyone &amp; lgbtq, racist, invalidate neopronouns, __phobic</span><br /> <span><strong>2. </strong>Not gonna use the carrd that you requested</span><br /> <span><strong>3. </strong>You want to request a carrd that is from a tutoria</span></p></div></div></div></section><section id="faq-section"><div id="container07" class="container default"><div class="wrapper"><div class="inner"><div id="scroll2"><p id="text02"><span><strong>FREQUENTLY ASKED QUESTIONS</span> <span></strong></span><br /> <span><strong>1.</strong> Q: What kind of carrds you do?</span><br /> <span>A: I only do non pro carrds, the carrd will depend on the layout, and difficulty</span><br /> <br /> <span><strong>2.</strong> Q: How long will my carrd request take?</span><br /> <span>A: It depends on the amount of carrd requests, or how busy we are</span><br /> <br /> <span><strong>3. </strong>Q: How do I check if you declined, or accepted my carrd request?</span><br /> <span>A: we inform you through g-mail or dms, so make sure g-mail is active and dms are open, please refer <a href="https://naocrrds11.carrd.co/#email">here</a> for guide</span><br /> <br /> <span><strong>4. </strong>Q: How do I accept a transfer request?</span><br /> <span>A: refer from this guide <a href="https://naocrrds11.carrd.co/#accept">here</a></span><br /> <br /> <span><strong>5. </strong>Q: Are these carrds for free?</span><br /> <span>A: Yes, that&#39;s why this account is dedicated to make people&#39;s carrd for free</span><br /> <br /> <span><strong>6. </strong>Q: Can I remake the carrds that admin made?</span><br /> <br /> <span>A: Yes, as long as you will do credit the right owner mentioned</span><br /> <br /> <span><strong>7. </strong>Q: Am I allowed to make any changes in my carrd after receiving?</span><br /> <span>A: Yes, that&#39;s all yours and do whatever you want</span></p></div></div></div></section><section id="chatbox-section"><div id="container04" class="container default"><div class="wrapper"><div class="inner"><iframe src="https://www3.cbox.ws/box/?boxid=3512237&boxtag=C4AIKi" width="100%" height="210" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe></div></div></div></section><footer id="footer"><a href="https://www.webfreecounter.com/" target="_blank"><img src="https://www.webfreecounter.com/hit.php?id=gepoxfx&nd=7&style=1" border="0" alt="hit counter"></a></footer></div></div></div>
  102. <style> #container02 { position: absolute; top: 0; right: 0; z-index: 99; } </style>
  103. <style> #container03 { position: absolute; top: 0; right: 0; z-index: 99; } </style>
  104. <style> #container04 { position: absolute; top: 0; right: 0; z-index: 99; } </style>
  105. <style> #container05 { position: absolute; top: 0; right: 0; z-index: 99; } </style>
  106. <style> #container06 { position: absolute; top: 0; right: 0; z-index: 99; } </style>
  107. <style> #container07 { position: absolute; top: 0; right: 0; z-index: 99; } </style>
  108. <style> #container08 { position: absolute; top: 0; right: 0; z-index: 99; } </style>
  109. <style> #container09 { position: absolute; top: 0; right: 0; z-index: 99; } </style>
  110. <style> #container10 { position: absolute; top: 0; right: 0; z-index: 99; } </style>
  111. <style> #container11 { position: absolute; top: 0; right: 0; z-index: 99; } </style>
  112.  
  113. <script>(function() {var on = addEventListener,$ = function(q) { return document.querySelector(q) },$$ = function(q) { return document.querySelectorAll(q) },$body = document.body,$inner = $('.inner'),client = (function() {var o = {browser: 'other',browserVersion: 0,os: 'other',osVersion: 0,mobile: false,canUse: null},ua = navigator.userAgent,a, i;a = [['firefox', /Firefox\/([0-9\.]+)/],['edge', /Edge\/([0-9\.]+)/],['safari', /Version\/([0-9\.]+).+Safari/],['chrome', /Chrome\/([0-9\.]+)/],['chrome', /CriOS\/([0-9\.]+)/],['ie', /Trident\/.+rv:([0-9]+)/]];for (i=0; i < a.length; i++) {if (ua.match(a[i][1])) {o.browser = a[i][0];o.browserVersion = parseFloat(RegExp.$1);break;}}a = [['ios', /([0-9_]+) like Mac OS X/, function(v) { return v.replace('_', '.').replace('_', ''); }],['ios', /CPU like Mac OS X/, function(v) { return 0 }],['ios', /iPad; CPU/, function(v) { return 0 }],['android', /Android ([0-9\.]+)/, null],['mac', /Macintosh.+Mac OS X ([0-9_]+)/, function(v) { return v.replace('_', '.').replace('_', ''); }],['windows', /Windows NT ([0-9\.]+)/, null],['undefined', /Undefined/, null],];for (i=0; i < a.length; i++) {if (ua.match(a[i][1])) {o.os = a[i][0];o.osVersion = parseFloat( a[i][2] ? (a[i][2])(RegExp.$1) : RegExp.$1 );break;}}if (o.os == 'mac'&& ('ontouchstart' in window)&& ((screen.width == 1024 && screen.height == 1366)|| (screen.width == 834 && screen.height == 1112)|| (screen.width == 810 && screen.height == 1080)|| (screen.width == 768 && screen.height == 1024)))o.os = 'ios';o.mobile = (o.os == 'android' || o.os == 'ios');var _canUse = document.createElement('div');o.canUse = function(p) {var e = _canUse.style,up = p.charAt(0).toUpperCase() + p.slice(1);return (p in e|| ('Moz' + up) in e|| ('Webkit' + up) in e|| ('O' + up) in e|| ('ms' + up) in e);};return o;}()),trigger = function(t) {if (client.browser == 'ie') {var e = document.createEvent('Event');e.initEvent(t, false, true);dispatchEvent(e);} else dispatchEvent(new Event(t));},cssRules = function(selectorText) {var ss = document.styleSheets,a = [],f = function(s) {var r = s.cssRules,i;for (i=0; i < r.length; i++) {if (r[i] instanceof CSSMediaRule && matchMedia(r[i].conditionText).matches)(f)(r[i]); else if (r[i] instanceof CSSStyleRule && r[i].selectorText == selectorText)a.push(r[i]);}},x, i;for (i=0; i < ss.length; i++)f(ss[i]);return a;},thisHash = function() {var h = location.hash ? location.hash.substring(1) : null,a;if (!h)return null;if (h.match(/\?/)) {a = h.split('?');h = a[0];history.replaceState(undefined, undefined, '#' + h);window.location.search = a[1];}if (h.length > 0&& !h.match(/^[a-zA-Z]/))h = 'x' + h;if (typeof h == 'string')h = h.toLowerCase();return h;},scrollToElement = function(e, style, duration) {var y, cy, dy,start, easing, offset, f;if (!e)y = 0; else {offset = (e.dataset.scrollOffset ? parseInt(e.dataset.scrollOffset) : 0) * parseFloat(getComputedStyle(document.documentElement).fontSize);switch (e.dataset.scrollBehavior ? e.dataset.scrollBehavior : 'default') {case 'default':default:y = e.offsetTop + offset;break;case 'center':if (e.offsetHeight < window.innerHeight)y = e.offsetTop - ((window.innerHeight - e.offsetHeight) / 2) + offset; else y = e.offsetTop - offset;break;case 'previous':if (e.previousElementSibling)y = e.previousElementSibling.offsetTop + e.previousElementSibling.offsetHeight + offset; else y = e.offsetTop + offset;break;}}if (!style)style = 'smooth';if (!duration)duration = 750;if (style == 'instant') {window.scrollTo(0, y);return;}start = Date.now();cy = window.scrollY;dy = y - cy;switch (style) {case 'linear':easing = function (t) { return t };break;case 'smooth':easing = function (t) { return t<.5 ? 4*t*t*t : (t-1)*(2*t-2)*(2*t-2)+1 };break;}f = function() {var t = Date.now() - start;if (t >= duration)window.scroll(0, y); else {window.scroll(0, cy + (dy * easing(t / duration)));requestAnimationFrame(f);}};f();},scrollToTop = function() {scrollToElement(null);},loadElements = function(parent) {var a, e, x, i;a = parent.querySelectorAll('iframe[data-src]:not([data-src=""])');for (i=0; i < a.length; i++) {a[i].src = a[i].dataset.src;a[i].dataset.src = "";}a = parent.querySelectorAll('video[autoplay]');for (i=0; i < a.length; i++) {if (a[i].paused)a[i].play();}e = parent.querySelector('[data-autofocus="1"]');x = e ? e.tagName : null;switch (x) {case 'FORM':e = e.querySelector('.field input, .field select, .field textarea');if (e)e.focus();break;default:break;}},unloadElements = function(parent) {var a, e, x, i;a = parent.querySelectorAll('iframe[data-src=""]');for (i=0; i < a.length; i++) {if (a[i].dataset.srcUnload === '0')continue;a[i].dataset.src = a[i].src;a[i].src = '';}a = parent.querySelectorAll('video');for (i=0; i < a.length; i++) {if (!a[i].paused)a[i].pause();}e = $(':focus');if (e)e.blur();};window._scrollToTop = scrollToTop;var thisURL = function() {return window.location.href.replace(window.location.search, '').replace(/#$/, '');};var getVar = function(name) {var a = window.location.search.substring(1).split('&'),b, k;for (k in a) {b = a[k].split('=');if (b[0] == name)return b[1];}return null;};var errors = {handle: function(handler) {window.onerror = function(message, url, line, column, error) {(handler)(error.message);return true;};},unhandle: function() {window.onerror = null;}};on('load', function() {setTimeout(function() {$body.className = $body.className.replace(/\bis-loading\b/, 'is-playing');setTimeout(function() {$body.className = $body.className.replace(/\bis-playing\b/, 'is-ready');}, 2500);}, 100);});(function() {var initialSection, initialScrollPoint, initialId,header, footer, name, hideHeader, hideFooter, disableAutoScroll,h, e, ee, k,locked = false,doNext = function() {var section;section = $('#main > .inner > section.active').nextElementSibling;if (!section || section.tagName != 'SECTION')return;location.href = '#' + section.id.replace(/-section$/, '');},doPrevious = function() {var section;section = $('#main > .inner > section.active').previousElementSibling;if (!section || section.tagName != 'SECTION')return;location.href = '#' + (section.matches(':first-child') ? '' : section.id.replace(/-section$/, ''));},doFirst = function() {var section;section = $('#main > .inner > section:first-of-type');if (!section || section.tagName != 'SECTION')return;location.href = '#' + section.id.replace(/-section$/, '');},doLast = function() {var section;section = $('#main > .inner > section:last-of-type');if (!section || section.tagName != 'SECTION')return;location.href = '#' + section.id.replace(/-section$/, '');},sections = {};window._next = doNext;window._previous = doPrevious;window._first = doFirst;window._last = doLast;window._scrollToTop = function() {var section, id;scrollToElement(null);if (!!(section = $('section.active'))) {id = section.id.replace(/-section$/, '');if (id == 'section01')id = '';history.pushState(null, null, '#' + id);}};if ('scrollRestoration' in history)history.scrollRestoration = 'manual';header = $('#header');footer = $('#footer');h = thisHash();if (h&& !h.match(/^[a-zA-Z0-9\-]+$/))h = null;if (e = $('[data-scroll-id="' + h + '"]')) {initialScrollPoint = e;initialSection = initialScrollPoint.parentElement;initialId = initialSection.id;} else if (e = $('#' + (h ? h : 'section01') + '-section')) {initialScrollPoint = null;initialSection = e;initialId = initialSection.id;}if (!initialSection) {initialScrollPoint = null;initialSection = $('#' + 'section01' + '-section');initialId = initialSection.id;history.replaceState(undefined, undefined, '#');}name = (h ? h : 'section01');hideHeader = name ? ((name in sections) && ('hideHeader' in sections[name]) && sections[name].hideHeader) : false;hideFooter = name ? ((name in sections) && ('hideFooter' in sections[name]) && sections[name].hideFooter) : false;disableAutoScroll = name ? ((name in sections) && ('disableAutoScroll' in sections[name]) && sections[name].disableAutoScroll) : false;if (header && hideHeader) {header.classList.add('hidden');header.style.display = 'none';}if (footer && hideFooter) {footer.classList.add('hidden');footer.style.display = 'none';}ee = $$('#main > .inner > section:not([id="' + initialId + '"])');for (k = 0; k < ee.length; k++) {ee[k].className = 'inactive';ee[k].style.display = 'none';}initialSection.classList.add('active');loadElements(initialSection);if (header)loadElements(header);if (footer)loadElements(footer);if (!disableAutoScroll)scrollToElement(null, 'instant');on('load', function() {if (initialScrollPoint)scrollToElement(initialScrollPoint, 'instant');});on('hashchange', function(event) {var section, scrollPoint, id, sectionHeight, currentSection, currentSectionHeight,name, hideHeader, hideFooter, disableAutoScroll,h, e, ee, k;if (locked)return false;h = thisHash();if (h&& !h.match(/^[a-zA-Z0-9\-]+$/))return false;if (e = $('[data-scroll-id="' + h + '"]')) {scrollPoint = e;section = scrollPoint.parentElement;id = section.id;} else if (e = $('#' + (h ? h : 'section01') + '-section')) {scrollPoint = null;section = e;id = section.id;} else {scrollPoint = null;section = $('#' + 'section01' + '-section');id = section.id;history.replaceState(undefined, undefined, '#');}if (!section)return false;if (!section.classList.contains('inactive')) {name = (section ? section.id.replace(/-section$/, '') : null);disableAutoScroll = name ? ((name in sections) && ('disableAutoScroll' in sections[name]) && sections[name].disableAutoScroll) : false;if (scrollPoint)scrollToElement(scrollPoint); else if (!disableAutoScroll)scrollToElement(null);return false;} else {locked = true;if (location.hash == '#section01')history.replaceState(null, null, '#');name = (section ? section.id.replace(/-section$/, '') : null);hideHeader = name ? ((name in sections) && ('hideHeader' in sections[name]) && sections[name].hideHeader) : false;hideFooter = name ? ((name in sections) && ('hideFooter' in sections[name]) && sections[name].hideFooter) : false;disableAutoScroll = name ? ((name in sections) && ('disableAutoScroll' in sections[name]) && sections[name].disableAutoScroll) : false;if (header && hideHeader) {header.classList.add('hidden');setTimeout(function() {header.style.display = 'none';}, 312.5);}if (footer && hideFooter) {footer.classList.add('hidden');setTimeout(function() {footer.style.display = 'none';}, 312.5);}currentSection = $('#main > .inner > section:not(.inactive)');if (currentSection) {currentSectionHeight = currentSection.offsetHeight;currentSection.classList.add('inactive');unloadElements(currentSection);setTimeout(function() {currentSection.style.display = 'none';currentSection.classList.remove('active');}, 312.5);}setTimeout(function() {if (header && !hideHeader) {header.style.display = '';setTimeout(function() {header.classList.remove('hidden');}, 0);}if (footer && !hideFooter) {footer.style.display = '';setTimeout(function() {footer.classList.remove('hidden');}, 0);}section.style.display = '';trigger('resize');if (!disableAutoScroll)scrollToElement(null, 'instant');sectionHeight = section.offsetHeight;if (sectionHeight > currentSectionHeight) {section.style.maxHeight = currentSectionHeight + 'px';section.style.minHeight = '0';} else {section.style.maxHeight = '';section.style.minHeight = currentSectionHeight + 'px';}setTimeout(function() {section.classList.remove('inactive');section.classList.add('active');section.style.minHeight = sectionHeight + 'px';section.style.maxHeight = sectionHeight + 'px';setTimeout(function() {section.style.transition = 'none';section.style.minHeight = '';section.style.maxHeight = '';loadElements(section);if (scrollPoint)scrollToElement(scrollPoint, 'instant');setTimeout(function() {section.style.transition = '';locked = false;}, 75);}, 625);}, 75);}, 312.5);}return false;});on('click', function(event) {var t = event.target,tagName = t.tagName.toUpperCase(),scrollPoint;switch (tagName) {case 'IMG':case 'SVG':case 'USE':case 'U':case 'STRONG':case 'EM':case 'CODE':case 'S':case 'MARK':case 'SPAN':while ( !!(t = t.parentElement) )if (t.tagName == 'A')break;if (!t)return;break;default:break;}if (t.tagName == 'A'&& t.getAttribute('href').substr(0, 1) == '#') {if (!!(scrollPoint = $('[data-scroll-id="' + t.hash.substr(1) + '"][data-scroll-invisible="1"]'))) {event.preventDefault();scrollToElement(scrollPoint);} else if (t.hash == window.location.hash) {event.preventDefault();history.replaceState(undefined, undefined, '#');location.replace(t.hash);}}});})();var style, sheet, rule;style = document.createElement('style');style.appendChild(document.createTextNode(''));document.head.appendChild(style);sheet = style.sheet;if (client.mobile) {(function() {var f = function() {document.documentElement.style.setProperty('--viewport-height', window.innerHeight + 'px');document.documentElement.style.setProperty('--background-height', (window.innerHeight + 250) + 'px');};on('load', f);on('resize', f);on('orientationchange', function() {setTimeout(function() {(f)();}, 100);});})();}if (client.os == 'android') {(function() {sheet.insertRule('body::after { }', 0);rule = sheet.cssRules[0];var f = function() {rule.style.cssText = 'height: ' + (Math.max(screen.width, screen.height)) + 'px';};on('load', f);on('orientationchange', f);on('touchmove', f);})();$body.classList.add('is-touch');} else if (client.os == 'ios') {if (client.osVersion <= 11)(function() {sheet.insertRule('body::after { }', 0);rule = sheet.cssRules[0];rule.style.cssText = '-webkit-transform: scale(1.0)';})();if (client.osVersion <= 11)(function() {sheet.insertRule('body.ios-focus-fix::before { }', 0);rule = sheet.cssRules[0];rule.style.cssText = 'height: calc(100% + 60px)';on('focus', function(event) {$body.classList.add('ios-focus-fix');}, true);on('blur', function(event) {$body.classList.remove('ios-focus-fix');}, true);})();$body.classList.add('is-touch');} else if (client.browser == 'ie') {if (!('matches' in Element.prototype))Element.prototype.matches = (Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector);(function() {var a = cssRules('body::before'),r;if (a.length > 0) {r = a[0];if (r.style.width.match('calc')) {r.style.opacity = 0.9999;setTimeout(function() {r.style.opacity = 1;}, 100);} else {document.styleSheets[0].addRule('body::before', 'content: none !important;');$body.style.backgroundImage = r.style.backgroundImage.replace('url("images/', 'url("assets/images/');$body.style.backgroundPosition = r.style.backgroundPosition;$body.style.backgroundRepeat = r.style.backgroundRepeat;$body.style.backgroundColor = r.style.backgroundColor;$body.style.backgroundAttachment = 'fixed';$body.style.backgroundSize = r.style.backgroundSize;}}})();(function() {var t, f;f = function() {var mh, h, s, xx, x, i;x = $('#wrapper');x.style.height = 'auto';if (x.scrollHeight <= innerHeight)x.style.height = '100vh';xx = $$('.container.full');for (i=0; i < xx.length; i++) {x = xx[i];s = getComputedStyle(x);x.style.minHeight = '';x.style.height = '';mh = s.minHeight;x.style.minHeight = 0;x.style.height = '';h = s.height;if (mh == 0)continue;x.style.height = (h > mh ? 'auto' : mh);}};(f)();on('resize', function() {clearTimeout(t);t = setTimeout(f, 250);});on('load', f);})();} else if (client.browser == 'edge') {(function() {var xx = $$('.container > .inner > div:last-child'),x, y, i;for(i=0; i < xx.length; i++) {x = xx[i];y = getComputedStyle(x.parentNode);if (y.display != 'flex'&& y.display != 'inline-flex')continue;x.style.marginLeft = '-1px';}})();}if (!client.canUse('object-fit')) {(function() {var xx = $$('.image[data-position]'),x, w, c, i, src;for (i=0; i < xx.length; i++) {x = xx[i];c = x.firstElementChild;if (c.tagName != 'IMG') {w = c;c = c.firstElementChild;}if (c.parentNode.classList.contains('deferred')) {c.parentNode.classList.remove('deferred');src = c.getAttribute('data-src');c.removeAttribute('data-src');} else src = c.getAttribute('src');c.style['backgroundImage'] = 'url(\'' + src + '\')';c.style['backgroundSize'] = 'cover';c.style['backgroundPosition'] = x.dataset.position;c.style['backgroundRepeat'] = 'no-repeat';c.src = 'data:image/svg+xml;charset=utf8,' + escape('<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1" viewBox="0 0 1 1"></svg>');if (x.classList.contains('full')&& (x.parentNode && x.parentNode.classList.contains('full'))&& (x.parentNode.parentNode && x.parentNode.parentNode.parentNode && x.parentNode.parentNode.parentNode.classList.contains('container'))&& x.parentNode.children.length == 1) {(function(x, w) {var p = x.parentNode.parentNode,f = function() {x.style['height'] = '0px';clearTimeout(t);t = setTimeout(function() {if (getComputedStyle(p).flexDirection == 'row') {if (w)w.style['height'] = '100%';x.style['height'] = (p.scrollHeight + 1) + 'px';} else {if (w)w.style['height'] = 'auto';x.style['height'] = 'auto';}}, 125);},t;on('resize', f);on('load', f);(f)();})(x, w);}}})();(function() {var xx = $$('.gallery img'),x, p, i, src;for (i=0;i < xx.length; i++) {x = xx[i];p = x.parentNode;if (p.classList.contains('deferred')) {p.classList.remove('deferred');src = x.getAttribute('data-src');} else src = x.getAttribute('src');p.style['backgroundImage'] = 'url(\'' + src + '\')';p.style['backgroundSize'] = 'cover';p.style['backgroundPosition'] = 'center';p.style['backgroundRepeat'] = 'no-repeat';x.style['opacity'] = '0';}})();}})();
  114.  
  115. // Mouseover/ Click sound effect- by JavaScript Kit (www.javascriptkit.com)
  116. // Visit JavaScript Kit at http://www.javascriptkit.com/ for full source code
  117.  
  118. //** Usage: Instantiate script by calling: var uniquevar=createsoundbite("soundfile1", "fallbackfile2", "fallebacksound3", etc)
  119. //** Call: uniquevar.playclip() to play sound
  120.  
  121. var html5_audiotypes={ //define list of audio file extensions and their associated audio types. Add to it if your specified audio file isn't on this list:
  122. "mp3": "audio/mpeg",
  123. "mp4": "audio/mp4",
  124. "ogg": "audio/ogg",
  125. "wav": "audio/wav"
  126. }
  127.  
  128. function createsoundbite(sound){
  129. var html5audio=document.createElement('audio')
  130. if (html5audio.canPlayType){ //check support for HTML5 audio
  131. for (var i=0; i<arguments.length; i++){
  132. var sourceel=document.createElement('source')
  133. sourceel.setAttribute('src', arguments[i])
  134. if (arguments[i].match(/\.(\w+)$/i))
  135. sourceel.setAttribute('type', html5_audiotypes[RegExp.$1])
  136. html5audio.appendChild(sourceel)
  137. }
  138. html5audio.load()
  139. html5audio.playclip=function(){
  140. html5audio.pause()
  141. html5audio.currentTime=0
  142. html5audio.play()
  143. }
  144. return html5audio
  145. }
  146. else{
  147. return {playclip:function(){throw new Error("Your browser doesn't support HTML5 audio unfortunately")}}
  148. }
  149. }
  150.  
  151. //Initialize two sound clips with 1 fallback file each:
  152.  
  153. var mouseoversound=createsoundbite("https://a.tumblr.com/tumblr_ojrn7aGBii1w2e2oyo1.mp3")
  154. var clicksound=createsoundbite("https://a.tumblr.com/tumblr_ojrmy55yUN1w2e2oyo1.mp3")
  155. </script></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement